@charset "EUC-JP";

/* LIST OF CONTENT========================================
SETTING
CSS HACK
===================================================== */


/* SETTING---------------------------------------------------------------------------- */
body {
	margin:0;
	padding:0;
	background:#f6f6f6;
	color:#666666;
	font-size:12px;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
	overflow-y:scroll;
	width:100%;
}

/* for WinIE6*/
* html body {
	font-size:75%;
	font-family:Verdana,"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
	overflow-y:hidden;
}

/* for WinIE7*/
*:first-child+html body {
	font-size:75%;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
	overflow-y:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}

p,pre,blockquote,ul,ol,dl,dt,dd,hr,form,input {
	margin:0;
	padding:0;
}

img,table {
	margin:0;
	padding:0;
	border:0;
}

li {
	list-style:none;
}

address {
	font-style:normal;
}

strong {
	margin:0;
	padding:0;
	font-weight:normal;
}

em {
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:normal;
}

input {
	font-size:1em;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
}

/* for WinIE6*/
* html input {
	font-family:Verdana,"£Í£Ó P¥´¥·¥Ã¥¯",sans-serif;
}

/* for WinIE7*/
*:first-child+html input {
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
}

input:hover {
	/* background:#ffeeee; */
}

textarea {
	font-size:1em;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
}

/* for WinIE6*/
* html textarea {
	font-family:Verdana,"£Í£Ó P¥´¥·¥Ã¥¯",sans-serif;
}

/* for WinIE7*/
*:first-child+html textarea {
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
}

textarea:hover {
	/* background:#ffeeee; */
}

select {
	font-size:1em;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯",sans-serif;
}

/* for WinIE6*/
* html select {
	font-family:Verdana,"£Í£Ó P¥´¥·¥Ã¥¯",sans-serif;
}

/* for WinIE7*/
*:first-child+html select {
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
}

a:link {
	color:#3a5051;
}

a:visited {
	color:#660000;
}

a:hover {
	color:#ff5d54;
	color:#ff0000;
	text-decoration:none;
}

a:active {
	color:#ffcc00;
}


/* CSS HACK--------------------------------------------------------------------------- */
.clearfix {
	overflow:hidden;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

/*\*/
* html .clearfix {
	height:1em;
	overflow:visible;
}
/**/





