/* CSS Document */

@charset "UTF-8";

* {
	font-style: normal;
	background-repeat: no-repeat;
}

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,iframe { 
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body { 
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: 'CI',Meiryo,'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN','MS PGothic',sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.4;
	color: #242414;
}

ul,ol { 
	list-style: none;
}

table { 
	border-collapse: collapse;
}

a:link {
	color: #242414;
}
a:visited {
	color: #555;
}
a:hover {
	color: #3DB1B8;
	text-decoration: underline;
}
a img {
	border: none;
}

/* IE6 listoOρπ */
li {
	_line-height: 0;
}
li a {
	_line-height: normal;
}