﻿@charset "utf-8";



/* -----------------------------------------------------------

CSS Information

 File name:      default.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定

----------------------------------------------------------- */

/*	Reset */

html {
	
}

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;
	font-size:1em;
}

body
{
	margin:0;
	padding:0;
	font-size:90%;
	line-height:150%;
	text-align:center;
}

a
{
 color:#0066CC;
}

a:hover
{
	text-decoration:none;
}

img
{
	border:0;
}

div#container
{
	width:900px;
	height:auto;
	border-top:5px solid #3BAD14;
	border-bottom:5px solid #3BAD14;
	text-align:left;
	margin:0 auto;
}

div#banner
{
	position:relative;
	height:90px;
}

h1 a
{
	width:344px;
	height:32px;
	position:absolute;
	text-indent:-9999px;
	display:block;
	background:url('../img_common/h1_bg.gif') no-repeat;
	top:15px;
	outline:none;
}

div#discription
{
	width:399px;
	height:38px;
	position:absolute;
	text-indent:-9999px;
	background:url('../img_common/discription_bg.gif') no-repeat;
	bottom:5px;
}

div#fontSize
{
	width:205px;
	height:38px;
	position:absolute;
	right:0;
	background:url('../img_common/font_size_bg.jpg') no-repeat;
}

div#fontSize ul
{
	margin-top:3px;
	margin-left:100px;
}

div#bannerNavi
{
	position:absolute;
	width:400px;
	right:1px;
	bottom:4px;
	text-align:right;
	font-size:90%;
}

div#bannerNavi a
{
	color:#666;
	text-decoration:none;
}

div#bannerNavi a:hover
{
	color:#999;
	text-decoration:underline;
}

div#bannerNavi li
{
	display:inline;
	background:url('../img_common/bannernavi_li.jpg') no-repeat 0 3px;
	margin-left:10px;
	padding-left:10px;
}

h2
{
	background:url('../img_common/h2_bg.jpg') no-repeat;
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	line-height:30px;
	padding-left:18px;
	margin-bottom:10px;
}

h3.top
{
	margin-bottom:0;
	line-height:100%;
	padding-bottom:0;
}

h5{
	margin-top:10px;
	margin-left:10px;
}

div#topImg
{
	background:url('../img_common/topImg.jpg') no-repeat;
	height:220px;
	margin-bottom:10px;
}

div#gMenu
{
	background:url('../img_common/gMenu_bg.jpg') no-repeat;
	font-size:90%;
	height:42px;
	position:relative;
}

div#gMenu ul,div#gMenu li
{
	margin:0;
	padding:0;
}

div#gMenu li
{
	display:inline;
}

div#gMenu li.menu1_present
{
	position:absolute;
	background:url('../img_common/gMenu1_hover.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;
	text-indent:-9999px;
}

div#gMenu li.menu1 a
{
	position:absolute;
	background:url('../img_common/gMenu1.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;
	text-indent:-9999px;
	outline:none;
}

div#gMenu li.menu1 a:hover
{
	background:url('../img_common/gMenu1_hover.jpg') no-repeat;
}

div#gMenu li.menu2_present
{
	position:absolute;
	background:url('../img_common/gMenu2_hover.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:128px;
	text-indent:-9999px;
}

div#gMenu li.menu2 a
{
	position:absolute;
	background:url('../img_common/gMenu2.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:128px;
	text-indent:-9999px;
	outline:none;
}

div#gMenu li.menu2 a:hover
{
	background:url('../img_common/gMenu2_hover.jpg') no-repeat;
}

div#gMenu li.menu3_present
{
	position:absolute;
	background:url('../img_common/gMenu3_hover.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:256px;
	text-indent:-9999px;
}

div#gMenu li.menu3 a
{
	position:absolute;
	background:url('../img_common/gMenu3.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:256px;
	text-indent:-9999px;
	outline:none;
}

div#gMenu li.menu3 a:hover
{
	background:url('../img_common/gMenu3_hover.jpg') no-repeat;
}

div#gMenu li.menu4_present
{
	position:absolute;
	background:url('../img_common/gMenu4_hover.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:384px;
	text-indent:-9999px;
}

div#gMenu li.menu4 a
{
	position:absolute;
	background:url('../img_common/gMenu4.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:384px;
	text-indent:-9999px;
	outline:none;
}

div#gMenu li.menu4 a:hover
{
	background:url('../img_common/gMenu4_hover.jpg') no-repeat;
}

div#gMenu li.menu5_present
{
	position:absolute;
	background:url('../img_common/gMenu5_hover.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:512px;
	text-indent:-9999px;
}

div#gMenu li.menu5 a
{
	position:absolute;
	background:url('../img_common/gMenu5.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:512px;
	text-indent:-9999px;
	outline:none;
}

div#gMenu li.menu5 a:hover
{
	background:url('../img_common/gMenu5_hover.jpg') no-repeat;
}

div#gMenu li.menu6_present
{
	position:absolute;
	background:url('../img_common/gMenu6_hover.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:640px;
	text-indent:-9999px;
}

div#gMenu li.menu6 a
{
	position:absolute;
	background:url('../img_common/gMenu6.jpg') no-repeat;
	width:128px;
	height:36px;
	display:block;
	top:0;	
	left:640px;
	text-indent:-9999px;
	outline:none;
}

div#gMenu li.menu6 a:hover
{
	background:url('../img_common/gMenu6_hover.jpg') no-repeat;
}

div#gMenu li.menu7_present
{
	position:absolute;
	background:url('../img_common/gMenu7_hover.jpg') no-repeat;
	width:131px;
	height:36px;
	display:block;
	top:0;	
	left:768px;
	text-indent:-9999px;
}

div#gMenu li.menu7 a
{
	position:absolute;
	background:url('../img_common/gMenu7.jpg') no-repeat;
	width:131px;
	height:36px;
	display:block;
	top:0;	
	left:768px;
	text-indent:-9999px;
	outline:none;
}

div#gMenu li.menu7 a:hover
{
	background:url('../img_common/gMenu7_hover.jpg') no-repeat;
}

div#pankuzu
{
	background:url('../img_common/pankuzu_bg.jpg') no-repeat;
	height:23px;
	text-indent:1em;
	margin-bottom:15px;
	font-size:90%;
	color:#006600;
}

div#pankuzu a
{
	color:#006600;
}

div#main
{
	width:900px;
	height:auto;
}

div#contents
{
	width:660px;
	float:left;
	padding-bottom:20px;
}

div#sidebar
{
	width:220px;
	float:right;
	padding-bottom:15px;
}

div#sidebar ul
{
	margin-bottom:10px;
	margin-top:2px;
}

div#sidebar li
{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:5px solid #99CC00;
	list-style-type:none;
	padding:5px 2px 5px 5px;
	font-size:100%;
	background:url('../img_common/sidebar_li_bg.jpg') center repeat-x #F5F8FB;
	margin-bottom:2px;
	line-height:150%;
	color:#006600;
}

div#sidebar li a
{
	color:#006600;
	text-decoration:none;
	display:block;
}

div#sidebar li:hover
{
	background:url('../img_common/sidebar_li_bg_hover.jpg') center repeat-x #fff6cf;
}

div#sidebar li.sub
{
	border-left:10px solid #FFCC33;
	margin-top:-2px;
	border-top:0;
}

* html div#sidebar li a:hover
{
	text-decoration:underline;
}

div.entry
{
	margin:0 auto;
	padding:0 0 25px 0;
	line-height:150%;
}


div#footerNavi
{
	clear:both;
	background:#B9DC51;
	padding:5px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:90%;
	text-align:center;
}

div#footerNavi a
{
	color:#006600;
	text-decoration:none;
}

div#footerNavi a:hover
{
	text-decoration:underline;
}

div#footerNavi li
{
	display:inline;
	background:url('../img_common/footernavi_li.gif') no-repeat 0 3px;
	margin:0 5px;
	padding-left:10px;
}

div#footer
{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:10px 50px;
	background:url('../img_common/footer_bg.jpg') bottom repeat-x #fefefe;
}

div#footer p
{
	font-size:90%;
	line-height:130%;
}

div#footer span
{
	font-weight:bold;
	color:#003300;
}

.copyright
{
	text-align:center;
	margin-top:10px;
}

div.pagetop
{
	margin-top:20px;
}



div.newsBox
{
	overflow:auto;
	width:660px;
	height:200px;
	margin-bottom:20px;
	margin-top:-5px;
}

div.newsBox li
{
	border-bottom:1px dotted #ccc;
	list-style-image:url('../img_common/newsbox_li.gif');
	margin-left:20px;
}

div.info table
{
	width:100%;
	border-collapse:separate;
}

div.info th
{
	font-weight:bold;
	color:#0066CC;
	background:#E9F1F6;
	border:1px solid #B8D2E2;
	padding:5px;
}

div.info td
{
	color:#0066CC;
	background:#F4F7FA;
	border:1px solid #B8D2E2;
	padding:5px;
}

div.bosyu
{
	background:url('../img_common/bosyu_bg.jpg') center bottom repeat-x;
	background-color:#f6fafd;
	border:1px solid #97B7D7;
	margin-bottom:10px;
}

div.bosyu p
{
	padding:8px;
	font-size:90%;
	color:#003399;
	line-height:120%;
}

div#news,div#info
{
	position:relative;
}

div.top-button
{
	width:95px;
	height:22px;
	position:absolute;
	left: 561px;
	top: 4px;
}

div.banner img
{
	margin-bottom:5px;
}

div.entry ul,div.entry ol
{
	margin:1em 0 1em 2em;
}

div.entry li
{
	margin-bottom:1em;
}

p.txtR
{
	text-align:right;
}

div#h2-box
{
	width:660px;
	height:70px;
	margin-bottom:15px;
	position:relative;
}

div.page-discription
{
	position:absolute;
	top:42px;
	padding-left:15px;
	font-size:90%;
	color:#006600;
}

div#contents h3
{
	background:url('../img_common/h2_bg.jpg') no-repeat;
	height:33px;
	font-size:120%;
	font-weight:bold;
	color:#003366;
	line-height:30px;
	padding-left:18px;
	margin-bottom:10px;
}

div.entry h4
{
	margin:15px 0 10px 0;
	border-left:5px solid #ccc;
	padding-left:8px;
	font-size:110%;
}

div.toiawase
{
	margin:1em 0;
	background:#FCF1D3;
	border:1px solid #F8DA96;
	padding:1em;
}

div.toiawase strong
{
	font-weight:bold;
	color:#990000;
}

.clear
{
	clear:both;
}

span.dl-title
{
	color:#CC3300;
	font-weight:bold;
}
