@charset"Shift_JIS";

/*ブラウザスタイルのリセット*/
body,h1,h2,h3,h4,h5,ul,li,p,dl,dt,dd,hr{
	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;
}
hr{
	margin:20px 0
}
/*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;
}
/*menuのスタイル*/
#menu{
	clear:both;
}

#menu li{
	float:left;
	width:144px;
	height:35px;
	list-style-type:none;
}

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

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

/*mainのスタイル*/
.main{
	float:right;
	font-size:95%;
	width:660px;
	margin:0 0 20px 0;
	letter-spacing:1px;
}
.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;
}
td{
	line-height:1.5;
}

/*sideのスタイル*/
.side{
	float:left;
}
h3{
	font-weight:normal;
	font-size:90%;
	width:144px;
	padding-left:10px;
	background-color:#cc3366;
	color:#fff;
	line-height:2;
	letter-spacing:9px;
}

/*footerのスタイル*/
#footer{
	clear:both;
	text-align:right;
	font-size:80%;
	letter-spacing:1px;
	color:#000;
	padding-top:15px;
	border-top:solid 1px #c2c2c2;
}
address{
	font-style:normal;
	font-weight:normal;
	line-height:1.5;
}
#footer p{
	font-size:60%;
	margin-top:20px;
}
.mail{
	font-size:75%;
}
/*profileページのスタイル*/
.mt_10{
	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;
}
.pic_3 td{
	text-align:center;
}
/*rentalページのスタイル*/
.note{
	text-align:right;
	font-size:85%;
	padding:0 35px 0 0;
}
#rental dt{
	font-weight:bold;
}
#floor{
	margin:40px 0 0 0;
}
#ask{
	text-align:right;
	margin:20px 10px 0px 0;
}
/*contestページのスタイル*/
.bg_pink{
	background-color:#FADFFA;
}
.bg_pink_2{
	background-color:#f9e9f9;
}
.bg_parple{
	background-color:#E4D1F6;
}
.bg_parple_2{
	background-color:#ECE5F4;
}
.mt_30{
	margin-top:30px;
}
.mt_20{
	margin-top:20px;
}
.line_height25{
	line-height:2.5;
}
.poem{
	padding:10px 0;
	text-align:center;
	color:#009999;
	font-weight:bold;
}
.big{
	text-align:center;
	padding-top:15px;
}
/*readページのスタイル*/
.read li{
	float:left;
	width:200px;
	list-style-type:none;
	text-align:center;
	margin:5px;
}
.left{
	float:left;
	margin:8px 15px 10px 0;
}
.right{
	float:right;
	margin:8px 0 10px 15px;
}
.clear{
	clear:both;
}
.readbar{
	clear:both;
	margin-top:30px;
}
h5{
	line-height:2;
	font-size:100%;
	font-weight:bold;
	color:#009999;
}
.indent{
	text-indent:1em;
}

