﻿@charset "UTF-8";

* {
	margin : 0;
	padding : 0;
	font-size : 12px;
	color : #666;
	line-height : 1.4em;
	font-style:normal;
}


/* HTML定義
++++++++++++++++++++++++++++++++++++*/
body {
	background:url(../images/body_bg.gif) center top repeat-y;
}

img {
	vertical-align:bottom;
	border:none;
}

input {
	vertical-align:baseline;
}

a {
	color:#0d3896;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	display:none;
}


/* コンテナ
++++++++++++++++++++++++++++++++++++*/
#container {
	width:802px;
	margin:auto;
	border-top:none;
	background:url(../images/wrapper_bg.gif) left top repeat-y;
}

#header {
	height:150px;
	background:url(../images/header_bg01.gif) left top no-repeat #fff;;
}

#wrapper {
	padding-right:10px;
}

#primary {
	width:600px;
	float:right;
	padding-top:10px;
	padding-bottom:30px;
}

#secondary {
	width:180px;
	float:left;
}

#footer {
	clear:both;
	text-align:right;
	padding-bottom:100px;
	padding-right:20px;
}


/* ヘッダ
++++++++++++++++++++++++++++++++++++*/
#header #logo {
	float:left;
	width:215px;
	height:80px;
	margin-left:17px;
	padding-top:10px;
}

#header #logo img {
	width:215px;
	height:80px;
}

#header form {
	float:right;
	margin-top:40px;
	margin-right:20px;
}

#header form input {
	font-size:12px;
}

#header form #inputtext {
	width:170px;
}

#header td {
	text-align:left;
	font-size:10px;
	text-align:right;
}

#header td img {
	vertical-align:middle;
}


/* セカンダリ
++++++++++++++++++++++++++++++++++++*/
#secondary .nav {
	width:160px;
	text-align:right;
	margin:15px 0 15px 10px;
}

#secondary .nav h3 {
	padding-right:10px;
	background:url(../images/nav_headbg.gif) left top repeat-y;
	font-size:14px;
}

#secondary .nav ul {
	margin-top:7px;
}

#secondary .nav li {
	list-style:none;
}

#secondary .nav li a {
	background:url(../images/nav_listbg.gif) 147px 5px no-repeat;
	color:#666;
	font-size:12px;
	display:block;
	padding:2px 16px 2px 0;
}

#secondary .nav li a:hover {
	color:#0d3896;
	background:url(../images/nav_listbg.gif) 147px 5px no-repeat #eaead8;
	text-decoration:none;
}

#secondary .nav li.n a,
#secondary .nav li.n a:hover  {
	color:#0d3896;
	background-color:#D8D9C2;
}

#secondary #update {
	width:159px;
	text-align:right;
	margin:15px 0 10px 8px;
	padding:0 2px 2px;
	padding-bottom:5px;
}

#secondary #update h3 {
	background:url(../images/update_head.gif) left top no-repeat;
	height:29px;
}

#secondary #update dl {
	text-align:left;
	background:#fff;
}

#secondary #update dt {
	border-bottom:dashed 1px #bbb;
	border-top:solid 1px #ddd;
	padding-top:4px;
	padding-left:5px;
	padding-bottom:3px;
	font-size:11px;
	height:11px;
}

#secondary #update dd {
	font-size:10px;
	padding:2px 0 2px 5px;
}

#secondary #update dd a {
	font-size:10px;
}

#secondary #update dd a:hover {
	color:#0d3896;
	background:#eaead8;
}

#secondary #update #foot {
	height:15px;
	font-size:1px;
	line-height:1px;
	background:url(../images/update_foot.gif) left top no-repeat;
}

#secondary #bbsIcon {
	display:block;
	margin:auto;
}

#secondary address {
	width:159px;
	text-align:right;
	margin:15px 0 50px 8px;
	padding:20px 2px 5px;
}
