@charset "Shift_JIS";

body{
	color:#777;
	background-color:#C2C1AA;
        font-family: "Arial", "sans-serif";
}

div#wrapper{
	border:solid 1px #b4aeb1;
	background-color:#fff;
}

/* Link General
----------------------------------------------------------------------------- */
a:link{
	color:#4169e1;
	text-decoration:none;
}
a:visited{
	color:#483d8b;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

/* Summary
----------------------------------------------------------------------------- */
#summary{
	color:#666;
	border-left:solid 4px #999;
	padding-left:5px;
}
#note{
	border-bottom:solid 1px #999;
	padding-bottom:5px;
}

/* headcopy
----------------------------------------------------------------------------- */
h1{
	font-size : 12px;
	font-weight: normal;
	color:#000000;
}

/* header
----------------------------------------------------------------------------- */
#header{
	background-image:url(./header_bg.gif);
	background-color: #fff;
}

#logo{
	text-align:center;
	padding:0px 0px 0px 0px;
	font-size:25px;
	background-color:#fff;
}
#logo a{
	text-decoration: none;
	color:#111;
}
#logo img{
	width:748px;
}
#logo a:hover{
	text-decoration: none;
	color:#111;
	background:none;
	border:none;
}
#logo_text{
	color:#111;
	height:60px;
	text-align:left;
	padding:45px 0px 15px 15px;
	font-size:26px;
	font-weight:bold;
}
#logo_text a{
	text-decoration: none;
	color:#111;
	background:none;
}
#logo_text a:hover{
	text-decoration: none;
	color:#111;
	background:none;
	border:none;
}
#logo_text a:visited{
	text-decoration: none;
	color:#111;
	background:none;
}
#logo_text p{
	margin-top:10px;
	color:#97CBFF;
}


/* Navigator
----------------------------------------------------------------------------- */
#navigator *{
	padding: 0px;
}
div#navigator{
	margin: 0px;
	height: 57px;
	/* font */
	font-size:14px;
	padding:0px 15px;
	/* background */
	background-image:url(./navi_bg.gif);
	background-repeat:repeat-x;
	/* background */
	border-style:none;
}
#navigator a{
	text-decoration:none;
	color:#fff;
}
#navigator a:hover{
	color: #fff;
	background:none;
}
#navigator p{
	color:#fff;
}
#navigator ul {
	list-style-type:none;
	margin-left:0px;
}
#navigator ul li{
	border-color: #000000;
	color: #fff;
	float:left;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:18px 10px;
	border:none;
	/*height:22px;*/
	/* background */
	background-image:url(./navi_bg.gif);
	background-repeat:repeat-x;
}

#navigator ul li a{
	color: #fff;
	text-decoration:none;
	border:none;
}

#navigator ul li a:hover{
	color:#030;
	border:none;
	text-decoration:none;
}

/* main
----------------------------------------------------------------------------- */
div#main{
	clear:both;
	background-color:#ffffff;
	background-image:url(./menu_bg.png);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

/* Contents
----------------------------------------------------------------------------- */
/*Page Title*/
#content h2.title{
	font-size:12px;
	color:#b4ada9;
	text-align:right;
}
#content h2.title a{
	color:#b4ada9;
	text-decoration:none;
}
#content h2.title a:hover{
	color: #ccc;
	text-decoration:none;
}

#lastmodified{
	color:#777;
	font-size:12px;
	text-align:right;
}

/* h2 */
#body h2{
	/* font */
	background: transparent;
	color: #4e454a;
	font-size:20px;
	border-bottom:3px solid #4e454a;
	padding-bottom:5px;
}
#body h2 a{
	color:#4e454a;
}
#body h2 a:hover{
	color:#9f9f98;
}

/* h3 */
#body h3{
	/* font */
	background: transparent;
	color: #4e454a;
	font-size:16px;
	padding:3px 10px;
	border-left: solid 10px #4e454a;
}
#body h3 a{
	color:#4e454a;
}
#body h3 a:hover{
	color:#9f9f98;
}

/* h3 + include.inc.php, calender_viwer.inc.php */
#body h4,
#body h2.calender{
	/* font */
	color:#4e454a;
	font-size:16px;
	padding:3px 5px;
	/* backgrond */
	background:none;
	/* border */
	border:none;
	border-bottom:dotted 2px #4e454a;
}
#body h4 a,
#body h2.calender a{
	color:#4e454a;
}
#body h4 a:hover,
#body h2.calender a:hover{
	color:#9f9f98;
}

#body strong{
	font-weight: bold;
}

#body strong a{
	font-weight: bold;
}

#body ul.list1{
	padding-left:16px;
	margin-left:16px;
	margin-top:1em;
	margin-bottom:1em;
	list-style-image:url("list_list1.png");
}
#body ul.list2{
	padding-left:16px;
	margin-left:16px;
	list-style-image:url("list_list2.png");
}
#body ul.list3{
	padding-left:16px;
	margin-left:16px;
	list-style-image:url("list_list3.png");
}
#body ol.list1{
	padding-left:16px;
	margin-left:16px;
	margin-top:1em;
	margin-bottom:1em;
	list-style-type:decimal;
}
#body ol.list2{
	padding-left:16px;
	margin-left:16px;
	list-style-type:lower-roman;
}
#body ol.list3{
	padding-left:16px;
	margin-left:16px;
	list-style-type:lower-alpha;
}

#body del{
	color: #444
}

#body table{
	border-color: #666;
}

hr{
	border-top:2px solid #999;
}

/* LeftBar
----------------------------------------------------------------------------- */
#wrap_sidebar{
	color:#000000;
	border-right: 1px solid #b4aeb1;
	border-top: 1px solid #b4aeb1;
}

.bar a{
	color:#000000;
}
.bar a:hover {
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

.bar h3{
	color:#000000;
	font-size:14px;
	padding:2px 0px 2px 0px;
	border:none;
}
.bar h3 a{
	style:none;
	color:#000000;
	text-decoration:none;
}
.bar h3 a:visited{
	color:#4e454a;
	text-decoration:none;
}
.bar h3 a:hover {
	text-decoration:none;
	border-bottom:1px dotted #000000;
}
.bar h4{
	color:#000000;
	font-weight:normal;
	padding:3px 0px 0px 10px;
	border:none;
}
.bar h4 a{
	color:#000000;
	text-decoration:none;
}
.bar h4 a:visited{
	color:#000000;
	text-decoration:none;
}
.bar h4 a:hover {
	text-decoration:none;
	border-bottom:1px dotted #000000;
}
.bar h2,
.bar h5{
	/* font */
	color:#5F6345;
	text-align:left;
	font-weight:bold;
	padding:7px 0px 5px 5px;
	border:2px solid #9fa09e;
	background-color:#dcd6d2;
}
.bar h2 a,
.bar h5 a{
	color:#000000;
}
.bar h2 a:visited,
.bar h5 a:visited{
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

#menubar{
	color:#333;
}

#search_form{
	color:#333;
	text-align:center;
}

div#search_form h1,
div#search_form h2,
div#search_form h3,
div#search_form h4,
div#search_form h5{
	/* font */
	font-size:1em;
	color:#4e454a;
	font-weight:bold;
	text-align:left;
	padding:7px 0px 5px 5px;
}

/* toolbar
----------------------------------------------------------------------------- */
div#toolbar{
	font-size:11px;
}

/* footer
----------------------------------------------------------------------------- */
div#footer,
div#footer a,
div#footer a:hover{
	color:#333;
	background-color:#aaaab0;
}

#copyright{
	font-size:13px;
	text-align:center;
}



/* Box
---------------------------------------------------------------------------- */

div.bluebox1{
	max-width: 100%;
	border: solid 1px #33a;
	background-color: #fff;
	text-align:left;
	padding: 0px 10px;
}

div.bluebox2{
	max-width: 100%;
	border: solid 1px #33a;
	background-color: #eef;
	text-align:left;
	padding: 0px 10px;
}

div.bluebox3{
	max-width: 100%;
	border: solid 1px #33a;
	background-color: #ffe;
	text-align:left;
	padding: 0px 10px;
}

div.bluebox4{
	max-width: 100%;
	border:none;
	background-color: #eef;
	text-align:left;
	padding: 0px 10px;
}

div.bluebox5{
	max-width: 100%;
	border:none;
	background-color: #ddf;
	text-align:left;
	padding: 0px 10px;
}

div.redbox1{
	max-width: 100%;
	border: solid 1px #f00;
	background-color: #fff;
	text-align:left;
	padding: 0px 10px;
}

div.redbox2{
	max-width: 100%;
	border: solid 1px #f00;
	background-color: #fee;
	text-align:left;
	padding: 0px 10px;
}

div.redbox3{
	max-width: 100%;
	border: solid 1px #f00;
	background-color: #ffe;
	text-align:left;
	padding: 0px 10px;
}

div.redbox4{
	max-width: 100%;
	border:none;
	background-color: #fee;
	text-align:left;
	padding: 0px 10px;
}

div.redbox5{
	max-width: 100%;
	border:none;
	background-color: #fdd;
	text-align:left;
	padding: 0px 10px;
}

div.graybox1{
	max-width: 100%;
	border: solid 1px #000;
	background-color: #fff;
	text-align:left;
	padding: 0px 10px;
}

div.graybox2{
	max-width: 100%;
	border: solid 1px #000;
	background-color: #eee;
	text-align:left;
	padding: 0px 10px;
}

div.graybox3{
	max-width: 100%;
	border: solid 1px #000;
	background-color: #ffe;
	text-align:left;
	padding: 0px 10px;
}

div.graybox4{
	max-width: 100%;
	border:none;
	background-color: #eee;
	text-align:left;
	padding: 0px 10px;
}

div.graybox5{
	max-width: 100%;
	border:none;
	background-color: #ddd;
	text-align:left;
	padding: 0px 10px;
}

/* 手書き下線用
----------------------------------------------------------- */
span.handline{
	background-image:url(./line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:0.2em
}
