@charset "utf-8";
body {
	margin: 0px;
	background: #FFF url(../img/bg.gif) repeat;
}
.bg{
	margin: auto;
	background:;
	height: auto;
	width: auto;
	background: url(../img/header_bg.gif) repeat-x;
}
div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table {
	padding: 0;
	margin: 0;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 800px;
	color: #333;
	font: 90%/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
}
#wrapper #main_content ul , #wrapper .cast {
	list-style: none;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
#wrapper #main_content ul li , #wrapper .cast div{
	width: 48%;
}
#header {
	height: 245px;
	width: 800px;
	margin: 0px auto;
	background: url(../img/h1_bg.jpg) no-repeat;
}
#header p {
	text-align: right;
	padding-right: 20px;
}
#header p a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#wrapper a {
	outline: none;
}
h1.index {
	height: 80px;
	width: 800px;
	margin: 0px auto;
	padding-top: 50px;
}
#title {
	height: 132px;
	width: auto;
	background: url(../img/02_bg.gif) no-repeat;
}
#title p img {
	border: 3px solid #FCFCCB;
	margin-top: 15px;
	margin-left: 10px;
}
#wrapper h2 {
	height: 140px;
	width: 600px;
	text-align: center;
	margin: auto;
}
#wrapper h3 {
	color: #09F;
	text-shadow:#ffffff 1px 1px 0;
	background: url(../img/title_bg.gif) no-repeat;
	padding-top: 8px;
	padding-left: 70px;
	height: 65px;
	width: auto;
	font-size: 130%;
	clear: both;
}
#main_content {
	width: auto;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
}
#main_content p {
	text-shadow:1px 1px 2px #c8c8c8;
}
#main_content .main_photo img {
	border: 3px solid #FFF;
	margin-bottom: 20px;
}
.box {
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-top: 3px double #85BCDB;
	font-size: 120%;
	text-shadow:1px 1px 2px #c8c8c8;
}
.box ul li span {
	color: #85BCDB;
}
.box ul {
	list-style: none;
}
.box ul li {
	padding-bottom: 10px;
}
.about {
	height: auto;
	width: 750px;
}
.about a {
	color: #39F;
	text-decoration: none;
}
.box a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.clear {
	clear: both;
}
#wrapper img{
	border-style: none;
}
.text_top {
	clear: both;
	margin-bottom: 30px;
	text-align: right;
}
#wrapper a{
	border-style: none;
}
#wrapper a:hover{
	border-style: none;
	text-decoration: none;
	color: #75BAFF;
}