@charset "UTF-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	background: url(../img/bg.png) repeat-x;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.4;
	font-size: 12px;
	text-align: center;
	}
*html body {
	font-size: 75%;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #000099;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	}
em {
	color: #FF3333;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
	}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}
.float{
   float: left;
   margin-left: 1em;
}
/*==================parts==================*/
div#contentHeader,div#contentMain {
	text-align: left;
	}
div#contentHeader {
	width: 800px;
	margin: 0 auto;
	}
div#contentMain {
	width: 800px;
	margin: 0 auto;
	}
div#contentMain p.pan {
	margin-top: 20px;
	margin-bottom: 20px;
	}
div#contentMain p.pan img {
	margin: 0 5px 1px 5px;
	}
/*==================header==================*/
div#header {
	width: 800px;
	height: 91px;
	}
div#header h1 {
	float: left;
	width: 303px;
	margin-top: 35px;
	line-height: 1;
	}
div#header p.search {
	float: right;
	margin-top: 25px;
	}
div#header p.search input.search {
	color: #333333;
	}
div#header p.search img {
	margin-right: 5px;
	vertical-align: bottom;
	}
div#header ul.headnavi {
	clear: both;
	text-align: right;
	line-height: 1;
	}
div#header ul.headnavi li {
	display: inline;
	margin-left: 15px;
	}
div#header ul.headnavi li a {
	background: url(../img/head_navi_mark.png) no-repeat 0 50%;
	padding-left: 8px;
	text-decoration: none;
	color: #000000;
	}
div#header ul.headnavi li a:hover {
	background: url(../img/head_navi_mark_on.png) no-repeat 0 50%;
	color: #FF9900;
	}
/*==================navi==================*/
div#navi {
	width: 800px;
	height: 33px;
	margin-bottom: 5px;
	}
div#navi ul {
	}
div#navi ul li {
	display: inline;
	}
/*==================pageTop==================*/
div#contentMain div.pagetop {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
	}
div#contentMain div.pagetop a {
	background: url(../img/pagetop.png) no-repeat 0 50%;
	padding: 3px 0 3px 15px;
	}
/*==================footer==================*/
div#footer {
	width: 800px;
	margin: 0 auto;
	border-top: 1px dashed #CCCCCC;
	padding-top: 10px;
	text-align: left;
	}
div#footer p {
	margin-bottom: 15px;
	}
div#footer address {
	}
div#footer address span.copy {
	display: block;
	padding-top: 10px;
	}