a	{
	text-decoration: none;
	color: #c67a85
}

p	{
	color: #666666;
}

/* コンテナ */
div#container	{
	width: 800px;
	margin-left: auto;
	margin-right: auto
}

/* ヘッダー */
div#header	{
	background-color: #ffffff;
	background-image: url(../m00_image/m00_top_03.jpg);
	padding: 20px 20px 15px
}

div#header h1	{
	margin: 0
}

div#header p	{
	color: #ebb3b2;
	font-size: 0.875em;
	margin: 0
}

/* メニュー １行目*/
ul#menu	{
	font-size: 0.875em;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	height: 28px;
	background-color: #ae2b52
}

ul#menu li	{
	list-style-type: none;
	float: left
}

ul#menu li a	{
	display: block;
	width: 99px;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #ae2b52;
	border-right: solid 1px #ffffff;
}

ul#menu li a:hover	{
	background-color: #c67a85
}

/* コンテンツ */
div#content	{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
}

div#content h2	{
	background-color: #ffffff;
	background-image: url(../m00_image/h2_bar_01.png);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #ffffff;
	line-height: 45px;
	margin-bottom: 0;
	text-align: center;
}

div#content h3	{
	background-color: #ffffff;
	background-image: url(../m00_image/h3_mark_01.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	color: #666666;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px
}

div#content p	{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px
}

/* フッター */
div#footer	{
	color: #ffffff;
	background-color: #ae2b52;
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px
}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center
}

/* パンくずリスト */
p#bread	{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 15px;
}

