* {
	margin:0;
	padding:0;
}

/**************** 基本情報 ***************/
body {
	background: #000000;
	background-repeat: repeat;
	color: #FFF;
	font-family:verdana, osaka , “ＭＳ Ｐゴシック”,sans-serif;
	font-size:80%;
	margin: 0;
}
a {
	color: #E8E8E8;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}

a img {
	border:none;
}

p {
	padding-bottom: 0.7em;
}

h1 {
	color: #FFF;
	font-size: 150%;
	margin: 0.1em 0;
	padding: 0.5em;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	border-left: 8px solid #990000;
	text-indent: 5px;
	height: 23px;
	background:#FFF;
	background-image: url("../img/h2_back.png");
	padding-top: 2px;
	width: 95%;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #CCC;
	border-left: 5px solid #828282;
	border-bottom: 1px dotted #828282;
	text-indent: 4px;
	height: 20px;
	background-image: url("../img/h3_back.png");
	width: 85%;
}

h3 a{
	text-decoration: none;
}

h4 {
	font-size: 100%;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
}

li {
	margin: auto 25px auto 5px;
	padding: 5px 0px 2px 0px;
	list-style: none;
	border-bottom: 1px dashed #363636;
}

th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:3px
}

td{
	padding:3px
}

.small_g{
	font-size: 80%;
	color: #4F4F4F;
}

.err{
	color: #CD5555;
}

/**************** レイアウト ***************/

/* 全体 */
#container {
	text-align: left;
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

/* ヘッダ */
#header{
	background-repeat: repeat-x;
	height: 140px;
	padding: 0px 0px;
	border-bottom: 1px solid #363636;
}
#header_l{
	padding-top: 22px;
	float: left;
}

#header_r{
	float: right;
}

#header_r_t{
	height: 105px;
}

#header_r_b{
}

/* ul:メニュー */

#header_menu{
	height: 18px;
	text-align: right;
	width: 480px;
	padding: 0px;
}

ul#header_menu{
	text-align:left;
	list-style:none;
	margin : 0px ;
	padding : 0px ;
}
ul#header_menu li{
    list-style:none;
    float:left;
    border: none;
	margin : 0px ;
	padding : 0 15px 0 0 ;
}
ul#header_menu a{
    display:block;
    overflow:hidden;
}

/* ボタン別 */
a.news{
  background-image: url("/img/h_news.png");
  background-repeat: no-repeat;
}
a:hover.news{
  background-image: url("/img/h_news.png");
  background-repeat: no-repeat;
}

a.menu{
  background-image: url("/img/h_menu.png");
  background-repeat: no-repeat;
}
a:hover.menu{
  background-image: url("/img/h_menu.png");
  background-repeat: no-repeat;
}

a.gallery{
  background-image: url("/img/h_gallery.png");
  background-repeat: no-repeat;
}
a:hover.gallery{
  background-image: url("/img/h_gallery.png");
  background-repeat: no-repeat;
}

a.staff{
  background-image: url("/img/h_staff.png");
  background-repeat: no-repeat;
}
a:hover.staff{
  background-image: url("/img/h_staff.png");
  background-repeat: no-repeat;
}

a.voice{
  background-image: url("/img/h_voice.png");
  background-repeat: no-repeat;
}
a:hover.voice{
  background-image: url("/img/h_voice.png");
  background-repeat: no-repeat;
}

a.access{
  background-image: url("/img/h_access.png");
  background-repeat: no-repeat;
}
a:hover.access{
  background-image: url("/img/h_access.png");
  background-repeat: no-repeat;
}

a.mail{
  background-image: url("/img/h_mail.png");
  background-repeat: no-repeat;
}
a:hover.mail{
  background-image: url("/img/h_mail.png");
  background-repeat: no-repeat;
}


/* トップイメージ */
#top_img{
	clear: both;
	background: #CCCCCC;
}

/* メニュータイトル */
.title{
	height: 40px;
	font-size: 150%;
	padding: 0px 0px 30px 0px;
}

/* メニューサブタイトル */
.sub_title{
	height: 30px;
	font-size: 120%;
}

/* コンテンツ */
#content{
	clear: both;
	background: #000000;
	border-top:0px solid #363636;
	color: #828282;
	margin: 0px;
	width: 100%;
}

#content_img{
	clear: both;
	padding: 25px 0 10px 13px;
	border: 0px solid #363636;
}

#content p{
	padding: 5px 0px 25px 3px;
}

/* サイドコンテンツ */
#content_l{
	float: left;
	padding: 10px 0px 10px 5px;
	margin: 0px;
	width: 205px;
	border:0px solid #000000;
}

/* サイドBOX */
.side_box1{
	margin: 0px auto 0px auto;
	width: 100%;
	font-size: 80%;
	border:0px solid #CCCCCC;
}

#content_r{
	float: right;
	padding: 10px;
	margin: 0px;
	width: 575px;
}
#content_r p{
	padding-top: 10px;
}

.contentbox1{
	padding: 10px 0px 0px 0px;
	width: 90%;
}
.space{
	clear: both;
	padding-top: 40px;
}
.txt_l{
	float:left;
	width: 270px;
	padding 0px 5px 5px 5px;
}
.img_r{
	float:right;
	width: 240px;
	height: 180px;
	background: #CCC;
}

#content_c{
	padding: 15px 10px 10px 10px;
	margin: 0px auto 0px auto;
	width: 770px;
}

#content_c p{
	width: 85%;
}

#content_c img{
	padding: 8px 0 10px 0;
}

.page{
	width:100%;
	font-size: 90%;
	height:10px;
	padding: 0px 0px 10px 0px;
}

.page a{
	text-decoration:underline;
}

.bef{
	float: left;
	text-align: left;
	padding: 0px 0px 0px 30px;
}

.aft{
	float: right;
	text-align: right;
	padding: 0px 30px 0px 0px;
}

/* フッタ */
#footer {
	border-top: 1px solid #363636;
	clear: both;
	padding: 3px;
	font-size: 80%;
	text-align: right;
	background: #000000;
	color: #363636;
	height: 10px;
}
#footer_menu{
	float: left;
}

#footer_copyright{
	float: right;
}


/**************** 各画面別 ***************/

/* トップページ */

.top_info{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 350px;
	font-size: 90%;
	float: left;
}

/* ギャラリー */
#item{
	width: 730px;
	padding: 0 auto 0 auto;
	margin: 0 auto 0 auto;
}

.item{
	float: left;
	width: 140px;
	height: 140px;
	margin: 3px;
	text-align: center;
}

.item_img{
	width: 140px;
}

.item_txt{
	width:140px;
	font-size: 80%;
}

.highslide-caption{
	color: #000;
}

/* スタッフ */
.staff{
	clear: both;
	width: 620px;
	padding: 0 auto 0 auto;
	margin: 0 auto 0 auto;
}

.staff_l{
	float: left;
	width: 400px;
	padding: 0px 5px 30px 5px;
}

.staff_r{
	float: right;
	width: 400px;
	padding: 0px 5px 30px 5px;
}

.staff_l_photo{
	text-align: center;
	float: left;
	width: 200px;
	padding: 0px 5px 30px 5px;
	margin: 0 auto 0 auto;
}

.staff_r_photo{
	text-align: center;
	float: right;
	width: 200px;
	padding: 0px 5px 30px 5px;
	margin: 0 auto 0 auto;
}

.staff h3{
	font-size: 110%;
	font-weight: bold;
	color: #CCC;
	border-bottom: 1px dotted #828282;
	border-left: 0px solid #828282;
	text-indent: 42px;
	height: 25px;
	line-height: 25px;
	background-image: url("../img/mini_logo.png");
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	margin-bottom: 3px;
}

/* メニュー */
.price{
	padding: 0 0 20px 0;
}

.price_txt{
	font-size: 80%;
}

.price h3{
	font-size: 120%;
	font-weight: bold;
	color: #CCC;
	border-bottom: 1px dotted #828282;
	border-left: 0px solid #828282;
	text-indent: 42px;
	height: 25px;
	line-height: 25px;
	background-image: url("../img/mini_logo.png");
	background-repeat: no-repeat;
	background-position: left;
	width: 85%;
	margin-bottom: 3px;
}

/* アクセス */
.access_txt{
	float: left;
	width: 45%;
}

.access_photo{
	float: right;
	width: 55%;
	height: 540px;
	text-align: left;
	background-image: url("../img/gaikan.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
