@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: #e1e1e1;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #000000 url() repeat-x top;
}

TD {
	color: #e1e1e1;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

 }

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #669900;
　　　　    text-decoration:none;
}
a:hover {
	color: #FFFFFF;
　　　　    text-decoration:none;
}
textarea {
	font-size: 100%;
}
.color1 {
	color: #C7232C;
	border-bottom: 1px dotted #C7232C;
	padding-right: 10px;
	padding-left: 10px;
}
.l {
	text-align: left;
}
.look {
	background: #222222;
}



/* コンテナー
--------------------------------------------------------------------*/
#container {
	background: #000000 url(images/_bg.jpg) no-repeat;
        position:absolute;left:20px;
	margin: 0px auto auto;

}



/* メニュー
--------------------------------------------------------------------*/
ul#menu {
	padding-left: 10px;
}
ul#menu li {
	float: left;
	margin-left: 0px;
	height: 51px;
}
ul#menu img {
	vertical-align: bottom;
}




/* メイン画像（フロート解除）
--------------------------------------------------------------------*/
#mainimg {
	clear: left;
}



/* メインコンテンツ（左側ブロック）
--------------------------------------------------------------------*/
#main {
	float: left;
	width: 350px;
	display: inline;
	margin-left: 40px;
	padding-bottom: 0px;
	text-align: left;
}



/* サブコンテンツ（右側ブロック）
--------------------------------------------------------------------*/
#sub {
	float: right;
	width: 280px;
	display: inline;
        position:absolute;top:550px;left:120px;
	padding-bottom: 0px;
	text-align: left;
}



ul.sidemenu a {
	color: #e1e1e1;	/*文字色*/
	text-decoration: none;
	text-align: left;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #333333;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 290px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}



/* サブコンテンツ（左側ブロック）
--------------------------------------------------------------------*/
#left {
	float: right;
	width: 370px;
	display: inline;
        position:absolute;top:400px;left:20px;
	padding-bottom: 0px;
	text-align: left;
}





/* 左右のコンテンツ
--------------------------------------------------------------------*/
#contents {
	background: url() no-repeat top;
	width: 450px;
	margin-top: 0px;
	padding-top: 0px;
}
#contents h2 {
	font-size: 100%;
	border: 3px double #1e1e1e;
	letter-spacing: 0.2em;
	background: #000000;
	text-align: center;
}
#contents p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}




/* フッター
--------------------------------------------------------------------*/
#footer {
	width: 450px;			/*ボックスの幅*/
	height: 50px;		/*ボックスの高さ*/
	background: url(images/foot_mini.gif) no-repeat;	/*背景画像設定*/
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}



/* lightbox用設定
--------------------------------------------------------------------*/
.gallery {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.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 */
