@charset "UTF-8";

/* =======================================

	Common Parts CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Title
		1-1.h1
		1-2.h2
		1-3.h3
		1-4.title01
	
	2.Topicpath
	
	3.Top Visual
	
	4.Section Name
	
	5.Back to Top
	
	6.Contact Box
		6-1.Contact Top
		6-2.Contact Contents
	
	7.List
		7-1.ul.inline
		7-2.Donguri List
		7-3.ol.inline
		7-4.ol
	
	8.Table
		8-1.Table01
	 	8-2.Table_green
		8-3.Table_blue
	9.List Box01
		9-1.Unit
			9-1-1.Left
			9-1-2.Right
	
	10.List Box02
		10-1.Unit
			10-1-1.Left
			10-1-2.Right
			10-1-3.Colon
		10-2.Text Decoration

	11.List Box03(tsuika)

========================================== */


/* 1.Title
========================================== */

	/* 1-1.h1
	---------------------------------------- */
	#contents h1 {
		padding: 6px 10px 6px 50px;
		border: solid #C69F59;
		border-width: 4px 0;
		background: #FFF url(../cmn_images/bg_h1.jpg) no-repeat 3px 50%;
		color: #630;
		font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		font-weight: bold;
		font-size: 136%;
		line-height: 122%;
	}
	
	#contents .line-h1-top {
		height: 2px;
		border-top: 1px solid #66450F;
		background-color: #FFF;
		overflow: hidden;
	}
	
	#contents .line-h1-btm {
		height: 2px;
		border-bottom: 1px solid #66450F;
		background-color: #FFF;
		overflow: hidden;
	}
	
	/* 1-2.h2
	---------------------------------------- */
	#contents h2 {
		margin: 10px 0;
		padding: 3px 0 3px 25px;
		background: #E0CBA3 url(../cmn_images/bg_h2.gif) no-repeat 5px 50%;
		color: #630;
		font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		font-weight: bold;
		font-size: 122%;
		line-height: 113%;
	}

	/* 1-3.h3
	---------------------------------------- */
	#contents h3 {
		padding: 5px 0 5px 30px;
		background: #F9F4EC url(../cmn_images/bg_h3.gif) no-repeat 5px 50%;
		color: #363;
		font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		font-weight: bold;
		font-size: 110%;
		line-height: 115%;
	}
	
	#contents .linet-h3 {
		margin: 10px 0 0 0;
		height: 2px;
		background: url(../cmn_images/line_h3.jpg) no-repeat;
		overflow: hidden;
	}
	

	#contents .lineb-h3 {
		margin: 0 0 5px 0;
		height: 2px;
		background: url(../cmn_images/line_h3.jpg) no-repeat;
		overflow: hidden;
	}

	/* 1-4.title01
	---------------------------------------- */
	#contents h1.title01 {
		position: relative;
		margin-bottom: 7px;
		padding: 0; /* Reset */
		border: none; /* Reset */
		background: none; /* Reset */
	}
	#contents h1.title01 a {
		float: right;
		display: block;
		position: absolute;
		top: 3px;
		right: 5px;
		width: auto;
		height: auto;
	}


/* 2.Topicpath
========================================== */
#contents p.topicPath {
	margin: 7px 0 15px;
	font-size: 92%;
	line-height: 133%;
	text-align: right;
}


/* 3.Top Visual
========================================== */
#contents .top-visual {
	margin: 10px 0 20px;
}


/* 4.Section Name
========================================== */
.section-name {
	border-bottom: 1px dotted #66450F;
	padding: 14px 0 16px;
	text-align: right;
}

.section-name p {
	display: inline;
	padding: 4px 15px;
	background-color: #CC9;
	font-size: 100%;
	line-height: 115%;
}


/* 5.Back to Top
========================================== */
p.back-to-top {
	margin: 8px 0;
	font-size: 100%;
	line-height: 115%;
	text-align: right;
}


/* 6.Contact Box
========================================== */
dl.contact-box {
	margin-top: 8px;
	background: url(../cmn_images/bg_contactbox_dl.gif) repeat-y;
}

	/* 6-1.Contact Top
	---------------------------------------- */
	dl.contact-box dt.contact-top {
		height: 40px;
		background: url(../cmn_images/bg_contactbox_top.jpg) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	/* 6-2.Contact Contents
	---------------------------------------- */
	dl.contact-box dd.contact-contents {
		padding-bottom: 10px;
		background: url(../cmn_images/bg_contactbox_btm.gif) no-repeat 0 100%;
	}
	
	/* Inner List */
	dl.contact-box dd.contact-contents dl {
		margin: 8px 6px 10px 8px;
		font-size: 92%;
		line-height: 133%;
	}

	/* to Form Button */
	dl.contact-box dd.contact-contents span.to-form-button a {
		display: block;
		margin: 0 0 -1px 11px;
		height: 41px;
		background: url(../cmn_images/btn_contactbox.jpg) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}


/* 7.List
========================================== */

	/* 7-1.ul.inline
	---------------------------------------- */
	ul.inline {
		margin: 10px 0;
	}
	
	ul.inline li {
		display: inline;
		font-size: 100%;
		line-height: 131%;
	}

	/* 7-2.Donguri List
	---------------------------------------- */
	#contents ul.donguri-list {
		margin: 15px;
	}
	
	#contents ul.donguri-list li {
		padding: 2px 0 2px 28px;
		background: url(../cmn_images/bg_list_icon.gif) no-repeat 2px 0.31em;
		font-size: 100%;
		line-height: 131%;
	}
	#contents .section ul{
			margin: 15px;
		}
	
	#contents .section ul li {
		padding: 2px 0 2px 28px;
		background: url(../images/base/bg_list_icon.gif) no-repeat 2px 0.31em;
		font-size: 100%;
		line-height: 131%;
	}

	/* 7-3.ol.inline(tsuika)
	---------------------------------------- */
	ol.inline {
		margin: 10px 0;
	}
	
	ol.inline li {
		display: inline;
		font-size: 100%;
		line-height: 131%;
	}

	/* 7-4.ol List(tsuika)
	---------------------------------------- */
	#contents ol {
		margin: 15px;
	}
	
	#contents ol li {
		padding: 2px 0 2px 10px;
		font-size: 100%;
		line-height: 131%;
	}
	/* 7-5.index List
	---------------------------------------- */
	#contents ul.indexlist {
		font-size: 125%;
		margin: 20px;
	}
	#contents ul.indexlist li {
		margin: 0 0 10px;
		padding: 0 10px 10px 25px;
		background-position: 2px 2px;
		border-bottom: 1px dashed #AAA;
	}

/* 8.Table
========================================== */
	#contents table {
		margin: 0 auto 20px;
		border-collapse: collapse;
		border-spacing: 0;
		background-color: #fff;
		color: #000;
		font-size: 92%;
		line-height: 117%;
	}
	
	#contents table caption {
		margin: 0 auto;
		padding: 20px 0 12px;
		font-weight: bold;
	}
	
	#contents table th,
	#contents table td {
		padding: 7px;
		border: 1px solid #996633;
	}
		
	#contents table th {
		background-color: #E0CBA3;
		font-weight: bold;
		text-align: center;
	}
	/* 8-1.Table01
	---------------------------------------- */
	#contents  table.table01 {
		margin: 0 auto 20px;
		border-collapse: collapse;
		border-spacing: 0;
		background-color: #fff;
		color: #000;
		font-size: 92%;
		line-height: 117%;
	}
	
	#contents table.table01 caption {
		margin: 0 auto;
		padding: 20px 0 12px;
		font-weight: bold;
	}
	
	#contents table.table01 th,
	#contents table.table01 td {
		padding: 7px;
		border: 1px solid #996633;
	}
		
	#contents table.table01 th {
		background-color: #E0CBA3;
		font-weight: bold;
		text-align: center;
	}
	/* 8-2.Table_green
	---------------------------------------- */
	#contents table.table_green {
		margin: 0 auto 20px;
		border-collapse: collapse;
		border-spacing: 0;
		background-color: #fff;
		color: #000;
		font-size: 92%;
		line-height: 117%;
	}
	
	#contents table.table_green caption {
		margin: 0 auto;
		padding: 20px 0 12px;
		font-weight: bold;
	}
	
	#contents table.table_green th,
	#contents table.table_green td {
		padding: 7px;
		border: 1px solid #3F5E00;
	}
		
	#contents table.table_green th {
		background-color: #E0E8AC;
		font-weight: bold;
		text-align: center;
	}
	/* 8-3.Table_bule
	---------------------------------------- */
	#contents table.table_bule {
		margin: 0 auto 20px;
		border-collapse: collapse;
		border-spacing: 0;
		background-color: #fff;
		color: #000;
		font-size: 92%;
		line-height: 117%;
	}
	
	#contents table.table_bule caption {
		margin: 0 auto;
		padding: 20px 0 12px;
		font-weight: bold;
	}
	
	#contents table.table_bule th,
	#contents table.table_bule td {
		padding: 7px;
		border: 1px solid #033C91;
	}
		
	#contents table.table_bule th {
		background-color: #D0E1F5;
		font-weight: bold;
		text-align: center;
	}


/* 9.List Box01
========================================== */
.list-box01 {
	margin: 0 0 20px 2px;
	width: 654px;
}

	/* 9-1.Unit
	---------------------------------------- */
	.list-box01 .unit {
		padding-bottom: 3px;
		border-bottom: 1px solid #CC9966;
	}
	
		/* 9-1-1.Left
		---------------------------------------- */
		.list-box01 .unit p.left {
			float: left;
			display: inline; /* for IE */
			margin: 5px 3px 0 2px;
			width: 53px;
		}
		
		/* 9-1-2.Right
		---------------------------------------- */
		.list-box01 .unit p.right {
			float: right;
			display: inline; /* for IE */
			margin: 6px 6px 1px;
			width: 584px;
			font-size: 92%;
			line-height: 133%;
		}
		
		.list-box01 .unit p.right a {
			color: #00f;
		}
		
		.list-box01 .unit p.right .date-stamp {
			margin-left: 10px;
		}
		.list-box01 .unit p.right img{
			vertical-align: text-bottom;
			padding-left: 5px;
		}

/* 10.List Box02
========================================== */
.list-box02 {
	margin-left: 2px;
	width: 396px;
	font-size: 92%;
	line-height: 150%;
}

	/* 10-1.Unit
	---------------------------------------- */
	.list-box02 .unit{
		padding-bottom: 1px;
		border-bottom: 1px solid #CC9966;
	}
	
		/* 10-1-1.Left
		---------------------------------------- */
		.list-box02 .unit p.left,
		.list-box02 .unit p.unit-title,
		.list-box02 .unit .colon {
			float: left;
			display: inline; /* for IE */
		}
		
		.list-box02 .unit p.left {
			margin: 4px 9px 0 3px;
			width: 51px;
		}
		
		.list-box02 .unit p.unit-title {
			width: 60px;
		}
		
		.list-box02 .unit .colon {
			width: 13px;
		}
		
		.list-box02 .unit p.unit-title,
		.list-box02 .unit .colon {
			margin-top: 7px;
			font-weight: bold;
		}
		
		/* 10-1-2.Right
		---------------------------------------- */
		.list-box02 .unit p.right {
			float: right;
			display: inline; /* for IE */
			margin: 7px 7px 3px 5px;
			width: 248px;
		}
	
	/* 10-2.Text Decoration
	---------------------------------------- */
	.txt-purple {color: #663399;}
	.txt-red    {color: #CC0000;}
	.txt-blue   {color: #3366FF;}
	.txt-green  {color: #006633;}
	.txt-orange {color: #CC6600;}


/* 11.List Box03(tsuika)
========================================== */
.list-box03 {
	margin: 0 0 28px 2px;
}

	/* 11-1.Unit
	---------------------------------------- */
	.list-box03 .unit {
		padding-bottom: 3px;
		border-bottom: 1px solid #CC9966;
	}
	
		/* 11-1-1.Left
		---------------------------------------- */
		.list-box03 .unit p.left {
			float: left;
			display: inline; /* for IE */
			margin: 5px 3px 0 2px;
			width: 53px;
		}
		
		/* 11-1-2.Right
		---------------------------------------- */
		.list-box03 .unit p.right {
			float: right;
			display: inline; /* for IE */
			margin: 6px 6px 1px;
			width: 650px;
			font-size: 92%;
			line-height: 133%;
		}
		.wide .list-box03 .unit p.right {
			width: 1028px;
		}
		
		.list-box03 .unit p.right a {
			color: #00f;
		}
		
		.list-box03 .unit p.right .date-stamp {
			margin-left: 10px;
		}
/* 13.hurusato.html(2015/10/8 tsuika)
========================================== */
#wrapper .from-aria th {
    text-align: left;
    vertical-align: middle;
}
.from-aria p.test {
    padding: 0 0px;
}