@charset "UTF-8";
/*

---------------------------------------------------- */

body {
	color: #333333;
	font-size: 78%;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	background-color: #ffffff;
	background: url(../img/back.gif) repeat-y center;
}
strong {
	font-weight: bold;
}
img {
	vertical-align: bottom;
	border-style: none;
}
a, a:link {
	color: #db0181;
	text-decoration: none;
}
a:visited {
	color: #db0181;
}
a:hover,  a:focus {
	color: #db0181;
	text-decoration: underline;
}
#wrapper {
	background: url(../img/back.gif) repeat-y center;
}
#wrapper-inner {
	width: 800px;
	margin: 0px auto;
	padding: 40px 40px 0px;
	background: url(../img/title.jpg) no-repeat;
}
#flashcontents {
	text-align:left;
	margin:80px 30px 0 40px;
}
h1, h2 {
	text-indent: -9999px;
}
h1 {
	height: 170px;
}
h2 {
	width: 720px;
	height: 90px;
	background: url(../img/copy.gif) no-repeat;
}
#contents {
	width: 720px;
	margin: 0px 40px;
	padding: 0px;
	text-align: left;
}
h3 {
	width: 680px;
	height: 34px;
	padding-top: 10px;
	padding-left: 50px;
	background-image: url(../img/subttl_bk.jpg);
	background-repeat: no-repeat;
}
#contents li {
	overflow: hidden;
	background-image: url(../img/line.gif);
	background-repeat: repeat-y;
	background-position: 20px 15px;
}
#contents h4 {
	height: 21px;
	margin: 20px 20px 0px;
}
#contents p {
	margin: 0px 20px;
}
#contents li {
	overflow: hidden;
	background: url(../img/line.gif) repeat-y 20px 5px;
	margin-top: 10px;
}
.blank {
	width: 240px;
}
.box {
	overflow: hidden;
	width: 500px;
}
.photo {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
hr {
	display: none;
}
.left40px {
	margin-left: 40px;
}
/*フッター

---------------------------------------------*/

#pageTop {
	width: 752px;
	margin-top:-20px;
	padding: 0 24px 20px 24px;
	clear: both;
	text-align: right;
	background: url(../img/btm.gif) no-repeat bottom;
}
#close {
	margin: 0px auto;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: none;
}
/*オンマウス

---------------------------------------------*/

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*回り込み解除

---------------------------------------------------- */



.clear-fix {
	min-height: 1%; /* for winIE 7 */
}
* html .clear-fix {
	/*\*/ height: 1%; /*/ /* for winIE 5-6 \*/ /*/

	display: inline-block; /* for macIE */
}
.clear-fix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

