/*基本-------------------------------------*/
body{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFdfdf;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

a:link{
	color:#0033FF;
}

a:visited{
	color:#996699;
	text-decoration: none;
}

a:active{
color:#FF0000;
}

a:hover{
	color:#FF6600;
	text-align: center;
}

ul,li,ol{
	font-size: 95%;
	line-height: 160%;
	color: #666666;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*見出し------------------------------------*/
h1{
	font-size: 90%;
　　line-height: 150%;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
h2{
	color:#FF3399;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h3{
	font-size: 90%;
	line-height: 150%;
	color: #FFFFFF;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h4{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

p{
	font-size: 12px;
	line-height: 130%;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
strong {
    font-weight:lighter;
	color:#FF6600;
}

/*体裁------------------------------------*/
#Territory {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 590px;
	background-color: #FFFFFF;
}
#Header {
	height: 40px;
	background-image: url(../img/img_head.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 50px;
	background-repeat: no-repeat;
	width: 800px;
	clear: none;
}
#Navi {
	padding-top: 10px;
	padding-bottom: 10px;
}
#Area_light {
	float: right;
	width: 468px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#Area_left {
	width: 258px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
#Foot {
	text-align: right;
	background-color: #eeeeee;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 40px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#Clear {
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 5px;
}
/*ボックス------------------------------------*/
.tt_01 {
	background-color: #F6F6F6;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.box_01 {
	margin: 0px 0px 10px 0px;
}
.box_02 {
	background-image: url(../img/s-wakuwaku.gif);
	background-repeat: repeat-y;
}
.box_03 {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.box_04 {
	margin-bottom: 10px;
	width: 368px;
	background-color:#FEFBD2;
	padding: 10px 10px 0px 10px;
	border: 1px solid #FBAF5D;
}
.box_05 {
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_06 {
	margin-bottom: 10px;
	background-color:#FAE3ED;
	padding: 10px 10px 0px 10px;
	border: 1px solid #F3A2C4;
}
.box_07 {
	margin-bottom: 10px;
}
.box_left {
	float: left;
	width: 390px;
}
.box_right {
	float: right;
}

/*スタイルクラス------------------------------------*/

.styl_01 {
	margin-bottom: 10px;

}

.styl_02 {
	padding-right: 10px;
	padding-left: 15px;
}

.styl_03 {
	font-weight: normal;
}
.clear {
	height: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.style_04 {
	font-size: 80%;
	text-align: right;
}

/*スタイルフォント------------------------------------*/

.style2 {
	color: #FF9900;
	font-weight: bold;
}
.style4 {color: #FF6600}
.style5 {
	color: #FF0000;
	font-weight: bold;
}
