@charset "utf-8";
/**
 * StyleName		: _base
 * MainImageWidth	: 980
 * MainImageHeight	: free
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote
{
	margin:0;
	padding:0;
}

/** Tags
------------------------------ **/
body
{
	/** padding-top:30px !Reserved **/
	color:#333;
	font-size:14px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1
{
	font-size:23px;
	letter-spacing:0.18em;
	line-height:1.4;
}
h1 a
{
	text-decoration:none;
	color:#333;
}

img
{
	border:none;
	vertical-align:bottom;
}

ul,li
{
	list-style:none;
}



/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/
#wrap
{
	width:100%;
	min-width:1024px;
}
#wrap_outer
{
	width:100%;
	padding-top:78px;
}

/** Title **/
#title
{
	width:940px;
	margin:0 auto;
	padding-bottom:22px;
}
#title .description
{
	padding-top:6px;
	font-size:12px;	
}

/** Main image **/
#mainImage
{
	width:990px;
	margin:0 auto;
	padding-top:43px;
}
#mainImage_body{
	padding:0 48px 42px 47px;
}
.mainImage
{
	width:895px;
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:895px;
}

/** Top menu **/

#topMenu
{
	width:100%;
	height:78px;
}
#topMenu .topMenu
{
	width:980px;
	height:55px;
	margin:0 auto;
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	width:196px;
	height:55px;
}
#topMenu .topMenu li a
{
	width:176px;
	padding:0 10px;
	display:block;
	overflow:hidden;
	height:55px;
	line-height:55px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	color:#f3f0e7;
	font-weight:bold;
	letter-spacing:0.1em;
}
#topMenu .topMenu li.first a
{
	padding-left:20px;
}
#topMenu .topMenu li.fifth a
{
	padding-right:20px;
}


/** Contents **/
#contents
{
	width:980px;
	margin:0 auto;
	padding-bottom:120px;
}

/** Main contents **/
#mainContents
{
	width:670px;
}

/** Side contents **/
#sideContents
{
	width:240px;
	margin-top:55px;
	padding-top:55px;
	text-align:center;
}

/** Footer **/
#footer_body
{
	padding-top:85px;
	width:980px;
	margin:0 auto;
}
.footer .topMenu, .footer .services
{
	width:200px;
	float:left;
	min-height:20px;
	height:auto !important;
	padding-bottom:30px;
}
.footer *
{
	color:#350700;
	font-size:12px;
}
.footer li
{
	width:200px;
	padding:5px 0;
	margin-right:50px;
}
.footer li a
{
	padding-left:15px;
	display:block;
	text-decoration:none;
}
.footer p
{
	clear:both;
	font-size:11px;
	line-height:18px;
	text-align:center;
}
.footer p a
{
	font-size:11px;
	text-decoration:none;
}
.footer .copyright
{
	padding:50px 0 30px 0;
	clear:both;
}
.footer .services{
	width:520px;
	padding-bottom:15px;
}
.footer .services li{
	float:left;
}

/** more
------------------------------ **/

/***************/
/** Clear Fix **/
/***************/
.contents:after,
.mainArticles .article_body: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,
.mainServices .services,
.mainTopics ul li,
.footer ul,
.sideMobile,
.clearfix
{
	min-height: 1px;
}

* html .contents,
* html .mainArticles .article_body,
* html .mainServices .services,
* html .mainTopics ul li,
* html .footer ul,
* html .sideMobile,
* html .clearfix
{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

