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

/* ################################################################################ */
/*                                                                                  */
/* 表題:トップページ専用CSS                                              */
/* 作成日: 2014-3-25                                                               */
/* 最終更新日: 2014-3-25         　                                                  */
/*                                                                                  */
/* ################################################################################ */


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

#header{
	background:url(../images/bg_top01.gif) repeat-x;
	padding:8px 0 0 0;
	text-align:center;
}
#headerarea{
	width:960px;
	height:139px;
	display:inline-block;
}
#infoarea{
	margin:8px 0 0 0;

}
#head_info{
	height:16px;
}
#head_info ul{
	float:right;
	margin: 0 5px 0 0;
}
#head_info ul li{
	width:auto;
	font-size:66%;
	font-weight:bold;
	float:left;
	display:inline-block;
	background:url(../images/bg_top02.png) no-repeat;
	padding:0 5px 0 23px;
}
#head_info ul li img{
	margin:0 0 0 3px;
}
#head_info ul li a{
	color::#000000;
	text-decoration:none;
}
#head_info ul li a:visited,a:link{
	color:#000000;
	text-decoration:none;
}
#head_info ul li a:hover,a:active{
	color:#999999;
	text-decoration:none;
}

#head_logo{
	width:480px;
	height:57px;
	text-align:left;
	float:left;
}
#head_logo h1{
	font-size: 66%;
	font-weight: normal;
	width: 475px;
	height: auto;
	display: inline-block;
	margin:0 0 5px 5px;
}
#head_logo h2{
	width:475px;
	height:auto;
	display:inline-block;
	margin:0 0 0 5px;
}
#head_access{
	width:480px;
	height:57px;
	float:left;
}
#head_access h2{
	margin:13px 10px 0 47px;
	float:left;
}
#head_access ul{
	margin:10px 5px 0 0;
}
#head_access ul li{
	float:left;
	margin:0 3px 0 0;
}
/*================================
main
================================*/

#sub_main{
	width:950px;
	height:auto;
	display:inline-block;
	margin:50px 0 0 5px;
}
#leftarea h4{
	margin:0 0 30px 0;
	display:inline-block;
}
/*================================
comingsoon
================================*/

#comingsoon{
	text-align:center;
	display:inline-block;
	height:500px;

}

#testcontact ul h2{
	color:#014bc1;
}







