@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定，レイアウト，横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 テーブル設定
=================================================================== */

/*----------------------------------------------------
	基本設定，リンクカラーなど
----------------------------------------------------*/
body {
	color: #333333;
}

a:link {
	color: #4269A0;
}

a:visited {
	color: #4269A0;
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
	color: #666666;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
	color: #666666;
}

.fontm {
	font-size: 105%;
	line-height: 1.6;
}

.fontred {
	color: #FF0000;
}

.btn {
	text-align: center;
}

/* 現ページへのリンクの指定 */
.current {

}

/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents, #contentsNoSub {
	float: left;
	width: 900px;
}

#contents .pageTop, #contentsNoSub .pageTop {
	clear: both;
	text-align: right;
	padding: 10px;
}

#contents .koukai {
	clear: both;
	text-align: right;
	padding:0px 0px 0px 0px;
	font-size:80%;
	color: #999999;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#contents #main {
	float: left;
	padding: 55px 55px 20px 55px;
	width: 790px;
}

/* ブロック設定 */
#main div.block {
	padding:20px 20px 0 20px;
	clear:both;
}

/* 左右分割 */
#main div.block div.divide {
	float: left;
	width: 300px;
	background: #FFFFCC;
	margin-right: 10px;
}

/* 見出し設定 */
#main div.block h2 {
	background: #CCE5FF;
	font-size: large;
	font-weight: normal;
	padding: 3px 1em 2px 0.7em;
	margin-bottom: 1em;
}

#main div.block h2 span {
	font-size: small;
	font-weight: normal;
}

#main div.block h3 {
	color: #4269A0;
	border-bottom:1px solid #CCC;
	border-left:6px solid #4269A0;
	padding:0 0 2px 6px;
	margin-top:20px;
	margin-bottom:4px;
}

#main div.block h4 {
	color: #666666;
	border-bottom:1px solid #CCC;
	padding:0 0 2px 6px;
	margin-top:20px;
	margin-bottom:4px;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p,
#main ol.long li {
	margin-bottom: 1em;
}

/* リスト設定 */
#main ul.list-arrow,
#main ul.list-none {
	margin-left: 2em;
}

#main ul.list-arrow li {
	background: url(../img/icn_arrow.gif) no-repeat 0 0.4em;
	padding-left: 1em;
}

#main ul.list-none li{
	text-indent: -1.2em;
	padding-left: 1.2em;
}

#main ul.list-disc,
#main ol {
	margin-left: 1.2em;
}

#main ul.list-disc li {
	list-style: disc;
}

#main ol li {
	list-style: decimal;
}


/* -----------------------------------------------------------
	#sub
		サイドバー，サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 154px;
}

#sub h2 {
	text-align: left;
	padding: 0;
}

#sub p {
	margin-bottom:1em;
}

/* 顔写真の指定 */
.pht_box {
	width:139px;
	height:184px;
	apadding: 2px;
	border: 1px solid #999999;
	margin-bottom: 1em;
	background-position:center;
	background-repeat:no-repeat;
}

/* -----------------------------------------------------------
	#mainR
----------------------------------------------------------- */
#mainR {
	float: right;
	width: 590px;
}

/*----------------------------------------------------
	.table_a
----------------------------------------------------*/

.table_a {
}

.table_a caption {
	font-weight: bold;
}

.table_a td, .table_a th {
	border: 1px #CCCCCC solid;
	padding: 0.1em 0.4em;
}

.table_a th {
	background: #999999;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

/* 奇数行の設定 */
.table_a tr.odd {
	background: #FFFFCC;
}

/* 偶数行の設定 */
.table_a tr.even {
}

/*----------------------------------------------------
	.table_b
----------------------------------------------------*/

.table_b {
	width: 100%;
}

.table_b td, .table_b th {
	padding: 0.2em 0.8em;
	border-bottom: 1px #999999 dotted;
}

.table_b th {
	font-weight: bold;
	background-color:#336699;
	color:#FFFFFF;
	text-align:center;
}

.table_b tr {

}

.table_b tr.blue {
	background-color:#D3E6F6;
}

.table_b td span {
	font-size: x-small;
}

.table_b td.position {
	white-space:nowrap;
	font-size:x-small;
}

/*----------------------------------------------------
	.tabNav
----------------------------------------------------*/

#main ul.tabNav {
	margin-bottom: 0;
}

.tabNav{
	position:relative;
	z-index:10;
	*zoom:1;
}

.tabNav li{
	float:left;
	margin-right:0.4em;

}
.tabNav li a{
	display:block;
	border: 1px solid #ccc;
	padding:0.25em 2.5em;
	background-color:#eee;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	text-decoration:none;
	font-weight: bold;
}
.tabNav li a:hover{
	background-color:#f8f8f8;
}
.tabNav li a.active{
	background-color:#fff;
	border-bottom:1px solid #fff;
}
.tabContent{
	clear:left;
	position:relative;
	top:-1px;
	z-index:1;
	border-top:1px solid #ccc;
	padding-top: 1em;
}
/*----------------------------------------------------
	.entable 2011/12/15　中井追加
----------------------------------------------------*/
.entable {
	width: 580px;
}
.entable th {
	border-bottom: solid 1px #CCCCCC;
	padding: 4px;
}
.entable td {
	border-bottom: solid 1px #CCCCCC;
	padding: 2px;
}
p.kenkadai {
	width: 580px;
	float: right;
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
	font-size: 120%;
	font-weight: bold;
	border-left: solid 7px #336699;
	padding-left: 4px;
	margin-right: 4px;
	margin-top: 10px;

}
.enright {
	float: right;
	width: 596px;
}
.pub {
	color: #8166A7;
}