@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:14px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a{
	font-weight:bold;
}
h1 a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
h1 a:hover{
	text-decoration:underline;
}
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:980px;
}
/** Title **/
#title_outer{
	width:980px;
	margin:0 auto 25px;
	padding:5px 0;
	font-size:10px;
}
/** Main image **/
#mainImage{
	width:960px;
	margin:0 auto;
	padding:10px 10px 0;
}
.mainImage{
	overflow:hidden;
	text-align:center;
}
#mainImage_outer{
	clear:both;
	margin:0 auto;
}
#mainImage_body img{
	max-width:960px;
}
/** Top menu **/
#topMenu{
	width:960px;
	height:60px;
	margin:0 auto 25px;
	padding:0 10px 10px;
}
#topMenu .topMenu li{
	float:left;
	overflow:hidden;
}
#topMenu .topMenu li a{
	display:block;
	overflow:hidden;
	width:192px;
	height:60px;
	line-height:60px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
/** Contents **/
#contents{
	width:980px;
	margin:0 auto 20px;
}
/** Main contents **/
#mainContents{
	width:690px;
}
/** Side contents **/
#sideContents{
	width:250px;
}
/** Footer **/
#footer{
	clear:both;
}
#footer_body{
	width:960px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:5px;
}
.footer .topMenu,
.footer .services{
	float:left;
	display:block;
	min-height:20px;
	width:960px;
	height:auto !important;
}
.footer .topMenu{
	margin:0 auto 10px;
	padding-bottom:15px;
}
.footer .services{
	margin:0 auto 40px;
	padding:0;
}
.footer li{
	float:left;
}
.footer li a{
	display:block;
	width:auto;
	margin-right:10px;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.footer p{
	line-height:16px;
	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: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;
  /**/
}
