@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
.box {
	list-style:none;
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/*style*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#000;
	background-image:url(img/comon/back.gif);
	background-repeat:repeat;
}
p{
    line-height:20px;
}
#sheet{
	width:900px;
	margin:auto;
}
.header{
	width:900px;
	margin:10px 0px 15px 0px;
	background-image:url(img/comon/ad.png);
	background-repeat:no-repeat;
	background-position:right;
}
.button01{
	width:181px;
	float:left;
}
.button02{
	width:176px;
	float:left;
}
.content{
	background-color:#FFF;
	margin-top:15px;
	padding:20px 30px 20px 30px;
}
.up{
	font-size:12px;
	text-align:right;
	margin:20px 0px 20px 0px;
}
.footer{
	font-size:11px;
	color:#FFF;
	text-align:center;
	background-color:#000;
	padding:20px 0px 20px 0px;
}
.content a:link {
	color: #005EAD;
	text-decoration: underline;
}
.content a:visited {
	color: #005EAD;
	text-decoration: underline;
}
.content a:hover {
	color: #cc3434;
	text-decoration: underline;
}
.footer a:link,.up a:link {
	color: #FFF;
	text-decoration: underline;
}
.footer a:visited,.up a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover,.up a:hover {
	color: #FFF67F;
	text-decoration: none;
}
img{
	vertical-align:top !important;
}

.t-right{
    text-align: right;
}

.t-center{
    text-align: center;
}

.m-b20 { margin-bottom: 20px; }

.m-b30 { margin-bottom: 30px; }

.m-b40 { margin-bottom: 40px; }

.m-b50 { margin-bottom: 50px; }



/*clearfix*/
.cf:before,.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}
