/* CSS Document */

body{
	background:#CCCCCC url(img/back.gif) center repeat-y;
	margin:0px;
	}
a{
	color:#000000;
	}
a:hover{
	color:#FF0000;
	}
#container{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	padding:0px;
	background:#FFFFFF;
	}
/* ヘッダー */
.header{
	width:auto;
	height:100px;
	background:url(img/h_back.jpg) no-repeat;
	}
.rogo{
	float:left;
	width:200px;
	}
.h-menu{
	float:right;
	width:560px;
	}
	
/* ナビ */
.navi{
	width:auto;
	height:50px;
	margin:50px 0 0 0;
	}
.navi ul{
	list-style-type:none;
	}
.navi li{
	float:right;
	text-align:center;
	}
.navi a{
	display:block;
	width:85px;
	height:50px;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	background:url(img/h_m_back1.gif) no-repeat bottom;
	}
.navi a:hover{
	background:url(img/h_m_back2.gif) no-repeat bottom;
	color:#996600;
	}
.navi_text{
	padding:18px 0px 0px 0px;
	}
/* TOPイメージ */
.topimg{
	margin:0px;
	}
/* メイン */
.main{
	background:url(img/m_back2.gif) repeat-x;
	}
.topimg{
	width:auto;
	height:450px;
	background:url(img/topimg.jpg);
	}
.info{
	float:left;
	width:400px;
	margin:10px 5px 5px 5px;
	background:#FFFFFF;
	border:1px solid #666666;
	height:330px;
	}
.service{
	float:right;
	width:350px;
	margin:10px 5px 5px 5px;
	background:#FFFFFF;
	border:1px solid #666666;
	height:330px;
	}
.info-title{
	background:#666666;
	border-bottom:1px solid #000000;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	}
.serv-title{
	background:#666666;
	border-bottom:1px solid #000000;
	padding:3px;
	color:#FFFFFF;
	font-weight:bold;
	}
.info-con{
	margin:10px;
	}
.serv-con{
	margin:10px;
	line-height:24px;
	}
.serv-con ul{
 	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.serv-con li{
	margin:10px 0px;
	background:url(img/top_i.gif) no-repeat left;
	padding:0 0 0 25px;
	font-weight:bold;
	}
.serv-con a{
	float:right;
	display:block;
	text-decoration:none;
	width:100px;
	height:auto;
	padding:3px;
	margin:10px;
	background:url(img/works/icon_back1.gif) repeat-x;
	border:1px solid #666666;
	text-align:center;
	}
.top_pro{
	margin:10px 5px;
	line-height:22px;
	}
.footer{
	background:#666666;
	margin:20px 0 0 0;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	font-size:12px;
	height:200px;
	}
	
	
