@charset "UTF-8";

/*BASIC
-------------------------------*/

html{
	font-size: 10pt;
}

body {
	background-color: #fff;
	text-align: center;/* IE6以前用CSSハック*/
	margin: 0mm auto;
	padding: 0mm;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0mm auto;
	padding: 0mm;
}

#contents {
	text-align: left;
	border: none;
	width: 90%;
	margin: 0mm auto;
	padding: 0mm 5% 10mm;
}

.content_box {
	border: none;
	padding: 20px;
}


/*LINK
-------------------------------*/

#nav-drawer {
	display: none;
}

#gotop,
p.top,
ul.breadcrumb {
	display: none;
}

a {
	text-decoration: none;
	outline:none;
}

a:link,
a:visited
{
	color: #339;
	text-decoration: none;
}

a img,
a:link img,
a:visited img {
	border: none;
}


/*TEXT
-------------------------------*/

.note {
	color: #C00;
	/*font-size: 87.5%;*/
	font-size: 8pt;
	font-weight: normal
}

.sup {
	color: #666;
	/*font-size: 87.5%;*/
	font-size: 8pt;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.attention {
	color: #C00;
	font-weight: bold
}

h3 {
	/*font-size: 112.5%;*/
	font-size: 12pt;
	font-weight: bold;
	color: #036;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.5;
}

h4 {
	/*font-size: 100%;*/
	font-size: 10pt;
	line-height: 1.5;
	font-weight: bold;
	color: #036;
}


/*HEADER
-------------------------------*/

h1 {
	font-size: 0px;
	text-indent: -9999px;
	background-image: url(../img_scheme/logo_renovation.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 250px;
	margin: 0px;
	padding: 0px;
}


/*FOOTER
-------------------------------*/
#footer {
	margin: 0px 50px;
	padding-top: 1px;
	padding-left: 0px;
}

#footer p.copyright {
	font-size: 10px;
	color: #999;
	line-height: 1.5;
}


