@charset "utf-8";

/* ------------------------------
	reset
------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,th,address {
	font-style: normal;
	font-weight: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,
object,
embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	border:1px solid #cccccc;
}
td {
	border:1px solid #cccccc;
	padding:10px;
}

li {
	list-style-type: none;
}


/* ------------------------------
	linkcolor
------------------------------ */
a {
	color: #0472bd;
}

a:link,
a:visited {
	color: #0472bd;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}
/*a:hover img{
	filter:alpha(opacity=60);
	opacity:0.6;
	}*/
a:hover img.over{
	filter:alpha(opacity=100);
	opacity:1;
}


/* ------------------------------
	base
------------------------------ */

html {
}

body {
	color:#666;
	font-size: 82%;
	font-family: "CI","Meiryo",verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	line-height: 1.3;
	text-align:center;
	background-color:#e2e6f2;
}
* html body {
	font-family: verdana,"lr oSVbN","MS PGothic",Sans-Serif;
	text-align:center;
	background-color:#e2e6f2;
}



/* ------------------------------
	#Header
------------------------------ */

#headbase {
	width:auto;
	background:url(../cmn_img/shadow_back.gif) repeat-y center top;
}
#header {
	width:900px;
	background:url(../cmn_img/header_back.jpg) repeat-x left top;
	margin:0 auto;
	text-align:left;
}
#header .hd_spacer {
	width:866px;
	margin:0 0 0 17px;
}
#header .hd_spacer .hd_rogo {
	width:234px;
	height:46px;
	background: url(../cmn_img/header_rogo.jpg) no-repeat left top;
	display:block;
	float:left;
	margin:13px 0 10px 0;
}
#header .hd_spacer .hd_rogo h1 {
	text-indent:-9999px;
	overflow:hidden;
}
#header .hd_spacer .hd_rogo h1 a {
	width:234px;
	height:46px;
	display:block;
}
#header .hd_spacer .hd_copy {
	width:444px;
	height:12px;
	background: url(../cmn_img/header_copy.jpg) no-repeat left top;
	float:left;
	margin:29px 0 0 8px;
}
#header .hd_spacer .hd_copy p {
	text-indent:-9999px;
	overflow:hidden;
}
#header .hd_spacer .hd_bjlk {
	width:108px;
	height:32px;
	float:right;
	margin:19px 0 0 0;
}

/* ------------------------------
	#globalNavi
------------------------------ */
ul#gnv {
	width:900px;
}

ul#gnv li {
	float:left;
	display:inline;
}
ul#gnv li.gnv01 a, ul#gnv li.gnv02 a,
ul#gnv li.gnv03 a, ul#gnv li.gnv04 a,
ul#gnv li.gnv05 a {
	display:block;
	width:180px;
	height:47px;
	text-indent:-9999px;
	overflow:hidden;
}
ul#gnv li.gnv01 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat 0 0;
}
ul#gnv li.gnv02 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -180px 0;
}
ul#gnv li.gnv03 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -360px 0;
}
ul#gnv li.gnv04 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -540px 0;
}
ul#gnv li.gnv05 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -720px 0;
}
ul#gnv li.gnv01 a:hover, .home ul#gnv li.gnv01 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat 0 -50px;
}
ul#gnv li.gnv02 a:hover, .topics ul#gnv li.gnv02 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -180px -50px;
}
ul#gnv li.gnv03 a:hover, .commodity ul#gnv li.gnv03 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -360px -50px;
}
ul#gnv li.gnv04 a:hover, .company ul#gnv li.gnv04 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -540px -50px;
}
ul#gnv li.gnv05 a:hover, .recruit ul#gnv li.gnv05 a {
	background:url(../cmn_img/gnavi_image.jpg) no-repeat -720px -50px;
}

/* ------------------------------
	#Contents
------------------------------ */
#contbase {
	width:auto;
	background:url(../cmn_img/shadow_back.gif) repeat-y center top;
}
#contbase #contents {
	width:900px;
	background-color:#fff;
	margin:0 auto 0 auto;
	text-align:left;
}
#contents .contents_area {
	width:866px;
	margin:0 0 0 20px;
}

/* ------------------------------
	Pankuzu(Contents)
------------------------------ */
#contents .pankuzu {
	clear:both;
	 width:900px;
	 background:url(../cmn_img/gnavi_shadow.jpg) repeat-x left top;
}
#contents .pankuzu p {
	font-size:90%;
	padding:10px 0 0 20px;
}

/* ------------------------------
	Contents_block(Contents)
------------------------------ */
#contents .contents_blk {
	width:638px;
	line-height:140%;
	float:left;
}

/* ------------------------------
	Sidemenu(Contents)
------------------------------ */
#contents .side_menu {
	width:224px;
	text-align:center;
	float:right;
	margin:0 -5px 0 0;
}
* html #contents .side_menu {
	width:224px;
	text-align:center;
	float:right;
}
#contents .side_menu .sd_menu_frm {
	width:224px;
	padding:31px 0 0 0;
	text-align:left;
	margin-bottom:13px;
}
#contents .side_menu .sd_menu_frm .btm {
	width:224px;
	background:url(../cmn_img/menu_frm_btm.jpg) no-repeat left bottom;
	padding:0 0 13px 0;
}
#contents .side_menu .sd_menu_frm .btm .mid {
	background:url(../cmn_img/menu_frm_mid.jpg) repeat-y left top;
}

#contents .side_menu .sd_menu_frm .btm .mid ul {
width:197px;
margin-left:13px;
background:url(../cmn_img/menu_nor_mid.jpg) repeat-y left top;
font-size:110%;
}
#contents .side_menu .sd_menu_frm .btm .mid ul li {
width:197px;
background:url(../cmn_img/menu_nor_top.jpg) no-repeat left top;
padding:7px 0 0 0;
}
#contents .side_menu .sd_menu_frm .btm .mid ul li div {
width:197px;
background:url(../cmn_img/menu_nor_btm.jpg) no-repeat left bottom;
padding:0 0 9px 0;
}
#contents .side_menu .sd_menu_frm .btm .mid ul li div div {
width:197px;
background:url(../cmn_img/menu_nor_txtback.jpg) no-repeat left top;
padding:0 0 0 0;
}
#contents .side_menu .sd_menu_frm .btm .mid ul li div div a {
background:url(../cmn_img/lnk_mk_min.gif) no-repeat left center;
margin-left:8px;
padding:0 0 0 11px;
}

#contents .side_menu .sd_menu_frm .btm .mid ul.on {
width:197px;
margin-left:13px;
background:url(../cmn_img/menu_fix_mid.jpg) repeat-y left top;
font-size:110%;
font-weight:bold;
}
#contents .side_menu .sd_menu_frm .btm .mid ul.on li {
width:197px;
background:url(../cmn_img/menu_fix_top.jpg) no-repeat left top;
padding:7px 0 0 0;
}
#contents .side_menu .sd_menu_frm .btm .mid ul.on li div {
width:197px;
background:url(../cmn_img/menu_fix_btm.jpg) no-repeat left bottom;
padding:0 0 9px 0;
}
#contents .side_menu .sd_menu_frm .btm .mid ul.on li div div {
width:197px;
background:url(../cmn_img/menu_fix_txtback.jpg) no-repeat left top;
padding:0 0 0 0;
}
#contents .side_menu .sd_menu_frm .btm .mid ul.on li div div a {
background:url(../cmn_img/menu_fix_mk.gif) no-repeat left center;
margin-left:8px;
padding:0 0 0 11px;
color:#ffffff;
}

#contents .side_menu .bnr_t_box {
	width:212px;
	text-align:center;
	background:#ececec;
	padding:10px 0 2px 0;
	margin:0 0 0 5px;
}
* html #contents .side_menu .bnr_t_box {
	width:212px;
	text-align:center;
	background:#ececec;
	padding:10px 0 2px 0;
	margin:0 0 0 -2px;
}
#contents .side_menu .bnr_t_box ul li {
	margin-bottom:8px;
}

/* ------------------------------
	Category Link
------------------------------ */
#contents .ctlk_ttl {
	margin-top:15px;
}
#contents .cate_lnk {
	width:638px;
	border:1px dotted #999;
}
#contents .cate_lnk p {
	width:618px;
	margin:15px 10px 15px 10px;
	line-height:100%;
}
#contents .cate_lnk a {
	background:url(../cmn_img/lnk_mk_min.gif) no-repeat left center;
	padding-left:10px;
	margin-right:10px;
}

/* ------------------------------
	#Footer
------------------------------ */
#footbase {
	width:auto;
	background:url(../cmn_img/shadow_back.gif) repeat-y center top;
}
#footbase #footer {
	width:900px;
	background-color:#fff;
	margin:0 auto;
	padding-top:10px;
	text-align:left;
}
#footer .lnk_top {
width:860px;
margin:0 0 0 20px;
}

/* ------------------------------
	#Foot Link(Footer)
------------------------------ */
#footer .lnk_top .ft_lnk {
	width:638px;
	margin:0 0 10px 0;
	background-color:#f2f2f2;
	padding:15px 0 15px 0;
	line-height:100%;
	float:left;
}
#footer .lnk_top .ft_lnk p {
	padding:0 15px 0 15px;
}
#footer .lnk_top .ft_lnk p a {
	background:url(../cmn_img/lnk_mk_min.gif) no-repeat left center;
	padding-left:10px;
	margin-right:10px;
}

/* ------------------------------
	#Pagetop(Footer)
------------------------------ */
#footer .lnk_top .pg_top {
	width:127px;
	height:24px;
	margin:11px 0 0 0; 
	float:right;
}

/* ------------------------------
	Sideaddress(Footer)
------------------------------ */
#footer .ft_com {
	width:898px;
height:72px;
	background:url(../cmn_img/footer_back.jpg) repeat-x left bottom;
	margin-left:1px;
}
#footer .ft_com .spacer {
	width:858px;
	margin-left:19px;
}
#footer .ft_com .spacer .ft_rogo {
	width:119px;
	height:29px;
	background:url(../cmn_img/footer_rogo.jpg) no-repeat left top;
	display:block;
	float:left;
	margin:30px 0 0 0;	
}
#footer .ft_com .spacer .ft_rogo h4 {
	text-indent:-9999px;
	overflow:hidden;
}
#footer .ft_com .spacer .ft_rogo h4 a {
	width:119px;
	height:29px;
	display:block;
}
#footer .ft_com .spacer .ft_copy {
	width:300px;
	line-height:100%;
	font-size:85%;
	float:left;
	margin:36px 0 0 10px;
}
#footer .ft_com .spacer .ft_bjlk {
	width:108px;
	height:32px;
	float:right;
	margin:25px 0 0 0;
}


/* ------------------------------
	Clear
------------------------------ */
.flt_l {
	float:left;
}
.flt_r {
	float:right;
}
.cb {
	clear:both;
}

/* ------------------------------
	Etc
------------------------------ */
.mar_l05 {
	margin-left:5px;
}
.mar_t15 {
	margin-top:15px;
}
.mar_b15 {
	margin-bottom:15px;
}
.mar_b08 {
	margin-bottom:8px;
}
.mar_b200 {
	margin-bottom:200px;
}