@charset "utf-8";
/*formatting style
-----------------------------*/
* {
	font-style: normal;
	margin:0px;
	padding:0px;
}

body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 85%;
	color: #333;
	line-height: 1.6em;
	overflow: scroll;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
* html body {
	 overflow: hidden;
 }
*:first-child+html body{
	 overflow: hidden
 }


p{
	font-size: 100%;
}


/*link style 
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	display: inline;
	color: #3A5570;
}
a:visited {
	color: #3A5570;
}
a:hover {
	color: #3A5570;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
	color: #3A5570;
}


/* basic layout
-----------------------------*/
#wrapper {
	width: 800px;
	margin:0px auto;
	background-color: #FFF;

}
#wrapper #top {
	margin: 0px;
	padding: 0px;
	height: 70px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	background-image: url(images/header_img.png);
	background-repeat: no-repeat;
}
#wrapper img {
	vertical-align: bottom;
}

#contents{
	float: left;
	height: auto;
}
#contents:after{ /* for Modern Browse */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden; font-size: 0;
}

#contents #main {
	clear: both;
	float: left;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 20px;
}

/* header layout
-----------------------------*/
h1  {
	font-size: 1px;
	color:#FFF;
	display: inline;
}
h2  {
	font-size: 0px;
	color:#FFF;
	display: inline;
}


/* navi layout
-----------------------------*/


/* main layout
-----------------------------*/
#main h2 {
	clear: both;
	display: block;
	color: #3A5570;
	font-size: 16px;
	padding-left: 25px;
	height: 23px;
	padding-top: 6px;
	background-image: url(images/h2_title.gif);
}


#wrapper #contents #main p {
	line-height: 1.8em;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#home #wrapper #contents #main .right {
	text-align: right;
}


strong {
	font-size: 110%;
	color: #036;
}
.bold {
	font-size: 110%;
	font-weight: bold;
	color: #345065;
}


/* footer layout
-----------------------------*/
#footer p {
	text-align: center;
	color: #3A5570;
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	padding-top: 0px;
}
