@charset "shift_JIS";

/* [CSS設定目次]----------------------------

01.メンテナンス　ヘッドライン用

----------------------------[CSS設定目次] */

/* CSS for the box starts here */
.mente-box {
	padding:0 10px 0 0;
	background:url(/images/top/texture-border_r.gif) 100% 0 repeat-y;
	margin: 0 3px 8px;
}
.mente-box-in {
	padding:0 0 0 10px;
	background:url(/images/top/texture-border_l.gif) 0 0 repeat-y;
}
.mente-box-top {
	height:10px;
	margin:0 -10px;
	background:url(/images/top/texture-box.gif) 100% 0 no-repeat;
}
.mente-box-top div {
	width:12px;
	height:10px;
	background:url(/images/top/texture-box.gif) 0 0 no-repeat;
}
.mente-box-bottom {
	height:10px;
	margin:0 -10px;
	background:url(/images/top/texture-box.gif) 100% 100% no-repeat;
}
.mente-box-bottom div {
	width:12px;
	height:10px;
	background:url(/images/top/texture-box.gif) 0 100% no-repeat;
}
.mente-box h1 {
	margin:0;
	padding:0.3em 10px;
	background:#fff2f5;
}
.mente-box p {
	font-size: 85%;
	background:#fff2f5;
}
.mente-box p img {
	margin: 0 10px 0 0;
	border: 0;
	float:left;
}
.mente-box p a:visited {
	color:#3366CC;
}
.mente-box p a:hover {
	color:#FF3300;
	text-decoration:underline;
}
.mente-box p a:link {
	color:#3366CC;
}


