@charset "utf-8";
/**
 * StyleName		: _base
 * MainImageWidth	: 930
 * MainImageHeight	: 240
 */

html
{
}

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;
	overflow: auto;
	width:100%;
	height:100%;
	/overflow:hidden;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a
{
	color:#39f;
}
a:hover
{
	color:#69f;
}

h1
{
	overflow:hidden;
	padding:10px 0 0 0;
	font-size:12px;
	width:390px;
}
h1 a
{
	width:390px;
	height:20px;
	font-weight:normal;
	text-decoration:none;
}

img
{
	border:none;
	vertical-align:bottom;
}

ul,li
{
	list-style:none;
}

/** Classes
------------------------------ **/


/** Layout blocks
------------------------------ **/

/** Wrap **/
#wrap
{
	position:relative;
	width:100%;
	overflow-x: hidden;
	min-width: 960px;
	z-index:0;
}
#wrap_outer
{
	width:960px;
	margin:auto;
}
#wrap_body
{
	position:relative;
}

/** Title **/
#title
{
	position:relative;
	width:100%;
	margin:0 -500%;
	padding:0 500% 25px;
	z-index:10;
}
#title_outer
{
	width:940px;
	margin:auto;
}
#title_body
{
	width:390px;
	padding-right:550px;
}

#title .description
{
	width:390px;
}

/** Main image **/
#mainImage
{
	top:-25px;
	width:960px;
	position:relative;
	z-index:1;
	overflow:hidden;
	text-align:center;
}
#mainImage_outer
{
	width:960px;
	margin:auto;
	padding:0 0 15px 0;
	text-align:center;
}
#mainImage_body
{
	width:930px;
	padding:0 15px;
}
#mainImage_body img
{
	max-width:930px;
}
.mainImage img
{
	max-width:930px;
}

/** Top menu **/
#topMenu
{
	position:absolute;
	top:0;
	right:0;
	width:550px;
	padding-right:10px;
	z-index:20;
}
#topMenu_body
{
	float:right;
	overflow:hidden;
    padding:20px 0 0 0;
	width:auto;
}
#topMenu .topMenu li
{
	float:left;
	overflow:hidden;
	padding:0;
	width:auto;
}
#topMenu .topMenu li a
{
	display:block;
	overflow:hidden;
	width:auto;
	height:16px;
	max-width:115px;
	margin:0 0 0 30px;
    padding:0 0 0 15px;
	color:#333;
	font-size:12px;
    text-align:right;
	text-decoration:none;
}

/** Contents **/
#contents
{
	padding:20px 10px 10px 10px;
	width:940px;
	margin:-10px 0 0 0;
}

/** Main contents **/
#mainContents
{
	width:670px;
}

/** Side contents **/
#sideContents
{
	width:250px;
}

/** Footer **/
#footer
{
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
}
#footer_outer
{
	margin: 0 -500%;
	padding: 0 500%;
	width:100%;
}
#footer_body
{
	width:940px;
	padding:10px;
}
.footer .topMenu
{
	float:left;
	width:250px;
	margin-bottom:20px;
}
.footer .services
{
	float:right;
	width:670px;
	margin-bottom:20px;
}
.footer *
{
	color:#fff;
}
.footer li
{
	padding:5px 0;
	line-height:20px;
}
.footer .services li
{
	display:inline-block;
	margin-right:10px;
	/display:inline;
	/zoom:1;
}
.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;
  /**/
}

