@charset "Shift_JIS";
/*------------------------------------------------
EDS Stylesheet for Class ！編集厳禁！
v0.92
Last Updated: 2011-12-20
Author: HPEDS
--------------------------------------------------
共通タグ・クラス指定
------------------------------------------------*/

/*----- サイト共通タグ -----*/
#----------site-common-tag {
}
body {
	background: #FFF;
	font: 13px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: bold;
}
/*----- サイト共通クラス -----*/
#----------site-common-class {
}
/* インライン要素の位置 */
.AlignC {
	text-align:center;
}
.AlignL {
	text-align:left;
}
.AlignR {
	text-align:right;
}
.ValignT {
	vertical-align:top;
}
.ValignB {
	vertical-align:bottom;
}
/* 回り込み */
.FloarL {
	float:left;
}
.FloarR {
	float:right;
}
/* マージン（上） */
.MT5 {
	margin-top:5px;
}
.MT10 {
	margin-top:10px;
}
.MT15 {
	margin-top:15px;
}
.MT20 {
	margin-top:20px;
}
.MT25 {
	margin-top:25px;
}
.MT30 {
	margin-top:30px;
}
/* マージン（右） */
.MR5 {
	margin-right:5px;
}
.MR10 {
	margin-right:10px;
}
.MR15 {
	margin-right:15px;
}
.MR20 {
	margin-right:20px;
}
.MR25 {
	margin-right:25px;
}
.MR30 {
	margin-right:30px;
}
/* マージン（下） */
.MB5 {
	margin-bottom:5px;
}
.MB10 {
	margin-bottom:10px;
}
.MB15 {
	margin-bottom:15px;
}
.MB20 {
	margin-bottom:20px;
}
.MB25 {
	margin-bottom:25px;
}
.MB30 {
	margin-bottom:30px;
}
/* マージン（左） */
.ML5 {
	margin-left:5px;
}
.ML10 {
	margin-left:10px;
}
.ML15 {
	margin-left:15px;
}
.ML20 {
	margin-left:20px;
}
.ML25 {
	margin-left:25px;
}
.ML30 {
	margin-left:30px;
}
/* 太文字 */
.Bold {
	font-weight:bold;
}
/* フォントサイズ */
.Font10 {
	font-size:10px;
}
.Font11 {
	font-size:11px;
}
.Font12 {
	font-size:12px;
}
.Font13 {
	font-size:13px;
}
.Font14 {
	font-size:14px;
}
.Font15 {
	font-size:15px;
}
.Font16 {
	font-size:16px;
}
.Font18 {
	font-size:18px;
}
.Font20 {
	font-size:20px;
}
/* フォームのテキストエリアのフォーカス効果 */
input.Pure[type="text"]:focus {
	background-color: #ffffcc;
	border: 1px solid red;
}
/* ロールオーバー時の効果 */
a.Opacity:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
/* セル内自動改行の禁止 */
.Nowrap {
	white-space:nowrap;
}
/* リストのデフォルト装飾 */
ul.Pure li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
ol.Pure li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: decimal;
}
/* テーブルのデフォルト装飾 */
table.Pure {
	border-collapse:separate;
	border-spacing:1px;
	background-color:#CCCCCC;
	
}
table.Pure th,
table.Pure td {
	border: 1px solid #FFFFFF;
	padding: 5px 10px;
	background: #FFFFFF;
}
table.Pure th {
	background: #EEE;
	font-weight: normal;
}

/* clearfix
-------------------------------- */
.ClearFix:after { /* for modern browser */
	height: 0;
	visibility: hidden;
	content:".";
	display: block;
	clear: both;
}
.ClearFix { /* for IE5.5-7 */
	zoom: 1;
	display: inline-block;
}
/* exlude MacIE5 ＼*/
* html .ClearFix {
	height: 1%
}
.Clearfix {
	display: block;
}
.Clear {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
