/* CSS Document */
@import url("reset.css");

/* ---------- #common setting ---------- */

body {
	color: #666666;
	font-size: 14px;
}

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

a:hover {
	text-decoration: underline;
}

.red {
	color: #ff0000;
}	

.gre {
	color: #00ff00;
}

.blu {
	color: #0000ff;
}

.yel {
	color: #ffff00;
}


.line {
	background-color: #ffff00;
}

.b,strong {
	font-weight: bold;
}

.big {
	font-size: larger;
}

.fc {
	clear: both;
}

/*文字列の位置を指定します*/
.goto1 {
	text-align: right;
	margin-right:10px;
}

.goto {
	margin: 5px 28px 0px 10px;
	padding: 0;
        text-align: right;
}

.topmenu {
	color: #ccc;
	font-size: 12px;
	float:left;
	width:450px;
	height:60px;
	color: #777;
	text-align: left;
 	

}

.banner {
	float:left;
	width:450px;
	height:32px;
	position: relative;
	top: 110px;
	left: 0px;
	}	


/* ---------- #warapper start ---------- */

#wrapper {
	width: 950px;
	margin: 0 auto;
}

/* ---------- #warapper end ---------- */

/* ---------- #header start ---------- */

/*#wrapper #header {
	width: 950px;
	height: 85px;
	background-image: url("../images/top.jpg");
	background-position: left;
	background-repeat: no-repeat;
}

#wrapper #header h1 {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}*/

#wrapper #header {
	margin: 0;
	width:950px;
	/*height:120px;*/
	height:200px;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	position:relative;
}


#wrapper h1 {
	height: 40px;
	line-height: 40px;
	vertical-align:bottom;
	font-size: 16px;
	color: #999;
	padding-top: 10px;
	text-align: left;
	font-weight:normal;
	text-indent: 15px;
}

/* ---------- #header end ---------- */

/* ---------- #navi start ---------- */

#wrapper #navigation {
	width: 950px;
	height: 50px;
	background-image: url("../images/img_bgnavi.jpg");
}

#wrapper #navigation ul {
	margin-left: 150px;
	height: 50px;
	width: 600px;
}

#wrapper #navigation ul li a {
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	line-height:50px; 
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

#wrapper #navigation ul li a:hover {
	background-image: url("../images/img_bgnavi_over.jpg");
	color: #33cc00;
	text-decoration: none;
}


/* ---------- #navi end ---------- */


/* ---------- #container start ---------- */

#wrapper #container {
	width: 950px;
	padding: 10px;
	background-image: url("../images/shadow.jpg");
	background-repeat: repeat-y;
}

/* ---------- #container end ---------- */

/* ---------- #contents start ---------- */

#wrapper #container #contents {
	width: 700px;
	float: left;
	margin-left: 20px;
}

#wrapper #container #contents h2,#wrapper #container #contents h3 {
	width: 690px;
	height: 35px;
	line-height: 35px;
	vertical-align: sub;
	text-indent: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

#wrapper #container #contents .t0 {
	background-image: url("../images/img_bgh2.jpg");
}

#wrapper #container #contents .t1 {
	background-image: url("../images/img_bgh3_1.jpg");
}

#wrapper #container #contents .t2 {
	background-image: url("../images/img_bgh3_2.jpg");
}

#wrapper #container #contents .txtb {
	width: 668px;
	padding:10px;
	margin-top:5px;
	border: solid 1px #cccccc;
	font-size: 16px;
}

#wrapper #container #contents .imgl {

	float: left;
	margin-right: 10px;
}

#wrapper #container #contents .imgr {

	float: right;
	margin-left: 10px;
}

#wrapper #container #contents .camp {
	background-image: url("../images/img_bgcamp.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;

}

#wrapper #container #contents .txtb2 {
	width: 668px;
	padding:10px;
	margin-top:5px;
	border: dashed 1px #333333;
	background-color: #ccffcc;
	font-size: 12px;
}

#wrapper #container #contents .imgl {
	float: left;
}


/* ---------- #contents end ---------- */

/* ---------- #sideb start ---------- */

#wrapper #container #sideb {
	margin-left: 30px;
	width: 200px;
	float: left;
}

/* ---------- #sideb end ---------- */

/* ---------- #footer start ---------- */

#wrapper #footer a {
	color: #999999;
}

#wrapper #footer {
	height: 40px;
	text-align: center;
	background-image: url("../images/foot.jpg");
	background-repeat: no-repeat;
}

/* ---------- #footer end ---------- */


/* ---------- table start ---------- */

table th {
	background-image: url("../images/te.gif");
	text-align: left;
	padding:5px;
}

table td {
	padding: 10px 5px;
}

/* ---------- table end ---------- */