@charset "utf-8";

/*
########################################################
	全体のスタイル指定
########################################################
*/
* {
	color:#333333;
	padding:0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-weight:400;
	line-height: 140%;
	margin: 0;
	background-image: none;
}
html,body{
	height:100%;
}
body{
	background-image: url(../img/body_bk.jpg);
	background-repeat: repeat-x;
}

h1{
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 820px;
	color:#818181;
}
a img {border:none;}

a{color:#0000FF;}

/*
########################################################
	headerのスタイル指定
########################################################
*/
#header{
	width:835px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	height: 53px;
	padding: 30px 0px 0px 0px;
}
#menu{
	display:block;
	width:835px;
	height:247px;
	margin-left: auto;
	margin-right: auto;
}
#menu li{
	display: inline;
	float: left;
	text-align: center;
	padding:0px;
}
#menu img{
	float:left;
}
#flash{
	display:block;
	width:835px;
	height:215px;
	margin-left: auto;
	margin-right: auto;
}


#main{
	display:block;
	width:840px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	padding:20px 0px 0px 0px;
}
body > #main{	
	height: auto;
	overflow:auto;
}
h2{
	width:800px;
	height:20px;
	display: inline;
	margin:0px 0px 0px 25px;
	float: left;
}
.service_box{
	width:770px;
	height:240px;
	border:1px solid #CCCCCC;
	margin: 5px 0px 30px 25px;
	padding:5px 20px 0px 0px;
	float: left;
	display: inline;
}
.service_box p{
	font-size:10px;
	color:#666666;
	margin: 0px 0px 0px 20px;
}
.service_box .service_left{
	float:left;
	width:360px;
	height:180px;
	margin: 20px 5px 0px 20px;
	display: inline;
}
.min_box{
	float:left;
	width:360px;
	height:70px;
	background-color:#FFFFFF;
	border-top: 1px solid #CCCCCC;
	padding: 7px 0px 0px 0px;
}
.min_box img{
	float:left;
}
.min_box .center_box{
	float:left;
	width:185px;
	height:65px;
	padding: 0px 0px 0px 5px;
}
.min_box p{
	width:170px;
	height:30px;
	float:left;
	margin: 0px 0px 0px 5px;
}
.min_box a{
	width:85px;
	height:15px;
	float:left;
	padding:0px 0px 0px 20px;
	background-image:url(../img_top/icon.jpg);
	background-repeat:no-repeat;
	color:#0000FF;
	margin: 0px 0px 0px 0px;
}

.news_box{
	width:770px;
	height:120px;
	border:1px solid #CCCCCC;
	margin: 5px 0px 30px 25px;
	padding:0px 20px 0px 0px;
	float: left;
	overflow: auto;
	display: inline;
}
.news_box .news{
	width:740px;
	height:auto;
	float:left;
	padding: 5px 0px 0px 5px;
}
.news_box .day{
	width:100px;
	height:auto;
	display: block;
	float: left;
}
.news_box p{
	width:640px;
	height:auto;
	display: block;
	float: left;
}

.banner{
	margin:0px 0px 10px 13px;
	float: left;
}

.link{
	width:835px;
	height:120px;
	background-image:url(../img_top/ap.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float: left;
}
.link_a{
	width:600px;
	height:20px;
	float: left;
	margin: 10px 0px 0px 5px;
}

#footer{
	width:830px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	border-top:5px solid #CC0000;
	float: left;
	padding: 10px 0px 0px 5px;
}
.footer_link{
	width:600px;
	height:65px;
	float:left;
}

.team6{
	float:right;
}
.copy{
	text-align: center;
	width: 835px;
	float: left;
}
.relo img{
	margin:0px 0px 25px 25px;
	display: inline;
}
