@charset "UTF-8";

/*
=====================================
=
=	コンテンツ用パーツリスト
=
=	(c)seraku.co.jp
=
=	作成日：2008/02/13
=
=====================================
*/

/*
=====================================
=	パンくずリスト
=====================================
*/
#topicPath {
	padding-left: 18px;
	font-size: 75%;
}

/*
=====================================
=	大見出し
=====================================
*/
.contents h1 {
	margin-bottom: 30px;
}

/*
=====================================
=	中見出し
=====================================
*/
h2 {
	margin: 25px 0 15px 0;
	padding: 5px 0 4px 20px;
	background: url(../img/bg_h2_footer.gif) no-repeat left bottom;
	width: 560px;
	font-size: 14px;
}

	.h2Box {
		background: url(../img/bg_h2_header.gif) no-repeat left top;
		margin-bottom: 20px;
	}
	
/*
=====================================
=	小見出し
=====================================
*/
h3 {
	margin: 25px 0 15px 0;
	padding: 10px 7px;
	border-top: 1px solid #bccbdb;
	background: #f2f6fb url(../img/bg_heading.gif) repeat-x left bottom;
}

/*
=====================================
=	小小見出し
=====================================
*/
h4.imgline {
	margin: 15px 0;
	padding: 0 7px 10px 7px;
	background: url(../img/bg_heading.gif) repeat-x left bottom;
}

h4.dotted {
	margin: 15px 0;
	padding: 0 7px 10px 7px;
	border-bottom: 1px dotted #7a8ea5;
}

/*
=====================================
=	段落
=====================================
*/
.contents p {
	margin-bottom: 15px;
	margin-left: 10px;
}

/*
=====================================
=	リスト
=====================================
*/
.contents ul {
	margin: 20px 0 20px 30px;
}

.contents ol {
	margin: 20px 0 20px 40px;
}

/*
=====================================
=	テーブル
=====================================
*/
.contents table {
	margin: 0 10px 0 10px;
}

	.contents table th,
	.contents table td {
		padding: 10px;
		vertical-align: top;
	}
	
		.contents table th {
			text-align: left;
		}
		
		.contents table ol {
			margin: 0 0 0 30px;
		}
		
			.contents table ol li {
				margin: 15px 0 0 0;
			}
			
			.contents table ol p {
				margin: 5px 0 0 0!important;
			}
			
		.contents table p {
			margin: 0;
		}
		
			.contents table p.notes {
				margin: 15px 0 0 0;
			}
			
/*
=====================================
=	ページ内リンク
=====================================
*/
p.localAnchor {
	margin-bottom: 30px;
}

/*
=====================================
=	カテゴリートップ
=====================================
*/
.billboard h1 {
	margin-bottom: 0;
}

.billboard p {
	margin: 0;
}

.contentsLabel {
	margin: 20px 0 0 0;
	/* clearfix */
}

	.contentsLabel dl {
		width: 270px;
	}
	
		.leftBox {
			float: left;
		}
		
		.rightBox {
			float: right;
		}
		
	.contentsLabel dl dt {
		padding: 15px 10px 11px 10px;
		background: #f2f6fb url(../img/bg_heading.gif) repeat-x left top;
		font-weight: bold;
	}
	
		.contentsLabel dl dt a {
			padding: 0 0 0 10px;
			display: inline-block;
			background: #f2f6fb url(../img/ico_arrow_orange.gif) no-repeat left center;
		}
		
	.contentsLabel dl dd {
		padding: 10px;
		border-top: 2px solid #bccbdb;
	}
	
	
.contentsLabel02 dl {
		width: 560px;
	}
	
	.contentsLabel02 dl dt {
		padding: 10px 10px 11px 10px;
		background: #fff repeat-x left top;
		font-weight: bold;
		border-bottom: 0px solid #ccc;

	}
	

	.contentsLabel02 dl dt.parttime {
		margin-top: 20px;
		paddin-top: 0 10px 11px 10px;
		background: #f8f8f8 url(../img/bg_headinghd.gif) repeat-x left top;
		font-weight: bold;
		border: 1px solid #ccc;
	}
	
	
		.contentsLabel02 dl dt a {
			padding: 0 0 0 10px;
			display: inline-block;
			background: url(../img/ico_arrow_orange.gif) no-repeat left center;
		}
		
	.contentsLabel02 dl dd {
		padding: 5px;
	}
	
/*
=====================================
=	更新リスト
=====================================
*/
.renewalList {
	padding: 0 0 0 10px;
	line-height: 1.6;
}

	.renewalList dt {
		margin: 0 0 12px 0;
		float: left;
		width: 7.5em;
		font-weight: bold;
	}
	
	.renewalList dd {
		margin: 0 0 12px 8em;
		padding-left: 10px;
		_padding: 0.3em 0 0.3em 10px;
		border-left: 3px solid #ccc;
	}
	
		.renewalList dd a {
			border-bottom: 1px solid #064287;
			text-decoration: none;
		}
		
			.renewalList dd a:hover {
				border-bottom: 1px solid #ee7d0b;
			}
			
/*
=====================================
=	お問合せ先
=	KP 桑野が20090511に修正
=====================================
*/
.contact {
	margin: 20px 0 0 10px;
	padding: 10px;
	border: 1px solid #bccbdb;
	line-height: 1.6;
}

	.contact dt, .contact2 dt {
		float: left;
		width: 12em;
		font-weight: bold;
	}
	
	.contact dd, contact2 dd {
		margin: 0 0 0 12em;
	}

/* KP 桑野が20090511追加 */
.contact2 {
	margin: 40px 0 0 10px;
	padding: 10px;
	background-color : #f8f8f8;
	border-width : 4px 0px 4px 0px;
	border-style : dotted;
	border-color : #bccbdb;
	line-height: 1.6;
}

/*
=====================================
=	参考サイト
=====================================
*/
#referenceSite {
	margin: 0 0 0 24px;
}

	#referenceSite li {
		margin: 0 0 5px 0;
	}
	
/*
=====================================
=	サムネイル
=====================================
*/
.thumb {
	margin: 25px 0!important;
	text-align: center;
}

/*
=====================================
=	横並び画像含む説明文
=====================================
*/
.explainWithThumb {
	margin: 0 0 0 0;
	/* clearfix */
}

	.explainTxt {
		float: left;
		width: 270px;
	}
	
		.explainTxt h3 {
			margin-top: 0;
		}
		
		.explainTxt p {
			margin-bottom: 0;
		}
		
			.explainTxt p.topSection {
				margin-bottom: 25px;
			}
			
	.explainImg {
		margin: 0!important;
		float: right;
		width: 248px;
		height: 174px;
	}
	
/*
=====================================
=	署名
=====================================
*/
.signature {
	margin: 20px 0 0 0;
	text-align: right;
}

	.signature dl {
		margin: 0 0 10px auto;
		line-height: 1.6;
		text-align: left;
		width: 11em;
	}
	
		.signature dt {
			float: left;
			width: 3em;
		}
		
		.signature dd {
			margin: 0 0 0 3em;
			text-align: right;
		}
		
/*
=====================================
=	注意
=====================================
*/
.caution {
	padding: 10px 10px 10px 2.5em;
	border: 1px solid #999;
	text-indent: -2em;
}

/*
=====================================
=	トップページへ
=====================================
*/
.pagetop {
	margin-top: 20px;
	padding-right: 20px;
	text-align: right;
}

	.pagetop img {
		margin: 0 0 0 auto;
		display: block;
	}

