@charset "shift_jis";

/* base(各シート共通）----------------------------------------------------------------------- */

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


body{
	background-color:#052C7B;
	color:#000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	text-align:center;
	line-height:130%;
}
img{
	border:none;
	vertical-align:top;
	margin-bottom:20px;
}
a:link{color:#0033FF;}
a:visited{color:#0033FF;}
a:hover{color:#00FFFF;}
a:active{color:#6633FF;}


#header{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#D7EEFF;
	padding:10px 0px;
	margin-bottom:20px;
	color:#000080;
}
#main{
	width:800px;
	background-image:url(img/back.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#continer{
	width:700px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	background-image:url(img/fotter_back.gif);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	font-size:85%;
	padding:20px 0px 8px 0px;
}
#footer a{margin:0px 10px;}
address{
	font-size:80%;
	color:#000080;
	padding:1px 0px;
	letter-spacing:0.1em;
	margin-top:5px;
}



h2{
	background-image:url(img/h2.gif);
	background-repeat:no-repeat;
	text-shadow: 3px 1px 3px #999999;
	color:#000080;
	font-size:150%;
	line-height:135%;
	margin-top:60px;
	margin-bottom:10px;
	clear:both;
}
.backimg1{padding:20px 0px 30px 80px;}
.backimg2{padding:3px 0px 10px 80px;}
#backimg{
	background-image:url(img/h2.gif);
	background-repeat:no-repeat;
	text-shadow: 3px 1px 3px #999999;
	color:#000080;
	font-size:150%;
	line-height:135%;
	padding:20px 0px 30px 80px;
	margin-bottom:10px;
	clear:both;
	font-weight:bold;
}



#sample img{margin-bottom:10px !important;}


/* 講座の背景指定---------------------------- */
#kouza{
	background-image:url(img/mailmagajin.gif);
	background-repeat:no-repeat;
	padding:80px 30px 30px 30px;
	font-size:90%;
	margin-top:30px;
	margin-bottom:30px;
}

#kouza p{
	background-image: url(img/line.gif);
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:8px !important;
}
#kouza span{color:#FF0000; font-weight:bold; border-bottom:solid 1px #FF0000;}




div#continer p{margin-bottom:30px;}
.centerTEX{
	text-align:center;
		font-weight:bold;
}


#image_left img{
	float:left;
	margin-right:10px;
}
#image_right img{
	float:right;
	margin-left:10px;
}


/* スペース---------------------------- */
.b50{margin-bottom:50px;}





