@charset "utf-8";

/*--------------------------
	Reset
--------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, th, td, figure, figcaptionx {
	margin: 0;
	padding: 0;
}

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

h1, h2, h3, h4, h5, h6, address, em, strong {
	font-style: normal;
	font-weight: normal;
	font-size: medium;
}
   
ol,ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}


/*--------------------------
	Styles
--------------------------*/

body {
	text-align: center;
	background: #ffffff url(../images/bg.gif) fixed no-repeat 10% 100%;
	color: #000000;
}
a {
	color: #3095e3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	position: relative;
/*	top: -1px;*/
	top: 0px;
}
div#main, div#contents, td, th {
	font-size: 90%;
}

#enterpage {
	text-align: center;
	margin-top: 100px;
}
#enterpage h1 {
	display: block;
	overflow: hidden;
	text-indent: -50000px;
	text-align: left;
	line-height: 0.1;
	font-size: 1px;
}
#enterpage a {
	background: url(../images/enterpage.gif) no-repeat top center;
	display: block;
	width: 720px;
	height: 30px;
	margin: 0 auto;
	padding-top: 440px;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

header {
	padding-bottom: 20px;
}

header > h1 {
	width: 800px;
	height: 260px;
	background: url(../images/logo.gif) center no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -50000px;
	text-align: left;
	line-height: 0.1;
	font-size: 1px;
}

/* Navigation -------------------- */
header > nav {
	width: 800px;
	height: 40px;
	background: url(../images/bg_navi.gif) left top repeat-x;
	text-align: center;
}
header > nav > ul {
	width: 650px;
	height: 12px;
	margin: 0 auto;
	padding-top: 15px;
}
header > nav li span,
header > nav li a {
	float: left;
	height: 12px;
	margin: 0 20px;
	background: url(../images/navi.gif) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -50000px;
	text-align: left;
	line-height: 0.1;
	font-size: 1px;
}

header > nav li#ntop span {
	width: 50px;
	background-position: 0 -40px;
}
header > nav li#ntop a {
	width: 50px;
	background-position: 0 0;
}
header > nav li#ntop a:hover {
	background-position: 0 -20px;
}
header > nav li#nprof span {
	width: 56px;
	background-position: -363px -40px;
}
header > nav li#nprof a {
	width: 56px;
	background-position: -363px 0;
}
header > nav li#nprof a:hover {
	background-position: -363px -20px;
}
header > nav li#nong span {
	width: 50px;
	background-position: -57px -40px;
}
header > nav li#nong a {
	width: 50px;
	background-position: -57px 0;
}
header > nav li#nong a:hover {
	background-position: -57px -20px;
}
header > nav li#notog span {
	width: 50px;
	background-position: -115px -40px;
}
header > nav li#notog a {
	width: 50px;
	background-position: -115px 0;
}
header > nav li#notog a:hover {
	background-position: -115px -20px;
}
header > nav li#nakeg span {
	width: 52px;
	background-position: -176px -40px;
}
header > nav li#nakeg a {
	width: 52px;
	background-position: -176px 0;
}
header > nav li#nakeg a:hover {
	background-position: -176px -20px;
}
header > nav li#nieg span {
	width: 52px;
	background-position: -235px -40px;
}
header > nav li#nieg a {
	width: 52px;
	background-position: -235px 0;
}
header > nav li#nieg a:hover {
	background-position: -235px -20px;
}
header > nav li#nblog span {
	width: 60px;
	background-position: -295px -40px;
}
header > nav li#nblog a {
	width: 60px;
	background-position: -295px 0;
}
header > nav li#nblog a:hover {
	background-position: -295px -20px;
}

div#main, div#contents {
	clear: both;
	padding-bottom: 20px;
}

/* 2column Layout -------------------- */
div#main > article {
	width: 530px;
	float: right;
	text-align: left;
}
div#main:after,
div#main > article > div dl:after {   
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

div#main > aside {
	float: left;
}

/* 1column Layout -------------------- */
div#contents > article {
	width: 100%;
	text-align: left;
}

/* Common Style -------------------- */
div#main > article > div,
div#contents > article > div {
	padding-bottom: 10px;
}
div#main > article > div h1,
div#contents > article > div h1 {
	background: url(../images/icon.gif) left top no-repeat;
	border-bottom: 1px #e9e9e9 solid;
	margin-bottom: 10px;
	padding-left: 25px;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 1.5;
	color: #99701f;
}
div#main > article > div h2,
div#contents > article > div h2 {
	clear: both;
	font-weight: bold;
	color: #666666;
}
div#main > article > div p,
div#contents > article > div p,
div#main > article > div dl,
div#contents > article > div dl{
	padding-bottom: 10px;
}
div#main > article > div > dl > dt,
div#contents > article > div > dl > dt {
	float: left;
	width: 70px;
}
div#main > article > div > dl > dt:after,
div#contents > article > div > dl > dt:after {
	content: '…';
	position: relative;
	left: 12px;
}
div#main > article > div > dl > dd
div#contents > article > div > dl > dd {
	float: right;
	width: 450px;
	text-align: left;
}



footer {
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px 0;
	font-size: 82%;
	color: #999999;
}