/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/*======================================

	1-1.Yahoo UI Library Fonts CSS ver.2.3.1
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* Don't Edit */
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*======================================

	1-2. Font size setting
	
=======================================*/

body {
	background: url(../img/bg.jpg) no-repeat;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	font-family: "ƒƒCƒŠƒI","Meiryo","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic","Osaka","Aperto", "Verdana","Arial", "Helvetica", "sans-serif";
	color: #333333;
}

p {
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	line-height: 18px;
	}
	
blockquote {
	font-size: 80%;
	}
	
img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #663399;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #663399;
	text-decoration: none;
	}

a:active {
	color: #663366;
	text-decoration: none;
	}

a:hover {
	color: #CC66CC;
	text-decoration: none;
	}

h1 {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 8px ;
	border-left:5px solid #835196;
	font-size: 180%;
	color: #333333;
	font-weight: bold;
	font: "ƒqƒ‰ƒMƒmŠpƒS Std W8", "A-CID ‘¾ƒSB101", "ƒqƒ‰ƒMƒmŠpƒS W9";
}

h2 {
	margin: 10px 0px 10px 0px;
	font-size: 140%;
	color: #333333;
	font-weight: bold;
	font: "ƒqƒ‰ƒMƒmŠpƒS Std W8", "A-CID ‘¾ƒSB101", "ƒqƒ‰ƒMƒmŠpƒS W9";
}

h3 {
	margin: 10px 0px 10px 0px;
	font-size: 100%;
	line-height: 16px;
	color: #835196;
	font-weight: bold;
	font: "ƒqƒ‰ƒMƒmŠpƒS Std W8", "A-CID ‘¾ƒSB101", "ƒqƒ‰ƒMƒmŠpƒS W9";
}

h4 {
	margin: 10px 0px 0px 10px;
	font-size: 140%;
	color: #ffffff;
	font-weight: bold;
	font: "ƒqƒ‰ƒMƒmŠpƒS Std W8", "A-CID ‘¾ƒSB101", "ƒqƒ‰ƒMƒmŠpƒS W9";
}
	
ol,
ul,
li {
	margin: 0px 0px 0px 15px;
	padding: 5px;
	font-size: 95%;
	line-height: 18px;
	}
	
table {
	width: 93%;
	margin-bottom: 10px;
	}
	
table th {
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	}
	
th {
	padding: 5px;
	}
	
td {
	border: #CCCCCC 1px solid;
	border-top: none;
	font-size: 95%;
	padding: 10px 0px 10px 10px;
	line-height: 15px;
	}

.hidden {
	display: none;
}

.line {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	}
	
.indent {
	margin-left: 10px;
	font-size: 95%;
	line-height: 18px;
	}
	
.clear {
	clear: both;
	}

.margin-5 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.margin-10 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.margin-20 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.margin-30 {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#whole {
	width: 900px;
	margin: 0px auto;
	padding: 0px auto;
	}
	
*html #whole {
	width: 910px;
	margin: 0px auto;
	padding: 0px auto;
	}
	
.title {
	margin: 15px auto;
	padding: 0px;
	}
	
#content_l {
	width: 248px;
	height: auto;
	margin: 462px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	float: left;
	}
	
#content_r {
	width: 642px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	}
	
#campaign_title {
	background: url(../img/campaign_title.gif);
	width: 900px;
	height: 66px;
	background-repeat: no-repeat;
	}
	
#contents {
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
*html #contents {
	background-color: #FFFFFF;
	background: url(../img/contents_bg.jpg) no-repeat;
	width: 920px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
.column-single {
	margin: 10px 0px;
	}
	
.column-single2 {
	margin: 25px;
	}
	
.column-single3 {
	margin: 10px 0px;
	padding: 5px 10px;
	background-color: #d2cce6;
	color: #330066;
	border: #8f82bc solid 1px;
	}

.column-l {
	width: 347px;
	margin-right: 10px;
	float: left;
	}

.column-r {
	float: left;
	padding-left: 10px;
	}
	
#btn_repo1 a {
	background-image: url(../img/btn_repo01.gif);
	width: 230px; 
	height: 34px;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	display: block;
}

#btn_repo1 a:hover {
	background-image: url(../img/btn_repo01_on.gif);
	width: 230px; 
	height: 34px;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	display: block;
}
	
#footer_bg {
	background: url(../img/footer_bg.gif);
	width: 100%;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000;
	}
	
#footer_contents {
	background: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	text-align: left;
	width: 900px;
	height: auto;
	margin: 0px auto;
	padding: 15px 0px 10px 0px;
	}
	
#footer_contents h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px ;
	font-size: 85%;
	color: #cccccc;
}

#footer_contents p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px ;
	font-size: 70%;
	color: #cccccc;
}

#footer img {
	margin: 7px 3px 0px 0px;
	padding: 0px;
	}
	
/* Horizontal Accordion */
		
.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 599px;
	width: 40px;
	cursor: pointer;
	margin: 0px;
	}
		
#horizontal_accordion_toggle1 a {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 599px;
	width: 40px;
	background: url(../img/menu01.gif) no-repeat top left;
	cursor: pointer;
	margin: 0px;
	}
		
#horizontal_accordion_toggle1 a:hover {
	background: url(../img/menu01_on.gif) no-repeat top left;
	}
		
#horizontal_accordion_toggle2 a {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 599px;
	width: 40px;
	background: url(../img/menu02.gif) no-repeat top left;
	cursor: pointer;
	margin: 0px;
	}
		
#horizontal_accordion_toggle2 a:hover {
	background: url(../img/menu02_on.gif) no-repeat top left;
	}
		
#horizontal_accordion_toggle3 a {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 599px;
	width: 40px;
	background: url(../img/menu03.gif) no-repeat top left;
	cursor: pointer;
	margin: 0px;
	}
		
#horizontal_accordion_toggle3 a:hover {
	background: url(../img/menu03_on.gif) no-repeat top left;
	}
	
.horizontal_accordion_content {
	/* REQUIRED */
	height: 597px;	/* We need to define a height for the accordion as it stretches the width */
	width: 500px;
	background-color: #fff;
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	text-align: left;
	}
	
.content_img {
	/* REQUIRED */
	height: 597px;	/* We need to define a height for the accordion as it stretches the width */
	width: 497px;
	float: left;	/* This make sure it stays horizontal */
	border: #CCCCCC 1px solid;
	/* REQUIRED */
	overflow: hidden;
	}
		
    /* Container styling*/
 
#horizontal_container {
    width: 640px;   
    height: 599px;
    }
					
/* Container styling*/
 
*html #horizontal_container {
    width: 645px;   
    height: 599px;
    }