@charset "utf-8";

/*
Copyright B:RIDGE style - BACKPACK RECORDINGS All rights reserved.
*/


/*-----------------------------------------------
 __default
-----------------------------------------------*/

body {
	background:#fff url(../images/bg.gif) no-repeat center bottom;
	color:#000;
	line-height:1.6;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin:0;
	padding:0;
	text-align:center;
	}

*:first-child + html body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}

html {
	overflow-y:scroll;
	}

img {
	border:none;
	}

a {
	color:#6a755d;
	}

a:hover {
	text-decoration:none;
	}

h1,h2,h3,h4,h5,h6,p,ul,li {
	padding:0;
	margin:0;
	}

p {
	margin-bottom:1em;
	font-size:small;
	}

ul {
	font-size:small;
	}

table {
	font-size:78%;
	border:1px solid #886a27;
	margin-bottom:10px;
	border-collapse:collapse;
	}

th,td {
	border:1px solid #886a27;
	padding:3px;
	text-align:left;
	font-weight:normal;
	}

/*-----------------------------------------------
 __common class
-----------------------------------------------*/
.imgL {
	float:left;
	padding-right:15px;
	padding-bottom:10px;
	}

.imgR {
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	}

.imgC {
	display:block;
	margin:5px auto;
	}

.clear {
	clear:both;
	}

.txt10 {
	font-size:70%;
	}

span.txt10 {
	font-size:91%;
	}

.txtR {
	text-align:right;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.marginB10 {
	margin-bottom:10px;
	}

.marginB15 {
	margin-bottom:15px;
	}

.marginB20 {
	margin-bottom:20px;
	}

/*-----------------------------------------------
 __layout
-----------------------------------------------*/
#container {
	margin:0px auto;
	width:920px;
	text-align:left;
	}

#mainImage {
	text-align:center;
	}

ul#gMenu {
	list-style:none;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	}

ul#gMenu li {
	display:inline;
	padding-right:15px;
	}

ul#gMenu li#gMenu_last {
	padding-right:0px;
	}

.pagetop {
	text-align:right;
	clear:both;
	}

#footer {
	background:url(../images/bg_footer.jpg) no-repeat;
	width:870px;
	height:41px;
	margin:0px 25px;
	text-align:center;
	}

address {
	padding-top:17px;
	}


.contents {
	margin:20px 25px;
	}

.contents h2 {
	border:1px solid #000;
	padding:5px 8px;
	margin-bottom:15px;
	}

.contents h3 {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	}

.contents p,
.contents ul,
.contents dl {
	margin-left:10px;
	margin-right:10px;
	}

/*-----------------------------------------------
 __photo-movie
-----------------------------------------------*/
ul.photo_list,
ul.movie_list,
ul.tour_list {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	}

ul.photo_list li {
	display:inline;
	}

ul.photo_list li img,
ul.movie_list img {
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #eee;
	margin:5px;
	}

ul.movie_list li {
	clear:both;
	margin-bottom:10px;
	}

ul.movie_list img {
	float:left;
	margin-right:10px;
	}

/*clear_fix ----------------------------*/

ul.movie_list li{
    zoom:1;
	}

ul.movie_list li:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	}

/*---------------------------- clear_fix*/

ul.player_list {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-top:5px;
	}

ul.player_list li {
	display:inline;
	}

ul.player_list li img {
	float:none;
	padding:0;
	padding-right:10px;
	border:none;
	margin:0px;
	}

ul.tour_list li {
	margin-bottom:5px;
	}

/*-----------------------------------------------
 __blog
-----------------------------------------------*/
ul.rssList {
	list-style:none;
	}

ul.rssList li {
	margin-bottom:20px;
	}

ul.rssList span.rssList_date {
	font-size:x-small;
	font-family:verdana;
	margin-right:10px;
	}

/*-----------------------------------------------
 __schedule
-----------------------------------------------*/
body#schedule dl {
	font-size:78%;
	padding:0;
	}

body#schedule dt {
	font-weight:bold;
	}

body#schedule dt.calender {
	margin-bottom:0.5em;
	}
	
body#schedule dt.item {
	background:url(../images/hr.gif) repeat-x left bottom;
	padding-bottom:8px;
	clear:both;
	margin-bottom:0.5em;
	margin-top:30px;
	}

body#schedule .copyright {
	font-size:70%;
	}

body#schedule .fol {
	margin-top:30px;
	}

body#schedule ul.schedule_list {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	}

body#schedule ul.schedule_list li {
	display:inline;
	}

body#schedule ul.schedule_list li img {
	padding:5px;
	}

body#schedule h2,
body#schedule legend {
	font-size:90%;
	font-weight:bold;
	}

body#schedule fieldset {
	padding:10px;
	}

body#schedule input,
body#schedule select,
body#schedule textarea {
	margin:5px 0px;
	}

body#schedule ul {
	font-size:78%;
	}

