@charset "utf-8";
/* CSS Document */
body{
	background-color:#000000;
	background-image: url(img/bg01.jpg);
	background-repeat: no-repeat;
}

#wrap{
	color:#000;
	background-color: #fff;
	margin-top:20px;
}
#wrap ul a{
	color:#000;
}
#wrap ul a:hover {
	color:#bd7341;
}


#header li {
	margin-top:10px;
	margin-bottom:10px;
	width: auto;
	float: left;
	border-left:solid 1px #555555;
	padding-right:10px;
	padding-left:10px;
	
}
#img-photo {
	padding:10px 0 0 10px;
	background-color: #000;
	margin:10px 0 0 0;
	
}

#content {
	padding:0 0 20px 0;
	
	overflow:hidden;
	
}

#content h3{
	font-size: 24px;
	font-family: "HGP明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-indent: 20px;
	border-left:solid 3px #bd7341;
	line-height:40px;
	color:#bd7341;
	
}
#content .right p {
	line-height: 26px;
	margin-top:20px;
	font-size:12px;
}
#content .right ul {
	list-style-type:disc;
	margin-top:20px;
	font-size:16px;
	list-style-position: inside;
}
#content .right ol {
	list-style-type:square;
	margin-top:20px;
	font-size:14px;
	list-style-position: inside;
	color: #F00;
}
.left {
	float: left;
	padding: 20px;
	width:460px;
	float:left;
}
.right {
	width: 440px;
	padding:20px;
	float:right;
}
.box {
	margin-top:30px;
	padding-bottom:30px;
	overflow:hidden;
}

.small{
	font-size:14px;
}
.red{
	color:#f00;
	text-decoration:underline;
	font-size:14px;
}

