@charset "utf-8";

/* CSS Document */

/*共通*/
* {
	margin:0;
	padding:0;
	background-color:transparent;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
}
html {height:100%;}
body{
	border:0;
	height:100%;
	line-height:160%;
	background:#f1f2f4 url(img/bg_default.jpg) 0px -80px repeat-x;
	font-size:80%;
	font-family:sans-serif;
	color:#333333;
	margin: 0;
}
img {
	border: none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px auto;
	text-align:left;
	width:740px;
	background:#ffffff;
}
.header {
	margin:0 auto;
	width:auto;
	height:30px;
	background:#cfd0d4 url(img/bg_header.gif) bottom left;
	text-align:right;
	font-size:90%;
	padding: 3px 0 12px 0;
	}
.headertext {
	font-size:90%;
	color:#ffffff;
	margin:0 10px 0 0;
	}
.footer {
	margin:0 auto;
	width:740px;
	height:30px;
	background:#cfd0d4 url(img/bg_footer.gif) top left;
	text-align:center;
	font-size:90%;
	padding: 15px 0 0 0;
	}
.footertext {
	font-size:90%;
	color:#ffffff;
	margin:6px 0 0 0;
	}
.contents_width {
	width:565px;
	margin:0 auto;
	height: 100%;
}
.push {/* footer area setting */
	height: 80px;
}
a:link{text-decoration:underline;color: #3366cc;}
a:visited{text-decoration:none;color: #996699;}
a:hover{text-decoration:none;color: #6699cc;}
a:active{text-decoration:none;color: #cc3333;}

h1 {
margin:0 0 20px 0;
}
h1 img {
border:none;
}
h2 {
	background:url(../img/bg_h2.gif)  repeat-x left bottom;
	width:auto;
	height:18px;
	color:#777777;
	font-size:110%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:5px;
	}
h2.graybase {
	background:url(img/bg_gray.gif) repeat-x top;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 2px 1px;
	margin-bottom:0px;
	width:auto;
	height: auto;
	min-height:22px;
	_height: 22px;
	padding: 3px 0 0 10px;
}
h3 {
	font-weight:bold;
	margin:15px 0 -10px 0;
}
h3.underline {
	font-weight:bold;
	margin:25px 0 10px 0;
	color:#666666;
	border-bottom:dotted #CCCCCC 1px;
	width:auto;
	line-height: 1.2em;
}
h4 {
	font-weight:bold;
	color:#0295A5;
	margin:15px 0 -10px 0;
}
h5 {
font-style:normal;
	margin:15px 0 -10px 0;
}
p {
margin:10px 0;
}
img {
margin:5px 0;
}

h2.title {
	background: none;
	border-top: none;
	border-bottom: #aaaaaa 1px solid;
	border-left: #aaaaaa 4px solid;
	boder-right: none;
	height: auto;
	min-height: 18px;
	_height: 18px;
}
