body {
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-size: 80%;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../head/back.jpg) repeat top center;
}

p, li{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	list-style:none;
}

#container {
	margin: 48px 20px 20px 20px;
	text-align:left;
	min-width: 780px;
	max-width: 2000px;
}

#header{
	background: url(../head/dot.gif) no-repeat top right;
}

/*clear fix*/
#header:after{
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}
* html #header{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#header h1{
	float:left;
	width: 350px;
	margin-top: -28px;
}

#header .nav{
	float:right;
	width: 417px;
	background: url(../head/dot.gif) no-repeat top left;
}

#header ul{
	margin-top: -1px;
}
	


#header .nav li{
	display: inline;
}

.ganre{
	width: 100%;
	padding-left: 13px;
}

#poster{
	padding-left: 13px;
}

#package{
	padding-left: 13px;
}

#flyer{
	padding-left: 13px;
}

#logo{
	padding-left: 13px;
}

.hide{
	display:none
}

/* 01_news
---------------------------------------
*/

.contentholder {
	position: relative;
	width: 500px;
	margin: 0px auto;
	height: 500px;
	overflow: hidden;
	padding: 0px;
}

.contentholder .blog{
	padding-bottom: 30px;
	margin: 0 15px 30px 15px;
	border-bottom:#C0C0C0 1px dotted;
	width: 470px;

}

.contentholder .blog .ti{
	font-weight: bold;
	padding-bottom: 5px;
}
.contentholder .blog .da{
	font-size: 65%;
	padding-bottom: 8px;
}
/* 02_about
---------------------------------------
*/

.about {
	width: 500px;
	margin: 0px auto;
}

/* 03_contact
---------------------------------------
*/



.contact {
	width: 500px;
	margin: 0px auto;
	position:relative;
}

.contact p{
	position:absolute;
	top: 187px;
	left: 177px;
}