/* CSS Document */
@import url(reset.css);
@import url(fonts.css);
@import url(merchandise.css);
@import url(company.css);
@import url(project.css);
@import url(recruit.css);
@import url(merchandise_02.css);
@import url(privacy.css);
@import url(contact.css);


/* Font-size Adjustment */
/*
For pixels (px) Declare this percent (%) 
10  			77 
11  			85  
12  			93  
13  			100  
14  			108  
15  			116  
16  			123.1  
17  			131  
18  			138.5  
19  			146.5  
20  			153.9  
21  			161.6  
22  			167  
23  			174  
24  			182  
25  			189  
26  			197  

*/

/*----------------------------basic layout-----------------------------*/
body{
	background: url("../../images/bg_01.jpg") repeat-x top left;
	color: #666;
}
#wrapper{
	width: 909px;
	margin: auto;
}
.go_top{
	clear: both;
	margin: 0 115px 30px 0;
	text-align: right;
	background: url("../../images/arrow_02.gif") no-repeat 620px center;
}

a{
	color: #666;
}
a:hover{
	text-decoration: none;
}

#topic_path{
	margin: 25px 0 20px 20px;
}

/*----------------------------clearfix layout-----------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}/*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/



/*----------------------------header layout-----------------------------*/
#header{
	padding: 0 5px 0 0;
}
h1{
	margin-top: 5px;
	color: #2f2e2e;
	font-size: 85%;
}
#header h2{
	margin-top: 6px;
}
#header #hgroup{
	margin-left: 15px;
	float: left;
	display: inline;
}
#header #header_link{
	width: 260px;
	margin-top: 10px;
	float: right;
	display: inline;
}
#header #header_link ul li{
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-left:15px;
}
#header #header_link li.la01{
	margin-left:0;
}
#header #header_link li a{
	height: 20px;
	display: block;
	background-image: url("../../images/btn-la.gif");
	background-repeat: no-repeat;
}
#header #header_link li.la01 a{
	width: 55px;
	background-position:0 0;
}
#header #header_link li.la02 a{
	width: 60px;
	background-position:-72px 0;
}
#header #header_link li.la03 a{
	width: 40px;
	background-position:-149px 0;
}
#header #header_link li.la04 a{
	width: 55px;
	background-position:-207px 0;
}
#header #header_link li.la01 a:hover{
	background-position:0 -20px;
}
#header #header_link li.la02 a:hover{
	background-position:-72px -20px;
}
#header #header_link li.la03 a:hover{
	background-position:-149px -20px;
}
#header #header_link li.la04 a:hover{
	background-position:-207px -20px;
}

/*----------------------------navi layout-----------------------------*/
#navi{
	clear: both;
	width: 909px;
	height: 64px;
	overflow: hidden;
}
#navi li{
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
#navi li.navi_home a{
	width: 154px;
	height: 64px;
	display: block;
	background: url("../../images/navi.jpg") no-repeat left top;
}
#navi li.navi_merchandise a{
	width: 150px;
	height: 64px;
	display: block;
	background: url("../../images/navi.jpg") no-repeat -154px top;
}
#navi li.navi_company a{
	width: 150px;
	height: 64px;
	display: block;
	background: url("../../images/navi.jpg") no-repeat -304px top;
}
#navi li.navi_project a{
	width: 150px;
	height: 64px;
	display: block;
	background: url("../../images/navi.jpg") no-repeat -454px top;
}
#navi li.navi_recruit a{
	width: 150px;
	height: 64px;
	display: block;
	background: url("../../images/navi.jpg") no-repeat -604px top;
}
#navi li.navi_contact a{
	width: 155px;
	height: 64px;
	display: block;
	background: url("../../images/navi.jpg") no-repeat -754px top;
}
#navi li.navi_home a:hover{
	background: url("../../images/navi_hover.jpg") no-repeat left top;
}
#navi li.navi_merchandise a:hover{
	background: url("../../images/navi_hover.jpg") no-repeat -154px top;
}
#navi li.navi_company a:hover{
	background: url("../../images/navi_hover.jpg") no-repeat -304px top;
}
#navi li.navi_project a:hover{
	background: url("../../images/navi_hover.jpg") no-repeat -454px top;
}
#navi li.navi_recruit a:hover{
	background: url("../../images/navi_hover.jpg") no-repeat -604px top;
}
#navi li.navi_contact a:hover{
	background: url("../../images/navi_hover.jpg") no-repeat -754px top;
}

/*----------------------------header layout-----------------------------*/
#main_image{
	width: 100%;
	height: 224px;
	margin: auto;
}
#main_image #flash{
	width: 100%;
	height: 224px;
	background-color:#FFFFFF;
}
#main_image object .attention_flash{
	color: #fff;
	display: block;
	text-align: center;
}
#main_image object .attention_flash a{
	color: #f63;
}

/*----------------------------contents layout-----------------------------*/
#contents{
	width: 915px;
	margin: 13px auto 0;
	font-size: 93%;
}
#contents sup {font-size:75%;vertical-align:text-top;}

/*----------------------------article_01 layout-----------------------------*/
#article_01{
	width: 672px;
	float: left;
	display: inline;
	margin-left:7px;
}
*html body #article_01 { margin-left:2px;}

/*===== section_01 layout =====*/
#article_01 .section_01{
	margin: 6px 0 21px 5px;
}
#article_01 .section_01 p{
	margin: 11px 12px 0 4px;
}
#article_01 .section_01 .box_a{
	width: 325px;
	margin-right: 5px;
	float: left;
	display: inline;
}
#article_01 .section_01 .box_b{
	width: 325px;
	float: left;
	display: inline;
}


/*===== section_02 layout =====*/
#article_01 .section_02{
	margin: 6px 0 21px 15px;
}
#article_01 .section_02 dl dt{
	width: 13%;
	padding: 9px 0;
	border-bottom: dotted 1px #666;
	float: left;
	display: inline;
}
#article_01 .section_02 dl dd{
	width: 87%;
	padding: 9px 0;
	border-bottom: dotted 1px #666;
	float: left;
	display: inline;
}
#article_01 .section_02 dl .dl_last{
	border-bottom: none;
}

/*----------------------------banner_area layout-----------------------------*/
#banner_area{
	width: 232px;
	float: right;
	display: inline;

}
#banner_area .banner_link_01,#banner_area .banner_link_02{
	margin-top: 3px;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
#banner_area .banner_link_01 a{
	width: 232px;
	height: 56px;
	display: block;
	background: url("../../images/banner_02.jpg") no-repeat;
}
#banner_area .banner_link_02 a{
	width: 232px;
	height: 56px;
	display: block;
	background: url("../../images/banner_03.jpg") no-repeat;
}
#banner_area .banner_link_01 a:hover{
	background: url("../../images/banner_02_hover.jpg") no-repeat;
}
#banner_area .banner_link_02 a:hover{
	background: url("../../images/banner_03_hover.jpg") no-repeat;
}
#banner_area .margin_bottom{
	margin-bottom: 10px;
}
#banner_area .adobe{
	clear: both;
	margin-bottom: 10px;
	font-size: 76%;
	line-height: 1.8;
}
#banner_area .adobe p img{
	margin: 5px 6px 0 4px;
	float: left;
}


/*----------------------------footer layout-----------------------------*/
#footer{
	clear: both;
	width: 909px;
	margin: 50px auto 0;
	padding: 3px 0 0 0;
	background: url("../../images/bg_02.gif") no-repeat left top;
	font-size: 93%;
}
#footer_navi{
	margin-top: 22px;
	text-align: center;
}
#footer_navi li{
	display: inline;
}
#footer_navi li.f_navi_last{
	padding-right: 0;
}
.copyright{
	text-align: center;
	margin: 25px 0;
}
