@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	text-align:center;
	background-color:#000000;
	color:#666666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "Ｍ		Ｓ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	background-image:url(img/body_bg.gif);/* ←ピンクのストライプ背景画像=======*/
}


#wrapper{
	width:801px;
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
}

a:link {
	color: #999999;
	text-decoration:none;
}

a:visited {
	color : #CCC;
	text-decoration:none;
}
a:active {
	color : #000 ;
	text-decoration:none;
}

a:hover {
	color: #ffcccc ;
	text-decoration:underline;
}

#header{
	height:110px;
	width:auto;
	background-position:left;
	background-repeat:no-repeat;
	border-top:#FFF solid 5px;}

h1{
	font-size:15px;
	color:#333;
	line-height:1em;
	font-weight:400;
	text-align:center;
	}
	

h2.h2toplogo{
	width:801px;
	height:auto;
	text-align:center;
	font-size:63px;
	line-height:1em;
	margin:0 auto;
	color:#ff3399;
	}

.h2sub{
	text-align:center;
	font-size:20px;
	line-height:1em;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	color:#666;
	}

#banner {
	height: 270px;
	width: 801px;
	margin:0 auto;
	background-image:url(img/tittle_banner.jpg);/* ←タイトルバナーの背景画像=======*/
	clear:both;
}



#btn a{
margin:200px 30px 10px auto;
display:block;
width:80px;
color:#FFF;
font-weight:bold;
font-size:45px;
background:#3366cc;
height:40px;
line-height:45px;
text-decoration:none;
text-align:center;}

#btn a:hover{
color:#FFF; 
background:#333;
}


#mainbox {
	height: auto;
	width: 801px;
}


#box001 {
	width: 400px;
	height: 195px;
	border-top: solid #ccc 1px;
	border-right: solid #ccc 1px;
	float:left;
}

#box002 {
	width: 400px;
	height: 195px;
	border-top: solid #ccc 1px;
	float:right;
}

#box003 {
	width: 400px;
	height: 195px;
	border-top: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	float:left;
}

#box004 {
	width: 400px;
	height: 195px;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	float:right;
}

.h3text{
	text-align:right;
	color:#F00;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	line-height:1em;
	margin-left:auto;
	}


.textbg {
	width:400;
	height:195;
	margin:0;
	padding:0;
}

.imb_border01{
	height:195px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	margin-right:20px;}
	
.imb_border02{
	height:195px;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	margin-left:20px;
	}


.text {
	padding:5px 20px;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
}

.banner_table01 {
	margin:20px 0px 20px 40px;
	line-height	: 12px;
	float:left;
	width:470px;
	height:auto;
	text-align:center;
	color:#000;
	font-size:45px;
	font-weight:bolder;
	line-height:1.25em;
	}
	
.banner_table02 {
	background-color:#ff33cc;
	width:auto;
	margin:20px 50px 0px 0px;
	float:right;
	width:200px;
	height:130px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding-top:20px;
}

.banner_table03{	
	width:auto;
	margin-top:0px;
	margin-right:55px;
	float:right;
	}

.banner-box{
	margin:0 auto;
	width:801px;
	height:auto;
	clear:both;
}


#footer {
	height: 30px;
	width: auto;
	clear: both;
	margin:0px auto 0px;
}

.footertext{
	text-align:left;
	margin-top:10px;
	font-size:11px;
	padding-left:10px;
	color:#666;
	}
	
