@charset "utf-8";
/**
 * StyleName		: _base
 * MainImageWidth	: 940
 * MainImageHeight	: free
 */


html
{
}

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:12px;
	min-width:980px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1
{
	padding:20px 0 5px 0;
	font-size:12px;
}
h1 a
{
	font-weight:normal;
	text-decoration:none;
}

img
{
	border:none;
	vertical-align:bottom;
}

ul,li
{
	list-style:none;
}

/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/

#wrap
{
	width:100%;
	min-width:960px;
	position:relative;
}
#wrap_outer
{
	margin:auto;
	position:relative;
}

/** Title **/
#title
{
	width:960px;
	margin:auto;
}
#title .description
{
	padding:5px 0;
}

/** Main image **/
#mainImage
{
	width:960px;
	margin:auto;
}
#mainImage_outer
{
	margin:10px 0 0 0;
}
.mainImage
{
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:960px;
}

/** Top menu **/
#topMenu
{
	width:960px;
	height:40px;
	margin:auto;
}
#topMenu_outer
{
    width:960px;
    height:36px;
	background:#e7e7e7;
	border-bottom:#1d1d1d solid 4px;										/* menu under color */
}
#topMenu_body
{
    width:960px;
    height:36px;
}
#topMenu .topMenu li
{
	float:left;
    overflow:hidden;
    width:192px;
	height:35px;
	line-height:35px;
}
#topMenu .topMenu li a
{
	display:block;
	overflow:hidden;
	width:191px;
	height:35px;
    padding:0;
	line-height:35px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}
#topMenu .topMenu li a:hover
{
	text-decoration:underline;
}
#topMenu .topMenu .fifth
{
	width:191px;
}

/** Contents **/
#contents
{
	width:960px;
	margin:auto;
	padding:26px 0 0 0;
}

/** Main contents **/
#mainContents
{
	width:680px;
}

/** Side contents **/
#sideContents
{
	width:250px;
}

/** Footer **/
#footer
{
	width: 100%;
}
#footer_outer
{
	width:960px;;
	margin:20px auto 0;
	padding:0 0 30px 0;
}
#footer_body
{
	width:950px;
	padding:10px;
}
.footer .topMenu
{
	float:left;
	width:250px;
	margin-bottom:20px;
}
.footer .services
{
	float:right;
	width:680px;
	margin-bottom:20px;
}
.footer li
{
	padding:5px 0;
	line-height:20px;
}
.footer .services li
{
	display:inline-block;
	margin-right:10px;
	/display:inline;
	/zoom:1;
}
.footer p
{
	clear:both;
	line-height:20px;
}


/** more
------------------------------ **/

/***************/
/** Clear Fix **/
/***************/
.contents:after,
.mainArticles .article_body:after,
.mainServices .services:after,
.mainTopics ul li:after,
.sideMobile:after,
.clearfix:after
{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.contents,
.mainArticles .article_body,
.mainServices .services,
.mainTopics ul li,
.sideMobile,
.clearfix
{
	min-height: 1px;
}

* html .contents,
* html .mainArticles .article_body,
* html .mainServices .services,
* html .mainTopics ul li,
* html .sideMobile,
* html .clearfix
{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

