﻿*{
	color: #000;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "メイリオ", "MS Pゴシック", Osaka, sans-serif;
	line-height: 1.5;
	font-size: 90%;
	background-color: #FFF;
}

em {
	font-weight: bold;
	font-style: normal;
}

a {}
a:link {color: #642;}
a:visited {color: #864;}
a:hover { color: #C00;}

img {
	border: none;
}


/*======================================*/
/* page                                 */
/*======================================*/
#page {
	width: 780px;
	background-color: #FFF;
	border: 1px solid #DCB;
	margin: 10px auto;
}


/*======================================*/
/* header                               */
/*======================================*/
#header {
}

/* header-top --------------------------*/
#header-top {
	height: 80px;
	background: url(../img/header-top.png) no-repeat;
	padding: 0 10px 0 20px;
}

#header-top h1 {
}

#header-top h1 img {
	position: absolute;
	top: 25px;
}

#header-top .header-address {
	text-align: right;
	line-height: 1.4;
	padding-top: 18px;
}

#header-top .header-address p {
	color: #864;
	font-size: 80%;
}

#header-top .header-address p.address1 {
	font-weight: bold;
	margin-bottom: 0.5em;
}


/* header-middle ----------------------*/
#header-middle {
	clear: both;
	height: 150px;
	text-align: right;
	background: url(../img/header-middle-back.jpg) no-repeat;
}

#header-middle img {
	margin: 8px 10px 2px 0;
}

/* header-menu -------------------------*/
#header-menu {
	background: url(../img/header-menu.png) no-repeat;
}

#header-menu ul {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #DCB;
}

#header-menu li {
	display: inline;
	font-size: 13px;
}

#header-menu li a {
	color: #864;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 14px 8px 14px;
}

#header-menu li a:link,
#header-menu li a:visited,
#header-menu li a:hover {
	color: #864;
}

#header-menu li a:hover {
	background-color: #F8E8C8;
	border-top: 2px solid #EDB;
	border-bottom: 4px solid #F84;
}

#header-menu li.thispage {
	color: #864;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 4px solid #F84;
	padding: 10px 14px 8px 14px;
}



/*======================================*/
/* main                                 */
/*======================================*/

#main {
	width: 780px;
	overflow : hidden;
	background: url(../img/header-main.png) repeat-y;
}

/* 高さの違うカラム対策 */
#container2 {
	clear: left;
	float: left;
	width: 100%;
	overflow:hidden;
	background: url(../img/side-menu.png) right repeat-y;
	margin-top: 20px;
}

#container1 {
	float: left;
	width: 100%;
	position: relative;
	right: 180px;
}

#content {
	position: relative;
	overflow: hidden;
	left: 180px;
}

#side-menu{
	position: relative;
	overflow: hidden;
	left: 180px;
}

/* content ******************************/
/****************************************/
#content {
	float: left;
	width: 600px;
}


/* side-menu ****************************/
/****************************************/
#side-menu{
	float: left;
	width: 180px;
	hright: 100%;
	background: url(../img/side-menu.png) repeat-y;
}

#side-menu h2 {
	color: #FFF;
	font-size: 120%;
	background: url(../img/side-menu-h2.png) repeat-y;
	padding: 5px 5px 5px 15px;
}

#side-menu h2.side-menu-top {
	background: url(../img/side-menu-h2-top.png) no-repeat;
}

#side-menu .oshirase dl,
#side-menu .topics-menu ul,
#side-menu .link-menu {
	font-size: 80%;
}

/* oshirase ----------------------------*/
#side-menu .oshirase dl {
	padding: 10px ;
}

#side-menu .oshirase dt {
	color: #642;
	font-weight: bold;
}

#side-menu .oshirase dd {
	color: #642;
	margin-bottom: 10px;
}

/* calendar ----------------------------*/
.calendar-menu table.calendar {
	width: 160px;
	font-size: 80%;
	border: 1px solid #DCB;
	border-collapse: collapse; 
	border-spacing: 2px;
	margin: 10px 10px 0 10px;
}

.calendar-menu table.calendar th,
.calendar-menu table.calendar td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DCB;
	padding: 2px;
}

.calendar-menu table.calendar th {
	background-color: #FEB;
}

.calendar-menu table.calendar th.month {
	color: #642;
	background-color: #DCB;
}

.calendar-menu .am,
.calendar-menu table.calendar td.am {
	background-color: #DDF;
}

.calendar-menu .pm,
.calendar-menu table.calendar td.pm {
	color: #C00;
	background-color: #FDD;
}

.calendar-menu table.calendar th.am {
	background-color: #DDF;
}

.calendar-menu table.calendar th.pm {
	background-color: #FDD;
}

.calendar-menu p {
	font-size: 80%;
	padding-left: 10px;
	margin: 10px 0 40px 0;
}

/* topics-menu -------------------------*/
#side-menu .topics-menu {
	margin-bottom: 40px;
}

#side-menu .topics-menu h3 {
	color: #642;
	padding: 20px 0 0 20px;
}

#side-menu .topics-menu ul,
#side-menu .link-menu ul {
	line-height: 2;
	padding-left: 20px;
}

#side-menu .topics-menu li,
#side-menu .link-menu li {
	list-style-type: none;
	background: url(../img/list.png) no-repeat;
	padding-left: 15px;
}

#side-menu .topics-menu span.new {
	color: #C00;
}

/* link-menu -------------------------*/
#side-menu .link-menu {
	margin-bottom: 40px;
}

#side-menu .link-menu p {
	color: #642;
	padding: 10px;
}


/*======================================*/
/* footer                               */
/*======================================*/
#footer {
	clear: both;
	height: 40px;
	color: #864;
	text-align: center;
	border-top: 1px solid #EDC;
	background: url(../img/footer.png) no-repeat;
	padding-top: 20px;
}


