@charset "utf-8";
/*-----------------------------------------------------
  All Web Designed by ayame
  Copyright(C)2008 HEAVENLY BLUE all rights reserved.
-----------------------------------------------------*/

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:	0;
	padding: 0;
}
html {
	height:100%;
}
body {
	height:100%;
	font-family: Verdana,MS UI Gothic,sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 140%;
	font-weight: 700;
	color: #333;
	padding-left: 10px;
	border-left: 5px #009 solid;
	margin-bottom: 40px;
}
h2 {
	font-size: 130%;
	font-weight: 700;
	color: #f30;
	margin-bottom: 10px;
}
h3 {
	font-size: 120%;
	font-weight: 700;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
p,li,dt,dl {
	line-height: 160%;
}
p {
	margin: 0 0 1em 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
hr {
	display: none;
}
.clear {
	clear: both;
}

.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*
 Link Color [
----------------------------------------------------------- */
a {
	color: #03f;
	text-decoration: underline;
}
a:link {
	color: #03f;
	text-decoration: underline;
}
a:visited {
	color: #609;
	text-decoration: underline;
}
a:hover {
	color: #f30;
	text-decoration: none;
}
a:active {
	color: #f30;
	text-decoration: none;
}
/*
 Wrapper [
----------------------------------------------------------- */
#wrapper {
	width: 710px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}
/*
 Olddrama [
----------------------------------------------------------- */
#olddrama_wrap01 {
	width: 710px;
	text-align: left;
}
#olddrama_wrap02 {
	width: 710px;
	text-align: left;
	padding-top: 20px;
	border-top: 1px #ccc solid;
	margin-top: 20px;
}
.olddrama_l {
	width: 350px;
	float: left;
}
.olddrama_r {
	width: 330px;
	float: right;
	margin-left: 30px;
}
p.red {
	color: #c00;
	font-size: 80%;
}

#olddrama_wrap01 ul#drama {
	margin-bottom: 20px;
	font-size: 130%;
	width: 670px;
	border: 1px #999 dotted;
	padding: 10px 20px;
}
#olddrama_wrap01 ul#drama li {
	display: inline;
	padding-right: 20px;
}



/*
 Copy [
----------------------------------------------------------- */
#fcopy {
	font-size: 90%;
	color: #666;
	padding-top: 10px;
	border-top: 1px #999 solid;
	margin-top: 20px;
	margin-bottom: 20px;
}