@charset "utf-8";
/* CSS Document */

#mainContent .title{
	width:570px;
	height:115px;
	padding:0px 0px 0px 13px;
	background:url(title_main.jpg) no-repeat;
	color:#fff;
}

#diary .text h1{
	background:url(../../common/title_sub01.gif) no-repeat left center;
	color:#013F92;
	font-weight:bold;
	padding:12px 0px 10px 15px;
	margin:20px 0px 10px 0px;
	font-size:14px;
}

#diary .text h2{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#0066FF;
	margin:15px 0px 5px 0px;
	background:none;
}


#diary .text .photo1 img{
	margin:5px;
}

#diary .text .photo2{
	float:right;
	width:210px;
	text-align:right;
}

#diary .text .photo4{
	text-align:center;
	margin:20px auto;
}

#diary .text h3{
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding:0px;
	margin:15px 0px 10px 0px;
	background:none;
	height:14px;
	line-height:120%;
}

#diary .text table{
	width:570px;
	font-size:12px;
	border-collapse:collapse;
	margin:10px 0px;
}

#diary .text table th{
	width:40%;
	text-align:center;
	padding:5px;
	border:1px solid #FFFFFF;
	background-color:#FFCC00;
}

#diary .text table td{
	width:40%;
	text-align:left;
	padding:5px;
	border:1px solid #FFFFFF;
	background-color:#FFF0B2;
}

#diary .text table td.tit{
	text-align:center;
}

#diary .text table td.price{
	width:20%;
	text-align:center;
	font-size:120%;
}

