@charset "euc-jp";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* 画像の枠線を非表示 */
img {
	border: none;
	vertical-align:bottom;
	width: 100%;
	max-width: 480px;
}

/* リストのスタイルを非表示 */
ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

/* リンクの設定 */
a {
	overflow:hidden;
	text-decoration:none;
	color: #F63;
}

a:link{
	color:#F63;
}

a:visited{
	color:#F90;
}

a:active{
	color:#F00;
}
p {
	margin: 0px;
	padding: 0px;
}

/* スタイル初期化 */
body{
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	background-color:#FFF;
	line-height:1.5;
	-webkit-text-size-adjust:none;
	text-align: center;
}

#wrapper {
	width:100%;
	margin:0 auto;
	text-align: left;
}

/* clearfix */
.clear_fix:after{
	content: ".";
	display:block;
	height:1px;
	clear:both;
	visibility:hidden;
}
.clear_fix{
	display:inline-block; /* MacIE用 */
	min-height:1%; /* IE7用 */
}
/*-- MacIEは非適用\ */
*html .clear_fix {height:1%;}
.clear_fix {display:block;}
