
/* ----------------------------------------
	settings
---------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	background: url(../img/bg.gif);
}

body * {
	margin: 0;
	border: 0;
	padding: 0;
	outline: none;
	font-size: 12px;
    line-height: 2em;
	letter-spacing: 0.1em;
	color: #000;
	font-family: /*mac*/ "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", 
				 /*win*/ "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic",
				 /*eng*/ "helvetica","arial","sans-serif";
}

li { list-style-type: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ----------------------------------------
	layout
---------------------------------------- */

#container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	text-align: center;
}

#slogan {
	margin: 45px auto 25px auto;
}

#date_place {
	width: 370px;
	float: left;
	margin: 0 0 30px 100px;
	display: inline;
	text-align: left;
}

#date_place img {
	margin-top: 25px;
}

#content{
	width: 325px;
	float: right;
	margin: 22px 80px 30px 0;
	display: inline;
	text-align: left;
}

#content img {
	margin-top: 15px;
}

#content ul {
	margin-top: 25px;
}

#content li {
	height: 24px;
	padding-bottom: 22px;
}

#content li a {
	display: block;
	height: 25px;
	padding-left: 30px;
	background: url(../img/link_arrow.gif) no-repeat left 8px;
}

#content li a:hover {
	background: url(../img/link_arrow_hover.gif) no-repeat left 8px;
}

#content li img{
	margin-top: 0;
}

#footer {
	width: 100%;
	height: 25px;
	background: #000;
	text-align: center;
}

#footer_push {
	height: 25px;
	clear: both;
}

address {
	padding-top: 7px;
}