@charset "shift_jis";

/*font-size:14px; line-height:150%; */
/* base(各シート共通）----------------------------------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	font-size:100%;
}


body{
	background-color:#CCFFFF;
	color:#000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	text-align:center;
	line-height:150%;
	letter-spacing:normal;
}
img{
	border:none;
	vertical-align:top;
}
a:link{color:#0033CC;}
a:visited{color:#0033CC;}
a:hover{color:#00FFFF;}
a:active{color:#0033CC;}


/* ====================================*/
/*　headerの設定　*/
/* ====================================*/

#main{
	width:900px;
	background-image:url(img/back.gif);
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.continer{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	font-size:17px;
}
div.continer p{margin-bottom:10px;}
.font_left{text-align:left;}/* テキストを左そろえにする */

/* ====================================*/
/*　footerの設定　*/
/* ====================================*/

#footer{
	font-size:14px;
	margin-top:50px;
	padding-bottom:10px;
}
#footer a{padding:10px;}




/* ====================================*/
/*hタグの設定*/
/* ====================================*/
h2{
	margin:0px 0px 30px 0px;
	clear:both;
	background-color:#660099;
}

h3{
	font-size:220%;
	color:#FF0000;
	margin:80px 0px;
	line-height:130%;
	text-align:center;
	clear:both;
}


/* ====================================*/
/*テーブル*/
/* ====================================*/
#tokutei{
	width:700px;
	border-collapse:separate;
	border:solid 2px #888888;
	empty-cells:show;
}
#tokutei th{
	width:150px;
	border:solid 2px #888888;
	padding:8px;
	background-color:#CCCCCC;
	text-align:center;
}
#tokutei td{
	border:solid 2px #888888;
	padding:8px;
}



dl{margin-bottom:40px;}
dt{
	color:#FF0000;
	font-weight:bold;
	font-size:20px;
	margin-bottom:5px;
	letter-spacing:0.2em;
	border-bottom:solid 1px #000000;
	padding-bottom:3px;
}
dd ul{margin-left:20px;}


/* その他の設定----------------------------------------------------------------------- */
/* spanの設定-------------------------- */
.text_center{text-align:center;}/*中央揃え */

.deco{/* <span class="deco"></span> 赤字で太字*/
	color:#FF0000;
	font-weight:bold;
}
.decoREDB{/*赤字で太字で下線*/
	color:#FF0000;
	font-weight:bold;
	border-bottom:solid 1px #FF0000;
}
.decoYERROW{/*赤字で黄色の背景太字*/
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFF00;
	padding:3px;
}
.Y-back{/* <span class="Y-back"></span>黒字で黄色の背景太字*/
	font-weight:bold;
	background-color:#FFFF00;
	padding:3px;
}
.decobor{/* <span class="decobor"></span>黒字の太字で下線アリ*/
	font-weight:bold;
	border-bottom:solid 1px #000000;
}
.decoblue{/*青字で大きい太字　下線アリ*/
	color:#0C28D5;
	font-weight:bold;
	font-size:120%;
	line-height:150%;
	letter-spacing:-0.1em;
	border-bottom:solid 1px #0C28D5;
}
.deco2{/* <span class="deco2"></span> 青字で大きい太字*/
	color:#0C28D5;
	font-weight:bold;
	line-height:150%;
}
.decoYERROW_b{/*赤字で黄色のバック下線アリ*/
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFF00;
	padding:3px 3px 1px 3px;
	border-bottom:solid 1px #FF0000;
}
.font-s{
	font-size:14px;
	line-height:130%;
	font-weight:bold;
}




/* スペースの設定---------------------- */
.s10{margin-top:10px;}
.s20{margin-top:20px;}
.s30{margin-top:30px;}
.s50{margin-top:50px;}
.s80{margin-top:80px;}





