﻿@charset "utf-8";


/*---------------------------------------------------------------------------*/
body {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: #000;
}

body#top {

	background-position: center top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	font-size: 100%;
}

/*---------------------------------------------------------------------------*/
a {
	color: #FFF;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}


/*---------------------------------------------------------------------------*/

header .inner header_right .tel {
	font-size: 18px;
	color: #e9db92;
	font-weight: bold;
	display: block;
}

/*---------------------------------------------------------------------------*/

nav#menu {
	height: 50px;
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#0d0d0d));
	background-image: -webkit-linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);
	background-image: linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);
	-webkit-box-shadow: 0px 0px 10px #e9db92;
	box-shadow: 0px 0px 10px #e9db92;
}

nav#menu ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

nav#menu ul li {
	float: left;
	width: 190px;
	border-right: 1px solid #000;
	text-align: center;
}

nav#menu ul li a {
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding-top: 5px;
	color: #e9db92;
	text-shadow: #000 1px 1px;
	font-weight: bold;
}

nav#menu ul li:first-child {
	border-left: 1px solid #000;
}

nav#menu ul li a:hover {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffee), to(#0d0d0d));
	background-image: -webkit-linear-gradient(#ffffee, #444444 49%, #2a2a00 50%, #0d0d0d);
	background-image: linear-gradient(#ffffee, #444444 49%, #2a2a00 50%, #0d0d0d);
}

nav#menu ul li a span {
	font-size: 11px;
	display: block;
	letter-spacing: 0.2em;
	line-height: 15px;
	padding-bottom: 5px;
	color: #ffffff;
	text-shadow: none;
	font-weight: normal;
}

/*---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 960px;
	margin: 20px auto 0px;
}
200 20 360 20 360 740
/*---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 960px;
}

/*---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 740px;
	padding-bottom: 30px;
}

#main h2 {
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#0d0d0d));
	background-image: -webkit-linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);
	background-image: linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);
	font-size: 100%;
	color: #ffffff;
	height: 32px;
	padding-top: 5px;
	padding-left: 15px;
	clear: both;
	border: 1px solid #e9db92;
	letter-spacing: 0.2em;
}

.photo_center {
width:240px;
	float: center;
	margin-left:10px;
	margin-right:10px;
}

.photo_left120 img {
	float: left;
	margin-right:10px;
	margin-bottom:20px;
	max-width:120px;
}

.photo_center {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	max-width:240px;
}

.photo_left {
	float: left;
	margin-right:10px;
	margin-bottom:20px;
	max-width:160px;
}

.clear {
	clear:both;
}

.clear hr {
	display:none;
}
/*---------------------------------------------------------------------------*/
.jmetal_new{
	width:160px;
	line-height: 1.2;
}
.jmetal_new img {
	max-width:160px;
	margin-bottom:10px;
}

.jmetal_new dt {
	color:#ffff00;
	margin-right:10px;
}

.jmetal_new dd {
	font-size:12px;
	margin-right:10px;
	margin-bottom:20px;
}


/*---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 200px;
	padding-bottom: 30px;
	line-height: 1.6;
}

#sub h2 {
	font-size: 100%;
	text-align: center;
	background-color: #0d0d0d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#330000));
	background-image: -webkit-linear-gradient(#0d0d0d, #330000);
	background-image: linear-gradient(#0d0d0d, #330000);
	padding: 6px 0px;
	color: #e9db92;
	clear: both;
	border: 1px solid #e9db92;
}

#sub .box1 {
	border: 1px solid #e9db92;
	padding: 5px;
	margin-bottom: 20px;
	clear: both;
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない*/
#sub h2 + ul,
#sub h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす*/
#sub .box1 > ul {
	margin-bottom: 0;
}

#sub ul {
	border-top: 1px solid #e9db92;
	border-right: 1px solid #e9db92;
	border-left: 1px solid #e9db92;
	margin-bottom: 15px;
}

#sub ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e9db92;
	background: #000;
	padding: 10px 0px 10px 10px;
}
#sub ul li a:hover {
	background: #f00;
	color: #e9db92;
	text-decoration: none;
}

.txt12 {
	margin-left: 5px;
	font-size: 12px;
	line-height: 1.8;
}

/*---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #e9db92;
	background-color: #333333;
}

footer .pr {
	display: block;
	font-size: 11px;
}
footer a {
	text-decoration: none;
	color: #e9db92;
}
footer a:hover {
	color: #e9db92;
}

/*---------------------------------------------------------------------------*/
.table740 {
	width: 100%;
	margin-bottom: 20px;
}
.table740,
.table740 td,
.table740 th{
	border: 1px solid #e9db92;
	line-height: 1.6;
}

.table740 th{
	width: 160px;
	padding: 10px;
	text-align: left;
	background-color: #330000;
}

.table740 td{
	padding: 10px;
}

/*---------------------------------------------------------------------------*/
.table_live {
	width: 100%;
	margin-bottom: 20px;
}
.table_live,
.table_live td,
.table_live th{
	border: 1px solid #e9db92;
	line-height: 1.6;
}

.table_live th{
	padding: 6px;
	text-align: left;
	background-color: #660000;
}

.table_live td{
	padding: 6px;
	vertical-align:top;
}

.table_live .date{
	width: 40px;
}
/*---------------------------------------------------------------------------*/

#main h3 {
	font-size: 100%;
	color: #e9db92;
	padding: 2px 15px;
	clear: both;
	border-left: 4px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

/*---------------------------------------------------------------------------*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;
	height: 150px;
	padding-left: 10px;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#new dd {
	border-bottom: 1px dotted #d2d2d2;
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #e9db92;
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #222;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background-image: -webkit-linear-gradient(#333, #000);
	background-image: linear-gradient(#333, #000);
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #e9db92;
	border-right: 1px solid #e9db92;
	border-left: 1px solid #e9db92;
	text-align: left;
	font-weight: bold;
	background-color: #0d0d0d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#0d0d0d));
	background-image: -webkit-linear-gradient(#363636, #0d0d0d);
	background-image: linear-gradient(#363636, #0d0d0d);
	color: #e9db92;
}
/*submitボタンの設定*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
	width: 250px;
	padding: 10px;
	margin : 10px;
	border-radius: 4px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#0d0d0d));
	background-image: -webkit-linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);
	background-image: linear-gradient(#c0c0c0, #444444 49%, #1a1a1a 50%, #0d0d0d);
	font-size: 14px;
	color: #e9db92;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #ff0000;
	background-image: none;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #333;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333;
}
.mb-1 {
	margin-bottom: -1px;
}
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #e9db92;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	margin-left: 5px;
	font-size: 12px;
	line-height: 1.8;
}

figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
