@charset "utf-8";

/*-----------------------------------------------------
RESET
-------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, pre, form, dl, dt, dd, 
blockquote, fieldset, input, address{
	margin:0;
	padding:0;
}

h1, h2, h3, h5, h6, caption, address strong em{
	font-style: normal;
	font-weight: normal;
}

ul, ol, li {
	list-style-type: none;
}

table {
}

caption {
	display:none;
}

form {
	display:inline;
}

fieldset {
	border:none;
}

legend {
	display:none;
}


img{
	border:0;
	vertical-align:bottom;
}

hr {
	display:none;
	clear: both;
}


a {
	outline:none;
}

/*-----------------------------------------------------
BODY
-------------------------------------------------------*/
body{
	font-size:12px;
	color:#333;
	line-height:1.6;
	letter-spacing:0.1em;
	font-family:verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

/* for IE6 */
* html body{
	font-size:75%;
	font-family:verdana,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

/* for IE7 */
*:first-child + html body{
	font-size:75%;
	font-family:Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*-----------------------------------------------------
BASE LINK COLOR
-------------------------------------------------------*/

a:link,
a:visited {
	color:#117401;
	text-decoration:underline;
}

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

/* OPERA 9 HACK */
@media all and (min-width: 0px) {
	#header dl#globalNavi dd {
		
	}
}

