@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 a
{
	font-size:42px;
	font-weight:bold;
	text-decoration:none;
}
img
{
	vertical-align:bottom;
	border:none;
}
ul,li
{
	list-style:none;
}
table
{
	border-collapse:collapse;
}
th,
td
{
	padding:5px 10px;
	text-align:left;
}

/** Classes
------------------------------ **/
/** Layout blocks
------------------------------ **/
/** Wrap **/
#wrap
{
	min-width:1300px;
}
/** Title **/
#title_body
{
	width:960px;
	margin:0 auto;
	padding:45px 0 40px;
	font-weight:bold;
}
#title_body .description
{
	font-weight:normal;
	font-size:14px;
}

/** Main image **/
#mainImage
{
	min-width:1300px;
}
.mainImage
{
	overflow:hidden;
	text-align:center;
}
#mainImage_outer
{
	clear:both;
	width:1300px;
	margin:0 auto;
}
#mainImage_body{
 max-width:940px;
 padding:0 180px;
}
#mainImage_body *{
 max-width:940px;
}
#mainImage_body img
{
	max-width:940px;
}
/**:first-child+html #mainImage_body img,
*+html #mainImage_body img
{
	float:left;
	display:block;
	width:940px;
	padding:0 180px;
	vertical-align:bottom;
	border: 0px;
	font-size: 0px;
} */

/** Top menu **/
#topMenu #topMenu_outer
{
	height:60px;
	margin:0 auto;
	padding-top:40px;
}
#topMenu #topMenu_body
{
	width:960px;
	height:60px;
	margin:0 auto;
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	width:190px;
	height:60px;
	line-height:60px;
}
#topMenu .topMenu li a
{
	display:block;
	overflow:hidden;
	width:190px;
	height:60px;
	line-height:60px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

/** Contents **/
#contents
{
	padding-top:50px;
}
#contents_body
{
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

/** Main contents **/
#mainContents
{
	width:670px;
}

/** Side contents **/
#sideContents
{
	width:250px;
}

/** Footer **/
#footer
{
	clear:both;
}
#footer_body
{
	width:960px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:15px;
}

.footer .topMenu,
.footer .services
{
	float:left;
	display:block;
	min-height:20px;
	width:960px;
	height:auto !important;
}
.footer .topMenu
{
	margin:0 auto 10px;
	padding:0 0 15px;
}
.footer .services
{
	margin:0 auto 40px;
	padding:0;
}
.footer li
{
	float:left;
	line-height:25px;
	padding-bottom:5px;
}
.footer li a
{
	display:block;
	width:auto;
	line-height:20px;
	margin-right:10px;
	padding:0 10px 0 10px;
	font-weight:bold;
	text-decoration:none;
}
.footer li a:hover,
.footer p a:hover
{
	text-decoration:underline;
}
.footer p
{
	line-height:15px;
	font-size:10px;
	font-weight:normal;
}
.footer p a
{
	text-decoration:none;
}
.footer p.copyright
{
	width:960px;
	margin:0 auto;
	padding-top:15px;
}
.footer p.powered
{
	width:960px;
	margin:0 auto;
}

/** more
------------------------------ **/
/***************/
/** Clear Fix **/
/***************/
.contents:after,
.mainArticles .article_body:after,
.mainServices .services:after,
.mainTopics ul li:after,
.footer li:after,
.footer .services:after,
.sideMobile:after,
.clearfix:after
{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.contents,
.mainArticles .article_body,
.mainServices .services,
.mainTopics ul li,
.footer li,
.footer .services,
.sideMobile,
.clearfix
{
	min-height: 1px;
}

* html .contents,
* html .mainArticles .article_body,
* html .mainServices .services,
* html .mainTopics ul li,
* html .footer li,
.footer .services,
* html .sideMobile,
* html .clearfix
{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
