/*
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
	
=======================================*/

li,
p,
pre,
cite,
blockquote {
	font-size: 90%;
}

p {
	margin: 0px 0px 10px 0px;
	}

* {
	line-height: 1.5;
	font-style: normal;
}


body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Aperto", "Verdana","Arial", "Helvetica", "sans-serif";
	color: #35150a;
}

h2 {
	margin: 5px 0px 5px 10px;
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
}
	
h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 25px;
	color: #35150a;
	font-family: "Arial Black","MS UI Gothic";
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 8px;
	border-left:5px solid #35150a;
	}
	
h4 {
	font-size: 120%;
	font-weight: bold;
	line-height: 25px;
	color: #666666;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 10px;
	border-left: 8px solid #CD5C5C;
	border-bottom: 1px dotted #666666;
	}
	
.mini {
	font-size: 10px;
	line-height: 25px;
	color: #CD5C5C;
	font-family: "Arial Black","MS UI Gothic";
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #990000;
	text-decoration: none;
	}

a:visited {
	color: #660000;
	text-decoration: none;
	}

a:active {
	color: #660000;
	}

a:hover {
	color: #bb0000;
	text-decoration: underline;
	}
	
ol,
ul,
li {
	list-style: none;
	}

.hidden {
	display: none;
}

#whole {
	width: 900px;
	margin: 0px auto;
	padding: 0px auto;
	}
	
#header {
	background: url(../img/header.jpg);
	width: 900px;
	height: 66px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	}
	
#top_img {
	background: url(../img/top_img.jpg);
	width: 900px;
	height: 269px;
	background-repeat: no-repeat;
	}
	
#contents {
	background-color: #FFFFFF;
	width: 820px;
	height: auto;
	margin: 0px;
	padding: 10px 40px 10px 40px;
	text-align: left;
	}
	
#contents p{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	line-height: 22px;
	}
	
.contents_single {
	width: 750px;
	margin: 0px auto;
	}
	
.contents_title {
	width: 798px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
        text-align: center;
	}

#info_box_bg {
	background-color: #4682b4;
	width: 450px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding-top: 3px;
	}
	
#column_l {
	width: 377px;
	margin: 10px 40px 0px 0px;
	float: left;
	}
	
#column_r {
	width: 377px;
	margin: 10px 0px 0px 0px;
	float: left;
	}
	
.box {
	background-color: #FFFFFF;
	border: solid 1px #F5DEB3;
	padding: 10px;
	}
	
.box2 {
	background-color: #E9E9E9;
	border: solid 1px #cccccc;
	padding: 10px 10px 0px 10px;
	font-size: 90%;
	}

.tip {
	width: 120px;
	height: 147px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	}
	
.arrange_btn {
	margin: 0px 10px 20px 0px;
	float: left;
	width: 162px;
	font-size: 10px;
	}
	
.arrange_btn_p {
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	}
	
.box_content {
	margin: 0px;
	float: left;
	}

.box_red {
	background-color: #990000;
	border: #FF0000 solid 1px;
	padding: 5px;
	margin: 10px 0px;
	}

.box_white {
	background: #ffffff;
	border: #cccccc solid 1px;
	padding: 10px 15px 0px 15px;
	margin: 0px;
	font-size: 90%;
	}
	
.pic_l {
	float: left;
	margin: 0px 5px 0px 0px;
	}

.style1 {
	font-size: 90%;
	color: #333;
	font-weight: bold;
}

.style2 {
	color: #990000;
	font-size: 150%;
	font-weight: bold;
	}

.style3 {
	color: #CD5C5C;
	font-weight: bold;
	}
	
.line {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	}
	
.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;
	}

#col_l {
	width: 365px;
	float: left;
	margin: 0px 25px 0px 10px;
	}

#links_l {
	width: 390px;
	float: left;
	margin: 0px 20px 0px 0px;
	}

#links_r {
	width: 390px;
	float: left;
	margin: 0px 0px 0px 10px;
	}
	
.link {
	margin: 0px 0px 10px 0px;
	}

#campaign_btn a {
	background: url(../img/camp.gif) no-repeat;
	width: 426px;
	height: 66px;
	margin: 30px auto 0px;
	display: block;
	}
	
#campaign_btn a:hover {
	background: url(../img/camp_on.gif) no-repeat;
	width: 426px;
	height: 66px;
	margin: 30px auto 0px;
	display: block;
	}

#footer {
	background: url(../img/footer.jpg);
	width: 900px;
	height: 154px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	}
	
#footer_bg {
	background: url(../img/footer_bg.gif);
	width: 100%;
	height: auto;
	margin: 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;
	}
	
body#tab_sample div#javascript_tab_sample {
	margin:20px auto 0 auto;
	width: 456px;
	text-align:left;
	float: left;
	}

div#javascript_tab_sample ul#tab {
	margin:0;
	padding:0;
	background-color:#fff;
	float:left;
	width: 456px;
	}

div#javascript_tab_sample ul#tab li {
	margin:0px;
	text-align:center;
	float:left;
	width:36px;
	padding: 1px;
	}

div#javascript_tab_sample ul#tab li.selected {
	background:url(../img/gel_on.jpg) no-repeat;
	width: 38px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	}

div#javascript_tab_sample ul#tab li.selected a {
	color:#fff;
	}

div#javascript_tab_sample dl {
	background-color: #CD5C5C;
	width: 500px;
	float: left;
	margin: 0px 0px 0px 0px;
	clear:both;
	}

div#javascript_tab_sample dl dt {
	width: 499px;
	border-bottom:1px dotted #fff;
	}

div#javascript_tab_sample dl dd {
	height: auto;
	}

div#javascript_tab_sample dl dd p {
	}
