@charset "utf-8"; 
/*■■■　divID　■■■*/
.common_bg {
	background-image: url(bg.gif);
}
address {
	background-color: #333;
	font-size: 12px;
	color: #999;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#com_container {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#com_header {
	width: 900px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	border-bottom:thin solid #333;
}
#com_menu {
	background-color: #333;
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#com_spacer {
	background-color: #FFF;
	width: 900px;
	/*margin-top: 0px;*/
	height:20px;
	margin-left: auto;
	margin-right: auto;
}
#com_content {
	margin-top: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#com_title {
	background-color: #FFF;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1px
	font-size: 12px;
	color: #333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;	
}
#com_caption {
	background-color: #FFF;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
    border-width: 1px 0px 1px 0px;
	font-size: 20px;
	color: #333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;	
}
#com_footer {
	width: 900px;
	height: 20px;
	padding-top: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	border-top:thin solid #333;
}
/*■■■　divクラス　■■■*/
A{
	color : gray;
	text-decoration : none;
	text-align: center;
}
/*強調表現各色*/
.red_strong {
	color: #900;
	font-weight: bold;
}
.red_normal {
	color: #C33;
	font-size:12px;
}
.brown_strong {
	color: #5C4033;
	font-weight: bold;
}
.sarmonpink {
	color: #C33;
	font-weight: bold;
	font-size: 10pt;
}
.blue_strong {
	color: #39C;
	font-weight: bold;
}
.darkblue_strong {
	color: #191970;
	font-weight: bold;
}
.gray_strong {
	font-weight: bold;
}
.yellow_strong {
	color: #D2691F;
	font-weight: bold;
}
.undergreen_strong {
	color: #294b4b;
	font-weight: bold;
}
.pruple_strong {
	color: #492d53;
	font-weight: bold;
}
.red font {
	text-align: left;
}
.white_font {
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-weight:400;
}
