/*　######### 基礎指定 ######### */
body div {
	text-align: left;
	margin: 0 auto;
}
body {
	background-color: #FBF8EC;
	text-align: center;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #F22B66;
	text-decoration: none;
}

/*　######### レイアウト基礎 ######### */
/*ヘッターの指定*/
#Hettar{
	width: 720px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: none;
	border-left: 1px solid #333333;
}

/*ナビ部分*/
#navi{
	width: 720px;
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: none;
	border-left: 1px solid #333333;
	text-align: center;
}

/*メインコンテンツ外枠*/
#mein-box{
	width: 720px;
	background-image: url(img/bg-01.gif);
	border: 1px solid #333333;
}

/*メインコンテンツ左ナビ*/
#content-left{
	width: 170px;
	float: left;
	margin-right: 10px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 1.3em;
	color: #514337;
}
/*メインコンテンツ右*/
#content-right{
	width: 520px;
	float: left;
	font-size: 12px;
	color: #514337;
	line-height: 1.3em;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*フッターのナビ指定*/
#footer-navi{
	letter-spacing:1px;
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
	text-align: center;
	width: 720px;
	background-color:#A8D5CB;
	clear: both;
}

/*フッター指定*/
#footer{
	letter-spacing:1px;
	line-height: 1.3em;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	width: 720px;
	padding: 10px 0px 4px;
	
}

/*　######### テキストのスタイル指定 ######### */
.text-01 {
	font-size: 12px;
	color: #514337;
	line-height: 1.3em;
}
.text-01-l{
	font-size: 14px;
	color: #514337;
	line-height: 1.3em;
}
.text-01-s {
	font-size: 10px;
	color: #514337;
	line-height: 1.3em;
}
.text-02 {
	font-size: 14px;
	color: #CC3300;
	line-height: 1.3em;
}
.text-02-s {
	font-size: 12px;
	color: #CC3300;
	line-height: 1.3em;
}

.text-03 {
	font-size: 14px;
	color: #0033CC;
	line-height: 1.3em;
}

.text-05 {
	font-size: 12px;
	color: #0033CC;
	line-height: 1.3em;
}
.text-06 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.3em;
}
.text-06-s {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.3em;
}
/*　######### テーブルの指定 ######### */

.box-no{
border-collapse:collapse
}

.box-01{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #65ADCF;
	border-bottom-color: #65ADCF;
}

.box-03{
	border: 1px solid #666666;

}
.box-04{
	border-top: 1px solid #999999;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #999999;

}
.box-05-bg{
	background-image:url(img/bg-02.gif);
	border-top: 1px solid #9B9682;
	border-right: 2px solid #9B9682;
	border-bottom: 2px solid #9B9682;
	border-left: 1px solid #9B9682;

}
.box-05-bg2{
	background-image:url(img/bg-03.gif);
	border-top: 1px solid #9B9682;
	border-right: 2px solid #9B9682;
	border-bottom: 2px solid #9B9682;
	border-left: 1px solid #9B9682;
}
/*　######### ライン ######### */

.line-01{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
