/* ページレイアウト */
*{
	margin:0;
	padding:0;
	border:none;
	line-height:150%;
}

body {
	width : 100%;
	text-align: left;
}

#wrap {
	margin : 0 auto;
	padding: 0px;
	width : 750px;
}

#head {
	text-align: left;
	width : 250px;
}
#head h1 {
	font-size:18px;
	font-weight:bold;
}

.title-box {
	padding: 20px 10px;
	width: 730px;
	height: 80px;
	background: url(../img/head.gif) no-repeat;
}
.title {
	text-align: left;
	width: 710px;
}
#main {
float: right;
	font-size: 12px;
	width : 500px;
}
.pass {
	text-align: right;
	font-size: 10px;
	padding: 2px 10px 2px;
	width: 730px;
	height:16px;
}

#menu {
	float : left;
	text-align: left;
	padding-top: 20px;
	width : 240px;
}

#contents {
	float : right;
	text-align: left;
	padding: 20px 10px;
	width: 490px;
}


#foot {
	clear : both;
	text-align: center;
	font-size: 12px;
	padding: 5px 0px;
	width : 750px;
	height: 20px;
}

#map{margin-top: 10px;}


/* メニュー */
.navi {
	list-style-type : none;
	font-size:16px;
	vertical-align: top;
	padding-bottom: 20px;
		
	margin: auto;
	width: 220px;
}

.navi li{
	text-align: left;
	display : block;
}
.navi li a {
	display : block;
	text-decoration: none;
	text-align: center;
	/*text-indent:-9999px;*/
	width : 220px;
	height:30px;
}

/* ヘッダイメージ */
.head-img{
	background:url(../img/head_bg.jpg) no-repeat;
	margin: auto;
	margin-bottom: 20px;
	width:220px;
	height:300px;
	overflow: hidden;
}

/* トップページ */
.top-img{
	margin: 10px;
	width:430px;
	height:250px;
	overflow: hidden;
}


/* 各枝ページ */

.contents-text {
	font-size:12px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 470px;
	text-align: left;
}


#contents table {border:solid 1px #333333;}
#contents th {padding:5px;}
#contents td {padding:5px;}


/* サイトマップ */
.favorite {
	padding:5px 0;
	list-style-type : none;
}
.favorite li{
	background:url(../img/arw_sm.gif) left center no-repeat;
	padding: 0 15px;
	display : block;
	text-align: left;
	font-size:12px;
	font-weight: bold;
}


/* 見出し */
.finding, .finding2{
	display:block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 1px 0 0 34px;
	width: 450px;
	height: 25px;
}


/* 全ページ共通 */

.clear {clear: both;}

.btn {vertical-align:middle;}

.input_border {
	vertical-align:middle;
}


/* PR_link */
#pr {
	clear : both;
	margin: 0 0 10px 10px;
	width : 710px;
	padding: 10px;
	background-color: #EEEEEE;
}
.pr_ttl{
	font-size: 14px;
	font-weight: bold;
}
.pr_desc{
	display: block;
	font-size: 10px;
}


