@charset "shift_jis";

/* base(各シート共通）----------------------------------------------------------------------- */

*{
	margin:0px;
	padding:0px;
}


body{
	background-color:#1D2088;
	color:#000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	text-align:center;
	line-height:130%;
}
img{
	border:none;
	vertical-align:top;
}
a:link{color:#00FFFF;}
a:visited{color:00FFFF;}
a:hover{color:#00FFFF;}
a:active{color:#6633FF;}


/* ====================================*/
/*　headerの設定　*/
/* ====================================*/
#header{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#main{
	width:1000px;
	background-image:url(img/back.gif);
	margin-left:auto;
	margin-right:auto;
}
.continer{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	font-size:17px;
}
div.continer p{margin-bottom:30px;}
.font_left{text-align:left;}/* テキストを左そろえにする */

/* ====================================*/
/*　footerの設定　*/
/* ====================================*/
#footer{background-color:#211A54;}
#footer a{margin:0px 10px;}
#footer .foot_box{
	width:1000px;
	background-image:url(img/footer_img.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	font-size:85%;
	padding:80px 0px 20px 0px;
	color:#FFFFFF;
}
address{
	font-size:80%;
	padding:1px 0px 20px 0px;
	letter-spacing:0.1em;
	margin-top:10px;
}



/* ====================================*/
/*hタグの設定*/
/* ====================================*/
h2{
	background-image:url(img/h2.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:200%;
	line-height:120%;
	margin-top:50px;
	text-align:center;
	clear:both;
}
.gyou{padding:70px 0px 80px 0px;}
.gyou2{padding:60px 0px 60px 0px;}
#toph2{
	padding:70px 0px 80px 0px;
	background-image:url(img/h2.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:200%;
	line-height:120%;
	text-align:center;
}

h3{
	font-size:200%;
	color:#BB000E;
	letter-spacing:-0.1em;
	margin-bottom:20px;
	line-height:130%;
	text-align:center;
	clear:both;
}

/* その他の設定----------------------------------------------------------------------- */
/* spanの設定-------------------------- */
.text_center{text-align:center;}/*中央揃え */

.deco{/*赤字で太字*/
	color:#BB000E;
	font-weight:bold;
}
.decoREDB{/*赤字で太字で下線*/
	color:#BB000E;
	font-weight:bold;
	border-bottom:solid 1px #BB000E;
}
.decoYERROW{/*赤字で黄色の背景太字*/
	font-weight:bold;
	color:#BB000E;
	background-color:#FFFF00;
	padding:3px;
}
.decobor{/*黒字の太字で下線アリ*/
	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{/*青字で大きい太字*/
	color:#0C28D5;
	font-weight:bold;
	line-height:150%;
}
.decoYERROW_b{/*赤字で黄色のバック下線アリ*/
	font-weight:bold;
	color:#BB000E;
	background-color:#FFFF00;
	padding:3px 3px 1px 3px;
	border-bottom:solid 1px #BB000E;
}


/* 画像をfloat------------------------- */
.imgfloat img{/* 画像は右側*/
	float:right;
	padding-left:10px;
}
.imgfloatL img{/* 画像は左側*/
	float:left;
	padding-right:10px;
}

/* リンクボタン----------------------- */
.btm{margin-left:90px;}/*ボタンの位置を中央に */


/* ====================================*/
/*追伸の記事*/
/* ====================================*/
div#tuisinn{
	background-image:url(img/tuisinn.gif);
	background-repeat:no-repeat;
	padding:80px 130px 80px 40px;
	line-height:130% !important;
	font-size:85%;
	margin-top:30px;
}
div#tuisinn p{
	margin-bottom:0px !important;
	margin-top:20px;
}


/* スペースの設定---------------------- */
.s20{margin-top:20px;}
.s30{margin-top:30px;}
.s50{margin-top:50px;}


/* 追加分の設定------------------------ */

#box01{
	background-image:url(img/box01.jpg);
	background-repeat:no-repeat;
	font-size:90%;
	line-height:120% !important;
	padding:180px 20px 40px 30px;
}
#box01 p{margin-bottom:20px !important;}

#box02{
	background-image:url(img/box02.jpg);
	padding-top:230px;
	padding-bottom:60px;
}
.fontset{
	padding:0px 150px;
	text-align:left;
}
.fontset p{margin-bottom:30px;}

#riyuu{
	background-image:url(img/riyuu.gif);
	background-repeat:no-repeat;
	height:300px;
	text-align:left;
}
#riyuu .tex1{padding:30px 150px 70px 320px !important;}
#riyuu .tex2{padding:0px 150px 60px 320px !important;}
#riyuu .tex3{color:#FF0000; font-size:110%; font-weight:bold; padding:0px 150px 20px 210px !important;}







