@charset "utf-8";


body {
	background-image: url(../images/background001.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center; /* IE */
	color: #606060;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 75%;

}
html>/**/body {
    font-size: 12px; /* IE7 を除くモダンブラウザ */
}


/*--------clearfix------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	zoom:1;
}
/*--------clearfix------------*/

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}


/*--------フォントサイズ------------*/


.font10 {
    font-size: 10px; /* モダンブラウザ */
    *font-size: 83%; /* IE  */
}
.font11 {
    font-size: 11px; /* モダンブラウザ */
    *font-size: 91%; /* IE  */
}
.font12 {
	font-size: 12px; /* モダンブラウザ */

}
.weight_regular {
	font-weight: normal;
}

.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;
}


.red {color: #FF0000}
.blue {color: #0000FF}
.darkblue {color: #000099}


/*----------リセット------------*/
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; }


html{
    height:100%;
}
body{
    height:100%;
}


div#main{
    padding-bottom:30px;
}


#wrapper {
	text-align: left;
	height: auto;
	width: 820px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	
.clearline {
	clear: both;
	height: 1px;
	width: 100%;
}
#footer{
	bottom:0px;
	height:45px;
	width:100%;
	text-align: center;
}

#footer_menu {
	background-color: #00CC99;
	background-image: url(../images/footer_bk01.gif);
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	height: 14px;
}
#footer_menu a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#footer_menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_copyright {

	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	height: 12px;
}

#new_wrapper {
	height: auto;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#underConst {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	height: 100px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCCCCC;
	vertical-align: middle;
	padding-top: 80px;
	margin-bottom: 400px;
}

