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

* {
	margin:0px;
	padding:0px;
}

body {
	background:url(images/pc_bg.jpg) #fff;
	background-position:center top;
	background-repeat:no-repeat;
	color:#6d622e;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border:none;
}


a {
	text-decoration:none;
}

a:link {
	color:#6d622e;
}

a:visited {
	color:#6d622e;
}

/*
html,body,#bg,#bg table,#bg td{
	width:100%;
	height:100%;
	overflow:hidden;
}

#bg div{
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}
	
#bg td{
	vertical-align:middle;
	text-align:center;
}
	
#bg img{
	min-height:50%;
	min-width:50%;
	margin:0 auto;
}

*/




#cont {
	width:400px;
	padding:10px;
	position:absolute;
	top:20px;
	left:55%;
}

h1 {
	font-size:15px;
	font-weight:normal;
	margin-bottom:8px;
}

img#logo {
	padding-bottom:10px;
}

ul {
	list-style-type:none;
	margin-bottom:10px;
	border-top:1px dotted #6d622e;
}

li {
	height:60px;
	line-height:60px;
	font-size:15px;
	border-bottom:1px dotted #6d622e;
	display:block;
}

li span {
	position:relative;
	top:-10px;
}

img.btn {
	margin-top:14px;
	margin-right:10px;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	margin-bottom:10px;
}

h2 span {
	font-size:12px;
	font-weight:normal;
}

#news {
	font-size:14px;
	font-weight:bold;
	height:auto;
	max-height:130px;
	overflow:auto;
	padding-bottom:10px;
	margin-bottom:30px;
}

#news p {
	font-weight:normal;
	font-size:12px;
	padding-bottom:14px;
}

img.banner {
	margin-bottom:5px;
}

address {
	font-style:normal;
	font-size:10px;
	margin-top:20px;
	margin-bottom:30px;
}