@charset "utf-8";
/* CSS Document */


.center {
text-align: center;
}



/* ____ テキスト設定 ____ */
em {
font-style: normal;
font-weight: bold;
}
.b {
font-weight: bold;
}
.s {
text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.i {
font-style: italic;
}
.f11 {
font-size: 11px;
line-height:130%;
}
.f12 {
font-size: 12px;
line-height:140%;
}
.f14 {
font-size: 14px;
line-height:140%;
}
.f16 {
font-size: 16px;
line-height:140%;
}
.f18 {
font-size: 18px;
line-height:140%;
}
.f20 {
font-size: 20px;
line-height:140%;
}
.f24 {
font-size: 24px;
line-height:140%;
}
.f28 {
font-size: 28px;
line-height:140%;
}
.txt-r {
text-align: right;
}
.txt-l {
text-align: left;
}
.center {
text-align: center;
}

.big-u {
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	text-decoration: underline;
}


/* ____ 余白設定 ____ */
.ma20 {
margin: 20px;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt40 {
margin-top: 40px;
}
.mt60 {
margin-top: 60px;
}
.mt80 {
margin-top: 80px;
}
.mtb30 {
margin-top: 30px;
margin-bottom: 30px;
}
.ml20 {
margin-left: 20px;
}
.mlr20 {
	padding-right: 20px;
	padding-left: 20px;
}
.mlr40 {
	padding-right: 40px;
	padding-left: 40px;
}
.mlr50 {
	padding-right: 50px;
	padding-left: 50px;
}
.ml295 {
	padding-left: 295px;
}
.pa10 {
padding: 10px;
}
.pa20 {
padding: 20px;
}
.pa30 {
padding: 30px;
}
.pa40 {
padding: 40px;
}
.pt20 {
padding-top: 20px;
}
.pt40 {
padding-top: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}



/* ____ テキストカラー ____ */
.red {
	color: #FF0000;
}
.blue {
color: #0066CC;
}
.grn {
color: #008000;
}
.ora {
color: #FF9900;
}
.gry {
color: #999999;
}
.pink {
color: #ff169b;
}
.bg-yell {
background-color: #FFFFF4;
border: 1px solid #CCCC00;
margin: 10px;
padding: 10px;
}
.bg-yell1 {
color: #000000;
background-color: #FFFF00;
}
.price {
font-size: 28px;
color: #ff2600;
font-weight: bold;
font-family: Verdana;
}

/* ____ ボックス ____ */





/* ____ 画像設定 ____ */
.flo-l {
float: left;
margin-right: 6px;
}
.flo-r {
float: right;
margin-left: 6px;
}
.img-m {
vertical-align: middle;
}


/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
clear:both;
}

/* ____ マウスオーバーで色が変わる ____ */
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


/*___________ 画像きりかえ ___________ */ 
.switch {
    visibility: hidden;
}
