﻿@charset "utf-8";


.attention {
	color: #FF6600;
	font-size: 90%;
}

/* 見出し初期化 */
#contentMain h3 {
	width: auto;
	height: auto;
	color: #404040;
	text-indent: 0;
	line-height: 1.1;
	background: none;
}

#contentMain .box {
	width: 510px;
	margin: 10px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
	#contentMain .box h3 {
		margin: 0 0 0.5em;
		padding: 6px 10px;
		line-height: 1.5;
		color: #4A2C03;
		border-top: 3px solid #79552B;
		border-bottom: 1px solid #79552B;
		background: #FFFFCC;
	}
		#contentMain .box h3 span {
			font-size: 80%;
			font-weight: normal;
		}
	#contentMain .box .article {
		float: left;
		width: 290px;
	}
	 {
		margin-left: 5px;
		font-size: 110%;
	}
		#contentMain .box li {
			margin: 0 0 0.2em 15px;
			list-style-type: disc;
		}
		#contentMain .box ul li ul {
			margin: 0.5em 0 0;
		}
			#contentMain .box ul li ul li {
				font-size: 100%;
			}


	#contentMain .box p.bt_reserve {
		margin: 1em 0 0;
	}