@charset "utf-8";

/*--

	__Reset
 
----------------------------------------------------------- */
div,h1,h2,h3,h4,h5,h6,
p,blockquote,th,td,
dl,dt,dd,ul,ol,li,
pre,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,ol,dl {
	list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

abbr,acronym,fieldset {
	border: 0;
}

address,caption,
cite,code,dfn,
em,strong,th,var {
	font-style: normal;
}

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

sup {
	vertical-align: 5px;
	font-size: 9px;
}

/* ----- */
.attention {
	color: red;
}
.clr {
	clear: both;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;	
}


/*-- default --*/
body {
	margin :0;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	background: #feece5;
	overflow: visible;
}


/* for IE7 */
*+html body { 
	font-family: "メイリオ","Meiryo";
	font-size: 75%; 
}

/* for IE6 */  
* html body {  
	font-size: 75%; 
} 




