@charset 'UTF-8';

@import url(reset.css);
@import url(base.css);
@import url(common.css);
@import url(navi.css);




/* -----------------------------------------------------------------------------
>> header
----------------------------------------------------------------------------- */

.header_about{
 	width:100%;
	height:280px;
	background:url(/img/pc/parts/header_yashirosyo.jpg) no-repeat;
	background-position:center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#DBDAD5;
	position:relative;
	border-bottom: 8px solid #DBDAD5;
}

/* -----------------------------------------------------------------------------
>> main-content
----------------------------------------------------------------------------- */
h2{
	width:630px;
	height:36px;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	margin: 10px 0px 60px 0px;
	background:url(/img/pc/title/title_outline.gif) no-repeat;

}

h2.outline_01{background:url(/img/pc/title/title_outline_01.gif) no-repeat;}
h2.outline_02{background:url(/img/pc/title/title_outline_02.gif) no-repeat;}
h2.outline_03{background:url(/img/pc/title/title_outline_03.gif) no-repeat;}
h2.outline_04{background:url(/img/pc/title/title_outline_04.gif) no-repeat;}
h2.outline_05{background:url(/img/pc/title/title_outline_05.gif) no-repeat;}
h2.outline_06{background:url(/img/pc/title/title_outline_06.gif) no-repeat;}
h2.outline_07{background:url(/img/pc/title/title_outline_07.gif) no-repeat;}


h3,h4{
	color:#333;
}

h3{
	height:50px;
	font-size:24px;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
	margin: 0px 0px 30px 0px;
	background:url(/img/pc/title/h3_outline_bg.gif) no-repeat;
}

h4{
	height:40px;
	font-size:20px;
	line-height:36px;
	font-weight:bold;
	background:url(/img/pc/icon/icon_dice_outline.gif) no-repeat;
	background-position:10px 13px;
	padding: 5px 0px 0px 45px;
	margin: 10px 0px 15px 0px;
	border-top: 1px dashed #DBDAD5;
	border-bottom: 1px dashed #DBDAD5;
}



.button {
	font-size:18px;
	font-weight:bold;
}



.button a {
	width:270px;
	background-color: #F5F4ED;
	border-top: 1px solid #DBDAD5;
	border-left: 1px solid #DBDAD5;
	border-right: 1px solid #DBDAD5;
	border-bottom: 5px solid #DBDAD5;
	color: #444;
	float:left;
	text-align:center;
	padding: 20px 10px 20px 10px;
	margin: 0px 20px 20px 0px;
	text-decoration:none;
	position:relative;
}


.button a:hover {
	background-color: #F5F4ED;
	border-top: 1px solid #DBDAD5;
	border-left: 1px solid #DBDAD5;
	border-right: 1px solid #DBDAD5;
	border-bottom: 5px solid #DBDAD5;
	color: #444;
	top: -5px;
}


table.shibu {
	width:630px;
	border-spacing: 0;
	font-size:14px;
}
table.shibu th {
  color: #fff;
  padding: 8px 15px;
  background: #666;
  font-weight: bold;
  border-top:1px solid #DBDAD5;
  border-bottom:1px solid #DBDAD5;
  line-height: 120%;

}
table.shibu th:first-child { border-left:1px solid #DBDAD5;}
table.shibu th:last-child { border-right:1px solid #DBDAD5;}
table.shibu tr td { padding: 10px 15px;}
table.shibu tr td.cnt { text-align:center;}
table.shibu tr td:first-child { border-left: 1px solid #DBDAD5;}
table.shibu tr td:last-child { border-right: 1px solid #DBDAD5;}
table.shibu tr { background: #fff;}
table.shibu tr:nth-child(2n+1) { background: #F5F4ED;}
table.shibu tr:last-child td { border-bottom:1px solid #DBDAD5;}
table.shibu tr:last-child td:first-child {}
table.shibu tr:last-child td:last-child {}
table.shibu tr:hover { background: #EDEBDE;}
table.shibu tr td a{ color:#333; text-decoration:underline; font-weight:bold;}
table.shibu tr td a:hover{ color:#999;}


table.mokuji {
	width:630px;
	border-spacing: 0;
	font-size:12px;
}
table.mokuji th {
  color: #000;
  padding: 0px 0px;
  border-top:1px solid #DBDAD5;
  border-bottom:1px solid #DBDAD5;
  line-height: 120%;
  background-color:#fff;
}
table.mokuji tr td { padding: 0px 0px;  border-top:1px solid #DBDAD5;
  border-bottom:1px solid #DBDAD5;}
table.mokuji tr { background: #fff; border-top,: 1px solid #CECECE;}





.chairman{
	width:193px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 20px;
	float:right;
	font-size:12px;
	line-height:18px;
	text-align:center;
}

.chairman img{padding: 0px 0px 7px 0px;}



#outline_box{
	width:615px;
	background-color:#F5F4ED;
	padding: 20px 0px 10px 10px;
	margin: 10px 0px 50px 0px;
	border: 2px solid #DBDAD5;
	border-radius: 6px ; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

#outline_box ul{}
#outline_box li{
	font-weight:bold;
	list-style-type:none;
	line-height:20px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 10px 10px;
}
#outline_box li a{ color:#333;  text-decoration:none;}
#outline_box li a:hover{ color:#E8CBB0;}


#outline_box_press{
	width:570px;
	font-size:12px;
	line-height:140%;
	background-color:#fff;
	padding: 0px 30px 20px 30px;
	margin: 10px 0px 50px 0px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
#outline_box_press div{
	font-size:16px;
	font-weight:bold;
	padding: 15px 0px 15px 15px;

}


#outline_box_press dl { color:#333;}
#outline_box_press dt{
	width:70px;
	float: left;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

#outline_box_press dd{
	width:550px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	font-weight:normal;
	border:none;
}

#outline_box_press .mark{
	font-weight:bold;
	border-bottom: 1px solid #CECECE;
}
#outline_box_press .mark2{
	font-weight:bold;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
}





.press{
	width:160px;
	float:left;
}
.press img{border: 1px solid #CECECE;}
.press_text{
	font-size:16px;
	font-weight:bold;
	float:left;
	padding: 0px 0px 0px 0px;
}
.press_text a{ color:#000;}
.press_text a:hover{ color:#ccc;}
.press_text span{
	font-weight:normal;
	font-size:12px;
}


#pdf_indx dl{
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #CECECE;
}
#pdf_indx dt{
	float:left;
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}
#pdf_indx dd{
	text-align:right;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #CECECE;
}

#pdf_indx dt a{	color:#000;}
#pdf_indx dt a:hover{ color:#ccc;}

.note{ border: 1px solid #ccc; font-size:12px; padding: 5px 20px 10px 20px; margin: 0px 0px 20px 0px;}
.note h4{
	height:30px;
	font-size:16px;
	line-height:36px;
	font-weight:bold;
	background:none;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border: none;
}

/* -----------------------------------------------------------------------------
>> aside
----------------------------------------------------------------------------- */


#pageIndx{
	font-size:12px;
	border: 1px solid #DBDAD5;
	background-color:#F5F4ED;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;

}
#pageIndx p{	background-color:#DBDAD5;}
#pageIndx p img{ padding: 10px 0px 5px 20px;}

#pageIndx ul{ padding: 15px 0px 15px 20px;}
#pageIndx li{
	background:url(/img/pc/icon/icon_diamond.gif) no-repeat;
	background-position:3px 3px;
	padding: 5px 20px 5px 25px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	line-height:140%;
	text-shadow:0 -1px 0 rgba(255,255,255,0.9);

}

#pageIndx li a{
	display:block;
	color:#000;
	text-decoration:none;

}
#pageIndx li a:hover{
	color:#999;
}
