@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{
	font-size:20px;
}
h1 a{
	font-weight:bold;
	text-decoration:none;
}
img{
	vertical-align:bottom;
	border:none;
}
ul,li{
	list-style:none;
}
/** Layout blocks
------------------------------ **/
/** Wrap **/
#wrap_body{
	min-width:960px;
	padding-top:10px;
}
/** Title **/
#title{
	width:960px;
	margin:0 auto 10px;
}
#title .description{
	font-weight:bold;
	font-size:10px;
}
/** Main image **/
#mainImage{
	width:960px;
	margin:0 auto;
}
#mainImage #mainImage_outer{
	padding:10px;
}
.mainImage{
	overflow:hidden;
	text-align:center;
}
.mainImage img{
	max-width:940px;
}
/** Top menu **/
#topMenu{
	width:940px;
	margin:0 auto;
	height:70px;
	padding:0 10px;
}
#topMenu .topMenu{
	width:940px;
	height:70px;
}
#topMenu .topMenu li{
	float:left;
	overflow:hidden;
	width:186px;
	height:70px;
	line-height:70px;
	font-weight:bold;
	font-size:16px;
}
#topMenu .topMenu li a{
	display:block;
	overflow:hidden;
	width:136px;
	height:70px;
	padding-left:50px;
	text-decoration:none;
}
/** Contents **/
#contents{
	width:960px;
	margin:0 auto;
}
#contents #contents_outer{
	width:940px;
	padding:20px 10px;
}
/** Main contents **/
#mainContents{
	width:660px;
}
/** Side contents **/
#sideContents{
	width:260px;
}
/** Footer **/
#footer{
	clear:both;
	width:962px;
	margin:0 auto;
}
.footer{
	padding:10px;
}
.footer .topMenu{
	clear:both;
	min-height:50px;
	width:940px;
	height:50px;
	margin:0 0 10px;
}
.footer .topMenu li{
	overflow:hidden;
	float:left;
	width:186px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	word-break:keep-all;
}
.footer .topMenu li a{
	overflow:hidden;
	display:block;
	width:auto;
	height:50px;
	padding:0 10px 0 50px;
	line-height:50px;
	text-decoration:none;
}
.footer .services{
	min-height:25px;
	width:940px;
	height:auto !important;
	margin:0 0 5px;
	padding: 10px 0;
}
.footer .services li{
	float:left;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
}
.footer .services li a{
	width:auto;
	padding:0 10px;
	text-decoration:none;
	color:#fff;
}
.footer .services li a:hover{
	text-decoration:underline;
	color: #90bf36;
}
.footer p{
	clear:both;
	line-height:20px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
.footer p a{
	text-decoration:none;
}
.footer p a:hover{
	text-decoration:underline;
}
.footer p.copyright{
	width:940px;
	margin:0 auto 0;
}
.footer p.powered{
	width:940px;
	margin:0 auto;
}
.footer .services li{
	display:inline-block;
	margin-right:10px;
	/display:inline;
	/zoom:1;
}
/** 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;
  /**/
}
