@charset "UTF-8";
/* CSS Document */

body{
	overflow: auto; 
	margin: 0 !important;
	padding: 0 !important;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}


a:link {
	color: #ffffff;
	text-decoration:none;
}
a:visited {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color: #ffffff;
	text-decoration:none;
}
a:active {
	color: #ffffff;
	text-decoration:none;
}



#wrapper{
	padding:0;
	background-image: url(img/bg.gif);
	width:1016px;
	margin:0 auto;
	background-repeat: repeat-y;
	}
	
#header {
	width:1010px;
	margin:0 auto 0 auto;
}

.header {
	width:1010px;
	height: 111px;
	background-image: url(img/bg_title.jpg);
	background-repeat: none;
	color: #fff;
	font-weight: bold;
}

.headblock {
	background-color: rgba(0,0,0,0.3);
	padding: 10px 40px 10px 20px;
	margin-top: 20px;
	position: absolute;
}

.headblock h1{
	font-size: 18px;
}

.headblock p{
	font-size: 14px;
}

#contents{
	width: 800px;
	padding: 20px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	color: #333;
}

#contents p{
	margin-left: 1em;
	line-height:180%;
}

#contents a.linkbtn{
	background-color: #9e1b32;
	padding: 2px 20px 2px 20px;
	color: #ffffff;
}

#footermenu {margin:0 auto; height:41px; width:1010px; background-color:#000000; text-align:center; color:#FFF; font-size:12px; line-height:41px; }	
#footer { height:312px; background-color:#c7c7c7;margin:0 auto;width:1010px;text-align:center; font-size:10px; }
