@charset "utf-8";

/* header ----------------------------------------------- */
#flashArea {
	margin:0 auto;
	width:820px;
	height:315px;
	background:url('../img/flash-bg.png') no-repeat left bottom;
	position:relative;
	z-index:0;
}

/* global navi ------------------------------------------ */
#globalNavi {
	margin:0 auto;
	width:820px;
	height:40px;
	background:url('../img/container-bg.png') no-repeat left top;
}

/* page title ------------------------------------------- */
#mainCont h2 {
	margin-bottom:6px;
	width:575px;
	height:23px;
	text-indent:-9999px;
	font-size:1px;
	overflow:hidden;
	background:url('../img/index-ttl.gif') no-repeat;
}
#mainCont h2#ttlPolicy { background-position:0 0; }
#mainCont h2#ttlAccess { background-position:0 -23px; }

#mainCont {
	width:587px;
	float:left;
	overflow:hidden;
	border-right:1px solid #ad9277;
}

#mainCont .content {
	margin-bottom:20px;
	width:575px;
	overflow:hidden;
}

#subCont {
	width:170px;
	float:right;
	overflow:hidden;
	border-right:1px solid #ad9277;
}


/* container -------------------------------------------- */
#container {
	padding:32px 25px;
	width:770px;
	background:url('../img/container-bg.png') no-repeat 0 -40px;
}

/* policy ----------------------------------------------- */
/*
#mainCont #policy {
	padding:7px;
	background:#fff5e5;
	width:561px;
}
*/
#mainCont p#policyImg {
	margin:0;
	padding:0;
	width:200px;
	height:200px;
	float:left;
}

#mainCont .content #policyTxt {
	margin:0 0 10px 0;
	padding:0;
	width:365px;
	float:right;
}

#mainCont .content #policyTxt p {
	margin:0 0 10px 0;
	padding:0;
	width:365px;
}

/* access ----------------------------------------------- */
#mainCont div#accessImg {
	margin:0;
	padding:0;
	width:350px;
	height:300px;
	float:left;
	border:1px solid #ddd;
}

#mainCont #access {
	width:213px;
	float:right;
}

#mainCont #access h4 {
	font-size:100%;
	font-weight:normal;
}

#mainCont #access dl {
	width:213px;
}

#mainCont #access dt {
	width:60px;
}

#mainCont #access dd {
	margin-top:-1.5em;
	padding-left:60px;
	width:153px;
}

#mainCont #access address {
	margin-top:10px;
	font-style:normal;
}

/* お知らせ -------------------------------------------- */
#subCont h2 {
	margin-bottom:8px;
	color:#630;
	font-size:120%;
}

#subCont h2#blog {
	margin-bottom:10px;
	font-size:100%;
	color:#630;
}
#subCont h2#blog a {
	color:#630;
}

#subCont h3 {
	margin-bottom:3px;
	font-size:100%;
	width:159px;
}

#subCont p {
	margin:0 0 10px 0;
	padding:0;
	width:159px;
}

/* カレンダー ------------------------------------------ */
#topics {
	height:315px;
	background:url('../img/topics-bg.png') no-repeat 0 0;
	behavior:url('/css/iepngfix.htc');
}

#topics p {
	margin:0;
	padding:0;
	width:159px;
	font-size:11px;
	line-height:1.4em;
	color:#630;
	position:absolute;
	right:18px;
	bottom:0;
}

#topics p span.rest {
	color:#f60;
}
