@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: 75%/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: #FD4B61;
}
textarea {
	font-size: 100%;
}
.color1 {
	color: #FD4B61;
	border-bottom: 1px dotted #FD4B61;
	padding-right: 10px;
	padding-left: 10px;
}
.l {
	text-align: left;
}
.look {
	background: #222222;
}



/* コンテナー
--------------------------------------------------------------------*/
#container {
	margin: 0px auto auto;
	width: 855px;
}



/* ヘッダーのh1タグ設定
--------------------------------------------------------------------*/
#header h1 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	height: 45px;
	line-height: 30px;
}




<style type="text/css">
#slideshow {
   position: relative;
   width:  640px; /* 画像の横幅に合わせて記述 */
   height: 270px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
</style>



/* メニュー
--------------------------------------------------------------------*/
ul#menu {
	padding-left: 3px;
}
ul#menu li {
	float: left;
	width: 209px;
	margin-left: 4px;
	height: 41px;
}
ul#menu img {
	vertical-align: bottom;
}



/* メイン画像（フロート解除）
--------------------------------------------------------------------*/
#mainimg {
	clear: left;
}



/* メインコンテンツ（左側ブロック）
--------------------------------------------------------------------*/
#main {
	float: left;
	width: 487px;
	display: inline;
	margin-left: 21px;
	padding-bottom: 50px;
}



/* サブコンテンツ（右側ブロック）
--------------------------------------------------------------------*/
#sub {
	float: right;
	width: 262px;
	display: inline;
	margin-right: 21px;
	padding-bottom: 50px;
}



/* 左右のコンテンツ
--------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) no-repeat top;
	margin-top: 15px;
	padding-top: 15px;
}
#contents h2 {
	font-size: 100%;
	border: 3px double #1e1e1e;
	letter-spacing: 0.2em;
	background: #3F0A0D;
	text-align: center;
}
#contents p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}




/* フッター
--------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}



/* lightbox用設定
--------------------------------------------------------------------*/
.gallery {
	text-align: center;
	margin-top: 5px;
	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 */
