@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:#39f;
}
a:hover
{
	color:#ccc;
}

h1
{
	padding:5px;
	font-size:16px;
}
h1 a
{
	color:#4a4a4a;
	font-weight:bold;
	text-decoration:none;
}
img
{
	border:none;
	vertical-align:bottom;
}

ul,li
{
	list-style:none;
}

/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/
#wrap
{
	width:960px;
	margin:0 auto;
}

/** Title **/
#title
{
	padding:20px 0;	
}
#title .description
{
	padding:5px;
	color:#4a4a4a;
}

/** Main image **/
#mainImage
{
	border:solid 4px #eee;
	margin:0 6px;
	width:940px;
}
.mainImage
{
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:940px;
}

/** Top menu **/
#topMenu
{
	width:100%;
	height:50px;
}
#topMenu_outer
{
	height:50px;
}
#topMenu_body
{
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	width:192px;
	height:50px;
	line-height:50px;
}
#topMenu .topMenu li a
{
	display:block;
	overflow:hidden;
	width:192px;
	height:50px;
	line-height:50px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

/** Contents **/
#contents
{
	padding:30px 35px 60px 35px;
	width:890px;
}

/** Main contents **/
#mainContents
{
	width:605px;
}

/** Side contents **/
#sideContents
{
	width:250px;
}

/** Footer **/
#footer_outer
{
	padding-top:20px;
}
#footer_body
{
	margin-bottom:30px;
	padding-bottom:14px;
}

.footer .topMenu, .footer .services
{
	margin-bottom:20px;
}
.footer .topMenu
{
	float:left;
	width:200px;
	padding-left:40px;
}
.footer .services
{
	float:right;
	width:640px;
	padding-right:40px;
}

.footer *
{
	color:#fff;
}
.footer li
{
	padding:0 15px 0 0;
	line-height:24px;
}
.footer .services li
{
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.footer li a
{
	height:24px;
	line-height:24px;
	padding-left:10px;
	text-decoration:none;
}
.footer .topMenu
{
	padding-bottom:10px;
}
.footer p
{
	clear:both;
	line-height:24px;
	color:#666;
	padding:0 40px;
}
.footer p.copyright
{
	padding-top:20px;
}
.footer p.powered
{
	padding-bottom:20px;
}
.footer p a
{
	color:#666;
}
.footer p a:hover
{
	color:#aaa;
}


/** more
------------------------------ **/

/***************/
/** Clear Fix **/
/***************/
.contents:after,
.mainArticles .article_body:after,
.mainServices .services:after,
.mainTopics ul li:after,
.footer:after,
.sideMobile:after,
.clearfix:after
{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.contents,
.mainArticles .article_body,
.mainServices .services,
.mainTopics ul li,
.footer,
.sideMobile,
.clearfix
{
	min-height: 1px;
}

* html .contents,
* html .mainArticles .article_body,
* html .mainServices .services,
* html .mainTopics ul li,
* html .footer,
* html .sideMobile,
* html .clearfix
{
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

