/* charset */
@charset "euc-jp";

/*-----default-----*/

body {
	color: #000000;
	background-color: #F1F0EE;
	font-size: 14px;
}

a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	color: #CC9900;
	text-decoration: underline;
}
a:active {
}
a:hover {
	color: #CC9900;
	text-decoration: underline
}
h1 {
	font-size: 12px;
	font-weight: lighter;
	color: #996600;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}
h4 {
	font-size: 14px;
	color: #663300;
	font-weight: bold;
	line-height: 16px;
}
h5 {
}
h6 {
}
hr{
}


/*-----*/
#page {
	background-color: #FFFFFF;
}

/*-----メインコンテンツ-----*/
#main-contensts {
}
/*-----サブコンテンツ-----*/
#sub-contensts {
	font-size: 14px;
	font-weight: lighter;
	color: #BF8142;
	text-align: left;
}
#address h2 {
	font-size: 16px;
	font-weight: bold;
	color: #BF8142;
	text-align: left;
	letter-spacing: 10px;
}
#address h3 {
	font-size: 12px;
	color: #BF8142;
	line-height: 12px;
	font-weight: lighter;
	text-align: left;
}


/*-----メインコンテンツのテキスト色-----*/
/*-----フッター-----*/
#footer {
	font-size: 12px;
	color: #333333;
}

#footer-navi {
	font-size: 12px;
	font-weight: bold;
}
#copyright {
	width: inherit;
	font-size: 12px;
	letter-spacing: 5px;
	margin-top: 5px;
}

/*-----border------*/
.border {
	border: 1px solid #666666;
}
.border-b {
	border: 1px solid #666666;
}
.border-t {
	border: 1px solid #666666;
}
.border-bt {
	border: 1px solid #666666;
}

/*--moji.css互換用【ここから】  ◆◆クラス名、ID名は絶対変更不可          ◆◆--*/
/*--システム用                  ◆◆色などの「クラス名、ID以外」は変更可能◆◆--*/
.top {		/*--.topはindexの「新着情報」「おすすめプラン」のタイトルの文字の色--*/
	font-size: 12px;
	color: #000099;
}
.topkazari {		/*--.topkazariはindexの「新着情報」の文字の■の色--*/
	font-size: 12px;
	color: #000099;
}
.topnews {		/*--.topnewsはindexの「新着情報」の本文の色--*/
	font-size: 12px;
	color: #000000;
}
.plancategory {		/*--.plancategoryはindexの「プランカテゴリー」のリンクの色--*/
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
/*--moji.css互換用【ここまで】◆◆クラス名、ID名は絶対変更不可◆◆--*/
