@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Oct 10, 2008

	1 : reset
	2 : textLink
	3 : layout
	4 : classes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* **********************************************************************
1 : reset
********************************************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}
strong {
	font-weight: bold;
}
body {
	color: #231815;
	font: 13px Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
	background-color: #fff;
}


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #000;
}
a:hover {
	text-decoration: underline;
}


/* **********************************************************************
3 : layout
********************************************************************** */
body {
	background: url(../images/bg_body.gif) left top repeat;
}
#header div#gnavi,
#container {
	width: 800px;
	margin: 0 auto;
}

#topFlash {
	width: 796px;
	height: 528px;
	margin: 0 auto;
	padding: 0;
}

/* ------------------------------
header
------------------------------ */
#header {
	width: 100%;
	margin-top: 30px;
	border-bottom: #231815 5px solid;
}
#header #gnavi {
	overflow: hidden;
}
#header #gnavi h1 {
	float: left;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#header #gnavi ul {
	float: right;
}
#header #gnavi ul li {
	float: left;
	margin-top: 40px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
}

