/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:black;
	color:white;
	font-size:85.3%;
	letter-spacing:0.16em;
	line-height:1.93em;
	}

#wrapper{
	width:960px;
	margin:0 auto;
	}

#content{
	width:880px;
	margin-left:40px;
	}

.midashi{
	clear:both;
	float:left;
	width:160px;
	margin-top:40px;
	}

.main{
	float:right;
	width:700px;
	margin-top:40px;
	padding-left:18px;
	border-left:2px solid;
	border-left-color:white;
	}

.main img{
	margin:15px;
	}


/* トップナビゲーション */

#nav{
	width:960px;
	height:60px;
	margin-top:10px;
	margin-bottom:10px;
	}

#nav h1{
	height:10px;
	margin:0;
	padding:0 0 0 8px;
	font-size:8px;
	line-height:8px;
	font-weight:normal;
	}
#nav h2{
	float:left;
	width:380px;
	height:60px;
	margin:0;
	padding:0;
	}

#nav ul{
	float:right;
	width:580px;
	background-image:url(../img/menu-bgright.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#nav ul li{
	float:left;
	width:140px;
	height:60px;
	}

#nav ul li a{
	display:block;
	width:140px;
	height:60px;
	text-indent:-100em;
	overflow:hidden;
	}

.menu01{
	background-image:url(../img/menu-01.gif);
	background-position:top;
	background-repeat:no-repeat;
	}

.menu01 a:hover{
	background-image:url(../img/menu-01.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}

.menu02{
	background-image:url(../img/menu-02.gif);
	background-position:top;
	background-repeat:no-repeat;
	}

.menu02 a:hover{
	background-image:url(../img/menu-02.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
.menu03{
	background-image:url(../img/menu-03.gif);
	background-position:top;
	background-repeat:no-repeat;
	}

.menu03 a:hover{
	background-image:url(../img/menu-03.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}

.menu04{
	background-image:url(../img/menu-04.gif);
	background-position:top;
	background-repeat:no-repeat;
	}

.menu04 a:hover{
	background-image:url(../img/menu-04.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}


/* ページメニュー */

.pagemenu{
	width:880px;
	height:30px;
	border-top:1px dotted;
	border-top-color:#666666;
	border-bottom:1px solid;
	border-bottom-color:white;
	}

.pagemenu li{
	float:right;
	width:135px;
	height:30px;
	}

.pagemenu li a{
	display:block;
	width:135px;
	height:30px;
	text-align:center;
	text-decoration:none;
	padding-top:2px;
	}
	
/* フッター */
#footer{
	clear:both;
	width:960px;
	height:160px;
	background-image:url(../img/all-footer.gif);
	background-repeat:no-repeat;
	padding-top:76px;
	}
	
/* プログラムメニュー */
.programmenu{
	width:880px;
	height:30px;
	margin-left:40px;
	letter-spacing:-0.03em;
	}

.programmenu li{
	float:left;
	width:110px;
	height:30px;
	}

.programmenu li a{
	display:block;
	width:110px;
	height:30px;
	text-align:center;
	text-decoration:none;
	padding-top:2px;
	}

.program-now a{
	color:white;
	}

/*配置系 */

.jump{
	text-indent:-600em;
	overflow:hidden;
	}

.ef-left{
	float:left;
	}
	
.ef-right{
	float:right;
	}

.ef-clear{
	clear:both;
	}

.photom10 img{
	margin:5px;
	}
	
/*文字装飾 */
.big-text{
	font-size:120%;
	}

.big-text2{
	display:block;
	font-size:130%;
	font-weight:normal;
	margin:10px 0px;
	}

.bold-text{
	font-weight:bold;
	}
	
.small-text{
	font-size:80%;
	}

.str-text{
	display:block;
	font-size:128%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height:1.65em;
	margin:10px 0px;
	}

.toplink{
	clear:both;
	display:block;
	height:30px;
	margin:15px 0px;
	text-align:right;
	}
	
/*アイコン */
.icon-a{
	background-image:url(../img/all-iconA.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	}

	
/*リスト系 */
.list{
	list-style-type:circle;
	padding-left:20px;
	}
	
.list2 dt{
	font-size:130%;
	border-bottom:1px dotted;
	border-bottom-color:#CCCCCC;
	margin-bottom:7px;
	padding-bottom:1px;	
	}

.list2 dd{
	margin-bottom:33px;
	}

.photolist{
	float:left;
	width:427px;
	margin-top:40px;
	}

.photolist li{
	float:left;
	margin:5px;
	}

.photolist-hi{
	float:right;
	margin-top:40px;
	}

.photolist-hi li{
	float:left;
	margin:5px;
	}

.flow{
	clear:both;
	}
		
.flow dt{
	font-size:130%;
	}

.flow dd{
	margin-bottom:33px;
	}
	
/* HTMLタグ */
h2,p{
	margin:0;
	padding:0;
	}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
a{
	color:#578195;
	text-decoration:none;
	}

a:hover{
	color:white;
	}
