@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";
}

a
{
	color:#cc3;
}

h1
{
	padding:5px 10px;
	font-size:24px;
}

h1 a
{
	font-weight:normal;
	text-decoration:none;
}

img
{
	vertical-align:bottom;
	border:none;
}

ul,li
{
	list-style:none;
}

/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/
#wrap
{
	margin:auto;
	padding:0 auto;
}
#wrap_outer
{
	width: 1170px;
	margin:auto;
}
#wrap_body
{
	padding-top:60px;
}

/** Title **/
#title
{
	width:970px;
	margin:0 auto 15px;
}
#title .description
{
	padding:5px 10px;
	color:#666;
}

/** Main image **/
#mainImage
{
	width:970px;
	margin:0 auto;
}
#mainImage_outer
{
	padding:10px 0 5px;
}
#mainImage_body
{
	margin:0 15px;
}
.mainImage
{
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:940px;
}

/** Top menu **/
#topMenu
{
	width:970px;
	height:40px;
	margin:0 auto 20px;
}
#topMenu_outer
{
	width:940px;
	height:auto;
	padding:0 15px 5px;
}
#topMenu_body
{
	width:940px;
	height:40px;
	border-right:solid 1px #a7404b;
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	width:188px;
	height:40px;
	line-height:40px;
}
#topMenu .topMenu li a
{
	display:block;
	overflow:hidden;
	width:179px;
	height:40px;
	padding:0 4px;
	line-height:40px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}

/** Contents **/
#contents
{
	width:970px;
	margin:0 auto;
}

/** Main contents **/
#mainContents
{
	width:675px;
}

/** Side contents **/
#sideContents
{
	width:260px;
}

/** Footer **/
#footer
{
	background:#333;
}
#footer_outer
{
	padding-top:10px;
}
#footer_body
{
	padding:25px 105px 30px;
}
#footer_body .copyright,
#footer_body .powered
{
	font-weight: bold;
	text-align: right;
}
#footer_body .copyright a:hover,
#footer_body .powered a:hover
{
	color:#d2d2d2;
}
#footer_body .copyright
{
	padding-top:10px;
	border-top: 1px dotted #717171;
	text-align: right;
}
.footer .topMenu
{
	float:left;
	width:200px;
	margin-bottom:20px;
	margin-left:200px;
}
.footer .services
{
	float:right;
	width:560px;
	margin-bottom:20px;
}
.footer *
{
	color:#999999;
}
.footer li
{
	padding:5px 0;
	line-height:20px;
}
.footer .services li
{
	display:inline-block;
	margin-right:10px;
	/display:inline;
	/zoom:1;
}
.footer li a:hover
{
	color:#d2d2d2;
}
.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;
  /**/
}
