@charset "UTF-8";

/* --------------------------------------------------------- COMMON STYLE */

* {
margin: 0px;
padding: 0px;
font-family: Osaka,"メイリオ",Meiryo,"MS Pゴシック",sans-serif;
}

body {
	background:url(/img/bg_header.gif) top repeat-x;
}

img {
border: none;
padding: 0px;
margin: 0px;
}

h1,h2,h3,h4,h5,h6,th,td,dt,dd,strong,em,address {
font-size: 0.8em;
font-weight: normal;
line-height: 150%;
text-align: left;
}

li {list-style:none;}

em {font-style:normal;}

img {vertical-align:top;}

a:link { color: #0066FF; text-decoration:none; }
a:visited { color: #0066FF; text-decoration:none; }
a:active { color: #0066FF; text-decoration:none; }
a:hover { color: #f2c411; text-decoration:none; }

/* --------------------------------------------------------- CLASS STYLE */
.clearfix:after {
content:".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/*Hides from IE-mac \*/
*html.clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac*/

/* --------------------------------------------------------- WRAPPER STYLE */
#wrapper {
width: 900px;
margin: 0 auto;
text-align: left;
}

/* --------------------------------------------------------- HEADER STYLE */
#header {
	margin-bottom:32px;
	height:85px;
}

h1 {
	padding-top:30px;
	text-align:right;
}


/* --------------------------------------------------------- CONTENT STYLE */
#content {
width: 900px;
margin: 0 auto;
padding:45px 0 30px 0;
background-color:#D9D9D9;
}

#content_inner {
width: 677px;
margin: 0 auto;
overflow:hidden;
}

h2 {
	padding-bottom:20px;
}

#banner div.floatL {
	margin-top:35px;
	float:left;
}

#banner div.floatR {
	margin-top:35px;
	float:right;
}

#txt {
	padding:25px 0;
	text-align:center;
}

.center {
	text-align:center;
}