@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;
	background-color:#eee;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a
{
	color:#690;
}
a:hover
{
	color:#063;
}

h1
{
	padding:0 5px;
	font-size:16px;
}
h1 a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

img
{
	border:none;
	vertical-align:bottom;
}

ul,li
{
	list-style:none;
}

/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/
#wrap
{
	width:100%;
	min-width:960px;
}

/** Title **/
#title
{
	padding:20px 0;
}
#title .description
{
	padding:5px;
	color:#fff;
}
#title_outer
{
	width:960px;
	margin:0 auto;
}

/** Main image **/
#mainImage
{
	width:100%;
}
#mainImage_body
{
	padding-bottom:25px;
	margin:0 auto;
	width:940px;
}
.mainImage
{
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:936px;
}

/** Top menu **/
#topMenu
{
	width:100%;
	height:50px;
	margin-bottom:30px;
}
#topMenu_outer
{
	width:940px;
	height:50px;
	margin:0 auto;
}
#topMenu_body
{
	width:940px;
	height:50px;
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	width:188px;
	height:50px;
	line-height:50px;
}
#topMenu .topMenu li a
{
	display:block;
	overflow:hidden;
	width:180px;
	height:50px;
	padding:0 4px;
	line-height:50px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

/** Contents **/
#contents
{
	width:940px;
	padding:0 10px;
	margin:0 auto;
}

/** Main contents **/
#mainContents
{
	width:670px;
}

/** Side contents **/
#sideContents
{
	width:250px;
}

/** Footer **/
#footer_outer
{
	padding:45px 0;
	width:940px;
	margin:0 auto;
}

.footer .topMenu, .footer .services
{
	margin-bottom:15px;
	clear:both;
	min-height:20px;
	height:auto !important;
	height:20px;
}
.footer *
{
	color:#fff;
}
.footer li
{
	padding:0 15px 0 0;
	line-height:20px;
	height:20px;
	float:left;
}
.footer li a
{
	padding-left:10px;
	text-decoration:none;
}
.footer .topMenu
{
	padding-bottom:10px;
}

.footer p
{
	clear:both;
	line-height:20px;
	color:#aaa;
}

.footer p a
{
	color:#aaa;
}

.footer .copyright
{
	margin:80px 0 5px 0;
	clear:both;
}


/** 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;
  /**/
}

