@charset "utf-8";



/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */

html, body,
h1, h2, h3, h4, h5, h6,
div, p, pre, blockquote,
ul, ol, li,
dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

strong {
	font-weight: normal;
}



/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */

body {
	color: #333;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴPro W3";
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10 { font-size: 63%; line-height: 1.4;}	/* 10px */
.txt12 { font-size: 75%; line-height: 1.58;}	/* 12px */
.txt14 { font-size: 88%;}	/* 14px */
.txt16 { font-size: 100%;}	/* 16px */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img {
	vertical-align: bottom;
}

a:link  {color: #0056c1;}
a:visited {color: #0056c1;}
a:hover {color: #5aa3ff;}



/* ---------------------------------------------
	レイアウト
--------------------------------------------- */

body {
	background: url(../img/body_bg_loop.gif) repeat-x 0 0 #FFFFFF;
}

div#header {
	width: 916px;
	height: 104px;
	margin: 0 auto;
	background: url(../img/header_bg.gif) no-repeat 0 0;
	position: relative;
}
div#header h1 {
	position: absolute;
	top: 21px;
	left: 8px;
}
div#header ul#gnav {
	padding: 42px 0 0 124px;
}
div#header ul#gnav li {
	margin-right: 9px;
	float: left;
}
div#header ul#gnav li.last {
	margin-right: 0;
}


div#title,
div#content {
	width:916px;
	margin: 0 auto;
}
div#footer {
	width: 100%;
	height: 75px;
	background: url(../img/footer_bg_loop.gif) repeat-x 0 0; 
}
div#footer p {
	width:916px;
	margin: 0 auto 0 auto;
	padding-top: 17px;
	text-align: right;
}

/* css end ------------ */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



object {
	outline: none;
}
