@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	font-family:MS PGothic,"Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size:14px;
	line-height:24px;
}

a img{
	border-style:none;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

#top{
	width:1000px;
	height:300px;
	margin:0 auto;
	position:relative;

}

#top-image{
	position:absolute;
	width:1000px;
	height:300px;
	z-index:1;
	top:0;
	left:0;
}

#desc{
	position:absolute;
	top:120px;
	left:570px;
	width:387px;
	height:143px;
	background:url() no-repeat;
	z-index:2;
	
}

/**************/
/** ヘッダー **/
/**************/

#head{
margin:0;
padding:0;
width:960px;
}

h1{
text-indent:-9999px;
height:1px;
}

#logo{
	margin:20px 0 5px 20px;
}


/************************/
/** グローバルメニュー **/
/************************/
	
#memu {
	clear:both;
	width:960px;
	height:60px;
	padding:0 20px;
	background-image:url("../images/menu01.jpg")
}

#navi {
	width:960px;
	height:60px;
	overflow:hidden;
	}

#navi li {
	width:192px;
	height:60px;
	list-style:none;
	float:left;
}

#navi li a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	width:192px;
	height:60px;
	display:block;
	line-height:60px;
	text-align:center;
}

#navi li a:hover {
	background-image:url("../images/menu02.jpg");
	background-repeat:no-repeat;
}

/********************/
/** コンテンツ全体 **/
/********************/

#container{
width:960px;
overflow:hidden;
margin:35px 20px;
padding:0;

}

/****************/
/** サイドナビ **/
/****************/

#side{
	width:230px;
	margin:0;
	float:left;
	}

.side_menu{
	width:230px;
	margin:0 0 15px;
	padding:0;
	}

.side_menu ul li{
	width:228px;
	height:40px;
	line-height:40px;
	list-style-type:none;
	text-indent:1em;
	}

.side_menu ul li a {
	width:228px;
	height:40px;
	line-height:40px;
	color:#044D86;
	display:block;
	text-decoration:none;
	text-indent:2em;
	}

.bold   {
	width:228px;
	height:40px;
	font-size:12px;
	font-weight:bold;
	background-color:#f3f3f3;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:3px solid #044D86;
	}

.dot    {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px dashed #ccc;
	background-image:url("../images/sidemenu_btn01.jpg");
	}

.dot a:hover {
	background-image:url("../images/sidemenu_btn02.jpg");
	}

.solid  {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-image:url("../images/sidemenu_btn01.jpg");
	}

.solid a:hover {
	background-image:url("../images/sidemenu_btn02.jpg");
	}

/**********************/
/** メインコンテンツ **/
/**********************/

#main{
	float: right;
	width:700px;
}

#main01{
	float: right;
	width:700px;
	height:550px;
	background:url("../images/main.jpg") no-repeat bottom;
	position:relative;
}

#main02{
	float: right;
	width:700px;
	height:880px;
	background:url("../images/main.jpg") no-repeat bottom;
	position:relative;
}

h2{
	padding:0;
	margin:0;
	background: url("../images/header.jpg") no-repeat;
	color: #044D86;
	font-size: 16px;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	text-indent: 1em;
	width: 700px;	
}

h3{
	padding:0;
	margin:0;
	background: url("../images/header.jpg") no-repeat;
	color: #044D86;
	font-size: 16px;
	font-weight: bold;
	height: 43px;
	line-height: 43px;
	text-indent: 1em;
	width: 700px;	
}

p#copy01{
	margin:10px 0;
	padding:0;
	width:600px;
	line-height:30px;
}

p.midashi{
	margin:30px 0 0 20px;
	padding:0 0 0 20px;
	font-size: 16px;
	line-height:36px;
	height:36px;
	font-weight: bold;
}

.btn{
margin:10px 0 0 0;
padding:0;
}

.btn a:hover img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
}

/**************/
/** フッター **/
/**************/


#footer{
	clear:both;
}

#footer-link{
	
	height:40px;	
	padding:20px 0 0;
	background:#f3f3f3;
}

#footer-link ul{
	width:528px;
	margin:0 auto;
	list-style:none;
	overflow:hidden;
}

#footer-link ul li{
	float:left;
	margin:0 13px 0 0;
	font-weight:bold;
	color:#acacac;
}

#footer-link ul li a{
	text-decoration:none;
	color:#044D86;
}

#footer-link ul li a:hover{
	text-decoration:underline;
}

#copyright{
	font-style:normal;
	height:45px;
	text-align:center;
	padding:10px 0 0 0;
	background:#666;
	color:#fff;
}


/**************/
/** 会社概要 **/
/**************/

#company_table{
	width:680px;
	margin:20px 0 0 20px;
	padding:0;

}

#company_table td{
	height:40px;
	margin:0;
	padding:5px 0;
	border-bottom:1px dotted #ccc;

}

#company_table td.lst{
	height:40px;
	margin:0;
	padding:5px 0;
	border-bottom:none;
	}
dt{float:left;width:120px;padding:5px 0;}
dd{padding:5px 0 5px 120px;}

#company_table td.photo_td{
padding:20px 0;
text-align:center;
color:#666666;
}

#company_table td.photo_td2{
	height:30px;
	margin:0;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
}

p.merit_copy{
margin:10px 0 0 0;
}

/******************/
/** さくらページ **/
/******************/

.power_table{
	float:left;
	width:310px;
	margin:0 0 0 20px;
	padding:0;

}

.power_table td{
	height:40px;
	margin:0;
	padding:5px 0;
	border-bottom:1px dotted #ccc;

}

.power_table td#lst{
	height:40px;
	margin:0;
	padding:5px 0;
	border-bottom:none;
	}

.power_table2{
	float:left;
	width:550px;
	margin:0 0 0 20px;
	padding:0;

}

.power_table2 td{
	height:40px;
	margin:0;
	padding:5px 0;
	border-bottom:1px dotted #ccc;

}

.power_table2 td#lst{
	height:40px;
	margin:0;
	padding:5px 0;
	border-bottom:none;
	}

.p_image{
padding:0 0 0 350px;
margin:-35px 0 0 0;
}

p.about_bun{
	margin:0;
	padding:0;
	font-size: 16px;
	line-height:36px;
	height:36px;
	font-weight: bold;
}

.p_image2{
padding:0 0 0 350px;
margin:25px 0 0 0;
}

.p_image3{
padding:0;
margin:25px 0 0 0;
text-align:center;
}

#ruijihin{
width:550px;
float:right;
}


