@charset "utf-8";

@import "../../common/css/ie6_layout.css";
@import "../../common/css/layout.css";

/* --- reset --- */
html {
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, hr, blockquote, address, noscript {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
}

ul, li, ol, dl, dt, dd, pre, table, form {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

abbr {
	text-decoration: none;
	border: none;
}

em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

hr {
	height: 0;
	border: none;
	margin: 0.5em auto;
	-moz-float-edge: margin-box;
	-moz-box-sizing: border-box;
	clear: both;
	display: none;
}

ul img, 
dl img,
ol img {
	vertical-align: bottom;
}

/*alpha*/
#container a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}


/* --- font size --- */
h1, h2, h3, h4, h5, h6  {  
     font-size: 100%;
}

body {
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
}

html>/**/body {
	font-size: 12px;
}


/* --- base --- */
body {
	color: #535353;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

table {
	font-size: 0.85em;
	border: none;
}

select option,
select optgroup {
	font-style: normal;
}


/* --- link text --- */
a {
	text-decoration: none;
}

a:link {
	color: #a47a1b;
}

a:visited {
	color: #a47a1b;
}
a:hover {
	color: #a47a1b;
	text-decoration: underline;
}

a:active {
	color: #a47a1b;
	text-decoration: underline;
}

