@charset "shift_jis";



/* IE用スクロールバー設定
--------------------------------------------------------------------*/
html {
	scrollbar-3dlight-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
}



/* body他全般設定
--------------------------------------------------------------------*/
body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 90%/3 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #000000 url(images/bg.gif) repeat-x top;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #599f18;
}
textarea {
	font-size: 100%;
}
.color1 {
	color: #599f18;
	padding-right: 10px;
	padding-left: 10px;
}
.l {
	text-align: left;
}
.look {
	background: #222222;
}



/* コンテナー
--------------------------------------------------------------------*/
#container {
	margin: 10px auto auto;
	width: 850px;
}



/* ヘッダーのh1タグ設定
--------------------------------------------------------------------*/
#header h1 {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.2em;
	height: 30px;
	line-height: 30px;
}



/* メニュー
--------------------------------------------------------------------*/
ul#menu {
	padding-left: 10px;
}
ul#menu li {
	float: left;
	width: 114px;
	margin-left: 4px;
	height: 46px;
}
ul#menu img {
	vertical-align: bottom;
}



/* メイン画像（フロート解除）
--------------------------------------------------------------------*/
#mainimg {
	clear: left;
}



/* メインコンテンツ（左側ブロック）
--------------------------------------------------------------------*/
#main {
	float: left;
	width: 810px;
	display: inline;
	margin-left: 21px;
	padding-bottom: 50px;
}





/* 左右のコンテンツ
--------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg_1colum.gif) no-repeat top;
	margin-top: 15px;
	padding-top: 15px;
}
#contents h2 {
	font-size: 110%;
	border: 3px double #1e1e1e;
	letter-spacing: 0.2em;
	background: #000000;
	text-align: center;
}
#contents p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}




/* フッター
--------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 100%;
}



/* lightbox用設定
--------------------------------------------------------------------*/
.gallery {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery a img {
	padding: 5px;
	border: 1px solid #222222;
	margin: 2px;
}
.gallery a:hover img {
	margin: 2px;
	padding: 5px;
	border: 1px solid #666666;
}



/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
