@charset "UTF-8";


/* base reset */

body {	
	margin:0;
	padding:0;
	text-align:center;
	font-size:80%;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック" ,sans-serif;
	color:#0c0c0c;
	background:#fafafa;
}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
a {
	color:#6c7e01;
}
a:hover {
	text-decoration:none;
}

ul,li {
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin:0;
	padding:0;
	line-height:1.6;
}

form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.tx-left {
	text-align:left;
}

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

.tx_center {
	text-align:center;
}

.f_left {
	float:left;
}

.f_right {
	float:right;
}

.size01 {
	font-size:80%;
}

.size02 {
	font-size:90%;
}

.size03 {
	font-size:100%;
}

.size04 {
	font-size:110%;
}

.block {
	display:block;
}

.inline {
	display:inline;
}

#container {
	width:900px;
	margin:0 auto;
	padding:0;
}

#center {
	width:900px;
	margin:0;
	padding:0;
}

/* main page */

#wrapper {
	width:100%;
	margin:0;
	padding:0;
	background:url("../img/main_bk.gif") repeat-x;
}

#header {
	width:900px;
	height:90px;
}

#header p {
	line-height:90px;
}

#navi {
	width:900px;
	line-height:40px;
}

/* contents */

#contents {
	width:900px;
	background:url("../img/contents_bk.gif") repeat-y;
}

#contents_top {
	width:900px;
	background:url("../img/contents_top.gif") no-repeat top;
}

#contents_bottom {
	width:900px;
	background:url("../img/contents_bottom.gif") no-repeat bottom;
}

#contents_bloc {
	width:880px;
}

.w600 {
	width:600px;
}

.w260 {
	width:260px;
}

p.pagetop {
	width:74px;
	height:18px;
	float:right;
	background:url("../img/pagetop_hover.gif") no-repeat;
}

/* footer */

#footer {
	width:900px;
	height:100px;
}