/* ページ全体の設定 */
body {
	background-color: #ECE9D8;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
}

/* SEO対策文用テキストスタイル */
.topseotext {
	padding: 10px 0px 0px;
	margin: 0px;
	color: #333333;
	font-size: 11px;
}

/* タイトル用テキストスタイル */
.toptitle {
	font-size: 36px;
	color: #333333;
	width: 500px;
	margin: 0px;
	padding: 3px 0px 0px;
	height: 47px;
}

/* メニュー欄全体の設定 */
.menuall {
	background-color: #E6E6E6;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}

/* メニューのリンク用テキストスタイル（未訪問） */
.m a:link {
	color: #CC0000;
	text-decoration: none;
	display: block;
	display: block;
	font-weight: bold;
}

/* メニューのリンク用テキストスタイル（訪問済み） */
.m a:visited {
	color: #996600;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

/* メニューのリンク用テキストスタイル（マウスオーバー時） */
.m a:hover {
	color: #CC0000;
	text-decoration: underline;
	display: block;
	font-weight: bold;
}

/* メニューのリンク用テキストスタイル（訪問時） */
.m a:active {
	color: #CC0000;
	text-decoration: underline;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-weight: bold;
}

/* 中央の画像内用テキストスタイル */
.maintext {
	font-size: 16px;
	font-weight: bold;
	color: #1E4272;
	margin-top: 30px;
	margin-left: 30px;
}

/* インフォメーション部分用テキストスタイル */
.info {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #333333;
	font-size: 11px;
	line-height: 1.4em;
}

/* 内容欄上部装飾用ボックス */
.maintop {
	width: 680px;
	padding: 10px 30px 0px;
	background-image: url(image/main_2_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
}

/* サブメニューのリンク用テキストスタイル（未訪問） */
.sub a:link {
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	display: block;
}

/* サブメニューのリンク用テキストスタイル（訪問済み） */
.sub a:visited {
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	display: block;
}

/* サブメニューのリンク用テキストスタイル（マウスオーバー時） */
.sub a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	display: block;
}

/* サブメニューのリンク用テキストスタイル（訪問時） */
.sub a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	display: block;
}

/* ポイントアイコンの設定 */
.point {
	height: 18px;
	padding-left: 10px;
	background-image: url(image/point/point.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-bottom: 5px;
}

/* コピーライト用テキストスタイル */
.copyright {
	width: 500px;
	margin: 0px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
	color: #333333;
}
a:link {
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.pan {
	color: #666666;
	margin-left: 40px;
	margin-top: 10px;
}


.text-mini {
	font-size: 11px;
	font-weight: normal;
}

.text-mini a:link {
	font-size: 11px;
	font-weight: normal;
}
.text-mini a:visited {
	font-size: 11px;
	font-weight: normal;
}
.text-mini a:hover {
	font-size: 11px;
	font-weight: normal;
}

.text12orange {
	font-size: 12px;
	line-height: 18px;
	color: #C64F00;
}

