@charaset "UTF-8";

/* -------------------------------
スタイルの初期化 */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object { margin:0; padding:0; }

body{
	font-family:メイリオ,'hiragino kaku gothic pro',sans-serif; font-size:75%; line-height: 1.41; color: #333;
}

img { vertical-align: top }
a img { border:0; }
ul, ol { list-style-type:none; }
sup { position: relative; vertical-align: baseline; top: -0.9em; font-size: 0.5em; }
hr { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}

input[type="text"],input[type="password"],input[type="text"] { padding:0 2px; margin-right:0.1em; }
input[type="submit"] { display:inline; margin:0; }
input[type="checkbox"] { margin-right:0.1em; vertical-align: middle; }
input[type="radio"] { margin-right:0.1em; }
textarea { padding:2px; }
optgroup { font-style:normal; }
select option{
	padding-right: 10px;
}
.clearfix{
	display: inline-block;
}

.clearfix{
	display: block;
}

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

body{
	background: url(../img/bg_content.png) repeat-x top left white;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

#header, #menu, #content_wrap, #footer{ text-align: left; background-color: white; }

#header{
	width: 742px;
	height: 79px;
	margin: 0 auto;
	padding: 8px 0 0 26px;
	border-color: #E6E8DB;
	border-width: 0 1px;
	border-style: none solid;
	background: url(../img/bg_header.png) repeat-x top left #EFEEF0;
	position: relative;
}

#header .site-logo{
	display: block;
	width: 236px;
	height: 42px;
	margin-bottom: 8px;
}

#header p{
	font-size: 83%;
	padding-bottom:7px;
}

#header .to_top{
	right: 13px;
	top: 8px;
	position: absolute;
}

#header #header_tele{
	right: 13px;
	top: 35px;
	position: absolute;
}

#menu{
	width: 770px;
	height: 34px;
	margin: 0 auto;
}

#menu li{
	float: left;
}

#flash{
	width: 768px;
	height: 207px;
	margin: 0 auto;
	padding-top: 1px;
	border-color: #E6E8DB;
	border-width: 0 1px;
	border-style: none solid;
	background: url(../img/bg_flash.gif) repeat-x bottom left white;
}

#content_wrap{
	width: 730px;
	padding: 0 19px;
	margin: 0 auto;
	border-color: #E6E8DB;
	border-width: 0 1px;
	border-style: none solid;
	overflow: hidden;
}

#footer{
	position: relative;
	width: 599px;
	height: 31px;
	padding: 20px 4px 0 165px;
	margin: 0 auto;
	border-color: #E6E8DB;
	border-width: 0 1px;
	border-style: none solid;
	background: url(../img/bg_footer.png) repeat-x bottom left white;
}

#footer li{
	float: left;
}

#footer li.to_pagetop{
	float: right;
	padding-top: 4px;
}
