body{
	background-image : url(index_bk.gif);
	background-repeat:repeat-x;
	background-color:#C28292;
	text-align:center;
	margin:0px;
	font-size:10px;
}
.all{
	width:741px;
	margin:0px auto;
	text-align:left;
}
.partition {
	clear: both;
	display: none;
}
h1{
	font-size:12px;
	margin:34px 15px 0px 10px;
	line-height:19px;
}
img{
	border:none;
}
/*==== ヘッダ部 ====*/
.summary {
	background-image : url(index_summary_bk.jpg);
	background-repeat:no-repeat;
	text-align:right;
	letter-spacing:2px;
	height:14px
;}
.summary a{
	color:#333;
	text-decoration:none;
	margin:4px 13px 0px;
	padding:0px;
}

/*==== フッタ部 ====*/
.footer{
	color:#FFF;
	width:741px;
	clear:both;
}
address{
	font-style:normal;
	background-image : url(footer_bk.gif);
	background-repeat:no-repeat;
	line-height:17px;
	padding:0px 15px 13px;
	letter-spacing:1px;
}
address a{
	color:#fff;
	text-decoration:none;
}address a:hover{
	text-decoration:underline;
}
/*==== メイン部 ====*/
.index{
	margin:0px;
	padding:0px;
}
/*== メイン左 ==*/
.flash{
	width:550px;
	float:left;
	margin:0px;
	padding:0px;
}

/*== メイン右 ==*/
.text{
	width:191px;
	float:right;
	margin:0px;
	padding:0px;
	background-image : url(text_bk.jpg);
	letter-spacing:1px;
	color:#666;
}
.text p{
	margin:5px 15px 0px 10px;
	line-height:15px;
	height:210px;
}
.text ul{
	margin:3px 5px;
}
.text li{
	color:#FFF;
	padding-left:10px;
	height:auto;
	line-height:12px;
	list-style-type:none;
	margin-bottom:5px;
}
.text li a{
	color:#fff;
}
.text a:hover{
	color:#DB4259;
}