@charset "utf-8";

/* 基本仕様
----------------------------------------------------------- */

*{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.3 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html {   
    overflow-y:scroll;   
}
body {
	background: #fff url(../../parts/bg.gif) repeat-x;
	color: #333;
}
#wrap {
	width: 817px;
	background: #fff;
}
.head {
	width: 800px;
	height: 250px;
}
img,table,tr,td {
	border: none;
}
td {
	vertical-align: top;
}
.clear { 
	clear: both;
}
.right {
	float: right;
}
.left {
	float:left;
}
.pright {
	float:right;
	margin-left: 5px;
}
.pleft {
	float:left;
	margin-right: 5px;
}
p,li,dl {
	font-size: 80%
}
dl{
	margin-bottom: 10px;
}
dt {
	font-weight: bold;
}
li,dt,dd { 
	margin-bottom:7px;
}
.hidden {
	display:none;
}

/* layout
----------------------------------------------------------- */

td#main {
	background: url(../../parts/navi_kage.jpg) no-repeat top;
	text-align: center;
}
#nakawaku {
	width: 770px;
	margin: 20px auto 0;
	text-align: left;
}
#rsp {
	width: 17px;
	background: url(../../parts/bg_kage2.gif) repeat-y;
}

/* link
----------------------------------------------------------- */

a:link {
	color: #00366b;
	text-decoration: underline;
}
a:visited {
	color: #69F;
	text-decoration:none;
}
a:hover,a:active {
	color: #777;
	text-decoration: underline;
}

/* contents
----------------------------------------------------------- */
h4 {
	margin-top: 5px;
	margin-left: 15px;
	color:#00366b;
	font-size: 16px;
}
.top { 
	padding: 10px 10px 5px 0;
	font-size: 80%;
	text-align: right;
}
.top a:link,.top a:visited {
	color: #999;
	text-decoration:none;
}
.top a:hover,.top a:active {
	color: #74899f;
	text-decoration: underline;
}

/* footer
----------------------------------------------------------- */

#footer {
	padding: 10px 0;
	background: #74899f;
	color:#fff;
	text-align: center;
}

