/*==========================================
　IE6バグ対策のためのメモ
・widthとpadding/borderの同時指定不可
・floatとmarginの同時指定不可
==========================================*/]

body {
   overflow-y:scroll;
}


*{
	margin:0px;
	padding:0px;
	font-size:x-small;
}
img{
	border:0px;
}
body {
	text-align: center;
	background:url(../images/main_bg.jpg) repeat-x;
	background-color:#614D34;
}
body div {
	text-align: left;
	margin: 0 auto;
}
#wrapper{
	width:805px;
}
#header{
	width:805px;
	height:94px;
	background:url(../images/header2.jpg) no-repeat;
	text-align:right;
	position:relative;
}
#header #logo{
	position:absolute;
	top:20px;
	left:30px
}
#header p{
	padding-top:20px;
}

#menu{
	width:800px;
	height:33px;
	list-style:none;
	background:url(../images/menu_bg.jpg) repeat-x;

}
#menu li{
	float:right;
	padding-left:0px;
}
#menu a{
	overflow:hidden;
	width:110px;
	height:33px;
	display:block;
}
#menu a:hover{
	background-position:right;
}
#home {
	background:url('../images/menu_home.jpg') no-repeat;
}
#home_on {
	background:url('../images/menu_home.jpg') no-repeat;
        background-position:-110px 0px;
}
#company {
	background:url('../images/menu_company.jpg') no-repeat;
}
#company_on {
	background:url('../images/menu_company.jpg') no-repeat;
        background-position:-110px 0px;
}
#jigyo {
	background:url('../images/menu_jigyo.jpg') no-repeat;
}
#jigyo_on {
	background:url('../images/menu_jigyo.jpg') no-repeat;
        background-position:-110px 0px;
}
#saiyo {
	background:url('../images/menu_saiyo.jpg') no-repeat;
}
#saiyo_on {
	background:url('../images/menu_saiyo.jpg') no-repeat;
        background-position:-110px 0px;
}
#access {
	background:url('../images/menu_access.jpg') no-repeat;
}
#access_on {
	background:url('../images/menu_access.jpg') no-repeat;
        background-position:-110px 0px;
}
#contact {
	background:url('../images/menu_contact.jpg') no-repeat;
}
#contact_on {
	background:url('../images/menu_contact.jpg') no-repeat;
        background-position:-110px 0px;
}

#contents{
	width:805px;
        border-left:1px solid #cccccc;
        border-right:1px solid #cccccc;
	min-height:1px;　/* IE 7対策 */
}
#contents:after { /*floatしたboxをはみださせない*/
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#contents_top{
	width:805px;
	background:url(../images/contents_bg.gif) repeat-y;
	min-height:1px;　/* IE 7対策 */
}
#contents_top:after { /*floatしたboxをはみださせない*/
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/*フッタークラス*/
#footer{
	width:805px;
	height:57px;
	background:url(../images/footer_bg.gif) no-repeat;
}
#footer div{
	margin:25 0 0 20;
	color:#424242;
	font-size:12px;
}

#footer p.copy{
	float:left;
	padding:20px 0px 0px 10px;
	color:#424242;
	font-size:12px;
}

#footer p{
	float:right;
	padding:20px 10px 0px 0px;
	color:#424242;
	font-size:12px;
}

#footer p a{
	color:#424242;
	font-size:12px;
	text-decoration: none;
}

#footer p a:hover{
	color:#082C76;
	font-size:12px;
	text-decoration: underline;
}
/*フッタークラス*/

/*パンくずクラス*/
.pan{
	margin:10px 0px 10px 100px;
	color:#3b3b3b;
	font-size:12px;
}

.pan a{
	color:#082C76;
	text-decoration: none;
	font-size:12px;
}

.pan a:hover{
	color:#1E4DAC;
	text-decoration: underline;
	font-size:12px;
}

.pan strong{
	font-size:12px;
}

/*パンくずクラス*/

/*このページのトップに・・・クラス*/
.top{
	text-align:right;
	margin:20px 105px 15px 0px;
	font-size:12px;
}

.top a{
	color:#082C76;
	text-decoration: none;
	font-size:12px;
}

.top a:hover{
	color:#1E4DAC;
	text-decoration: underline;
	font-size:12px;
}
/*このページのトップに・・・クラス*/

/*汎用クラス*/
.alt{
	display:none;
}
.b{
	font-weight:bold;
}
.su{
	font-size:small;
}

/*トップページ住所クラス*/
.add{
	color:#666666;
	margin-right:20px;
}

.bluearrowlist li{
	list-style-image:url(../images/arrow_blue.gif);
	padding:0px;
	margin-left:30px;
	line-height:150%;
}

.bluearrowlist li a{
	color:#082C76;
	text-decoration: none;
}

.bluearrowlist li a:hover{
	color:#1E4DAC;
	text-decoration: underline;
}

.p1 {
	line-height:140%;
	width:600px;
	font-size:x-small;
	margin-left:5px;
	color:#444444;
}
.p1 strong {
	color:#082C76;
}

.p1 a {
	color:#082C76;
	text-decoration: none;
}

.p1 a:hover{
	color:#1E4DAC;
	text-decoration: underline;
}

.normallist li{
	padding:0px;
	margin-left:20px;
	line-height:150%;
}

/*採用情報連絡先クラス*/
.saiyo_contact{
	margin:20px 0px 0px 100px;
	padding:5px;
	width:530px;
	color:#444444;
	line-height:150%;
}

.saiyo_contact strong{
	color:#444444;
	width:530px;
	font-weight:bold;
	border-bottom:3px double #DDD65C;
}

.saiyo_contact a {
	color:#082C76;
	text-decoration: none;
}

.saiyo_contact a:hover{
	color:#1E4DAC;
	text-decoration: underline;
}
