@import"base.css";

/***** トップ限定のメニュー *****/

/**********************/
/*** メイン情報 START */
/**********************/
#me_main01{
	width:750px;
	margin:0;
	padding:0;
}

/* H2タグ */
h2#me_h201{text-indent:-50000em;text-align:left;background:url("../pic/bg_toph201.jpg") no-repeat left center;height:40px;}
h2#me_h202{text-indent:-50000em;text-align:left;background:url("../pic/bg_toph202.jpg") no-repeat left center;height:40px;}
h2#me_h203{text-indent:-50000em;text-align:left;background:url("../pic/bg_toph203.jpg") no-repeat left center;height:40px;}


/* H3タグ */
h3#me_h301{text-indent:-50000em;text-align:left;background:url("../pic/bg_toph301.jpg") no-repeat left center;height:26px;}
h3#me_h302{text-indent:-50000em;text-align:left;background:url("../pic/bg_toph302.jpg") no-repeat left center;height:26px;}
h3#me_h303{text-indent:-50000em;text-align:left;background:url("../pic/bg_toph303.jpg") no-repeat left center;height:26px;}


/******************************/
/***** メインバナー START *****/
/******************************/
ul.me_mainbn{
	margin:0;
	padding:0;
}

.me_mainbn li{
	width:250px;
	height:75px;
	text-indent:-50000em;
	float:left;
	display:inline;
	margin-bottom:30px;
}

.me_mainbn a{
	display:block;
	width:250px;
	height:75px;
}

.me_mainbn a:hover{background-position:bottom left;}
.me_mainbn01{background-image:url("../pic/bg_topbn01.jpg");}
.me_mainbn02{background-image:url("../pic/bg_topbn02.jpg");}
.me_mainbn03{background-image:url("../pic/bg_topbn03.jpg");}




/******************************/
/***** ニュース情報 START *****/
/******************************/
.me_top01{
	width:340px;
	height:250px;
	margin:0px 0 0 20px;
	display:inline;
	float:left;
	position:relative;
}

p.me_gotopic{
	position:absolute;
	right:10px;
	top:20px;
}

p.me_gotopic a{
	color:#666666;
	font-size:10px;
	text-decoration:underline;
}

p.me_gotopic a:hover{
	color:blue;
}

/* 真中ニュースエリア */
.me_news{
	text-align:left;
	width:340px;
	height:175px;
	margin-top:10px;
/*	background-color:black;
	filter: alpha(opacity=50);
	opacity: 0.7;
	moz-opacity: 0.7;
*/
	overflow:auto;
	scrollbar-arrow-color:#AAAAAA;
	scrollbar-track-color: #EEEEEE;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
}

.me_news span{
	padding-right:20px;
	color:#CC0000;
}


p.me_datetxt{
	margin:5px 0 0 0;
	font-size:12px;
}

p.me_infotxt{
	margin:0 0 5px;
	border-bottom:1px solid #DDDDDD;
	padding:0 0 5px 0px;
}

p.me_infotxt,p.me_infotxt a{font-size:12px;}

/******************************/
/***** 年間予定情報 START *****/
/******************************/
.me_top02{
	width:340px;
	height:250px;
	margin:0px 20px 0 0;
	display:inline;
	float:right;
	position:relative;
}


.me_schedule{
	width:340px;
	height:130px;
	float:left;
	display:inline;
	margin-top:10px;
}

.me_schedule p{
	border-bottom:1px solid #DDDDDD;
	padding:0 0 5px 5px;
}

.me_schedule p,.me_schedule a{font-size:12px;}


.me_schedule span{
	padding-right:20px;
	color:#CC0000;
}



/******************************/
/***** 写真集 START *****/
/******************************/
.me_top03{
	width:710px;
	margin-left:20px;
	background-color:#CDCDCD;
}

.me_top04{
	width:216px;
	height:280px;
	background-color:#FFFFFF;
	float:left;
	display:inline;
	margin:15px 0 15px 15px;
	position:relative;
}

p.me_goimgtopic{
	position:absolute;
	right:10px;
	top:5px;
}

p.me_goimgtopic a{
	color:#666666;
	font-size:11px;
	text-decoration:underline;
}

p.me_goimgtopic a:hover{
	color:blue;
}


/***** 写真集 説明 *****/
.me_intro{
	padding:10px;
}

.me_intro p{
	font-size:12px;
}

.me_intro img{
	margin-bottom:10px;
}

p.me_godt{
	text-indent:-50000em;
	float:right;
	display:inline;
	position:absolute;
	right:10px;
	bottom:5px;
}

.me_godt a{
	display:block;
	font-size:12px;
	width:48px;
	height:18px;
	background:url("../pic/bg_godt.jpg") no-repeat left top;
}
.me_godt a:hover{background-position:left bottom;}
