﻿@charset"UTF-8";



/* ★ページ全体の共通指定 */

/* ページ全体の背景・文字・余白など */
body {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	font-size: small; 
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif;
	color: #333333; 
	background: url(img/bg.gif) repeat; 
}
h1, h2, h3 {
	margin : 0;
	padding : 0;
	font-weight: normal;
}
ul, p, div, span {
	margin : 0;
	padding : 0;
}
li {
	list-style-type: none;
}
img {
	border: none; 
}
table {
	margin : 0;
	border: none;
	empty-cells: show;
}
a {
	color: #EF3B6B;
	text-decoration: underline; 
}
a:hover {
	text-decoration: underline;
	color: #F37031;
}


/* ★各要素の指定 */

#container {
	width: 800px; 
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF; 
	border-left: solid 1px #898F9A;
	border-right: solid 1px #898F9A;
	border-bottom: solid 1px #898F9A;
}
#head {
	width: 800px; 
	height: 89px; 
	margin: 0; 
	background: url(img/head.gif) no-repeat; 
}
#center {
	width: 600px; 
	float: left;
}
#main {
	text-align: left; 
	background: url(img/bg_main.gif) repeat; 
}
#right {
	width: 200px; 
	text-align: left; 
	float: left; 
}
#banner {
	margin: 5px 25px; 
}
#yokoku {
	margin: 20px 25px; 
	background: #E1EED7 url(img/bg_yokoku.gif) no-repeat;
	width: 150px; 
	border-bottom: solid 2px #56861D;
}
.yokoku_msg {
	margin: 8px; 
	line-height: 1.3;
}
#footer {
	width: 800px; 
	height:22px;
	clear: both; 
	background: url(img/footer.gif) no-repeat; 
}

/* ★ メインコンテンツ（記事部分エリア）の指定 */

.msg {
	margin: 20px; 
	line-height: 1.3;
}
.msg2 {
	margin: 20px; 
	line-height: 1.3;
	border-top: dashed 1px #cccccc;
	padding-top: 10px;
	color: #000E91;
}
.msg-title {
	font-weight: bold; 
	color: #660000; 
	font-size: 12px; 
	padding: 4px;
	background: #F3F3F3; 
}
.msg-date {
	font-size: 12px; 
	padding-left: 10px;
	text-align: left; 
	color: #56861D; 
	background: #F3F3F3; 
	border-left: solid 4px #56861D;
}
.msg-body {
	padding:8px;
	line-height: 120%; 
}
.footer_text10 {
	font-size: 10pt;
	text-align: center;
	color: #000000;
	padding: 4px;
}
.link {
	font-size: 11px;
	text-align: left;
	color: #858585;
}
#rss {
	color: #666666;
	border: solid 1px #cccccc;
}
#rss a {
	color: #EF3B6B;
	text-decoration: underline; 
}
#rss a:hover {
	text-decoration: underline;
	color: #F37031;
}
#notes {
	color: #666666;
	border: dashed 1px #cccccc;
}