/* CSS */

body {
	background:#e0e4ff url(images/bg.gif) center top repeat-y;
	font-family:"Hiragino Kaku Gothic Pro", "MS P Gothic", "Osaka";
	font-size:12px;
	color:#666666;
	line-height:150%;
	padding:0px;
	margin:0px;
	text-align:center
}

h1,h2 {
	padding:0px;
	margin:0px;
}

img {
	vertical-align:top;
	border:none;
}

a {
	color:#0000ff;
	text-decoration:underline
}

a:hover {
	color:#9900ff;
	text-decoration:none;
}

p {
	margin:3px 0px 3px 0px
}

strong {
	font-weight:bold;
	font-size:1.2em;
	color:#000000;
	line-height:150%
}

address {
	font-style:normal;
}

.red {
	color:#ff0000;
}

.red-bold {
	color:#ff0000;
	font-weight:bold;
}

.big {
	font-size:1.2em;
	line-height:150%
}

.small {
	font-size:0.8em;
	line-height:150%
}

.pd-b8 {
	padding-bottom:8px
}

.pd-b16 {
	padding-bottom:16px
}

.fl {
	float:left
}

.fr {
	float:right;
	padding-left:8px
}

.clear {
	clear:both
}

#finder {
	background-color:#ffffff;
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto
}

#header {
	display:block;
	width:800px;
	height:90px
}

#logo {
	display:block;
	width:800px;
	height:61px;
}

#navi {
	display:block;
	background:#ffffff url(navi/bg-navi.gif) left top no-repeat;
	width:800px;
	height:29px;
}

#navi ul {
	float:right;
	list-style:none;
	margin:0px;
	padding:0px
}

#navi li {
	display:inline;
	height:23px;
	padding:0px;
}

#sarch-frame {
	background-color:#ffffff;
	display:block;
	width:788px;
	margin-left:6px;
	height:87px;
	margin-top:4px;
}



#footer {
	width:788px;
	clear:both;
	margin-left:6px;
	border-top:#a5a5a5 solid 1px;
	padding-top:6px;
	margin-top:10px;
	font-size:10px;
	line-height:135%;
	text-align:center
}

#main {
	clear:both;
	background-color:#ffffff
	width:788px;
	padding:8px 6px;
}

#root {
	width:788px;
	margin:4px 6px 0px 6px;
}

#footstamp {
	float:left;
}

#selectbox {
	float:right;
}


.center {
	text-align:center
}

.right {
	text-align:right
}

.left {
	text-align:left
}


















