@import"base.css";

/**********************/
/*** メイン情報 START */
/**********************/

h3#me_itemh3{
	font-size:12px;
	text-align:center;
	font-family: 'Libre Baskerville', serif;
	line-height:2;
}

#me_main01{
	width:100%;
}

.me_side01{
	display:none;
}

/* メインビジュアル  */
.me_main_visual{
	width:920px;
	height:440px;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #AAAAAA;
}
/* H2タグ  */
h2#me_h201{
	width:260px;
	height:440px;
	float:right;
}
#me_mainimg01{
	width:660px;
	height:440px;
}
/* H3タグ */
#me_newsdiv h3,
#me_follow01 h3{
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
}

/***** 新着情報 START *****/
#me_newsdiv{
	width:610px;
	position:relative;
	float:left;
	display:inline;
	margin-bottom:10px;
}

#me_newsdiv h3{
	border-bottom:1px solid #AAAAAA;
	padding:10px 0;
	margin-bottom:10px;
}

p#me_goichiran{
	position:absolute;
	right:0px;
	top:10px;
}

p#me_goichiran a{
	font-size:12px;
	display:block;
	padding:3px 15px;
	background-color:#AAAAAA;
	text-decoration:none;
	color:#FFFFFF;
}

/* 真中ニュースエリア */
#me_news{
	width:100%;
	height:222px;
	margin:0px auto;
	background-color:#FFFFFF;
	text-align:left;
/*	background-color:black;
	filter: alpha(opacity=50);
	opacity: 0.7;
	moz-opacity: 0.7;
*/
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #AAAAAA;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-darkshadow-color: #AAAAAA;
	scrollbar-highlight-color: #E8D18C;
	scrollbar-3dlight-color: #FFFFFF;
}
#me_news table{width:590px;margin:0;}

#me_news td{
	padding:0px 0px 5px;
	margin:0;
	color:#444444;
	vertical-align:top;
}

td.me_txtdate{
	font-size:12px;
	width:75px;
}

#me_news a{
	text-decoration:none;
	font-size:12px;;
}
#me_news a:hover{color:blue;}


/*** START  */
.me_infoarea01{
	margin-bottom:50px;
	clear:both;
}

ul.me_pickupul{
	width:930px;
	margin-right:-20px;
	margin-top:20px;
}

.me_pickupul li{
	width:300px;
	height:400px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	display:inline;
	text-align:center;
}

.me_pickupul li img{
	margin-bottom:10px;
}

.me_pickupul li h4,
.me_pickupul li p{
	margin-bottom:0px;
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
}
.me_pickupul li h4{
	font-size:15px;
	color: #252525;
	padding-bottom: 4px;
}
.me_pickupul li p{
	line-height: 14px;
	margin-bottom: 6px;
}
.me_pickupul li a{
	font-style: italic;
	font-size: 11px;
	color:#555555;
}

p#me_goichiran{
	font-family: 'EB Garamond', serif;
	letter-spacing: 1px;
}

#me_follow01{
	width:300px;
	float:right;
	position:relative;
}

#me_follow01 h3{
	border-bottom:1px solid #AAAAAA;
	padding:10px 0;
	margin-bottom:10px;
}


/* スライドJS */
.slideshowContainer {
	width:660px;
	height:440px;
	margin: 0px auto;
	cursor:pointer;
/* 	margin-bottom: 5px; */
}
.loading {
	background: url("lib/galleryimages/loading.gif") center no-repeat;
}
.slideshowThumbnail {
	outline: none;
}
.slideshowThumbnail img {}
a:hover.slideshowThumbnail img {}
.current img {
	border:1px solid red;
/* 	padding:5px; */
}
.outline {
/* 	border:2px solid orange; */
	z-index:0;
	position:absolute;
}
#thumbnails {
	width:80px;
	height:10px;
	margin:0;
	position:absolute;
	top:640px;
}
#thumbnails p {
	margin:5px 0;
	text-align:center;
}
