@charset "utf-8";

/*-----------------------
  デフォルトのリセット
-----------------------*/
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, strong {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }

/*-----------------------
  body
-----------------------*/
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/back.gif);
	font-family: Verdana, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

/*-----------------------
  container
-----------------------*/
div#container {
	width: 770px;
	margin: 0 auto;
	background: #ffffff;
}

/*-----------------------
  header
-----------------------*/
div#header {
	background: #222222;
	color: #ffffff;
	font-size: 75%;
}

div#header p{
	background: #ffffff;
	color: #222222;
	margin: 0;
	padding: 2px 3px 0;
}

/*-----------------------
  wrapper
-----------------------*/
div#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#wrapper {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
/* End hide from IE-mac */

/*-----------------------
  content
-----------------------*/
div#content {
	float: right;
	width: 530px;
	margin: 0 20px;
	background: #ffffff;
	text-align: left;
	line-height: 1.2em;
	font-size: 90%;
}

/*-----------------------
  sidebar
-----------------------*/
div#sidebar {
	float: left;
	width: 180px;
	margin: 0 10px 1em;
	background: #ffffff;
	font-size: 75%;
}

div#sidebar p {
	margin: 8px 0 8px;
	text-align: left;
}

div#sidebar p.message {
	padding: 3px 5px;
	color: #cc1111;
	border:1px solid #cc1111;
	width:170px;
	line-height: 1.2em;
}

div#sidebar p.update {
	margin: 8px 0 15px;
	border-top: 1px solid #444444;
	text-align: left;
	font-size: 85%;
}

div#sidebar ul {
	margin: 12px 0 0;
	list-style-type: none;
}
div#sidebar ul li {
	margin: 0 0 0.2em;
}

/*-----------------------
  footer
-----------------------*/
div#footer {
	margin: 25px 0 0;
	padding: 0 0 30px;
	background: #111111;
	color:#ffffff;
	font-size: 70%;
}

/*-----------------------
  headings
-----------------------*/
h1 {
	text-align: right;
	padding: 7px;
}

h2 {
	margin: 25px 0 15px;
	line-height: 1em;
	font-size: 180%;
	font-weight: normal;
}

h3 {
	margin: 25px 0 7px;
	padding: 7px 10px;
	background: #222222;
	color: #ffffff;
	line-height: 1em;
	font-weight: bold;
}

h3.red {
	background: #993333;
}

h3.underline {
	background: none;
	color: #000000;
	border-bottom: 1px solid #222222;
}

h4 {
	margin: 25px 0 5px;
	line-height: 1em;
	font-weight: bold;
}

/*-----------------------
  その他の要素
-----------------------*/

p{
	margin: 5px 0 15px;
}

p.sidemargin {
	margin: 5px 28px 15px;
}

p.right {
	text-align: right;
	margin: 0 80px 15px 0;
}

p.right-red {
	text-align: right;
	margin: 0 80px 15px 0;
}

p.right-red a{
	color: #cc1111;
	text-decoration: none;
}

p.right-red a:visited{
	color: #cc1111;
}

p.right-red a:hover{
	color: #cc1111;
	text-decoration: underline;
}

a{
	color: #335599;
	text-decoration: none;
}

a:visited{
	color: #335599;
}

a:hover{
	color: #335599;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

ul {
	margin: 20px 28px 15px;
	list-style-type: disc;
}

ul li {
	margin: 0 0 0.2em;
}

address {
	text-align: center;
	margin-bottom: 3px;
	padding: 3px;
	color: #000000;
	background: #ffffff;
}

table	{
	margin: 20px 0 15px;
	empty-cells: show;
}

/*-----------------------
  クラス
-----------------------*/

/*-----------------------
  sitemap
-----------------------*/

ul.sitemap {
	margin: 12px 0 0;
	list-style-type: none;
}

/*-----------------------
  photo01
-----------------------*/

.photo01 {
	float: right;
	padding: 0 0 8px 14px;
	}

/*-----------------------
  shikiri
-----------------------*/

.shikiri {
	text-align: center;
	}

/*-----------------------
  menu01highlighted
-----------------------*/

.menu01highlighted{
	border:1px solid #222222;
	width:180px;
	text-align: center;
	color: #ffffff;
	background: #222222;
	line-height: 2.8em;
}

.menu01highlighted a{
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.menu01highlighted a:visited{
	color: #ffffff;
}

.menu01highlighted a:hover{
	color: #ffffff;
}

/*-----------------------
  menu01
-----------------------*/

.menu01{
	border:1px solid #222222;
	width:180px;
	text-align: center;
	line-height: 2.0em;
}

.menu01 a{
	background: #ffffff;
	color: #000000;
	display: block;
	text-decoration: none;
}

.menu01 a:visited{
	background: #ffffff;
	color: #000000;
}

.menu01 a:hover{
	background: #222222;
	color: #ffffff;
}

/*-----------------------
  menu02highlighted
-----------------------*/

.menu02highlighted{
	border:1px solid #993333;
	width:180px;
	text-align: center;
	color: #ffffff;
	background: #993333;
	line-height: 2.8em;
}

.menu02highlighted a{
	background: #993333;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.menu02highlighted a:visited{
	background: #993333;
	color: #ffffff;
}

.menu02highlighted a:hover{
	background: #993333;
	color: #ffffff;
}

/*-----------------------
  menu02
-----------------------*/

.menu02{
	border:1px solid #993333;
	width:180px;
	text-align: center;
	line-height: 2.0em;
}

.menu02 a{
	background: #ffffff;
	color: #000000;
	display: block;
	text-decoration: none;
}

.menu02 a:visited{
	background: #ffffff;
	color: #000000;
}

.menu02 a:hover{
	background: #993333;
	color: #ffffff;
}

/*-----------------------
  menu03highlighted
-----------------------*/

.menu03highlighted{
	border:1px solid #335599;
	width:180px;
	text-align: center;
	color: #ffffff;
	background: #335599;
	line-height: 2.8em;
}

.menu03highlighted a{
	background: #335599;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.menu03highlighted a:visited{
	background: #335599;
	color: #ffffff;
}

.menu03highlighted a:hover{
	background: #335599;
	color: #ffffff;
}

/*-----------------------
  menu03
-----------------------*/

.menu03{
	border:1px solid #335599;
	width:180px;
	text-align: center;
	line-height: 2.0em;
}

.menu03 a{
	background: #ffffff;
	color: #000000;
	display: block;
	text-decoration: none;
}

.menu03 a:visited{
	background: #ffffff;
	color: #000000;
}

.menu03 a:hover{
	background: #335599;
	color: #ffffff;
}

/*-----------------------
  menu04
-----------------------*/

.menu04{
	border:1px solid #aaccff;
	width:180px;
	text-align: center;
	color: #000000;
	background: #aaccff;
	line-height: 2.0em;
}

.menu04 a{
	background: #aaccff;
	color: #000000;
	display: block;
	text-decoration: none;
}

.menu04 a:visited{
	background: #aaccff;
	color: #000000;
}

.menu04 a:hover{
	background: #ffffff;
	color: #000000;
}

/*-----------------------
  menu05highlighted
-----------------------*/

.menu05highlighted{
	border:1px solid #995533;
	width:180px;
	text-align: center;
	color: #ffffff;
	background: #995533;
	line-height: 2.8em;
}

.menu05highlighted a{
	background: #995533;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.menu05highlighted a:visited{
	background: #995533;
	color: #ffffff;
}

.menu05highlighted a:hover{
	background: #995533;
	color: #ffffff;
}

/*-----------------------
  menu05
-----------------------*/

.menu05{
	border:1px solid #995533;
	width:180px;
	text-align: center;
	line-height: 2.0em;
}

.menu05 a{
	background: #ffffff;
	color: #000000;
	display: block;
	text-decoration: none;
}

.menu05 a:visited{
	background: #ffffff;
	color: #000000;
}

.menu05 a:hover{
	background: #995533;
	color: #ffffff;
}

/*-----------------------
  table01
-----------------------*/

.table01 {
	margin: 10px 20px 10px;
	border-collapse: collapse;
}

.table01 th {
	padding: 3px 0;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.table01 td {
	padding: 3px 0;
	text-align: left;
}

/*-----------------------
  table02
-----------------------*/

.table02 {
	table-layout: fixed;
	border: 1px solid #ffffff;
	border-collapse: collapse;
}

.table02 th {
	width: 115px;
	padding: 5px 7px;
	color: #eeeeee;
	border: 1px solid #ffffff;
	background: #222222;
	font-weight: bold;
	text-align: left;
}

.table02 td {
	padding: 5px 10px;
	border: 1px solid #ffffff;
	text-align: left;
}

/*-----------------------
  table-yubin
-----------------------*/

.table-yubin {
	table-layout: fixed;
	border: 1px solid #ffffff;
	border-collapse: collapse;
}

.table-yubin th {
	padding: 3px 2px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #222222;
	font-weight: bold;
	text-align: center;
}

.table-yubin td {
	padding: 3px 2px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.table-yubin td.pref {
	padding: 3px 2px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

/*-----------------------
  calendar
-----------------------*/

table.calendar {
	padding: 0;
	margin: 12px 2px 0px;
}
table.calendar tr.headline td{
	font-size: 10px;
}
table.calendar th {
	text-align: left;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}
table.calendar th span {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
	cursor: pointer;
	float: right;
}
table.calendar td {
	border-bottom: solid 1px #cccccc;
	text-align: center;
	width: 25px;
	height: 20px;
	vertical-align: middle;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 10px;
	color: #222222;
}
table.calendar td.click {
	cursor: pointer;
	background-color: #ffffff;
}
table.calendar td.Sat {
	color: #cc0000;
	background-color: #ffffff;
}
table.calendar td.Sun {
	color: #cc0000;
	background-color: #ffffff;
}
table.calendar td.holyday {
	color: #cc0000;
}
table.calendar td.xday {
	font-weight: bolder;
	color: #009999;
	font-size: 14px;
}
table.calendar td.birthday {
	font-weight: bolder;
	color: #990000;
	font-size: 14px;
}

