@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++
HTML Setting
+++++++++++++++++++++++++++++++++++++++++++*/

* {
	margin:0;
	padding:0;
	list-style:none;
	}

body{
	margin:0;
	padding:0;
	background-color:#ebebe4;
	font-size:12px;
	line-height:1.6em;
	color:#555555;
	}

img{
	border:none;
	}
	
h1,h2,h3,h4{
	font-size:10px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}


a:link{
	color: #000099;
	text-decoration:underline;
}

a:visited{
	color: #9900CC;
	text-decoration:underline;
  }
  
a:hover{
	color: #d61518;
	text-decoration:underline;
	}
	
#pankuzu .link_self{
	color:#d61518;
	font-size:10px;
}
	
#link_menu .link_self{
	color:#d61518;
	font-size:10px;
}
	
#container{
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../parts/base_contents.gif);
	background-repeat:repeat-y;
}
	
/*++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++*/

#header{
	width:750px;
	height:94px;
	background-image:url(../parts/base_header.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ffffff;
}

#header p{
	float:left;
	width:154px;
	height:14px;
	padding:7px 426px 0 7px; 
}

#link_sitemap, #link_help{
	float:left;
	height:18px;
	padding-top:3px;
	font-size:10px;
}

#link_sitemap a, #link_help a{
	color:#333333;
}

#link_sitemap a:hover, #link_help a:hover{
	color: #d61518;
}

#link_sitemap{
	width:93px;
}

#link_help{
	width:70px;
}

/*++++++++++++++++++++++++++++++++++++++++++
メニューボタン
+++++++++++++++++++++++++++++++++++++++++++*/

#menu_btn{
	clear:both;
	width:740px;
	height:34px;
	padding:0 3px 0 2px;
	border-left-width:1px;
	border-right-width:4px;
	border-top-width:0;
	border-bottom-width:0;
	border-style:solid;
	border-color:#cccccc;
	background-image:url(../parts/bg_menu_btn.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#menu_btn li{
	float:left;
	width:148px;
	height:31px;
	margin-top:3px;
}


#menu_btn_corporate a{
	background-image:url(../parts/menu_btn.gif);
	background-position:0 0;
}

#menu_btn_corporate a:hover{
	background-position:0 -38px;
}

#menu_btn_products a{
	background-image:url(../parts/menu_btn.gif);
	background-position:-148px 0;
}

#menu_btn_products a:hover{
	background-position:-148px -38px;
}

#menu_btn_csr a{
	background-image:url(../parts/menu_btn.gif);
	background-position:-296px 0;
}

#menu_btn_csr a:hover{
	background-position:-296px -38px;
}

#menu_btn_recruit a{
	background-image:url(../parts/menu_btn.gif);
	background-position:-444px 0;
}

#menu_btn_recruit a:hover{
	background-position:-444px -38px;
}

#menu_btn_shopping a{
	background-image:url(../parts/menu_btn.gif);
	background-position:-592px 0;
}

#menu_btn_shopping a:hover{
	background-position:-592px -38px;
}

#menu_btn li a{
	display:block;
	width:148px;
	height:31px;
	text-indent:-9999px;
}

/*++++++++++++++++++++++++++++++++++++++++++
パンくず
+++++++++++++++++++++++++++++++++++++++++++*/

#pankuzu{
	clear:both;
	width:736px;
	height:27px;
	padding:0 3px 0 6px;
	border-left-width:1px;
	border-right-width:4px;
	border-top-width:0;
	border-bottom-width:0;
	border-style:solid;
	border-color:#cccccc;
	padding-top:5px;
	background-color:#ffffff;
}

#pankuzu li{
	display:inline;
	font-size:10px;
}

#pankuzu li a{
	color:#333333;
}

#pankuzu li a:hover{
	color: #d61518;
}

/*++++++++++++++++++++++++++++++++++++++++++
コンテンツ
+++++++++++++++++++++++++++++++++++++++++++*/

#wrapper{
	width:750px;
	height:auto;
	background-repeat:no-repeat;
	background-position:0% 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++
右コンテンツ
+++++++++++++++++++++++++++++++++++++++++++*/

#contents_r{
	float:right;
	width:506px;
	height:auto;
	padding-right:24px;
}

h1{
	width:506px;
	height:59px;
	margin-bottom:50px;
}

#contents_r h2{
	width:491px;
	height:19px;
	margin:0 0 30px 15px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}

#contents_r p{
	margin-left:25px;
	padding-bottom:15px;
	text-indent:1em;
}

#link_menu{
	clear:both;
	width:506px;
	height:70px;
	padding-top:40px;
	position:relative;
	
	text-indent:-9999px;
}

#link_menu li ul{
	width:434px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:5px 38px 5px 32px;
	font-size:10px;
	text-indent:0;
}

#link_menu li ul li{
	display:inline;
	width:auto;
	margin-right:2em;
}

#link_menu li ul li a{
	color:#333333;
}

#link_menu li ul li a:hover{
	color: #d61518;
}

#link_menu li ul .link_menu_br{
	display:inline;
	width:auto;
	line-height:2em;
	margin-right:3em;
}




/*++++++++++++++++++++++++++++++++++++++++++
左メニュー
+++++++++++++++++++++++++++++++++++++++++++*/

#contents_l{
	float:left;
	width:195px;
	height:auto;
	margin-right:25px;
	border-top:1px solid #cccccc;
}

#left_menu dt{
	display:block;
	width:195px;
	height:67px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/*++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++*/

#footer{
	clear:both;
	width:750px;
	height:auto;
	padding-top:5px;
	background-image:url(../parts/base_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ebebe4;
	font-size:10px;
	text-align:right;
}

#footer p{
	display:inline;
}

#footer address{
	display:inline;
	margin-left:1em;
	font-style:normal;
}
