@charset "UTF-8";
/* CSS Document */



/* 基本スタイル
---------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size:12px;
sans-serif;
	line-height:1.4;
	color:#333333;
}


p{
    /*\*/
	letter-spacing:0.2em;
	/**/
}


img {
    border:0;
}

#clearfloat {
    clear:both;
}



#wrapper {
    width:720px;
	margin-left:auto;
	margin-right:auto;
}


/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index:100;
	width: 100%; /* Windows Internet Explorer 6対策 */
	height: 150px;
	background: #FFFFFF url(../parts/title.gif) left top no-repeat;
}

.katudou_link {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 10px;
}


/* マップ
---------------------------------------------*/
#map {
	text-align: center;
	margin-bottom: 20px;
}



/* コンテンツ
---------------------------------------------*/
#main {
    width:720px;
	margin-left:auto;
	margin-right:auto;
}


#main h2{
	background:url(../parts/h2_bg.gif) left top no-repeat;
	margin:0;
	padding:8px 0 15px 15px;
	font-size:100%;
}

.hyo {
	width:680px;
	background-image: url(../parts/top_hyo_bg.gif);
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	margin-bottom: 20px;
}

.hyo_ue {
	width:680px;
	background-image: url(../parts/top_hyo_bg_ue.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}

.hyo_sita {
	width:680px;
	background-image: url(../parts/top_hyo_bg_sita.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}


ul {
	list-style-type: none;
	line-height : 180%;
　/*リストの行間調整*/
  padding : 2px 0;  
	width: 90%;
}

li.kamei {
	padding-left: 1px;
	list-style-type: none;
	list-style-image: url(../parts/icon_kamei.gif);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 5px;
	padding-right: 20px;
}

li.hikamei {
	padding-left: 1px;
	list-style-type: none;
	list-style-image: url(../parts/icon_hikamei.gif);
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 5px;
	padding-right: 20px;
}


.icon {
	text-align:right;
	margin-top: -21px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*ダウンロード*/
.pdf {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding: 10px;
	border: 1px dotted #333333;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6E6FF;
	margin-bottom: 15px;
}

.pdf2 {
	font-size: 12px;
	background-color: #E8E8E8;
	width: 400px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	border: 1px dotted #333333;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.file_size {
    font-size:10px;
	color:#666666;
}


/* フッター
---------------------------------------------*/



#footer{z
	width:720px;
	padding: 0px;

}

.mail {
	float: right;
	padding-bottom: 10px;
}

