@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/

/* top
----------------------------------------------------------------------------- */
#contents h2{
	background-image: url(../about/img/main.jpg);
}


#rightnavi li a {
	background-image: url(../img/navi/icon_navi_orange.gif);
}



#contents h3 {
	background-repeat: no-repeat;
	height: 28px;
	text-indent: -9999px;
	clear:both;
	margin-top:20px;
}
#contents hr{
margin-bottom:20px;
}
#contents #greeting {
	background-image: url(../about/img/h3_greeting.gif);
}

#contents #purpose {
	background-image: url(../about/img/h3_purpose.gif);
}
#contents #detail {
	background-image: url(../about/img/h3_detail.gif);
}
#contents #data {
	background-image: url(../about/img/h3_data.gif);
}
#contents #kessan{
	background-image: url(../about/img/h3_kessan.gif);
}

#contents #member{
	background-image: url(../about/img/h3_member.gif);
}

#contents h4{
color:#F3860E;
font-size:135%;
margin-bottom:20px;
}

#contents h5{
clear:both;
margin-bottom:20px;
}

#contents #left {
	width: 435px;
	padding-right: 15px;
	float: right;
}

#contents #right {
	font-size: 92%;
	float: left;
	width: 150px;
	padding-top: 10px;
}

#contents p {
	padding-bottom: 15px;
	clear: both;
	padding-top: 10px;
}

#contents table{
margin-top:30px;
}

#contents th {
	background-color: #f3f4f2;
}
#contents th,
#contents td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#contents table {
	border: 1px solid #CCCCCC;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.pagetop {
	padding-bottom: 25px;
}

.map{
width:580px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}
#contents .pdf_list ul{
margin-bottom:30px;
}

#contents .pdf_list li{
	background-image: url(../img/icon_allow_orange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	border-bottom: 1px dotted #666;
	margin-bottom:10px;
	padding-bottom:10px;
	line-height:140%;
	margin-left:20px;
	margin-right:20px;
	float:left;
	width:250px;

	}

#contents .pdf_list li a{
color:#333333;
}
	
#contents .pdf_list li a:hover{
color:#cccccc;
}

#contents .pdf_list li img{
margin-left:3px;
}

.greeting{
	line-height: 160%;
}

.greeting .name{
	text-align:right;
	font-size: 88%;
}
.greeting .name strong{
	font-size: 136%;
	font-weight: normal;
}