@charset"Shift_JIS";

body {margin:0;}

/*--ヘッダー--*/

#header {
	background-image: url(image/head_back.gif);
	display: block;
	height: 25px;
	width: 100%;
	left: 0px;
	top: 0px;

}

/*--レフトナビ--*/

.leftmenu{
	display: block;
	float: left;
	background-image: url(image/menu_back.gif);
	background-repeat: repeat-y;
	width: 160px;
	height: 900px;
}

/*--メインコンテンツ--*/

#contents {
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

h1{
	font-size: 10px;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
}

.info{
    width: 580px;
	height:20px;
	background-color: #ffcc99;
	border-left-width:8px;
	border-left-style:solid;
	border-left-color: #663300;
	font-size: 16px;
	font-weight:bold;
	color: #333333;
	text-align:left;
	margin-bottom:5px;
	}
	
.info2{
   width:600px;
   border-style:solid;
   border-width: 1px;
   border-color: #663300;
   padding:10px 20px 15px 20px;
   margin:0 auto;
}

.p2{
   text-align:left;
   font-size:14px;
}

.style3{color:#663300;
		font-size:14px;
}
