body {
	margin-left: 0px;
	margin-top: 0px;
	font-size: 1em;
	line-height: 24px; /* ページ全体の背景設定になります */
	background-color: #FFFFFF;

}
.img_padd {
	margin-bottom: 5px;
}
strong {
	font-weight: normal;
}
h1 {
	float: left;
	font-size: 12px; /* TOPページ最上段の文字サイズ */
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.keywords{
	margin-left:auto;
	margin-right:auto;
	width: 602px;
}

.mini{
	background-color: #FFCC99; /* 下層ページ最上段の文字色 */
	padding: 10px;
	line-height: 14px;
	margin-left:auto;
	margin-right:auto;
	width: 602px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #666666; /* 下層ページ最上段の文字色 */
	border-top-width: 10px;/* 下層ページ最上段の帯の太さ */
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DD0000; /* 下層ページ最上段の帯色 */
}
h2 {
	font-size: 12px; /* TOPページ最上段の文字サイズ */
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main {
	background-color: #FFF; /* メイン部分背景色 */
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 600px; /* メイン部分横幅 */
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #999999; /* メイン部分枠色 */
	font-weight: normal;
}
.mail_box {
	color: #333;/* メール送信部分のテキストカラー */
	font-size: 14px; /* メール送信部分のテキストサイズ */
	background-color: #FFFFCC; /* メール送信部分の背景色 */
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	width: 450px; /* メール送信部分の枠のサイズ */
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	border: 1px solid #660000;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}
.footerlink {
	color: #333; /* 下部リンクテキストカラー */
	background-color: #999; /* 下部リンクテキスト背景色 */
	margin-left:auto;
	margin-right:auto;
	width: 602px; /* 下部リンク枠幅 */
	font-size: 12px; /* 下部リンク枠幅 */
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
.footerlink a{
	color: #000000; /* リンク部分のテキストカラー */
	text-align: center;
	text-decoration: none;
}
.text {
	color: #333;
	background-color: #FFF;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	font-size: 12px; /* 表部分のテキストサイズ */
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #999999;
	font-weight: normal;
}

.red{
color:#FF0000;
}
.bule{
color:#0000FF;
}
.bold{
	font-weight: bold;
}
.text_right {
	font-size: 14px;
	text-align: right;
	width: 95%;
		margin-left:auto;
	margin-right:auto;
}



.footer {
	color: #333; /* フッタテキストカラー */
	background-color: #F00; /* フッタテキストカラー */
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	width: 612px; /* フッタ部分の幅 */
	font-size: 10px; /* フッタ部分のテキストサイズ */
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height: normal;
}
.footer a{
	color: #FFFFFF;
}
.td_area_a{
	background-color: #FFCC33; /* タイトル背景色 */
	color: #333333; /* タイトルテキストカラー */

}
.td_area_b{
	background-color: #FFFFCC; /* 入力欄背景色 */
	color: #333; /* 入力欄テキストカラー */

}
.topcom{
	color: #FFFFFF; /* TOPページ最上段の文字色 */
	background-color: #FF0000; /* TOPページ最上段の背景色 */
	font-size: 32px; /* TOPページ最上段の文字サイズ */
	line-height: 35px; /* TOPページ最上段の行間です。文字サイズを縮小した際はこちらを調整してください */
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 602px; /* 横幅を602で設定しています。*/
	margin-top: 0px;
	margin-bottom: 0px;
}
.main {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333; /* メイン部分テキストカラー */
	padding: 10px;
	font-size: 14px; /* メイン部分テキストサイズ */
	font-weight: normal;
}