@charset "UTF-8";

/* 基本タグ修正 */

body{
	text-align:center;
	margin: 0px auto;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size:13px;
    color:#666666;
}

h1,h2,h3,h4,div,ul,ol,dl,dt,dd,li,form,table{
	margin:0px auto 0px auto;
	padding:0px;
}
p{
line-height:1.6em;
}

li{
	list-style-type:none;
	list-style-position:outside;
}
ul,ol{
	list-style-position:outside;
	margin:0px;
	padding:0px;
}

img{
	border:0px;
	vertical-align:bottom;
}

a{
text-decoration:none;
}

strong{
font-weight:normal;
}

.pngs{
behavior: expression(IEPNGFIX.fix(this));
}



/* 右寄せ：左寄せ */
.left{
	float:left;
}
.right{
	float:right;
}

p.text-right{
text-align:right;
}

/* テキスト小さく */
.caption{
font-size:0.8em;
line-height:1.4em;
}

/* ピンク文字 */
.pink{
color:#D92073;
}

/* 英文 */
.arial{
	font-family: 'arial narrow';
	letter-spacing:0.1em;
}

/* 不可視クラス  */
.img-alt{
	display: none;
}

/* クリアフィックス */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 1px;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



