@charset "utf-8";
/* CSS Document */

body{
	font-size:16px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#333333;
	margin:0;
	padding:0;
	border-top:40px solid #21ade5;
	background:#fff;
}
/*safariハック*/
/*
html[xmlns*=""] body:last-child #wrapper {
	font-size:9pt;
	line-height:1.0em;
}
*/
html{
	overflow-y:scroll;
}
html,body{
	height:100%;
}
* html #wrapper {
	height:100%;
}
#wrapper{
	min-height:87%;
	margin:0 auto;
	padding:0;
	line-height:1.4;
}
* html #wrapper{
	height:85.5%;
}

a {
	color:#505050;
	text-decoration:underline;
}
a:hover {
	color:#999;
	text-decoration:underline;
}

/* header
----------------------------------- */

#wrapper #header {
	width:960px;
	margin:0 auto;
	padding:0;
	
}

#wrapper #header div{
 background:none;
 border:none;
}

#inner_logo{
	width:720px;
	float:left;
}

#inner_logo h1{
	text-align:right;
	margin-top:20px;
}

#inner_logo h2{
	margin-top:25px;
}

#inner_logo p{
	width:685px;
	font-size:112.5%;
	line-height:1.8;
	margin-top:25px;
	padding-left:15px;
}

#inner_img{
	float:right;
}

#inner_img img{
	margin:70px 14px 0 0;
}


/* メイン　3つボタン
----------------------------------- */

#main_btn{
	width:100%;
	background:#baebfe;
	margin-top:45px;
	padding:20px 0;
	clear:both;
}

#main_btn .inner{
	width:856px;
	margin:0 auto;
	overflow:hidden;
}

#main_btn .inner ul{
	width:924px;
	margin-right:-68px;
}

#main_btn .inner ul li{
	width:240px;
	margin-right:68px;
	float:left;
}

/* mainContents
----------------------------------- */

#contents{
	clear:both;
	width:100%;
	border-top:7px solid #ececec;
	border-bottom:7px solid #ececec;
	background:url(../images/bg_img.gif) repeat;
	margin-top:20px;
	padding-bottom:55px;
}

#mainContents{
   width:960px;
   margin:0 auto;
}

#dl_houhou{
	margin-top:30px;
	position:relative;
}

#dl_houhou p{
	width:700px;
	line-height:1.6;
	position:absolute;
	left:230px;
	top:20px;
}

#dl_houhou p span{
	color:#e05801;
}

/* mainContents
----------------------------------- */

.panel{
   width:960px;
   margin:50px auto 0;
   background:#fff;
   border-bottom:3px solid #e0e0e0;
}

.panel .inner{
	width:900px;
	margin:15px auto 30px;
}

.panel .inner h2 img{
	margin-right:25px;
}

.panel .inner h2 span{
	color:#666;
	line-height:3.3;
	letter-spacing:0.05em;
}

.panel .inner .box_list{
	margin-top:13px;
}

.panel .inner .box_list .left_p{
	width:433px;
	float:left;
}

.panel .inner .box_list .right_p{
	width:435px;
	float:right;
}

.panel .inner .box_list table th{
   width:10%;
   font-size:112.5%;
   color:#fff;
   text-align:center;
   font-weight:bold;
   padding:3px 2px;
   border-right:2px solid #fff;
   border-bottom:2px solid #fff;
}

.panel .inner .box_list table th span{
	font-size:61.1%;
	line-height:1.2;
}

.panel .inner .box_list table td{
	height:34px;
	font-size:137.5%;
	color:#666;
	line-height:1.5;
   text-align:center;
   border-right:2px solid #fff;
   border-bottom:2px solid #fff;
   background:#f0f0f0;
}

.panel .inner .box_list table td.name{
	font-size:87.5%;
	color:#333;
	line-height:2.4;
	letter-spacing:0.025em;
   text-align:left;
   padding-left:10px;
   padding-right:10px;
}

.panel .inner .box_list table td.name span{
	display:inline-block;
	width:60px;
}

.panel .inner .box_list table .sec td{
	background:#d6d6d6;
}

.panel .inner .box_list table th.naiyo{
	width:70%;
}

.panel .inner .box_btn{
	width:600px;
	margin:30px auto 0;
	clear:both;
}

.panel .inner .box_btn a:hover{
	filter: alpha(opacity=50); 
    -moz-opacity:0.50;
	opacity:0.50;
}

#gaku1{ border-top:5px solid #e9518e; }
#gaku2{ border-top:5px solid #f18d00; }
#gaku3{ border-top:5px solid #6eb92b; }

#gaku1 th{ background:#e9518e; }
#gaku2 th{ background:#f18d00; }
#gaku3 th{ background:#6eb92b; }


/* mainContents 下
----------------------------------- */

#box_info{
	width:100%;
	background:#21ade5;
	margin-top:60px;
}

#box_info .inner{
	width:960px;
	margin:0px auto;
}

#box_info .inner .left_p{
	width:438px;
	text-align:right;
	float:left;
}

#box_info .inner .left_p img{
	margin:30px 0 27px;
}

#box_info .inner .right_p{
	width:480px;
	float:right;
}

#box_info .inner .right_p h2{
	margin:48px 0 0 10px;
}

#box_info .inner .right_p h3{
	font-size:125.0%;
	color:#fff;
	font-weight:bold;
	margin:20px 0 0 10px;
}

#box_info .inner .right_p p{
	font-size:112.5%;
	color:#fff;
	line-height:2.2;
	margin:10px 0 0 10px;
}

/* footer
----------------------------------- */

#footer{
	clear:both;
	padding:45px 0 0;
}
#footer .inner{
	width:960px;
	margin:0 auto;
}

#footer .inner img{
	width:165px;
	flaot:left;
}

#footer .inner div{
	float:right;
}

#footer .inner div ul li{
	display:inline-block;
	font-size:87.5%;
	padding:5px 0 0;
	margin:0;
}
#footer p{
	width:960px;
	margin:0 auto 50px;
	text-align:right;
	font-size:75.0%;
	line-height:1.1;
	clear:both;
}
