@charset "Shift-JIS";

	@import "./default.css";


/* Page CSS
----------------------------------------- */

body {
	background:none;
	text-align:center;
}
#top{
	display:none;

}

#container {
	margin:0 auto;
	text-align:left;
}

#title img {
	margin-right:-5px;
	
}


#title a:visited img {
	border:none;
	margin:0;
}

/* Header CSS
----------------------------------------- */





/* Contents CSS
----------------------------------------- */

body #containerwrap #contents {
	float:none !important;
	padding: 0px 0px 0px 0 !important;
	width:950px !important;
}

#contents .height_adjust_div {
	clear:both;
}

/*===========================
	contents
===========================*/


#tab {
	margin-left: 10px;
	padding-left: 0;

	height: 30px;/*height: 1.5em;*/
	overflow: hidden;
	
}
#tab li {
	float: left;
	width: 180px;/*width: 64px;*/
	height: 30px;/*height: 1.5em;*/
	text-decoration: none;
	font-weight:bold;
	
}
#tab li a {
	display: block;
	width: 180px;/*width: 64px;*/
	height: 30px;/*height: 1.5em;*/
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	background-image:url(../images/tab180_off.jpg);
	padding-top:8px;
	text-decoration: none;
	
	
	color: #777;
	text-align: center;
}
#tab li a:hover,
#tab li.present a {
	border-color: #333;
	color: #FFFFFF;
	background: #59E960;
	background-image:url(../images/tab180_on.jpg);
	padding-top:8px;
	text-decoration: underline;
	color: #0000cc;
}

#page1, #page2, #page3, #page4, #page5 {
	/*margin-bottom: 1em;*/
	padding-top: 1em;
	margin-top:0;
	margin-left:10px;
	margin-bottom:10px;
	border-top:10px solid #BAEB5E;
	border-bottom:10px solid #BAEB5E;

}




.waku{
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:20px;

}


.largeCaption{
	background-image:url(../images/general_title_line.jpg);
	padding: 0px 0 0px 5px;
	height:30px;
	margin-bottom:20px;
}
.largeCaptionhead{
	float:left;
	background-image:url(../images/general_title_line_head.jpg);
	background-repeat:  no-repeat;
	padding: 0px 0 0px 10px;
	height:30px;
}
.largeCaptionbody{
	float:left;
	padding: 0px 0 0px 10px;
	height:30px;
	line-height: 33px;
	font-weight:bold;
}

#tab {
	display:none;
}

#page1, #page2, #page3, #page4, #page5 {
	margin-top:10px;
	border:none;
	border-bottom:10px solid #FF9C47;
	margin-right:10px;
}



.linkhead{
	margin: 20px 5px 0 0px;
	padding: 0 0 10px 10px;

}

.linkbody{
	margin: 10px 5px 20px 30px;
}

