@charset "utf-8";
/**
 * StyleName		: _base
 * MainImageWidth	: 940
 * MainImageHeight	: free
 */

*
{
	margin:0;
	padding:0;
}
table{
	margin:auto;
}

/** Tags
------------------------------ **/
body{
	/** padding-top:30px !Reserved **/
	color:#333;
	font-size:12px;
	line-height:1.6;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	overflow-x:hidden;
}
h1{
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.05em;
	margin-bottom:2px;
	color:#fff;
}
h1 a{
	text-decoration:none;
	color:#fff;
}

img{
	border:none;
	vertical-align:bottom;
}

ul,li{
	list-style:none;
}

/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/
#wrap{
	width:100%;
	position:relative;
	_overflow-x:hidden;
	top:300px;
}

/** Title **/
#title{
	width:950px;
	margin:0 auto;
	text-align:right;
	position:relative;
	top:-300px;
	z-index:5;
}
#title_body{
	padding-top:20px;
}
#title .description{
	font-size:15px;
	letter-spacing:0.1em;
	color:#fff;
}

/** Main image **/
#mainImage{
	width:100%;
	min-height:300px;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	height:auto !important;
}
#mainImage_body{
	width:1600px;
	margin:0 auto;
}
#mainImage_body img{
	width:1600px;
}


/** Top menu **/

#topMenu{
	width:100%;
	height:173px;
	margin:0 auto;
	position:relative;
}
#topMenu_outer{
	width:100%;
}
#topMenu_body{
	width:960px;
	height:173px;
	margin:0 auto;
}
#topMenu .topMenu li{
	overflow:hidden;
	width:170px;
	height:90px;
	margin-top:82px;
}
#topMenu .topMenu li.first{
	width:210px;
	height:173px;
	margin-top:0;
}
#topMenu .topMenu li a{
	width:170px;
	height:48px;
	padding-top:37px;
	display:block;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	letter-spacing:0.1em;
	color:#333;
}
#topMenu .topMenu li a:hover{
	color:#999;
}
#topMenu .topMenu li.first a{
	width:110px;
	height:53px;
	margin:50px 50px 0 50px;
	padding:70px 0 0 0;
}
#topMenu .topMenu li.second,
#topMenu .topMenu li.third,
#topMenu .topMenu li.fourth{
	width:169px;
}

/** Contents **/
#contents{
	width:100%;
	position:relative;
}
#contents_outer{
	width:960px;
	margin:0 auto;
	padding-bottom:90px;
}

/** Main contents **/
#mainContents{
	width:680px;
	margin-top:35px;
	font-size:14px;
}

/** Side contents **/
#sideContents{
	width:255px;
	padding-top:50px;
}

/** Footer **/
#footer{
	padding:70px 0;
	text-align:center;
	letter-spacing:0.1em;
	position:relative;
}
#footer_body{
	width:960px;
	margin:0 auto;
}
.footer .topMenu, .footer .services{
	width:960px;
	height:auto !important;
	padding-bottom: 10px;
}
.footer *{
	color:#fff;
	font-size:12px;
}
.footer li{
	padding:0 30px;
	line-height:24px;
	height:24px;
	display:inline;
}
.footer li a{
	padding-left:5px;
	text-decoration:none;
	color:#eee;
}
.footer p{
	clear:both;
	text-align:center;
	color:#777;
}
.footer .copyright{
	margin-top:15px;
	font-size:11px;
	letter-spacing:0.2em;
}
.footer p a{
	text-decoration:none;
	color:#777;
}


/** more
------------------------------ **/

/***************/
/** Clear Fix **/
/***************/
.contents:after,
.mainArticles .article_body:after,
.mainArticles ul.galleryImages:after,
.mainServices .services:after,
.mainTopics ul li:after,
.footer ul:after,
.sideMobile:after,
.clearfix:after
{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.contents,
.mainArticles .article_body,
.mainArticles ul.galleryImages,
.mainServices .services,
.mainTopics ul li,
.footer ul,
.sideMobile,
.clearfix
{
	min-height: 1px;
}

* html .contents,
* html .mainArticles .article_body,
* html .mainArticles ul.galleryImages,
* html .mainServices .services,
* html .mainTopics ul li,
* html .footer ul,
* html .sideMobile,
* html .clearfix
{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

