@charset "utf-8";

body, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, form, hr {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 89%;
	background-repeat: repeat;
	background-color: #FFF;
	line-height: 1.7;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #E60!important;
	text-decoration: none!important;
}
a:active {color: #F00!important;}
strong {font-weight: normal;}
em {font-style: normal;}
img {border: 0 none;}
li {list-style-type: none;}
hr {
	clear:both;
	visibility:hidden;
	height:0px;
	display: block;
}
.ads {
	margin: 25px 0;
	clear: both;
	text-align: center;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}


/*****　　index　　*****/

#header {
	background: #000 url(../images/shadow.gif) repeat-x left bottom;
	padding-bottom: 9px;
	width: 100%;
}
#header .inner {
	margin: 0px auto;
	width: 965px;
	height: 650px;
	position: relative;
	z-index: 5;
}
.inner .photo, .inner h1, .inner h2, .inner #description, .inner #read {position: absolute;}
.inner h1 {
	z-index: 3;
	right: 0px;
	bottom: 0px;
}
.inner h2 {
	z-index: 3;
	right: 10px;
	top: 70px;
	font-family: "Times New Roman", Times, serif;
	color: #DFDAC0;
	font-size: 18px;
}
.inner #description{
	font-size: 87%;
	color: #FFF;
	z-index: 10;
	right: 10px;
	top: 100px;
	text-align: right;
}
.inner #read {
	text-align: right;
	font-size: 113%;
	right: 0px;
	bottom: -75px;
}
#photo01 {
	z-index: 10;
	left: 0px;
	top: 400px;
}
#photo02 {
	z-index: 9;
	left: 200px;
	top: 220px;
}
#photo03 {
	z-index: 8;
	left: 400px;
	top: -10px;
}
#photo04 {
	z-index: 7;
	left: -50px;
	top: 30px;
}
#photo05 {
	z-index: 6;
	right: 0px;
	top: 185px;
}
#main {
	margin: 110px auto 15px;
	width: 965px;
}
#contents {
	width: 625px;
	float: right;
	padding-bottom: 320px;
	background: url(../images/index_photo06.png) no-repeat center bottom;
}
#contents dt {
	width: 100%;
	background: #999;
	padding: 1px;
	letter-spacing: 1px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	-khtml-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
#contents dt a {
	font-size: 18px;
	background: #444;
	display: block;
	padding: 5px 20px 2px;
	border: 1px solid #FFF;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
	position: relative;
}
#contents dt a strong {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0px;
	position: absolute;
	right: 20px;
	bottom: 5px;
}
#contents dt a strong span {
	font-style: normal;
	color: #E60;
	margin-left: 15px;
}
#contents dd { margin: 8px 20px 28px; }
#contents dd span {
	color: #821;
	display: block;
	font-size: 11px;
	text-align: right;
}
#data {
	float: left;
	width: 300px;
}
#data dt {
	color: #821;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 3px;
	padding-bottom: 1px;
}
#data dt#ads {margin: 25px auto auto -5px;}
#data dd {
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 8px 12px;
}
#data dd a:hover {color: #333!important;}
noscript p, #ie6 {
	color: #F00;
	text-align: center;
	margin: 25px 0px;
	font-weight: bold;
}
#ie6 a {
	text-decoration: underline;
	color: #F00;
}
#footer{
	width:100%;
	text-align: center;
	padding: 30px 0px 25px;
	margin-top: 25px;
	border-top: 2px solid #666;
	background: url(../images/shadow.gif) repeat-x left top;
	font-size: 12px;
}

