@charset "utf-8";
/**
 * StyleName		: _base
 * MainImageWidth	: free
 * 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;
	line-height:1.4;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	padding-top: 30px;
}
img
{
	border:none;
	vertical-align:bottom;
}

ul,li
{
	list-style:none;
}


/** Layout blocks
------------------------------ **/


/** Wrap **/
#wrap
{
	width:100%;
    max-width: 1600px;
	position:relative;
	background-color:#fff;
	margin:140px auto 0;
}
#wrap_body
{
    min-width: 320px;
    overflow:hidden;
}

/** Title **/
#title
{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 110px;
    overflow: hidden;
	padding-top: 0;
}
#title_outer {
	max-width: 1600px;
	margin: 0 auto;
	height: 110px;
}
#title_body {
	width: 90%;
	margin: auto;
	padding-top: 40px;
}
#title h1
{
	font-weight:bold;
	font-size:175%;
	letter-spacing:0.15em;
	margin: 0 0 10px;
}
#title h1 a
{
	text-decoration:none;
}
#title .description
{
	font-size:0.8em;
	letter-spacing:0.25em;
}

/** Main image **/
#mainImage
{
	overflow:hidden;
	text-align:center;
}
.mainImage img
{
	max-width:100%;
	height: auto;
}
.mainImage #slider li img {
    max-width: 1000px;
}
body .amslider-wrapper {
    margin: 0 auto;
}
/** Top menu **/

#topMenu
{
	width: 100%;
	position:fixed;
	top:110px;
	z-index:99;
	height:60px;
}
#topMenu_outer
{
	max-width:1600px;
	-webkit-box-shadow: #999 0px 1px 2px;
	-moz-box-shadow: #999 0px 1px 2px;
	box-shadow: #999 0px 1px 2px;
}
#topMenu_body
{
	width: 90%;
	margin: 0 auto;
}
#topMenu .topMenu li
{
	width: 20%;
	overflow:hidden;
	float:left;
	text-align: center;
}
#topMenu .topMenu li a
{
	overflow:hidden;
	text-decoration:none;
	font-size:95%;
	font-weight:bold;
	display:block;
    line-height: 58px;
    height: 60px;
	padding-left:13px;
	text-overflow: ellipsis;
}
#topMenu .topMenu li a:hover {
    height: 58px;
}
/** Main contents **/
#mainContents{
	width:100%;
	padding:30px 0;
}
#mainContents_outer {
	width:90%;
	margin:0 auto;
}

/** Side contents **/
#sideContents
{
	width:100%;
	margin: 0 auto;
}
#sideContents_outer
{
	width:90%;
	margin:0 auto;
	padding:30px 0;
	position:relative;
}

/** Footer **/
#footer{
	width:100%;
	padding:25px 0;
}
#footer_outer{
	width:90%;
	margin: 0 auto;
}

.footer *
{
	font-size:1em;
	color:#999;
}
.footer .topMenu
{
	width:100%;
	height:auto !important;
}
.footer .services{
	display:none;
}
.footer li
{
	line-height:30px;
	height:30px;
	float:left;
	margin-right:50px;
}
.footer li a
{
	text-decoration:none;
	display:block;
	color:#777;
}
.footer p
{
	clear:both;
	line-height:18px;
	text-align:center;
}
.footer p a:hover
{
	text-decoration:none;
}
.footer .copyright
{
	padding:30px 0 5px 0;
	clear:both;
}


/** more
------------------------------ **/

/***************/
/** Clear Fix **/
/***************/
.contents:after,
.topMenu:after,
.mainArticles .article_body:after,
.mainServices .services:after,
.mainTopics ul li:after,
.footer ul:after,
.sideContents:after,
.sideMobile:after,
.clearfix:after
{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.contents,
.topMenu,
.mainArticles .article_body,
.mainServices .services,
.mainTopics ul li,
.footer ul,
.sideContents,
.sideMobile,
.clearfix
{
	min-height: 1px;
}

* html .contents,
* html .topMenu,
* html .mainArticles .article_body,
* html .mainServices .services,
* html .mainTopics ul li,
* html .footer ul,
* html .sideContents,
* html .sideMobile,
* html .clearfix
{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 画像リンク */
#mainArticles a:hover img,
#sideBanners  a:hover img
{
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
