body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1;
}

body {
	background: url("../img/body_bg.jpg") repeat-x left top transparent;
	color: #464646;
}
.container {
	width: 1000px;	
	margin: 0 auto;
}
#mainContents {
	background: url("../img/main_bg.jpg") repeat 0 0 transparent;
	padding-bottom: 100px;
	overflow-x: hidden;
}

a, a:visited, a:active {
	color: #007FFF;
}
a:hover {
	text-decoration: none;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
}
#sketch_01 {
	width: 900px !important;
}
#sketch_01 .img_inner{
	background: url("../img/img_sketch_01.jpg") no-repeat scroll center 0 #fff;
	height: 640px;
	width: 900px;
	position: relative;
}
#sketch_01 .img_inner img{
	width: 65px;
}
#sketch_02 {
	width: 900px;
}
.img_inner .btn_back {
	bottom: -5px;
	left: -5px;
	position: absolute;
}
#sketch_01 #sbtn_02 { position: absolute; top:76px; left: 62px}
#sketch_01 #sbtn_03 { position: absolute; top:226px; left: 741px}
#sketch_01 #sbtn_04 { position: absolute; top:346px; left: 821px}
#sketch_01 #sbtn_05 { position: absolute; top:346px; left: 741px}
#sketch_01 #sbtn_06 { position: absolute; top:487px; left: 821px}
#sketch_01 #sbtn_07 { position: absolute; top:487px; left: 741px}

/* 
 * header
 *
 **********************************************************************************/

#siteHeader {
	border-bottom: solid 1px #DBD3BE;
}

#siteHeader .container{
	background: url("../img/header_bg.jpg") no-repeat left top transparent;
	position: relative;
	height: 170px;
}
#siteHeader h1{
	position: absolute;
	top: 33px;
	left: 5px;
}

/* 
 * nav
 *
 **********************************************************************************/
#headerNav {
	position: absolute;
	right: 0;
	top: 120px;
}
#headerNav li {
	float: left;
}

/* 
 * footer
 *
 **********************************************************************************/
#siteFooter {
	background: #34270E;
}
#siteFooter .container{
	position: relative;
	background: url("../img/footer_bg.jpg") no-repeat left top transparent;
	height: 220px;
}
#siteFooter nav {
	text-align: center;
	padding: 10px 0;
	background: #FFFFFF;
}

#siteFooter nav li {
	display: inline;
}
#siteFooter nav li a {
	text-decoration: none;
	color: #464646;
	font-size: 12px;
	border-right: 1px solid #464646;
	padding: 0 0.8em 0 0.6em;
} 
#siteFooter nav li a:hover {
	text-decoration: underline;
}
#siteFooter nav li:last-child a {
	border-right: none;
}

#siteFooter address{
	color: #fff;
	font-size: 12px;
	left: 320px;
	line-height: 1.6;
	position: absolute;
	top: 67px;
}

#siteFooter small{
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 140px;
	left: 15px;
	line-height: 1.2;
}
#siteFooter .bnr_contact {
	position: absolute;
	right: 0;
	top: 50px;
}
/* 
 * Clearfix
 *
 **********************************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.flex-control-nav,
.flex-control-paging,
.flex-direction-nav {
	display: none !important;
}
#siteHeader .bnr_en {
	position: absolute;
	right: 23px;
	top: 10px;
}