@charset "utf-8";

/* 基本設定 */
#MERIDIAN {
	/*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";*/
	width: 640px;
	margin-right:auto;
	margin-left:auto;
}


#MERIDIAN p {
	font-size: 1em;
	line-height: 160%;
	margin: 0px;
	padding: 0px 0px 10px;
}
#MERIDIAN img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#MERIDIAN #topimg {
	width: 640px;
	background-image: url(../img/topimg.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	padding: 0px;
	height: 350px;
	margin-bottom: 15px;
}

/* コンテンツ枠設定 */
#MERIDIAN #contents {
	width: 380px;
	float: left;
	padding: 0px 9px 0px 0px;
	margin-bottom: 15px;
	border-right: 1px dotted #999999;
}
#MERIDIAN #contents h2 {
	background-image: url(../img/contents_title.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 380px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
/* メニュー */
#MERIDIAN .globalmenu {
	margin: 0px;
	padding: 0px;
}
#MERIDIAN .globalmenu img {
	margin: 10px 0px 0px;
	padding: 0px;
}


/* リンク */
#MERIDIAN #rightside {
	width: 240px;
	float: right;
	padding: 0px;
	clear: right;
	height: 100%;
	font-size: 0.9em;
	line-height: 150%;
	margin: 0px;
}
#MERIDIAN #rightside h2 {
	background-image: url(../img/link_title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 240px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
#MERIDIAN #rightside .link img {
	margin: 10px 0px 0px;
	padding: 0px;
}


/* プロフィール */
#MERIDIAN #specification, #MERIDIAN #reviewer {
	height: 100%;
	clear:both;
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	overflow: hidden;
	border: 1px solid #CCCCCC;

}
#MERIDIAN .profilephoto {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	float:left
	}
	
#MERIDIAN .profileText {
	color: #333333;
	font-size: 0.8em;
	line-height: 150%;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	}
#MERIDIAN #specification h3 {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/specification_title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 638px;
	line-height: 100%;
	border-style: none;
}
#MERIDIAN #specification img, #MERIDIAN #reviewer img {
	float: left;
	margin: 5px 15px 5px 5px;
}
#MERIDIAN #specification .profileText .profileName, #MERIDIAN #reviewer .profileText .profileName {
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
#MERIDIAN #specification .specText, #MERIDIAN #reviewer .specText {
	font-size: 0.9em;
	font-weight: bolder;
	padding-top: 15px;
}
#MERIDIAN #reviewer h3 {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/reviewer_title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 638px;
	line-height: 100%;
	border-style: none;
}
/* ページのトップ */
#MERIDIAN .pagetop {
	padding: 5px 0px 0px;
	min-height:20px;
	clear: both;
	font-size: 12px;
	margin-top: 15px;
	text-align: right;
}
/* フッター */
#MERIDIAN #footer {
	font-style: normal;
	font-size: 0.8em;
	color: #666666;
	margin-top: 20px;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #999999;
}
#MERIDIAN #specification .specText em {
	font-size: 1.4em;
}
