@charset "Shift-JIS";/* 文字コード */

/* CSS Document */

/*----------------------------basic layout-----------------------------*/
#wrapper_1{
	background-image: url("../../images/bg_image_1.jpg");
	background-repeat: repeat-x;
	padding-top: 2px;

}
#wrapper_2{
	background-image: url("../../company/images/bg_image_2_b.jpg");
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
}
#wrapper_3{
	background-image: url("../../images/bg_image_3.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	height: 109px;
}
#base_1,#base_2,#base_3{
	width: 843px;
	margin: auto;
}
#main_image{
	margin-bottom: 18px;
}
h1{
	color: #a6a5a5;
	font-size: 11px;
}
p{
	color: #747171;
	font-size: 12px;
	line-height: 160%;
}
.clear{
	clear: both;
}
.go_top{
	clear: both;
	text-align: right;
	margin-bottom: 100px;
}
/*----------------------------header layout-----------------------------*/
#header .hogo{
	text-align: right;
	margin: 10px 10px 0 0;
}
#header #logo{
	width: 843px;
	height: 47px;
	margin-top: 15px;
}
#header #logo h2{
	float: left;
}
#header #logo p{
	text-align: right;
}
#header #global_navi{
	padding-top: 25px;
	position: relative;
}
#header #global_navi li{
	float: left;
	padding-bottom: 5px;
}
#header #global_navi #pulldown{
	display: none;
	position: absolute;
	top: 40px;
	left: 212px
}
#header #global_navi #pulldown li{
	clear: both;
	position: relative;
}
#sub_navi1{top: 25px;}
#sub_navi2{top: 20px;}
#sub_navi3{top: 15px;}
#sub_navi4{top: 10px;}
#sub_navi5{top: 5px;}

#topic_path{
	clear: both;
	margin: 0 0 13px 6px;
	padding-top: 8px;
}
#topic_path a{
	color: #747171;
}

/*----------------------------leftbox layout-----------------------------*/
#leftbox{
	width: 234px;
	margin-right: 15px;
	float: left;
}
#leftbox #sub_navi{
	margin: 5px 7px 0 4px;
}
#leftbox #sub_navi li{
	margin-bottom: 1px;
}

/*----------------------------rightbox layout-----------------------------*/
#rightbox{
	width: 594px;
	float: left;
}
#rightbox .company_contents{
	margin-bottom: 25px;
}
#rightbox .text_margin{
	margin: 15px 15px 25px 25px;
}
#rightbox .text_align{
	text-align: right;
}
#rightbox table{
	width: 550px;
	margin: 10px 3px 0 15px;
	border: solid 1px #ccc;
	color: #666;
	font-size: 12px;
	border-collapse: collapse;
}
#rightbox th,#rightbox td{
	padding: 11px 7px;
	border: solid 1px #ccc;
}
#rightbox th{
	width: 195px;
	background-color: #fff0f0;
}
#rightbox td{
	width: 355px;
}
#rightbox .img_float01{
	float: left;
	margin: 15px 33px 25px 13px;
}
#rightbox .box01{
	width: 195px;
	margin-top: 36px;
	float: left;
}
/*----------------------------footer layout-----------------------------*/
#footer{
	padding-top: 30px;
	font-size: 11px;
	color: #4b4b4b;
}
#footer #footer_navi{
	text-align: center;
	margin-bottom: 8px;
}
#footer #footer_navi li{
	display: inline;
}
#footer address{
	clear: both;
	text-align: center;
}
#footer a{
	color: #4b4b4b;
}
