@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height:1.1;
}

a, a:link, a:active {
	color: #942531;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #942531;
	text-decoration: none;
}

a:hover {
	color: #3F2313;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	vertical-align:bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
select, input, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
.clear {
	clear:both;
}

body {
	font-size: 12px;
	font-family: Arial,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Geneva, Helvetica, sans-serif;
	color: #222222;
}

/*layout*/
#pagebody {
	width:802px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 802px;
	height:78px;
	margin: 0;
	padding: 0;
	position:relative;
}
#contents {
	width: 800px;
	margin: 0;
	padding-bottom:10px;
	border:1px #666666 solid;
	background:url(../image/bg_col_l.gif) repeat-y left 77px;
	min-height:500px;
	position: relative;
}
#head_img {
	width: 800px;
	height:57px;
	background:url(../image/head_img.jpg) no-repeat left top;
	text-indent:-9999px;
}
#pan {
	width: 800px;
	height:20px;
	background-color:#FFFFFF;
}
#col_r {
	width:640px;
	float:right;
	position:relative;
}
#col_l {
	width:140px;
	padding-bottom:0px;
}
#footer {
	width: 802px;
	margin-bottom:20px;
	padding: 0;
	position:relative;
}
