@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* IE */
	color: #535353;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.5em;
	background-color: #ececec;
}

html>/**/body {
    font-size: 12px; /* IE7 を除くモダンブラウザ */
}



/*--------clearfix------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
/*--------clearfix------------*/





a:link {
	color: #4d76c0;
}
a:visited {
	color: #4d76c0;
}
a:hover {
	color: #4d76c0;
}


/*--------フォントサイズ------------*/


.font10 {
    font-size: 10px; /* モダンブラウザ */
    *font-size: 83%; /* IE  */
}
.font11 {
    font-size: 11px; /* モダンブラウザ */
    *font-size: 91%; /* IE  */
}
.font13 {
    font-size: 13px; /* モダンブラウザ */
    *font-size: 108%; /* IE  */
}
.font14 {
    font-size: 14px; /* モダンブラウザ */
    *font-size: 116%; /* IE  */
}
.font16 {
	font-size: 16px; /* モダンブラウザ */
    *font-size: 132%; /* IE  */
	line-height: 1.2em;
}



/*----------リセット------------*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p { margin:0;padding:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
img { border:0; }



/*---------wrapper--------------*/
#wrapper {
	text-align: left;
	height: auto;
	width: 840px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}

/*----------ヘッダー------------*/
#header {
	width: 800px;
	margin-left: 20px;
}
/*ヘッダーロゴ*/
#header a {
	height: 54px;
	width: 263px;
	display: block;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 7px;
	padding-top: 5px;
}



/*----------メイン-------------*/
#main {
	width: 800px;
	height: auto;
	float: left;
	margin-left: 20px;
	display: inline;
}
#main #adBox {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.adBanner {
	margin-top: 15px;
	margin-bottom: 20px;
}


#main #txtTop {
	padding-left: 25px;
	margin-top: 12px;
	margin-bottom: 20px;
}
#main #mainImg {
	height: 283px;
	width: 754px;
	padding-left: 23px;
	margin-bottom: 30px;
}
#main #importImg {
	height: 274px;
	width: 800px;
	float: left;
}
#main #importUnderBox {
	width: 798px;
	height: auto;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6F9C01;
	padding-top: 10px;
	border-left-color: #6F9C01;
	padding-bottom: 15px;
}
#main #importUnderBox p {
	text-align: justify;

}

#main #btnBox {
	width: 798px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #709D04;
	border-bottom-color: #719F00;
	border-left-color: #709C00;
	float: left;
}

#main .txtBox_L {
	width: 225px;
	float: left;
	padding-left: 19px;
}
#main .txtBox_C {
	width: 225px;
	float: left;
	padding-left: 43px;
}
#main .txtBox_R {
	width: 225px;
	float: right;
	padding-right: 19px;
}
#main #btnBox .red {
	color: #F00;
	width: 265px;
	padding-top: 5px;
	float: right;
	margin-left: 530px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 15px;
}

/*----IE6用--------*/
.three {
	float: right;
	clear: both;
	width: 600px;
	height: 1px;
	margin-top: -30px;
}









/*--------フッター-------------*/
#footer {
	height: auto;
	width: 840px;
	clear: both;
	text-align: center;
	background: #FFFFFF;
}
/*フッターナビ*/
#footer #footerNavi {
	height: auto;
	width: 840px;
	float: left;
	padding-top: 40px;
	background-color: #FFF;
	padding-bottom: 10px;
}

#footer #footerNavi ul {
	margin: 0px;
	list-style: url(none) none outside;
	font-size: 11px; /* モダンブラウザ */

    *font-size: 91%;
}
#footer #footerNavi li {
	display: inline;
	margin-right: 1em;
	padding-right: 1em;
}
#footer #footerNavi li a{
	text-decoration: none;
	color: #4d76c0;
}
#footer address {
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCC;
	width: 840px;
	color: #FFFFFF;
}
