@charset "utf-8";

/* ----------------------------------------------- */
/* font-lartge        */
/* ----------------------------------------------- */
#main-contents p{
	font-size:1.1em;
	line-height:1.5em;
	letter-spacing: 0.06em;
	margin-bottom:25px;
}
#main-contents .frame{
	font-size:1.1em;
}
/* ボタンの表示状態
--------------------*/
#flarge a {
	background-image: url(http://wedge.ismedia.jp/common/images/v1/btn_fontL-over.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#fsmall a {
	background-image: url(http://wedge.ismedia.jp/common/images/v1/btn_fontS.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#fsmall a:hover {
	background-image: url(http://wedge.ismedia.jp/common/images/v1/btn_fontS-over.gif);
}


#flarge2 a {
	background-image: url(http://wedge.ismedia.jp/common/images/v1/btn_fontL-over.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#fsmall2 a {
	background-image: url(http://wedge.ismedia.jp/common/images/v1/btn_fontS.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#fsmall2 a:hover {
	background-image: url(http://wedge.ismedia.jp/common/images/v1/btn_fontS-over.gif);
}
