@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: left;
	background: #000000 url(images/bg.jpg) repeat-x top;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	line-height: 16px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a img {
	border: 2px solid #FFF;
}
a:hover img {
	border: 2px solid #F00;
}



a {
	color: #F00;
}
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 {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



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



/* メニュー
--------------------------------------------------------------------*/
ul#menu {
	padding-left: 120px;
}
ul#menu li {
	float: left;
	width: 114px;
	margin-left: 4px;
	height: 46px;
}
ul#menu img {
	vertical-align: bottom;
}



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



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

#main h2 {color: #FFFFFF;
	line-height: 33px;
	background: url(images/midashi.jpg);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}






/* サブコンテンツ（右側ブロック）
--------------------------------------------------------------------*/
#sub {color: #B2B2B2;
	text-align: left;
	float: right;
	width: 262px;
	display: inline;
	margin-right: 21px;
	padding-bottom: 50px;
}



/* 左右のコンテンツ
--------------------------------------------------------------------*/

#contents h2 {
	font-size: 100%;

	background: ;
	text-align: left;
}
#contents p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}




/* フッター
--------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	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 */



	table.type08 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #ccc;
}
 
table.type08 thead th {
    padding: 10px;

    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #c00;
    background: #dcdcd1;
}
table.type08 tbody th {

    padding: 10px;

 
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
}
table.type08 td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

#page-top {
	position: fixed;
	right: 20px;
	font-size: 16px;
	top: 20px;
	z-index: 20;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 130px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #900;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	border: 1px solid #FFF;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #570000;
}





#page-top2 {
	position: fixed;
	right: 20px;
	font-size: 16px;
	top: 80px;
	z-index: 20;
}
#page-top2 a {
	text-decoration: none;
	color: #fff;
	width: 130px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #03C;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	border: 1px solid #FFF;	
}
#page-top2 a:hover {
	text-decoration: none;
	background-color: #001A64;
}




table.type07 {
	width: 100%;
	border-collapse: collapse;
}
table.type07 th.t_top {
    border-top: #b3b3b3 4px solid;
}
table.type07 th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.type07 td.t_top {
	border-top: #be1309 4px solid;
}
table.type07 td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}