
@import "/library/default.css";

body {
	background-image:url(../image/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#F4EFE4
}

div.indexblock {
	position:relative;
	width:950px;
	height:800px;
	margin:0;
}

div.path {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	background-image:url(../image/bg_sukashi.png);
	background-repeat:repeat;
	background-position:left top;
	width:100%;
}

div.path ul {
	margin:0 0 0 8px;
	padding:0;
	list-style:none;
}

div.path ul li {
	float:left;
	margin:0 15px 0 0;
	padding:2px 0 2px 10px;
	background-image:url(../image/list_path.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/*------------------*/

div.container {
	padding:15px 15px 13px 15px;
}

div.indexblock div.title {
	position:absolute;
	top:30px;
	left:0px;
	z-index:1;
}

div.indexblock div.banner {
	position:absolute;
	top:2px;
	left:807px;
	z-index:4;
}

div.indexblock div.info {
	position:absolute;
	top:280px;
	left:650px;
	z-index:3;
	width:300px;
	height:510px;
	background-image:url(../image/bg_sukashi.png);
	background-repeat:repeat;
	background-position:left top;
}

div.indexblock div.info h1 {
	margin:0;
	padding:0 0 8px 0;
	font-size:14px;
	border-bottom:1px dotted #cccccc;
	text-align:center;
}

div.indexblock div.info th {
	width:40%;
	border-bottom:1px dotted #cccccc;
	padding:7px 0 5px 0;
	text-align:center;
}

div.indexblock div.info td {
	width:60%;
	border-bottom:1px dotted #cccccc;
	padding:7px 0 5px 0;
}

div.indexblock div.pv {
	position:absolute;
	top:730px;
	left:650px;
	z-index:6;
	width:330px;
}

div.indexblock div.movie {
	position:absolute;
	top:480px;
	left:240px;
	z-index:3;
	width:330px;
}

div.messe {
	position:absolute;
	top:480px;
	left:0px;
	z-index:4;
	width:230px;
	height:310px;
	background-image:url(../image/bg_sukashi.png);
	background-repeat:repeat;
	background-position:left top;
	margin:0 0 5px 0;
	color:#010101;
	border:1px solid #cccccc;
	color:#000000;
}

div.messe p.mc {
	margin:0 0 7px 13px;
	text-indent:-13px;
}

div.messe p.coment {
	font-size:14px;
	line-height:140%;
	margin:0 0 20px 0;
}

/*--------------------------*/

div.contents div.copyright {
	text-align:center;
	margin:10px 0 15px 0;
}



