/* ページ全体の設定 */
body {
	background-color: #ECE9D8;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
}

/* SEO対策文用テキストスタイル */
.topseotext {
	padding: 10px 0px 5px;
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
}

/* タイトル用テキストスタイル */
.toptitle {
	font-size: 36px;
	color: #224474;
	margin: 0px;
	padding: 0px;
}

/* メニュー用ダミー */
.mainmenu {
	margin: 0px;
	padding: 0px;
}

/* メニューのリンク用テキストスタイル（未訪問） */
.mainmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	width: 150px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	vertical-align: middle;
}

/* メニューのリンク用テキストスタイル（訪問済） */
.mainmenu a:visited {
	color: #EEEEEE;
	text-decoration: none;
	height: 23px;
	width: 150px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
}

/* メニューのリンク用テキストスタイル（マウスオーバー時） */
.mainmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	height: 23px;
	width: 150px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
}

/* メニューのリンク用テキストスタイル（訪問時） */
.mainmenu a:active {
	color: #FFFFFF;
	text-decoration: underline;
	height: 23px;
	width: 150px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
}

/* 中央の画像内用テキストスタイル */
.maintext {
	font-size: 16px;
	font-weight: bold;
	color: #1E4272;
	margin-top: 30px;
	margin-left: 30px;
}

/* インフォメーション部分用テキストスタイル */
.info {
	margin-top: 40px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 11px;
	line-height: 14px;
}

/* 全体のリンク用テキストスタイル（未訪問） */
a:link {
	color: #3366FF;
	text-decoration: none;
	display: block;
}

/* 全体のリンク用テキストスタイル（訪問済） */
a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
}

/* 全体のリンク用テキストスタイル（マウスオーバー時） */
a:hover {
	color: #3366FF;
	text-decoration: underline;
	display: block;
}

/* 全体のリンク用テキストスタイル（訪問時） */
a:active {
	color: #3366FF;
	text-decoration: underline;
	display: block;
}
.textred {
	color: #FF0000;
}
