/*位置*/
.right {
	text-align: right;
}

/*文字*/
.strong {
	color: #BF0000;
	background-color: #F2D291;
}

/*全体*/
body {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	color: #400000;
}

a:link {
	color: #BF0000;
	text-decoration: underline;
}

a:hover {
	color: #FF8080;
}

a:visited {
	color: #5D0000;
}

.link {
	text-align: right;
	color: #993300;
	margin-right: 10px;
}

/*ボディ*/
.body {
	background-color: #FFF6E5;
	width: 720px;
	margin: auto;
}

/*左メニュー*/
.lmenu {
	width: 189px;
	background-color: #FFF6E5;
	margin-top: 10px;
	text-align: left;
	float: left;
}

.lmenu .top {
	text-align: center;
}

.lmenu img {
	margin: 5px 5px 5px 0px;
}

/*ごあいさつ*/
.lmenu .box {
	margin:30px 0px 0px 5px;
	width: 150px;
	padding: 10px opx;
	text-align: left;
	background-color: #FFFFFF;
}

.lmenu h5 {
	background-color: #BF0000;
	color: #FFFFFF;
	margin-top: 0px;
	font-weight: normal;
	text-align: center;
}

/*ヘッダ*/
.header {
	margin: 10px 10px 0px 0px;
	float: right;
	background-image: url(images/bg_top_header.gif);
	width: 521px;
	height: 121px;
	background-repeat: no-repeat;
	line-height: normal;
	color: #FFFFFF;
}

.header .link {
	color: #FFFFFF;
}

.header .photo img {
	margin: 5px 10px 0px 10px ;
}

.header a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.header a:hover {
	color: #FFFFFF;
}

.header a:visited {
	color: #FFFFFF;
}

/*メイン*/
.main {
	background-color: #FFF6E5;
	margin: 10px 10px 0px 0px;
	float: right;
	width: 521px;
}

.copy {
	background-color: #FFF6E5;
	width: 521px;
	color: #804000;
	border-bottom: 1px dashed #F2D291;
	text-align:left;
	margin-bottom: 5px;
}

.main h1 {
	border-top: 2px solid #BF0000;
	border-bottom: 1px dotted #BF0000;
	color: #993300;
	font-weight: normal;
	text-align: center;
}

.main h3 {
	border-top: 2px solid #BF0000;
	border-bottom: 1px dotted #BF0000;
	color: #993300;
	font-weight: normal;
	text-align: center;
}

/*おしらせ*/
.info {
	width: 521px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 20px;
}

.info li {
	list-style-image: url(images/li_bean.gif);
	margin: 10px 0px;
}

/*更新履歴*/
.new {
	background-color: #FFF6E5;
	text-align:left;
	margin-top: 20px;
}

.new dl {
	margin: 10px 0px 10px 2em;
}

.new dt {
	font-weight: bold;
	color: #993300;
}

.new dd {
	color: #804000;
}

/*フッタ*/
.footer {
	color: #BF0000;
	margin-top: 5px;
}

.footer a:link  {
	text-decoration: none;
}

/*コピーライト*/
.copyright {
	color: #BF0000;
	margin-top: 10px;
}