@charset "utf-8";

/* -------- html  -------- */

html {
	color:#3333333;
	overflow-y:scroll;
}

/* -------- body -------- */

body {
	font:90%/1.6 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','メイリオ','Hiragino Kaku Gothic Pro', Meiryo,  sans-serif;
	line-height:160%;
	letter-spacing:0;
	overflow:visible;
	margin: 0 auto ;
	-webkit-text-size-adjust: 100%;
}

	
	/* for Windows */
	.win body {
	font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
	}
	
	/* for Win IE6 */
	* html.win body {
	font-family:'ＭＳ Ｐゴシック';
	}

	/* for Mac firefox2 */
	.mac body.firefox2 {
	font-size:12px;
	}

/* -------- common -------- */

a {
overflow:hidden;
}

a img, img { 
border:0;
vertical-align: top ;
height: auto;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:bold;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

ol, ul {
list-style:none;
}


a {
cursor:pointer;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}


/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
margin:0;
}

/* --LIST-- */
ol, ul {
margin:0em 0em 0em 0em;
text-align:justify;
text-justify:inter-ideograph;
}

dl {
margin:0;
}

ol li,
ul li {
	list-style:none;
	margin:0;
	padding:0;
}

dl dd, ol li, ul li {
	margin-bottom:0em;
}

/* ---- Links ---- */

a:link {
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
	color:#FF6600;
}

a:active {
	text-decoration: underline;
	color:#FF6600;
}
