@charset "shift_jis";

/* ========================================================
	contents.css => 下層ページ用CSS
======================================================== */

/* main image
============================================================================================================ */
div#mainImage {
	background: url(../../common/images/main_bg_all.jpg) repeat-x center;
}
div#mainImage p {
	background: url(../../common/images/main_bg.jpg) no-repeat center;
}
div#mainImage p img {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}



/* パンくず
============================================================================================================ */
p#topicPath {
	margin-bottom: 15px;
	font-size: smaller;
}



/* 見出し
============================================================================================================ */
div#mainArea h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../images/title_shadow.png) repeat-x bottom;
}


/* ローカルナビ
============================================================================================================ */
div#localNavi {
	float: right;
	width: 218px;
	background-image: url(../../common/images/local_navi/shadow.gif);
}
div#localNavi div.inner {
	background-image: url(../../common/images/local_navi/shadow_top.gif);
	background-repeat: no-repeat;
}
div#localNavi div.inner2 {
	padding: 4px;
	background-image: url(../../common/images/local_navi/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#localNavi ul {
	background-image: url(../../common/images/local_navi/navi_bg.gif);
	background-color: #cdb27d;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px;
}

div#localNavi ul li {
	padding: 0px;
	margin-bottom: 1px;
	list-style-type: none;
	border: 1px solid #FFFFFF;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



/* セクション
============================================================================================================ */
div.section {
	margin: 5px 10px 2em 15px;
}
div.section p {
	margin-bottom: 1.3em;
}




/* 共通
============================================================================================================ */
.notes {
	padding-left: 1em;
	text-indent: -1em;
}

.font_big {
	font-size:larger;
	font-weight:bold;
}

/* voice
============================================================================================================ */

div.section ul {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.section ul li {
	list-style-type: none;
}
