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

/*================================
文字設定
================================*/
a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.bold{
	font-weight:bold;	
}

.center{
	text-align:center;	
}

.right{
	text-align:right;
}

.red{
	color:#f03;
	font-size:13px;
}

/*alpha*/
.alpha:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*================================
header
================================*/

#header{
	width:960px;
	height:76px;
	margin:0 auto;
	overflow:hidden;
}

#header h1{
	float:left;
	margin:12px 0 0 20px;
}

#header ul{
	margin:42px 0 0 570px;
}

#header ul li{
	display:inline-block;
	float:left;
	margin-left:20px;
}

/*================================
navi
================================*/

.navi{
	background:url(../img/common/nav_bg.png) top left repeat-x;
}

.navi ul{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	height:54px;
}

.navi ul li{
	float:left;
	overflow:hidden;
	height:54px;
}

.navi ul li a img:hover{
	position:relative;
	bottom:54px;
}

.now{
	position:relative;
	bottom:100%;
}

/*================================
mainVisual
================================*/

.mainVisual{
	width:966px;
	margin:5px auto;
}

/*================================
mainarea
================================*/

.mainarea{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.pan{
	width:960px;
	margin:10px auto;
}

.pan li{
	display:inline-block;
	background:url(../img/common/arrow02.png) no-repeat 5px 5px;
	padding-left:18px;
}

.pan li:first-child{
	background:none;
	margin-left:-20px;
}

.pan li a{
	color:#006BBB;
}

/*================================
leftarea
================================*/

.leftarea{
	width:660px;
	float:left;
}

/*================================
rightarea
================================*/

.rightarea{
	width:260px;
	float:right;
}

.rightarea .sub_navi{
	margin-bottom:15px;
}

.rightarea .sub_navi ul li{
	height:22px;
	background-color:#F7F7F7;
	border-bottom:1px solid #346285;
	list-style-image:url(../img/common/arrow02.png);
	list-style-position:inside;
	margin-top:5px;
	padding:3px 0 0 15px;
}

.rightarea .sub_navi ul li a{
	font-size:13px;
	font-weight:bold;
}

.rightarea .about{
	background:url(../img/common/about_bg.png) top left no-repeat;
	width:260px;
	height:275px;
}

.rightarea .about h2{
	width:221px;
	height:51px;
	margin:0 auto;
	padding-top:21px;
}

.rightarea .about p{
	width:221px;
	margin:15px auto 0;
}

.rightarea .about ul{
	width:221px;
	margin:15px auto 0;
}

.rightarea .about .btn_about{
	margin-left:100px;
}

.rightarea .bnr li{
	margin-top:15px;
}

.contact{
	background:url(../img/common/contact_bg.png) top left no-repeat;
	width:260px;
	height:150px;
	margin-top:15px;
}

.contact h2{
	width:220px;
	margin:0 auto;
	padding-top:12px;
}

.contact p{
	width:220px;
	margin:5px auto;
}

p.tac{
	margin:15px 0;
}

p.tac:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*================================
footer
================================*/

.footer{
	background-color:#336185;
	height:35px;
	border-top:1px solid #838383;
	border-bottom:1px solid #fff;
	margin-top:85px;
}

.footer .footnavi{
	width:960px;
	margin:0 auto;
	position:relative;
}

.footer .footnavi ul{
	margin-top:9px;
	letter-spacing:-0.4em;
}

.footer .footnavi ul li{
	display:inline-block;
	padding-left:25px;
	background:url(../img/common/arrow01.png) 10px 5px no-repeat;
	border-right:1px solid #6C6C6C;
	border-left:1px solid #fff;
	letter-spacing:normal;
	padding-right:12px;
}

.footer .footnavi ul li.left_less{
	border-left:none;	
}

.footer .footnavi ul li.right_less{
	border-right:none;
}

.footer .footnavi ul li a{
	color:#fff;
}

.go_top{
	position:absolute;
	bottom:25px;
	right:0;
}

.go_top2{
	text-align:right;
	margin:30px 0 50px;
}

.foot_copy{
	background-color:#006BBB;
	height:60px;
}

.foot_copy .copy_text{
	width:960px;
	height:31px;
	margin:0 auto;
	padding:14px 0 0 15px;
	overflow:hidden;

}

.foot_copy .copy_text h2{
	width:167px;
	float:left;
}

.foot_copy p{
	color:#fff;
	width:500px;
	float:left;
	margin-left:13px;
}