@charset "utf-8";


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	margin: 0px;
	color: #333333;
	background-color: #DACBB8;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/* header(midashi) */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	display: block;
}

/* paragraph */
p {
	margin: 0;
	padding: 0;
}

/* anchor */
a {
	color: http
://lmaga.jp/savvy/index.html;
	outline: none;
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #FF963F;
}
a img:hover {
	filter: Alpha(Opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

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

area {
	outline: none;
}

/* list */
dl, ul, ol, li, dt, dd {
	margin: 0;
	padding: 0;
	line-height: 0px;
	list-style-type: none;
}

/* image */
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* address */
address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

/* emphasis */
em {
	font-style: normal;
	color: #d43339;
}

/* strong */
strong {
	font-weight: bold;
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}
pre {
	margin: 0px;
	padding: 0px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.clear_both {
	clear: both;
	line-height: 0px;
}
.clear_5{
	clear:both;
	height: 5px;
}
.clear_10{
	clear:both;
	height: 10px;
}
.clear_15{
	clear:both;
	height:15px;
}
.clear_20{
	clear:both;
	height:20px;
}
.clear_25{
	clear:both;
	height:25px;
}
.clear_30{
	clear:both;
	height:30px;
}
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.margine_b5 {
	margin-bottom: 5px;
}
.margine_b10 {
	margin-bottom: 10px;
}
.margine_b15 {
	margin-bottom: 15px;
}
.margine_b20 {
	margin-bottom: 20px;
}
.margine_b25 {
	margin-bottom: 25px;
}
.margine_b35 {
	margin-bottom: 35px;
}
.margine_b40 {
	margin-bottom: 40px;
}
.margin_l10 {
	padding-left: 10px;
}
.margin_l20 {
	padding-left: 20px;
}
.margin_r10 {
	margin-right: 10px;
}

.line_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.display_none {
	display: none;
}
.hidden {
	visibility: hidden;
}

.txt_align_right {
	text-align: right;
}
.txt_align_left {
	text-align: left;
}
.txt_align_center {
	text-align: center;
}
.v_align_bottom{
	vertical-align: bottom;
}
.v_align_top{
	vertical-align: top;
}
#container {
	background-image: url(img/bg_cont.jpg);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-right: 35px;
	padding-left: 35px;
	background-color: #41200D;
}
#header .left {
	width: 500px;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 3px;
}
#header .right {
	text-align: right;
	float: right;
	width: 200px;
}
#contents {
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
#contents .read_left {
	width: 360px;
	float: left;
}

#contents .read_right {
	float: right;
	width: 325px;
}

#contents .video {
	float: right;
	width: 325px;
}


#contents .menu_a {
	width: 225px;
	margin-right: 15px;
	float: left;
}
#contents .menu_b {
	width: 225px;
	float: left;
}
#contents .access_left {
	width: 270px;
	float: left;
}
#contents .map {
	width: 435px;
	float: right;
}
#footer .ptop {
	background-color: #C8B49B;
	padding-right: 35px;
	padding-left: 35px;
	text-align: right;
}
#footer .add {
	background-color: #41210C;
	text-align: center;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-top: 10px;
}
