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

	大光ルート産業株式会社　common.css

-----------------------------------------------------------------------*/
* {
	margin : 0;
	padding : 0;
	text-decoration : none;
	}
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}
img{
	border:none;
	vertical-align: bottom;
}
a{
overflow:hidden;
text-decoration:underline;
color: #CE5300;
}
a:hover{
text-decoration:none;
}
.notice {
	color: #CC0000;
	font-size: 10px;
}

body{
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.jpg);
	background-repeat:repeat;
	}

#wrapper {
	background-repeat: repeat-y;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/wrapper_bg.jpg);
}
#container {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#contents {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	clear: both;
}
#contents #pankuzu {
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
}
#main {
	width: 610px;
	float: right;
	color: #333333;
}
#main h3 {
	width: 610px;
	height: 34px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin-bottom: 30px;
	margin-top: 3px;
}
#main p {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 150%;
}
#main .comments{
	color: #666666;
	font-size: 10px;
}
.main_inner {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	clear: both;
}
.image_box {
	float: right;
}
#main .point {
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 12px;
	padding-left: 20px;
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 130%;
	display: block;
}
.pointNote {
	font-size: 12px;
	padding-left: 20px;
	line-height: 150%;
	padding-bottom: 10px;
}
.pointimg{
	float:right;
	padding-bottom: 20px;
}
#main h4{
	background-image:url(../images/h4_bg.jpg);
	height: 22px;
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #333333;
	font-size: 13px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	color: #333333;
}
#main_long {

}
#main_long h3 {
	width: 760px;
	height: 34px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin-bottom: 30px;
	margin-top: 3px;
}
.main_long_inner {
	margin-right: 10px;
	margin-left: 10px;
}
#main_long h4{
	background-image:url(../images/h4_bg_long.jpg);
	height: 22px;
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #333333;
	font-size: 13px;
	margin-bottom: 20px;
	clear: both;
	width: 710px;
}
.pagetop {
	clear: both;
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 505px 10px;
	text-indent: -9999px;
	width: 590px;
	height: 15px;
}
.pagetop a {
	display:block;
	width: 590px;
	height: 15px;	
}
/* -----------------------------------------------------------------------

	ヘッダー
	
-----------------------------------------------------------------------*/
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 51px;
	width: 787px;
	padding-top: 10px;
	padding-left: 13px;
}
#header h1{
display:none;
}
#header h2{
	background-image: url(../images/rogo_txt.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 253px;
	text-indent: -9999px;
	overflow:hidden;

}#header h2 a {
	display: block;
	height: 23px;
}
#header img {
	float: left;
	margin-right: 10px;
}
#header p {
	margin-bottom: 5px;
	font-size: 10px;
	color: #88A7D0;
}

/* -----------------------------------------------------------------------

	ナビゲーション
	
-----------------------------------------------------------------------*/

#container #navi  {
	width: 784px;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#container #navi ul {
	padding:0;
    margin:0;
    height:55px;
}
#container #navi ul li {
	display:inline;
	list-style-type: none;
}
#container #navi ul li a {
	height:0;
	display:block;
	background-image:url(../images/navi_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:55px;
}
#container #navi ul li a:hover {
    background-image:url(../images/navi_hover.jpg) ;
}
#container #navi .now_index #index a,
#container #navi .now_index #index a:hover,
#container #navi .now_product #product a,
#container #navi .now_product #product a:hover,
#container #navi .now_construction #construction a,
#container #navi .now_construction #construction a:hover,
#container #navi .now_outline #outline a,
#container #navi .now_outline #outline a:hover,
#container #navi .now_topics #topics a,
#container #navi .now_topics #topics a:hover,
#container #navi .now_links #links a,
#container #navi .now_links #links a:hover,
#container #navi .now_contact #contact a,
#container #navi .now_contact #contact a:hover
{
    background-image:url(../images/navi_now.jpg) ;
}
#container #navi #index a{
	background-position:0px 0px;
    width:120px;
}
#container #navi #product a{

	background-position:-120px 0px;
    width:108px;

}
#container #navi #construction a{
	background-position:-228px 0px;
    width:112px;

}
#container #navi #outline a{
	background-position:-340px 0px;
    width:108px;

}
#container #navi #topics a{
	background-position:-448px 0px;
    width:108px;

}
#container #navi #links a{
	background-position:-556px 0px;
    width:108px;

}
#container #navi #contact a{
	background-position:-664px 0px;
    width:120px;

}
/* -----------------------------------------------------------------------

	サブナビゲーション
	
-----------------------------------------------------------------------*/
#sub_navi {
	width: 134px;
	float: left;
	margin-right: 10px;
	background-repeat:no-repeat;
	padding-left: 4px;
}
#sub_navi li {
list-style-type:none;
}
/* -----------------------------------------------------------------------

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

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #003B89;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	width: 760px;
	clear: both;
}
#footer a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	color: #88A7D0;
	font-size: 10px;
	padding-bottom: 5px;
}
#footer .note {
	float: right;
	font-size: 12px;
}

