@charset 'utf-8';

@import url("contents.css");

/* base
---------------------------------------------------- */
body{
	margin: 0 auto;
	padding: 0;
	font-size: 12pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 150%;
	color: #333;
	text-align: center;
	background: #FFF url(../images/common/bg_body.gif) repeat-y center;
}


h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ul,li,ol,img,table,tr,th,td,hr{
	margin: 0;
	padding: 0;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
}

div.clear hr{
	display: none;
}

p{
	margin-bottom: 1em;
	font-size: 80%;
	line-height: 150%;
}

/* リンク
---------------------------------------------------- */

a:link{
	text-decoration: underline;
	color: #333;
}

a:visited{
	text-decoration: underline;
	color: #333;
}

a:hover{
	text-decoration: underline;
	color: #999;
}

a:active{
	text-decoration: underline;
	color: #999;
}


/* イメージ
---------------------------------------------------- */
img{
	border:0;
}

.imgLeft{
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight{
	float: right;
	margin: 0 0 10px 10px;
}

.imgCenter{
	margin: 0 auto 10px;
	text-align: center;
}



/************************************************************************
*
* レイアウト
*	
*************************************************************************/


/* WRAP
---------------------------------------------------- */
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background: url(../images/common/bg_wrapper.gif) repeat-x top;
}

#container{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}

/* HEADER
---------------------------------------------------- */
#headerArea{
	margin: 0;
	padding: 0;
	position: relative;
	height: 88px;
	background: #333;
}

#gnavi{
	position: absolute;
	top: 20px;
	left: 619px;
	width: 268px;
	font-size: 0px;
	line-height: 0px;
	list-style-type: none;
}

#gnavi li{
	float: left;
	display: inline;
}

.memo{
	position: absolute;
	top: 45px;
	left: 800px;
}



/* NAVIGATION
---------------------------------------------------- */
#naviArea{
	padding-left: 25px;
	background: #262626;
	border-bottom: 3px solid #000;
}

#naviArea ul{
	list-style-type: none;
}

#naviArea ul li{
	float: left;
	display: inline;
}

#naviArea ul li img{
	vertical-align: bottom;
}



/* CONTENTS
---------------------------------------------------- */
#contentsArea01{
	clear: both;
	min-height: 730px;
	background: none;
}

* html #contentsArea01{ 
	background:none;
}

#contentsArea02{
	clear: both;
	width: auto;
	background: #FFF none;
}

#contentsLeft{
	display: none;
}

/* CONTENTS RIGHT
---------------------------------------------------- */
#contentsRight{
	float: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	background: #FFF;
}

#contents{
	margin: 0;
	padding: 10px;
}

#contents02{
	margin: 0;
	padding: 40px 10px 0 10px;
}

.aboutTbl{
	background: #FFF;
}


/* FOOTER
---------------------------------------------------- */
#footerArea{
	clear: both;
	margin: 0 0;
	padding: 10px 0;
	border-top: 1px solid #d9d9d9;
}

#footerArea dl{
	margin-bottom: 5px;
	font-size: 70%;
	line-height: 140%;
	color: #777;
}

.copyright{
	font-size: 70%;
	color: #999;
}



/************************************************************************
*
* CSSハック
*	
*************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
