@charset "Shift_JIS";


/* style reset */

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

img {
	border: 0px none;
}

div {
	display: block;
}

iframe {
	border: 0;
}

li {
	list-style-type: none;
}

a:link{
	color:#FFFFFF;
	text-decoration: underline;
	display: block;
}

a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover{
	color: #111111;
	text-decoration: underline;
}

a:focus{
	outline: none;
}

blockquote {
	color: #555555;
}

/* base */

body{
/*		background: #111111; */
	background: url(../images/common/pbk.jpg) #111111 center bottom fixed ;
	text-align: center;
}

body,font,td,font,b,p{
	color:#ffffff;
}

#container{
	background: url(../images/common/container_bk.gif) #E95492 0 0 repeat-x;
	margin: 50px auto;
	text-align: left;
	width: 825px;
	height: 580px;
}


#left{
	background: url(../images/common/navi_bk.gif) -30px bottom no-repeat;
	float: left;
	width: 345px;
	height: 580px;
}

#right{
	background: url(../images/common/right_bk.gif) 0 bottom no-repeat;
	float: left;
	width: 480px;
	height: 580px;
}

/* menu */

#menu {
	clear: both;
	display: block;
	position: relative;
	left: 30px;
	top: 70px;
	width: 345px;
}

#menu a:link{
	color:#E95492;
	text-decoration: underline;
	display: block;
}

#menu a:visited{
	color:#E95492;
	text-decoration: underline;
}

#menu a:hover{
	color: #F49FC5;
	text-decoration: underline;
}

em a {
	display: block;
	text-indent: -99999px;
	width: 190px;
	height: 20px;
}

em a:hover {
	background-position: -190px 0;
	text-indent: -99999px;
	width: 345px;
	height: 20px;
}

.menu01 {
	background: url(../images/common/navi_01.gif) 0 0 no-repeat;
}

.menu01m {
	background: url(../images/common/navi_01.gif) 0 0 no-repeat;
	background-position: -190px 0;
	width: 345px;
}

.menu02 {
	background: url(../images/common/navi_02.gif) 0 0 no-repeat;
}

.menu02m {
	background: url(../images/common/navi_02.gif) 0 0 no-repeat;
	background-position: -190px 0;
	width: 345px;
}

.menu03 {
	background: url(../images/common/navi_03.gif) 0 0 no-repeat;
}

.menu03m {
	background: url(../images/common/navi_03.gif) 0 0 no-repeat;
	background-position: -190px 0;
	width: 345px;
}

#menu ul {
	font-weight: bold;
	font-size: 10px;
	position: relative;
	left: 30px;
	top: 3px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 290px;
}

#menu li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	height: 13px;
}
	
/* entry */

#entry {
	display: block;
	position: relative;
	left: 20px;
	top: -1px;
	width: 460px;
	height: 480px;
}

.entry-more {
	background: url(../images/common/h3.gif) 0 0;
	font-size: 10px;
	line-height: 180%;
	margin: 5px 0 20px 0;
	padding: 0 0 10px 0;
	width: 400px;
}

.entry-more img{
	display: block;
	position: relative;
	top: 5px;
	left: 5px;
	width: 390px;
}

.date {
	border-top: 1px #FFFFFF dotted;
	clear: both;
	display: block;
	font-size: 10px;
	margin: 10px 0 0 0;
	text-align: right;
	width: 370px;
}	

.track {
	border-bottom: 1px #FFFFFF dotted;
	clear: both;
	display: block;
	font-size: 10px;
	margin: 15px 0 0 0;
	width: 370px;
}

.t-date {
	clear: both;
	display: block;
	font-size: 10px;
	text-align: right;
	width: 370px;
}	

/* h */

h1{
	background: url(../images/common/h1.gif) no-repeat 0 0;
	display: block;
	text-align: left;
	width: 345px;
	height: 85px;
}

h1 a{
	display: block;
	position: relative;
	text-indent: -99999px;
	width: 345px;
	height: 85px;
}

h3 {
	background: url(../images/common/h3.gif) 0 20px repeat-x;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 25px 0;
	width: 400px;
}