@charset "utf-8";

/* summary ------------------
	1.	reset
	2.	base
	3.	font-size
	4.	grid
	5.	layout-style
	----module
	----ページトップへ
-------------------------- */
/* reset ----------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, q, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol,ul {list-style: none;}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	vertical-align: middle;
}
:focus {outline: 0;}

/* base ----------------- */
body {
	color: #333;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","Lucida Grande",sans-serif,Helvetica,Verdana;
	font-size: 13px;
	*font-size: 81.25%;
	line-height: 1.2em;
}
a:link{color:#073e6b;text-decoration:underline;}
a:visited{color:#800080;text-decoration:underline;}
a:hover{color:#287acc;text-decoration:none;}
a:active{color:#287acc;text-decoration:none;}
a:link img,
a:visited img{
	text-decoration:none;
}

/* grid ----------------- */
.wrapper {
	width: 100%;

}
.conbody {
	clear: both;
	width: 800px;
	padding: 0 10px;
	margin: 0px auto;
	background-color:#fff;
}

/* layout-style ----------------- */
/* module----- */
/* 汎用スタイル */
.align-right{
	text-align: right;
}
.align-left{
	text-align :left;
}
.align-center{
	text-align: center;
}
/* clear */
.clear{
	clear: both;
}
br.clear{
	line-height: 1pt;
	font-size: 1pt;
}
/* heading */
.conbody div.h2Ttl,
.conbody div.contentTtl{
	min-height: 35px;
	_height: 35px;
	margin: 0 0 16px 0;
	padding-left: 25px;
	padding-right: 10px;
	background: url(img/bg_h2_01.gif) left center no-repeat;
	line-height: 35px;
}
.conbody div.h2TtlStep,
.conbody div.contentTtlStep{
	min-height: 35px;
	_height: 35px;
	margin: 0 0;
	padding-left: 25px;
	padding-right: 10px;
	background: url(img/bg_h2_01.gif) left center no-repeat;
	line-height: 35px;
}
.conbody h2{
	color: #333333;
}
.foot{
clear:both;
		margin: 0px auto;

		padding: 10px 0 10px;
		width:100%;
		text-align:center;
		border-top:1px green solid;
}
#top{
position: absolute;
left:300px;
top:50px;


}