/* CSS Document */

@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif,"ヒラギノ角Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS UIゴシック", "osaka";
	line-height: 1.4;
	color: #FFF;
	background: #FFFFEE;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

}
a {
	color: #CBB785;
	text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: middle;
}
#frame {
	width: 821px;
	height: auto;
	background: #808080;
	margin: auto;
}
#wrapper {
	width: 801px;
	height: auto;
	background: #655349;
	margin: auto;
}
h1 {
    text-align: center;
}
h1 p{
	font-size: 100%; 
	line-height: 2em;
	margin-top: 10px;
}


h2 {
	text-align: center;
	margin: 20px auto;
}
h2 p{
	font-size: 100%; 
	line-height: 2em;
	margin-top: 10px;
    font-weight: normal;
}

p span{
    color: #CBB785;
	font-weight: bold;
}
h3 {
    text-align: center;
	font-size: 120%; 
	margin-top: 10px;
    font-weight: bold;
	border-bottom: 1px dotted #FFF;	
	height: 30px;
}
h3 span{
	font-size: 75%; 
    font-weight: normal;
	color: #FFF;
}

.box211{
	font-size: 10pt;
	width: 270px;
	text-align: center;
	border: solid 1px #868689;
	background-color: #CBB785;
	padding-top: 4px;
	margin-bottom: 0 auto;
}
.box212{
	text-align: left;
	border: dashed 1px #ACACAE;
	padding: 1em;
	margin: 3px;
	color: #000;
	background-color: #FBFBFC;
}

.newsbox {
	margin-top: 20px;
	margin-bottom: 80px;
}

.news {
	width: 470px;
}

.news th {
	width: 400px;
	text-align: left;
	border-bottom: 1px dotted #FFF;
}

.news td {
	text-align: right;
	border-bottom: 1px dotted #FFF;
}

.col_bro {
	color: #CBB785;
}

