@charset "utf-8";
/* kanbai.css */

/*
	2010年07月04日作成
*/

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/


/*　共通設定
////////////////////////////////////////////////////*/

#main h3 {
	border-top:3px solid #009380;
	background-color: #221815;
}

.kohitsuTitle {
	background: url(../img/20100707/bg_title.gif) no-repeat left 2px;
	padding: 2px 0 2px 18px;
}

h3.centerTitle {
	text-align: center;
}

.innerTitle {
	padding: 2px 18px 2px 0;
	background: url(../img/20100707/bg_title.gif) no-repeat right 2px;
}

#main .kohitsuCircle {
	display: inline-block;
	padding-left: 17px;
	background: url(../img/20100707/bg_subtitle.gif) no-repeat left 3px;
}

.tableSet2 td p.centerText {
	text-align: center;
}

/*　設定
////////////////////////////////////////////////////*/

.parentBox {
	padding: 0 15px;
}

#kiteiBox dl {
	margin: 16px 0 0;
}

#kiteiBox dt {
	width: 100px;
	float: left;
	margin-bottom: 0.7em;
}

#kiteiBox dt span {
	display: block;
	padding-left: 17px;
	background: url(../img/20100707/bg_subtitle.gif) no-repeat left 3px;
}

#kiteiBox dd {
	padding-left: 105px;
	margin-bottom: 0.7em;
}

.tableSet1 {
	background: #CCC;
	margin-bottom: 20px;
}

.tableSet1 th {
	background: #009380;
	width: 80px;
}

.tableSet1 th span {
	display: block;
	padding: 5px 0;
	color: #FFF;
	font-weight: normal;
}

.tableSet1 td {
	background: #FFF;
}

.tableSet1 td p {
	padding: 5px 10px;
}

.tableSet2 {
	background: #CCC;
	margin: 0 0 20px;
	width: 710px;
}

.tableSet2 th.bg01 {
	background: #4CB3A6;
	color: #FFF;
	padding: 5px 10px;
}

.tableSet2 th.bg02 {
	background: #009380;
	color: #FFF;
	padding: 5px 10px;
}

.tableSet2 th.bg03 {
	background: #CCE9E6;
	color: #098E7C;
}

.tableSet2 th.bg04 {
	background: #E6F4F3;
	color: #098E7C;
}

.tableSet2 th.bg03 span ,.tableSet2 th.bg04 span {
	display: block;
	width: 1em;
	margin: 5px 8px 5px 7px;
	padding-left: 3px;
	text-align: center;
}

.tableSet2 td {
	background: #FFF;
	text-align: center;
}

.tableSet2 td p {
	text-align: left;
	padding: 5px 10px;
}

.tableSet2 td p.w80em {
	padding: 5px 10px 5px 6.7em;
}

#kado {
	width: 70px;
	background: #009380;
}

#tableParent {
	padding: 20px 50px 0 0;
	background: url(../img/20100707/bg_table.jpg) no-repeat right 20px;
}

.tableSet3 {
	background: #CCC;
	width: 614px;
}

.tableSet3 th {
	
}

.tableSet3 td {
	background: #FFF;
}



.tableSet3 th.bg02 {
	background: #009380;
	width: 72px;
}

.tableSet3 th.bg02 span {
	display: block;
	color: #FFF;
	padding: 5px 10px;
}

.tableSet3 td p {
	padding: 5px 10px;
}

.tableSet3 td.w58px {
	width: 58px;
	padding: 5px 0;
	text-align: center;
}


/* 修正分 */

#inTable {
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	margin-left: 22px;
	text-align: left;
	overflow: hidden;
}

#inTable li {
	padding-bottom: 1px;
}

#inTable li.borderlast {
	border-top: 1px #CCC solid;
}

#inTable li p {
	padding: 6px 10px 5px;
}


/* 追記0715 */

.mailBox {
	padding-left: 17px;
	background: url(../img/20100707/bg_subtitle.gif) no-repeat left 3px;
	margin-bottom: 20px;
}


