@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:14px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1
{
	font-size:24px;
	font-weight:normal;
	letter-spacing:0.18em;
	line-height:1.4;
}
h1 a
{
	text-decoration:none;
	color:#000;
}

img
{
	border:none;
	vertical-align:bottom;
}

ul,li
{
	list-style:none;
}

/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/
#wrap
{
	width:100%;
}
#wrap_outer
{
	width:100%;
	padding-top:50px;
	margin:0 auto;
}
#wrap_body
{
	position:relative;
}

/** Title **/
#title
{
	height:90px;
	width:980px;
	margin:0 auto 100px;
}
#title .description
{
	padding-top:8px;	
}

/** Main image **/
#mainImage
{
	width:100%;
	margin-top:100px;
	padding-top:4px;
}
.mainImage
{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:980px;
}

/** Top menu **/

#topMenu
{
	width:988px;
	height:58px;
	position: absolute;
	top:115px;
	left:50%;
	margin-left:-494px;
}
#topMenu_outer
{
	height:58px;
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	width:196px;
	height:58px;
}
#topMenu .topMenu li.first,
#topMenu .topMenu li.fifth
{
	width:200px;
}
#topMenu .topMenu li a
{
	width:176px;
	padding:0 10px;
	display:block;
	overflow:hidden;
	height:58px;
	line-height:58px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	color:#ddd;
}
#topMenu .topMenu li.first a,
#topMenu .topMenu li.fifth a
{
	width:180px;
}

/** Contents **/
#contents
{
	width:988px;
	margin:0 auto;
	padding-bottom:4px;
	margin-bottom:80px;
}
#contents_outer
{
	padding:30px 26px 0 25px;
}
/** Main contents **/
#mainContents
{
	width:650px;
}

/** Side contents **/
#sideContents
{
	width:250px;
	font-size:12px;
}

/** Footer **/
#footer_outer
{
	padding:38px 0 20px 0;
	width:980px;
	margin:0 auto;
}

.footer .topMenu, .footer .services
{
	margin-bottom:15px;
	clear:both;
	min-height:20px;
	height:auto !important;
	height:20px;
}
.footer .services
{
	margin-bottom:110px;
}
.footer *
{
	color:#bbb;
	font-size:12px;
}
.footer li
{
	font-size:14px;
	padding:0 30px 0 0;
	line-height:24px;
	height:24px;
	float:left;
}
.footer li a
{
	padding-left:20px;
	text-decoration:none;
}
.footer .topMenu
{
	padding-bottom:12px;
}
.footer p
{
	clear:both;
	font-size:11px;
	line-height:18px;
	color:#777;
	text-align:right;
}
.footer p a
{
	color:#777;
}
.footer .copyright
{
	margin:0 0 5px 0;
	clear:both;
}


/** 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;
  /**/
}

