@charset "Shift_JIS";

/**************************************************
 共通ページレイアウトスタイル
***************************************************/


/* ぱんくず */
div#pankuzu {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-image: none;
}

div#pankuzu p {
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

div#pankuzu p a {
	color: #0c5089;
}

/* コンテンツ */
div#contents {
	width: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	background-image: none;
}

/* メインコンテンツ */
div#mainArea {
	float: right;
}

/* サイドナビ */
div#sideArea {
	float: left;
}

div#sideArea .localNavi {
	border: 3px solid #003c73;
	margin-bottom:10px;
}

div#sideArea .localNavi p {
	font-weight: bold;
	color: #FFF;
	font-size: 1.1em;
}

div#sideArea .localNavi p a {
	display: block;
	font-weight: bold;
	width: 184px;
	padding: 20px 20px 20px 20px;
	color: #FFF;
	background: #003c73 url(/content/001140693.gif) no-repeat 200px center;
}

div#sideArea .localNavi li {
	list-style: none;
	border-top: 1px dotted #003c73;
}

div#sideArea .localNavi li a {
	color:#003c73;
	display: block;
	width: 179px;
	padding: 15px 15px 15px 30px;
	background: url(/content/001140701.gif) no-repeat 15px 1em;
}
div#sideArea .localNavi li a:hover,
div#sideArea .localNavi li a:active {
	background-color:#f5f5f5;
}


/**************************************************
 共通見出しレイアウトスタイル
***************************************************/
div#mainArea h1 {
	font-size: 153%;
	border: 1px solid #d0d0d0;
	background: url([[[id=001140689]]) repeat-x bottom;
}

div#mainArea h1 span {
	border-bottom: 3px solid #003c73;
	display: block;
	padding: 20px 15px;
}

div#mainArea h2 {
	font-size: 123%;
	border: 1px solid #d0d0d0;
	padding: 9px 0;
	margin: 25px 0 0 0;
}

div#mainArea h2 span {
	border-left: 6px solid #003c73;
	display: block;
	padding: 0 0 0 7px;
}

div#mainArea h3 {
	font-size: 123%;
	border-bottom: 1px solid #d0d0d0;
	padding: 0 0 7px 0;
	margin: 25px 0 0 0;
}

div#mainArea h3 span {
	border-left: 6px solid #003c73;
	display: block;
	padding: 0 0 0 7px;
}

/**************************************************
 共通パーツレイアウトスタイル
***************************************************/

/* インデント */
.contentsIndent {
	padding: 0 0 0 15px;
}

/* テキスト */
.text {
	padding: 10px 0 0 0;
	line-height: 2;
}

/* 画像 */
.imageTop {
	padding: 15px 0 0 0;
	text-align: center;
}

.imageBottom {
	padding: 15px 0 0 0;
	text-align: center;
}

.imageRight {
	float: right;
	padding: 15px 0 0 15px;
	text-align: center;
}

.imageLeft {
	float: left;
	padding: 15px 15px 0 0;
	text-align: center;
}

.caption {
	padding: 5px 0 0 0;
}

/* リンクリスト */
div#mainArea .linkList {
	margin: 20px 0 20px 0;
	padding: 0 15px;
	list-style: none;
}

div#mainArea .linkList li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/content/001140707.gif) 3px 0.7em no-repeat;
}

/* リストタグ */
div#mainArea ul {
	margin: 0 0 0 0.2em;
	list-style: none;
	padding: 0;
}

div#mainArea ul li {
	padding: 0 0 0 4px;
	list-style-type: disc;
	margin: 0 0 0 15px;
}

* html div#mainArea ul li {
	padding: 0 0 0 0px;
}

*:first-child+html div#mainArea ul li {
	padding: 0 0 0 0px;
}

*:first-child+html div#mainArea ul.linkList li {
	padding: 0 0 0 15px;
}

/* アイコン */
.icon {
	margin: 0 0 0 10px;
	vertical-align: middle;
}

/* ページトップ */
.pageTop {
	text-align: right;
	margin: 20px 0 0 0;
}

.pageTop a {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/content/001140682.gif) left 0.6em no-repeat;
}

/* バックナンバー */
dl.backNumber {
	background: url(/content/001140681.gif) left bottom no-repeat;
	margin: 5px 0 0 0;
	padding: 5px 0;
}

dl.backNumber dt {
	float: left;
	width: 115px;
	text-align: center;
	font-weight: bold;
}


dl.backNumber dd {
	float: left;
	width: 513px;
	zoom: 1;
	color: #cacaca;
	margin: 0 0 0 10px;
	font-size: 85%;
	padding: 2px 0 0 0;
}

/* サイトマップ */
.sitemaplv3{
	margin:0px 0px 20px 0px ;
}
div#mainArea ul.sitemapList {
}

div#mainArea ul.sitemapList:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


div#mainArea .sitemapList li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/content/001140707.gif) 3px 0.7em no-repeat;
	float:left;
}


div#mainArea .sitemapList li.lv3list{
	margin:5px 15px 0px 0px;
}
