@charset "shift_jis";
/* CSS Document */
img{
	border:none;
}

/*--p------------------------------------------------------------------*/
p{
	margin-bottom:20px;
}

/*--h1------------------------------------------------------------------*/
h1{
	width:199px;
	width:58px;
	display:block;
	float:left;
}

/*--h2------------------------------------------------------------------*/
h2{
	margin-bottom:5px;
	height:31px;
}

/*--h3------------------------------------------------------------------*/
#contents h3{
	margin-bottom:5px;
	height:30px;
}

/*--h4------------------------------------------------------------------*/
#contents h4{
	margin-bottom:2px;
	font-weight:bold;
	background:url(../common/h4head.jpg) no-repeat top left;
	padding:0 0 5px 15px;
}

/*--link------------------------------------------------------------------*/
a:link{
	text-decoration:underline;
	color:#333;
}

a:visited{
	text-decoration:underline;
	color:#333;
}

a:hover{
	text-decoration:none;
	color:#0d377f;
}



/* wrap -----------------------------------------------------*/
#wrap{
	margin:0 auto;
	width:802px;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
}

/* header -----------------------------------------------------*/
#header{
	width:802px;
	height:75px;
	margin:0 auto;
	background:url(../common/header_bg.jpg) no-repeat;
}

#header ul{
	float:right;
	margin-top:38px;
}

#header li{
	float:left;
	display:block;
}
/* nav -----------------------------------------------------*/
#nav{
	width:156px;
	background:#3694cb;
	background:url(../common/nav_bg.jpg) top no-repeat;
	float:left;
}

#nav ul{
	margin-left:20px;
}
#nav li{
	margin:0 0 7px 0;
}

#nav li a:link{
	text-decoration:none;
	color:#fff;
}

#nav li a:visited{
	text-decoration:none;
	color:#fff;
}

#nav li a:hover{
	text-decoration:underline;
	color:#fff;
}

/* contents -----------------------------------------------------*/
#contents{
	background:#fff;
	background:url(../common/cont_bg.jpg) repeat-x top;
	width:625px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#contents p{
	margin-bottom:10px;
}

/* contents2 -----------------------------------------------------*/
#contents2{
	background:#fff;
	background:url(../common/cont_bg.jpg) repeat-x top;
	width:645px;
	float:left;
	padding-top:10px;
}

#contents2 p{
	margin-bottom:10px;
}

.toptxtbox{
	padding:0 0 10px 10px;
	width:610px;
	float:left;
}

.toptxt{
	width:610px;
}

.topbanner{
	float:right;
	padding-top:30px;
}

.topbanner img{
	margin-bottom:5px;
}
/* main -----------------------------------------------------*/
#main{
	width:802px;
	background:url(../common/nav_bg2.jpg) top left repeat-y;
	clear:both;
}

/* pnkz -----------------------------------------------------*/
#pnkz{
	margin-bottom:10px;
}



/* footer -----------------------------------------------------*/
#footer{
	width:802px;
	height:45px;
	margin:0 auto;
	background:url(../common/footer_bg.gif) no-repeat;
	clear:both;
}

#footer p{
	padding:3px 0 1em 1em;
}

/* tbl -----------------------------------------------------*/
.tbl table{
	width:625px;
	text-align:left;
	border:1px solid #c2ccd5;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

.tbl table th{
	padding:3px;
	vertical-align:top;
	border-left:1px solid #c2ccd5;
	border-right:1px solid #c2ccd5;
	border-bottom:1px solid #c2ccd5;
	width:20%;
}
.tbl table td{
	padding:3px;
	vertical-align:top;
	border-bottom:1px solid #c2ccd5;
	background:#fff;
	width:30%;
}
/* clear -----------------------------------------------------*/
.clear{
	clear:both;
}

/* pagetop -----------------------------------------------------*/
.pagetop{
	text-align:right;
	margin:20px 10px 0 0;
	padding:20px 0 20px 0;
	clear:both;
}

/* rtxt -----------------------------------------------------*/
.rtxt{
	text-align:right;
	margin:10px 10px 0 0;
	padding:10px 0 10px 0;
	clear:both;
}

/* pdfdl -----------------------------------------------------*/
.pdfdl{
	text-align:right;
	margin:5px 10px 0 0;
	padding:5px 0 15px 0;
	clear:both;
	width:160px;
	float:right;
}
/* hack -----------------------------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

.fl_r{
	float:right;
}

.fl_l{
	float:left;
}