@charset "UTF-8";
/* base reset */
/* ----------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	color:#000;
	font-family: Helvetica, Verdana, Arial, sans-serif,"ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6;
	font-size: 12px;
}

body section {
	position:absolute;
    left: 50%;
    top: 50%;
    margin:  -90px 0 0 -350px;
	width:700px;
	height:180px;
}
h1 {
	text-align: center;
}
#g_nav {
	margin-top: 40px;
	text-align: center;
}
#g_nav li {
	margin: 0 20px;
	display: inline-block;
	letter-spacing: 1px;
}
a, a:visited { color: #000; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #8b8b8b; }
a:hover img{ 
    opacity:0.4; filter:alpha(opacity=40); 
    -ms-filter: "alpha( opacity=40 )"; 
    background:none!important; 
}



