@charset "UTF-8";

/* CSS Document */

html {
	overflow-y: scroll;
}

p,
img,
body {
	padding:0;
	margin:0;
}

h1,
h2,
h3,
h4,
h5 {
 font-size:#100%;
	font-weight:normal;
	padding:0;
	margin:0;
}

body {
	font-family:"Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS UI Gothic", "ＭＳ Ｐ明朝";
	font-size:100%;
	-webkit-text-size-adjust:none;
	background-image: url(img/bg.png);
	background-repeat: repeat;
}

/* --全体ベース-- */
#contents {
	width:930px;
	height:680px;
	margin:35px auto 15px;
	background-color: #000;
	color: #fff;
	filter:alpha(opacity=85);
     -moz-opacity:0.85;
     -khtml-opacity: 0.85;
     opacity:0.85;
}

#mainimg {
	margin:0;
	padding:0px;
}

#logo h1 a {
	margin:33px 30px 0 0;
	float:right;
	background-image: url(img/logo_s.png);
	background-repeat: no-repeat;
	display: block;
	width:120px;
	height:220px;
}

#index #logo h1 a {
	margin:170px 340px 0 0;
	float:right;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	display: block;
	width:180px;
	height:315px;
}

#menu ul {
	margin:55px 15px 0 10px;
	padding:0px;
	list-style-type: none;
	height:220px;
	width:232px;
	float:left;
	overflow:hidden;
}
#index #menu ul {
	margin-top:335px;
}

#menu ul li {
	float:right;
	margin-left:13px;
}

#menu ul li a {
	background-repeat: no-repeat;
	display: block;
	width:20px;
	height:220px;
	padding:0;
	margin:0;
}

#logo h1 a:hover,
#menu ul li a:hover {
	background-position: 0px -220px;
}

#index #logo h1 a:hover {
	background-position: 0px -315px;
}

#content {
	float:left;
	width:455px;
	height:360px;
	margin:0px;
	padding:20px;
	border-right:#111 solid 1px;
	border-left:#111 solid 1px;
}

#content h2 {
	font-size:14px;
	margin-bottom:12px;
}

#content p,table{
	font-size:12px;
	margin-bottom:12px;
}

#contact {
	margin-top:25px;
	text-align:center;
}
#contact h3 {
	font-size:30px;
	margin-bottom:15px;
}

h1 span,
h2 span,
h3 span,
#menu ul li span,
#copy span {
	position: absolute;
	left: -9999px;
}

A {
	color:#5a5449;
	text-decoration:underline;
}

A:visited {
	color:#948772;
	text-decoration:underline;
}

A:hover {
	text-decoration:underline;
	color:#b1a289;
}

/* -----------------------------中身----------------------------------- */



#menu ul li#menu1 a {
	background-image: url(img/menu1.png);
}

#menu ul li#menu2 a {
	background-image: url(img/menu2.png);
}

#menu ul li#menu3 a {
	background-image: url(img/menu3.png);
}

#menu ul li#menu4 a {
	background-image: url(img/menu4.png);
}

#menu ul li#menu5 a {
	background-image: url(img/menu5.png);
}

#menu ul li#menu6 a {
	background-image: url(img/menu6.png);
}

#menu ul li#menu7 a {
	background-image: url(img/menu7.png);
}

#copy {
	font-size:10px;
	color:#666666;
	text-align:center;
}
