@charset "utf-8";



/* 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: small "Arial","Helvetica","sans-serif";
	background: #000000 url() repeat-x top;
}

h1,h2,h3,p,p1,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #ffffff;
}
a:hover {
	color: #C7232C;
}
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 {
	margin: 10px auto auto;
	width: 770px;
}



/* ヘッダーのh1タグ設定
--------------------------------------------------------------------*/
#header h1 {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.2em;
	height: 30px;
	line-height: 30px;
}



/* メニュー
--------------------------------------------------------------------*/
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}




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



/* メインコンテンツ（左側ブロック）
--------------------------------------------------------------------*/
#main {
	float: right;
	width: 590px;
	display: inline;
margin-top: 15px;margin-right: 10px;margin-bottom: 15px;
background: #000000;

}

#main h2 {
	font-size: 13px;
	line-height: 31px;
padding-left: 15px;
	
}
#main p {
	margin: 0.5em 10px 1em;
	
}



/* サブコンテンツ（右側ブロック）
--------------------------------------------------------------------*/
#sub {
	float: left;
	width: 150px;
	display: inline;
margin-top: 15px;
	margin-left: 10px;
	
background: #000000;
}




/* 左右のコンテンツ
--------------------------------------------------------------------*/
#contents {
background: #222222;
	margin-top: 10px;
	padding-top: 15px;
line-height: 170%;
}
#contents h2 {
	font-size: 100%;
	letter-spacing: 0.2em;
	text-align: center;
background: url(midashi_bg.gif) no-repeat center;
color: #ffffff;
}
#contents p {
background: #000000;
text-align: left;
padding-left: 10px;
padding-right: 10px;
color: #f5f5f5;
line-height: 170%;
}
#contents p1 {
background: #ffffff;
border: 4px double #696969;
	font-size: 50%;
	letter-spacing: 0.2em;
	text-align: center;
line-height: 170%;
}




/* フッター
--------------------------------------------------------------------*/
#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 */

