@charset "utf-8";
/**
 * StyleName		: _base
 * MainImageWidth	: 940
 * 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:12px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1
{
	padding:10px 0 0 0;
	margin: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:960px;
	min-width:960px;
	margin:auto;
	padding:0;
	width:100%;
}

/** Title **/
#title_body
{
	width:960px;
	margin:auto;
}
#title .description
{
	padding:0;
}

/** Main image **/
#mainImage
{
	width:100%;
}
#mainImage_outer
{
	width:960px;
	margin:auto;
	padding:10px 0 0 0;
}
#mainImage_body
{
	width:960px;
	margin:auto;
	padding:0;
}
#mainImage_body img
{
	max-width:940px;
	height:auto;
	margin:10px 0 0 0;
	padding:0 10px;
}
.mainImage
{
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:940px;
}

/** Top menu **/
#topMenu
{
	width:100%;
	height:40px;
	margin:0;
}
#topMenu_outer
{
	margin:auto;
    height:40px;
    width:960px;
}
#topMenu_body
{
    height:40px;
    padding:0;
    width:960px;
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
    width:192px;
    height:40px;
    line-height:40px;
}
#topMenu .topMenu li a
{
	display:block;
	overflow:hidden;
    width:192px;
    height:40px;
    padding:0;
	margin:0;
    line-height:40px;
	color:#333;
	font-size:14px;
    text-align:center;
	text-decoration:none;
	font-weight:bold;
}

/** Contents **/
#contents
{
	padding:20px 10px 10px 10px;
	width:938px;
	margin:auto;
}

/** Main contents **/
#mainContents
{
	width:670px;
}

/** Side contents **/
#sideContents
{
	width:250px;
}

/** Footer **/
#footer
{
	background:#333;
	width:960px;
	margin:auto;
	padding:0 0 20px 0;
}
#footer_body
{
	padding:10px 10px 0;
}
.footer .topMenu
{
	float:left;
	width:250px;
	margin-bottom:20px;
}
.footer .services
{
	float:right;
	width:670px;
	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;
  /**/
}

