/*-----ボディ-------*/
body {
	background-color:#F2F1E7;
	font-size: 12px;
	line-height:150%;
	color:#2e2e2e;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

HR {
  color: #999999; /* 線の色(IE用) */
  background-color: #999999; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
  border-style: dashed; /* 枠の種類 */
}

textarea{font-size: 12px;}

/*-----リンク-------*/
a:link { color:#419A27; text-decoration:underline; }
a:visited { color:#419A27;  text-decoration:underline; }
a:active { color:#419A27; text-decoration:underline; }
a:hover { color:#FFCB00;  text-decoration:underline; }

/*-----フォント　バリエーション-------*/
.font_10px {font-size: 10px;}
.font_11px {
	font-size: 11px;
	line-height: 140%;
}
.font_12px {font-size: 12px;}
.font_14px {font-size: 14px;}
.font_16px {font-size: 16px;}
.font_18px {font-size: 18px;}
.font_red {font-weight: bold; color: #FF0000;}


/*-----サスペンション -------*/
#sus a:link { font-weight: bold; color: #FF9900; text-decoration:none; }
#sus a:visited { font-weight: bold; color: #FF9900; text-decoration:none; }
#sus a:active { font-weight: bold; color: #FF9900; text-decoration:none; }
#sus a:hover { font-weight: bold; text-decoration:underline;}

/*-----トップページ -------*/

.main{
	display:block;
	width:914px;
	margin:auto;
}

.header{
	display:block;
	width:914px;
	margin:auto;
	float: left;
	clear: left;
}


.main2{
	display:block;
	width:914px;
	margin:auto;
	float: left;
	clear: left;
	padding-top: 14px;
	padding-bottom: 14px;
}

.main_l{
	width:186px;
	display:block;
	margin:auto;
	float: left;
	padding-left: 31px;
}
.menu{
	width:184px;
	display:block;
	margin:auto;
	float: left;
	border: 1px solid #CCCCCC;
}

.menu_br{
	width:184px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.menu_br1{
	width:184px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
}
.menu_br2{
	width:184px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
}

.menu_br3{
	width:184px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
	height: 50px;
}


.top_l{
	width:303px;
	display:block;
	margin:auto;
	float: left;
	padding-left: 24px;
}

.top_br{
	width:303px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
	padding-top: 20px;
}
.top_t {
	width:281px;
	display:block;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	float: left;
	clear: left;
	padding: 10px;
}

.top_t_sale {
	width:281px;
	display:block;
	background-color: #FFE6E6;
	border: 1px solid #CCCCCC;
	float: left;
	clear: left;
	padding: 10px;
}

.top_r{
	width:303px;
	display:block;
	margin:auto;
	float: left;
	padding-left: 30px;
}

.footer{
	display:block;
	width:884px;
	margin:auto;
	float: left;
	clear: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.footer2{
	display:block;
	width:852px;
	height: 60px;
	margin:auto;
	float: left;
	clear: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
	text-align: right;
	background-color: #F7F7F7;
}
.pad_left {
	padding-left: 10px;
}

/*-----サブページ -------*/

.sub_r{
	width:636px;
	display:block;
	margin:auto;
	float: left;
	padding-left: 24px;
}

.sub_br{
	width:630px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
	padding-top: 15px;
	padding-left: 5px;
	font-size: 14px;
}
.font_cap {
	font-size: 16px;
	font-weight: bold;
	color: #61BD24;
}
.font_red2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.font_cap2 {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}
.font_orange {
	font-weight: bold;
	color: #FF9900;
}

.topi_t{
	width:600px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 160%;
}
.topi_pict {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.topi_br{
	width:630px;
	display:block;
	margin:auto;
	float: left;
	clear: left;
	padding-top: 30px;
	padding-left: 5px;
}
.font_white {
	font-weight: bold;
	color: #FFFFFF;
}

