@charset "utf-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	color: #333;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(img/bodyb.gif);
}
* html body {
	padding-left: 1px;
}
*:first-child+html body {
	padding-left: 1px;
}
#header {
	width: 100%;
	height:520px;
	text-align:center;
	background-image: url(img/top.jpg);
	background-repeat: repeat-x;
	background-position: center;

}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#navout {
	width: 100%;
	height:48px;
	margin: auto;
	padding: 0px;
	background-image:url(img/navback.jpg);
}

#navbar {
	width: 1000px;
	height:48px;
	margin:auto;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	width: 200px;
	text-align: center;
}
#navbar a {
	display: block;
	color: #FFF;
	font-size:16px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px;
	margin: 0px;
	background-color: #F90;
	background-image: url(img/nav1.jpg);
	background-repeat: no-repeat;
}
#navbar a:hover {
	background-color: #FFF;
	background-image: url(img/nav2.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}

#contents {
	width: 1000px;
	clear: both;
}
#footer {
	width: 100%;
	clear: both;
	padding: 3px;
	text-align: center;
	background-image: url(img/footer.jpg);
	background-repeat: repeat;
	color: #CCC;
}
#footer p {
	font-size:12px;
}
#main {
	width: 750px;
	margin:auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#side {
	float: right;
	width: 230px;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 15px;
}
#sidemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidemenu li {
	margin: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size:16px;
}
#sidemenu  li a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #063;
	border-left-color: #063;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	display: block;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 80%;
}
#sidemenu li a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #09F;
	border-left-color: #09F;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidemenu {
}
#wrap {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.contents {
	text-align:left;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #900;
}

.contents p {
	padding-left:30px;
	padding-right:30px;
}

a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #66F;
	text-decoration: none;
}
a:hover {
	color: #36F;
	text-decoration: none;
}
a:active {
	color: #036;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #FFF;
}
h2 {
	font-size: small;
	color: #CCC;
}
#main h3 {
	background-image:url(img/h3.gif);
	background-repeat:no-repeat;
	font-size:24px;
	color:#F00;
	font-weight:bold;
	height:65px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
h3.sub {
	height:80px;
	margin-left:0px;
}

p {
	font-size: 16px;
	line-height: 1.8;
}
p.table{
	font-size: 18px;
	text-align:center;
	font-weight:bold;
	color:#060;
}

.contents .topic {
	background-image:url(img/h4.gif);
	background-repeat:no-repeat;
	margin-top:30px;
	margin-bottom:20px;
	font-size:22px;
	font-weight:bold;
	color:#900;
	padding-left:25px;
	}


body, h1, h2, p {
	margin: 0px;
	padding: 0px;
}
#tbl_set{
	border:1px solid #CCC;
	border-collapse:collapse;
	margin:auto;
	padding-right: 50px;
	font-size:14px;
	}
#tbl_set th{
	border:1px solid #CCC;
	background:url(img/bg_th_a.gif);
	text-align:center;
	padding:8px;
	color:#036;
	font-weight: normal;
	}
#tbl_set td{
	border:1px solid #CCC;
	padding:6px;
	}
.privacy{
	width:90%;
	border:1px solid #CCC;
	margin:auto;
	font-size:16px;
}
.privacy p{
	font-size:16px;
}
.profile {
	border: 5px solid #900;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding:20px;
	text-align: center;
}
.kansou {
	border: 5px solid #900;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}
a img {
	border-style:none;
}

.centerbox {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.tokuten {
	text-align:left;
	font-weight: normal;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #900;
	padding: 0px;
}
.tokuten p {
	padding-left:30px;
	padding-right:30px;
}

.shitsumon {
	text-align:left;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #990;
}

.question {
	background-image:url(img/question.gif);
	background-repeat:no-repeat;
	font-size:16px;
	line-height:2;
	padding-left:50px;
	font-weight:bold;
	color: #00F;
	}
	
.answer {
	background-image:url(img/answer.gif);
	background-repeat:no-repeat;
	font-size:16px;
	padding-left:50px;
	line-height:2;
	font-weight:bold;
	color:#900;
	}

.box10 {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	width:100%;
 }
 #foot {
	clear:both;
	width:1000px;
	height:150px;
	margin-right:auto;
	margin-left:auto;
	color:#333;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #930;
	}
#foot p {padding-top:35px;font-size:12px; line-height:200%;}



.x10 {font-size:10px;}
.x12 {font-size:12px;}
.x14 {font-size:14px;}
.x16 {font-size:16px;}
.x18 {
	font-size:18px;
	font-weight: bold;
}
.x20 {font-size:20px;}
.x22 {
	font-size:22px;
	font-weight: bold;
}
.x24 {
	font-size:24px;
	line-height: 36px;
}
.x26 {font-size:26px;}
.x28 {font-size:28px;}
.x32 {font-size:32px;}
.x36 {font-size:36px;}
.x40 {font-size:40px;}
.b {font-weight:bold;}
.bb {
	line-height:160%;
}
.u {border-bottom:solid 1px;}
.ur {border-bottom:solid 1px #FF0000;}
.red {
	color:#F00000;
	font-weight: bold;

}
.red2 {
	color:#990000;
	font-weight: bold;
}
.blue {
	color:#0000FF;
	font-weight: bold;
}
.pink {color:#FF66FF;}
.pink2 {
	color:#FF00FF;
	font-weight: bold;
}
.white {color:#FFFFFF;}
.yellow {color:yellow;}
.line {
	background-color:#FFFF00;
}
.line2 {
	background-color:#FFD83C;
	font-weight: bold;
}

	
