body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.honbun {
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.title_1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.title_2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #CC3366;
}
.title_3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.honbun_bold {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.kakaku {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}


a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

div#base {
	width: 600px;
	margin: 15px auto;
	padding: 15px;
	background: #f2f2f2;
}

div#main {
	padding: 10px;
	border: solid 1px #CCCCCC;
}


/*========================================
 フォームのテーブル関係
==========================================*/
#form_area th {
	width: 170px;
	background: #F2F2F2;
	font-weight: normal;
	text-align: left;
}
#form_area td {
	background: #f2f2f2;
}

/* 必須マーク */
.hissu {
	color: #FF0000;
}


/*========================================
 上部メッセージ欄
==========================================*/
div.top_mes {
	background: #cccccc;
	padding: 5px;
}


/*========================================
 エラーメッセージ関係
==========================================*/
div#error_area {
	margin: 20px;
	padding: 5px;
	border: solid 1px #C00;
	display: none;
}

#error_area .attention {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	background: #FFCC00;
	color: #FF0000;
}


.honbun_renga {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #660000;
}
.title_green {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
.honbun11 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.new {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}
