@charset "UTF-8";

/* =====BASIC===== */

*{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#333;
}

body{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#333;
	margin:0;
	padding:0;
	font-size:0.8em;
	text-align:center;
	line-height:1.4em;
	letter-spacing:1px;
	background-color:#ffffff;
}

br {
	letter-spacing:normal;
}

a{
	color:#333388;
	text-decoration:none;
}

a:hover {
	color:#00bbff;
	text-decoration:none;
}

.left{
	float:left;
}

.center{
	text-align:center;
}

.link-line{
	text-decoration:underline;
}

.noline{
	text-decoration:none;
}

.ul-circle{
	list-style-type:circle;
}

.ul-number{
	list-style-type:decimal;
}

img{
	border:0;
}

.img-space{
	padding:5px 10px 5px 5px;
	float:left;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}

.darkorange{
	background-color:#FF8833;
	border-top:2px solid #ff6666;
	border-bottom:2px solid #ff6666;		
}

.limegreen{
	background-color:#32cd32;
	border-top:2px solid #00aa00;
	border-bottom:2px solid #00aa00;	
}

.deepskyblue{
	background-color:#0080ff;
	border-top:2px solid #0000ff;
	border-bottom:2px solid #0000ff;	
}

.red{
	background-color:#ff1111;
	border-top:2px solid #ff8888;
	border-bottom:2px solid #ff8888;	
}

.clear{
	clear:both;
}

.logbox{
	border: solid 1px #aaaaaa;
	overflow: auto;
}

/* ====TEMPLATE FRAMEWORK==== */

div#wrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:0 10px;
	background : url(bg.gif) repeat-y fixed 50% 50%;
}

/* ==== HEADER ==== */
div#header{
	width:981px;
	margin-left:9px;
	border-top:2px solid #0000ff;
	background : url(head-bg.gif) repeat-x fixed;
}

div#header-l{
	width:600px;
	float:left;
}

div#header-r{
	width:300px;
	float:right;
	text-align:right;
}

div#header img{
	padding:10px 5px;
}

div#header h1{
	font-size:2em;
	margin:0;
	padding:10px;
}

div#header p{
	margin:0;
	padding:0 20px;
	background:#ffffff;
	font-size:0.8em;
}

/* ==== MENU(HEADER) ==== */
div#menu{
	font-size:0.9em;
	clear:both;
	width:981px;
	margin:0;
	border-top:1px solid #000000;
	background:#ffffff;
}

/* ==== */
div#menu:after,
div#contents:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ==== MENU ====*/
/*-----------------------------

div#menu ul {
	margin:0;
	padding:0;
}

div#menu li {
list-style-type:none;
float:left;
text-align:center;
margin:0;
padding:0;
}

div#menu li a{
	display:block;
	width:109px;
	background:#dddddd;
	line-height:26px;
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
}

div#menu li a:hover{
	background:#9f1d20;
}

----------------------------*/

/* ドロップダウンメニュー */

/* defaults for ie6 */
a, a:hover, a:active, a:focus {
	outline:0; font-weight:normal;
}

.positioner {
	position:relative;
	height: 33px;
}

.menuHolder {
	background: url(drop/bg_menu.png) left top no-repeat;
	position: absolute;
	height: 33px;
	z-index:100;
}

ul.ulTop {
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	line-height: 31px;
	text-align: center;
	width: 109px;
	/* zoom: 1; */
}

ul.ulTop a {
	color: #eee;
	text-decoration: none;
}

ul.ulTop li.liTop {
	float: left;
	width: 218px; /* ulTop x 2 */
	margin: -32767px -109px 0 0;
}

ul.ulTop li.liTop a.aTop {
	position: relative;
	z-index: 50;
	display: block;
	float: left;
	width: 109px;
	margin-top: 32767px;
}

ul.ulTop li.liTop a.aTop:hover,
ul.ulTop li.liTop a.aTop:focus,
ul.ulTop li.liTop a.aTop:active {
	margin-right:1px;
}

ul.sub {
	background: url(drop/bg_subMenu.png) 0 24px no-repeat;
	float: left;
	padding: 25px 0 0 0;
	margin: 0;
	list-style: none;
	margin-top: -25px;
}

ul.sub li {
	background: url(drop/bg_subMenuItem.png) left top no-repeat;
	overflow: hidden;
	line-height: 31px;
	vertical-align: top;
	height: 31px;
}
	ul.sub li.firstChild {
		background-image: url();
	}
	
	ul.sub li.lastChild {
		background-image: url(drop/bg_subMenuItemLast.png);
	}

ul.sub li a {
	float: left;
	width: 109px;
	clear: left;
	/* background 必須 */
	background: url(drop/bg.png) left top no-repeat;
	position: relative;
	z-index: 500;
}

ul.sub li a.last {
	/* null */
}

ul.sub li a.last:hover,
ul.sub li a.last:focus,
ul.sub li a.last:active {
	text-decoration: underline;
}

ul.sub a:hover,
ul.sub a:focus,
ul.sub a:active {
	text-decoration: underline;
	margin-right: 1px;
}

/*  */

div#navi{
	width:945px;
	padding-left:10px;
	background:#ffffff;
}

div#navi a{
	border-bottom:1px solid #333;	
}

div#news{
	padding:10px;
	margin:10px auto;
	width:905px;
	background:#cccccc;
}

/* ==== CONTENTS ==== */
div#contents{
	width:945px;
	clear:both;
	padding:10px 0 0 0;
	margin:0 20px;
	background:#ffffff;
}

div#contents h2{
	font-size:1em;
	color:#ffffff;
	padding:2px 0 2px 1em;
	font-weight:bold;
	background:#888888;
	border-bottom:2px solid #cccccc;
	margin-bottom:2px;
}

div#contents a{
	border-bottom:1px solid #333;
}

div#contents table{
	width:800px;
	padding-bottom:10px;
	margin-left:50px;
}

/* ==== MAIN === */
div#main{
	width:500px;
	float:left;
	padding:10px;
}

div#main a{
	border-bottom:1px solid #333;
}

div#main a:hover{
	border:0;
	color:#999999;
;}

div#main h2{
	font-size:1em;
	color:#ffffff;
	padding:3px 0 3px 1em;
	font-weight:bold;
	background:#666666;
	margin-bottom:2px;
}

div#main p{
	margin:0 0 1em 0;
}

/* ==== SUB === */
div#sub{
	width:400px;
	float:right;
	padding:10px 10px;
}

div#sub h2{
	font-size:1em;
	color:#ffffff;
	padding:3px 0 3px 1em;
	font-weight:bold;
	background:#666666;
	margin-bottom:2px;
}

div#sub ul.topics{
width:360px;
height:355px;
overflow:scroll;
border:1px solid #aaaaaa;
}
/* ==== TITLE ==== */
div#title{
	width:800px;
	padding:10px;
	margin:0 70px;
	background:#ffffff;
}

div#title table{
	width:800px;
	margin:0;
	border-collapse:collapse;	
}

div#title td{
	border:1px solid #dddddd;
	padding:0 1em;
	vertical-align:top;	
}

div#title h1{
	font-size:2em;
	color:#666666;
	padding:10px 0 10px 1em;
	font-weight:bold;
	background:#ffffee;
	border-top:2px solid #888888;	
	border-right:20px solid #888888;		
	border-bottom:2px solid #888888;	
	border-left:20px solid #888888;	
	margin-bottom:2px;
}

div#title h2{
	font-size:1em;
	color:#ffffff;
	padding:5px 1em;
	font-weight:bold;
	background:#888888;
	border-width:3px 0 0 0;
	border-style:groove;
	border-color:#cccccc;
}
div#title h3{
	font-size:1em;
	color:#eeeeee;
	padding:5px 1em;
	font-weight:bold;
}
div#title p{
	padding:0 20px;
}

/* ==== footer ==== */
div#footer{
	width:981px;
	margin:0 9px;
	background:#ffffff;
	border-bottom:1px solid #eeeeee;
}

div#footer-menu{
	clear:both;
	width:981px;
	padding-bottom:10px;
	margin:0;
	background:#ffffff;
}

div#footer-menu ul {
margin:0;
padding:0;
}

div#footer-menu li {
list-style-type:none;
float:left;
text-align:center;
margin:0;
padding:0;
}

div#footer-menu li a{
	display:block;
	width:109px;
	background:#ddd;
	line-height:26px;
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
}

div#footer-menu li a:hover{
	background:#9f1d20;
}

.contact{
	text-align:center;
}

address{
	background:#ffffff;
	color:#333;
	padding:10px;
	text-align:center;
	font-style:normal;
	font-size:0.8em;
}



