@charset "utf-8";


/*  BASIC
**************************************************/
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}


body {
	height:100%;
	margin:0;
	padding:0;
	text-align: left;
	font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
	background:#f0eee8;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width: 100%;
	margin:0 auto;
	min-height: 100%;
	background:#edebe1;
	overflow:hidden;
}

body > #wrapper {height: auto;}

em {
    font-style: normal;
    font-weight: bold;
}

/**/
#contents,
#PartsMaker,
aside {zoom:1;}

#contents:after,
#PartsMaker:after,
aside:after  {content:".";display: block;height:0;clear:both;visibility:hidden;}

.clear{clear:both;}

/*  LINK
**************************************************/

a { color:#009; outline: 0; }
a:link { color:#009; text-decoration:none; }
a:visited { color:#009; }
a:hover, a:active { color: #f60; text-decoration:underline; }
a img, a:link img, a:visited img, a:hover img, a:active img, iframe { display:block;border: none; text-decoration: none;}

/*  HEADER
**************************************************/

header{
	width:100%;
	height:148px;
	/*margin: 0 auto -30px;*/
	padding: 0 0 8px;
	z-index:10;
	position:relative;
	background:#333333;
	border-bottom:#000 solid 1px;
}

body.contents-page_sub header{
	height:180px;
}

/*  CONTENTS
**************************************************/

#contents{
	margin: 0 auto;
	padding: 15px 0 20px;
	width: 992px;
}

#contents #sub-contents{
	display: inline-block;
	margin-right: 27px;
	width: 240px;
	vertical-align: top;
}

#contents #Main {
	display: inline-block;
	margin: 0;
	padding: 0;
	min-width:720px;
	vertical-align: top;
}

#contents #Main a:hover img{
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
}

aside{
	margin: 20px 0;
}

.upper_case{ 
	text-transform:uppercase
}

/*  FOOTER
**************************************************/

footer{
	clear:both;
	width:100%;
	/*FOOTER高*/
	height:114px;
	background:url(/common/images/base-parts/footer_bg.png) repeat-x;
}
