/* CSS Document */



/*  main
-----------------------------------*/

h2{
	width:557px;
}

.content{
	width:524px;
	margin:0 auto 10px;
}

.content .table_border{
	border:#fbafce 1px solid;
	padding:5px 5px 5px 5px;	
	margin:5px 0 0 0;
	width:500px;
}

.content table{
	color:#523b07;
	font-size:12px;
	line-height:16px;
	text-align:left;
	margin:0 auto;
}

.content .table_border table th{
	height:20px;
	padding:8px 8px 8px 12px; 
	background:url(../images/bg_table.gif) repeat-y left top #fee4ef;	
	width: 150px;
	
}

.content .table_border table td{
	height:20px;
	padding:8px;
	background-color:#f6f1e5;
	width:309px;
	border-left:#FFFFFF 5px solid;
}

.b_bottom{
	border-bottom:#ffffff 5px solid;
}


.primary {
	width: 557px;
}


.primary .subttl {
	width: 537px;
	height: 52px;
	margin: 14px 0px 0px 6px;
	background: transparent url(../images/bg_sttl.jpg) no-repeat left top;
}

	.primary .subttl h3 {
		padding: 19px 0px 0px 41px;
		background: url(../images/icon_star.jpg) no-repeat 3px 19px;
		color:#523b07;
		font-weight:bold;
		font-size:15px;
	}
	
/*  sentence
-----------------------------------*/

.sentence {
	width: 534px;
	margin: 14px 0px 0px 8px;
	color: #523b07;
	background: transparent url(../images/bg_sentence_middle.jpg) repeat-y left top;
}

	.sentence .inner_bottom {
		width: 534px;
		background: url(../images/bg_sentence_bottom.jpg) no-repeat left bottom;
	}
	
	.sentence .inner_bottom h4 {
		width: 506px;
		padding: 21px 0px 0px 28px;
		font-weight: bold;
		background: url(../images/bg_sentence_top.jpg) no-repeat left top;
	}
	.sentence .inner_bottom p {
		width: 465px;
		padding: 10px 0px 18px 28px;
	}



