@charset"Shift_JIS";

/*ブラウザスタイルのリセット*/
body,h1,h2,h3,h4,h5,ul,li,p,dl,dt,dd{
	margin:0;
	padding:0;
	line-height:1;
}

/*全体のスタイル*/
body{
	background:#fff url(images/bg_1.gif) repeat;
	color:#666;
	font-family: verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
#wrapper{
	margin:10px auto;
	padding:20px 30px 30px 30px;
	width:864px;
	background-color:#fff;
	border:solid 1px #fff;
}
a img{
	border:0;
}
a{
	outline:none;
}
/*headerのスタイル*/
#header{
	height:135px;
}
h1{
	float:left;
}	
#header ul{
	float:right;
	width:144px;
	list-style-type:none;
	font-size:75%;
	padding-top:80px;
}
#header li{
	text-align:right;
	line-height:1.5;
}
.mr_5{
	margin-right:5px;
}


/*パンくずリスト*/



.bread a:link {
  color: #666;
}

.bread a:visited {
  color: #666;
}

.bread a:hover {
  color: #cc3366;
  font-weight: bold;
}

.bread a:active {
  color: #cc3366;
  font-weight: bold;
}


/*menuのスタイル*/
#menu{
  width: 100%;
  overflow:hidden;
  zoom:1;
}

#menu li {
  display: block;
  float: left;
  width: 144px;
  text-align: center;
  background: url(images/menu_background.gif) repeat-x;
  font-size: 88%;
}

#menu a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: rgb(130,130,130);
  font-weight: bold;
}

#menu a:link {
  color: rgb(130,130,130);
}

#menu a:visited {
  color: rgb(130,130,130);
}

#menu a:hover {
  color: #c58;
  text-shadow: #fff 2px 2px 20px, #fff -2px -2px 20px;
}

#menu a:active {
  color: #c58;
}

/*contentのスタイル*/
.content{
	overflow:hidden; /* 高さを出すため */
	width:100%;
	background:#fff;
	padding-bottom:30px;
}

h2{
	font-weight:normal;
	font-size:85%;
	padding:15px 0 10px 9px;
	margin:30px 0 10px 0;
	border-bottom:solid 1px #666;
	letter-spacing:2px;
}

/*mainのスタイル*/

.main_rose {
  float: right;
  width: 660px;
  margin: 0 0 20px 0;
}

.main_rose01 {
  float: left;
  content: "";
}

.main_rose02 {
	float: left;
	font-size:95%;
	letter-spacing:1px;
	margin-left: 10px;
}

.main_rose02 li {
	line-height:1.4;
}

#monthlyphoto {
  overflow: hidden;
  width: 660px;
  height: 300px;
  border: 2px solid black;
}

#monthlyphoto p {
  float: right;
}

.main{
	float:right;
	font-size:95%;
	width:660px;
	margin:0 0 20px 0;
	letter-spacing:1px;
	line-height: 1.2;
}
.main p{
	line-height:1.7;
}
.clear{
	clear:both;
	padding-top:30px;
	text-align:center;
}
.catch{
	margin:20px 0 5px 0;
}
h4{
	line-height:2;
	margin:0 0 7px 0;
	font-size: 180%;
	color: #d2145a;
}
h5{
	font-size:90%;
	line-height:1.5;
	margin-top:35px;
}
td{
	line-height:1.5;
}

.read_images {
	float:right;
	margin:0 0 10px 10px;
}

.read_images div{
	text-align: center;
}

.subtitle {
	color:#009999;
	font-weight:bold;
	margin-bottom:0;
}

/*sideのスタイル*/
.side{
	float:left;
	margin: 0 0 10px 25px;
}


h3{
	font-weight:normal;
	font-size:90%;
	width:144px;
	padding-left:10px;
	background-color:#cc3366;
	color:#fff;
	line-height:2;
	letter-spacing:10px;
}


/*profileページのスタイル*/
.howto{
	margin-top:10px;
}
/*artistsページのスタイル*/
.artists li{
	float:left;
	width:165px;
	list-style-type:none;
	font-size:90%;
	line-height:3;
	text-align:center;
}
.artists a:link{
	text-decoration:none;
}
.artists a:hover{
	text-decoration:underline;
}
.artists a:visited{
	text-decoration:none;
}
.main dl{
	width:600px;
}
.main dt{
	float:left;
	width:70px;
	line-height:2;
}
.main dd{
	float:right;
	width:500px;
	line-height:2;
}
#history{
	line-height:2;
}

/*rentalページのスタイル*/
.main_rental{
	margin-left: 200px;

}

.main_rental p {
	margin-bottom: 30px;
}

.rental{
	text-align:right;
	font-size:85%;
	margin:0px 10px 0px 0;
}
#rental dt{
	font-weight:bold;
}
#floor{
	margin:40px 0 0 0;
}
#space{
	margin:50px 0 0 0;
}
#space td{
	font-size:80%;
}
#ask{
	text-align:right;
	margin:20px 10px 0px 0;
}

.main_rental_content{
	overflow: hidden;
	width: 650px;
	margin-bottom: 20px;
}

.main_rental_content01, .main_rental_content02{
	float: left;
}



.main_rental_content02 {
	margin-left: 20px;
	letter-spacing: 1px;
	line-height: 1.2;
}



/*contestページのスタイル*/
.bg_pink{
	background-color:#FADFFA;
}
.bg_pink_2{
	background-color:#f9e9f9;
}
.bg_parple{
	background-color:#E4D1F6;
}
.bg_parple_2{
	background-color:#ECE5F4;
}
#contest{
	margin-top:30px;
}

/*readページのスタイル*/
.read li{
	float:left;
	width:200px;
	list-style-type:none;
	text-align:center;
	margin:5px;
}


.main #arrow01 {
	float:right;
	text-decoration: none;
}

.main #arrow01 img, .main #arrow02 img {
	margin-top:5px;
	margin-bottom:-5px;
}

.main #arrow01 a, .main #arrow02 a{
	text-decoration:none;
	color:#666;
	font-size:80%;
}


.main #arrow01 a:hover, .main #arrow02 a:hover{
	color:#CCC;
}

/*スタッフ募集ページのスタイル*/
#staff_content {
	overflow:hidden;
}

#staff_side{
	width: 180px;
	height: 100%;
	float:left;
	margin: 0 0 10px 25px;
}

#staff_main{
	margin-left: 205px;
	margin-bottom: 30px;
}

#staff_main ul{
	list-style: none;
}

#staff_main ul li{
	margin: 40px 0;
	font-size: 150%;
	color: #c36;
}

#staff_main ul li a:link{
	color: #c36;
}



#staff_main .staff_main_title01{
	width: 300px;
	padding: 5px 5px;
	margin: 10px 0 10px 0;
	font-size: 120%;
	color: #cc3366;
	font-weight: bold;
	letter-spacing: 5px;
}

#staff_main .banner{
	border-left: #c58 4px solid;
	margin-left: 20px;
	padding-left: 10px;
}

#staff_main_title01_list{
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: #c58 4px solid;
}

#staff_main_title01_list ol li {
	line-height: 1.2;
}

#staff_main .staff_main_title02{
	overflow:hidden;
	margin: 0 0 15px 0;
}

#staff_main .staff_main_title03{
	float: left;
	width: 100px;
}

#staff_main .staff_main_title04{
	margin-left: 100px;
	line-height: 1.4;
}


/*お問い合わせページのスタイル*/
#toiawase_main{
	margin-left: 220px;
	width: 644px;
}

#toiawase_main p {
	padding: 5px 0;
	line-height: 1.2;
	letter-spacing: 2px;
}


#toiawase_main .toiawaselist{
	margin: 20px auto;
	line-height: 2;
}

#toiawase_main input, #toiawase_main textarea {
	width: 600px;
}

#toiawase_main textarea{
	resize: vertical;
}

#toiawase_main input:focus, #toiawase_main textarea:focus{
	outline: 2px #c36 solid;
	box-shadow: 1px 1px 2px #c36;
}

.toiawase_side{
	display: block;
	float:left;
	margin-left: 25px;
}



.toiawase_side h3 {
	font-weight:normal;
	font-size:90%;
	width:144px;
	background-color:#cc3366;
	color:#fff;
	letter-spacing:6px;
	text-align: center;
}

/*footerのスタイル*/
#footer{
	width: 100%;
	text-align:right;
	font-size:80%;
	letter-spacing:1px;
	color:#666;
	padding-top:15px;
	border-top: 1px solid black;
}
address{
	font-style:normal;
	font-weight:normal;
	line-height:1.5;
}
#footer p{
	font-size:60%;
	margin-top:20px;
}
.mail{
	font-size:75%;
}
