﻿body {
margin : 0px auto;
  font-size: 0.8em;	
  line-height: 150%;
  text-align: center;}

div#wrapper	{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ffffff;}

div#wrapper2	{
	width: 540px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #cccccc;
        background-color:#eeeeee;}

p{
  font-size:14px;
  padding-left:0.8em;}

span{
  font-size:14px;
  padding-left:0.8em;}

strong {font-weight: bolder;}


/* 画像コンテンツ */
img {
  border-style: none;}


/* ヘッダーコンテンツ */
.header {
  text-align:left;
  padding-bottom:0.5em;}
  
.header h1{color:#ff6262;
  font-size:14px;
  padding:0;
  float:left;}
  
.header h2{color:#ffb0b0;
  font-size:14px;
  float:right;}

.header a {
  text-decoration:none;}

/* ヘッダーサイトマップ */
.headersite{
  float:right;}

.headersite a {
  text-decoration:none;}


/*  センターコンテンツ  */
.content {
  text-align:left;
  padding-bottom:0.5em;}

.content {
  padding-left:0.8em;
  float:left;}

.content h2 {
  font-size:16px;
  border: #ccc 1px solid;
  padding:0.4em;
  text-align: center;}

.content h3 {
  font-size:18px;
  border: #ccc 1px solid;
  background-color:#e1e1e1;
  padding:0.4em;}

.content h4 {
  font-size:18px;
  border: #ccc 1px solid;
  background-color:#e1e1e1;
  padding:0.4em;}

.content h5 {
  font-size:18px;
  border: #ccc 1px solid;
  background-color:#e1e1e1;
  padding:0.4em;}

.content h6 {
  font-size:18px;
  border: #ccc 1px solid;
  background-color:#e1e1e1;
  padding:0.4em;}

 
/*  ライトコンテンツ  */
.right {
	text-align:center;
	float:left;
	margin-left:0.8em;}

.right h2 {
  font-size:16px;
  padding:0.5em;
  text-align: center;
  margin:0;}

.right a {
  text-decoration:none;}


/*  レフトコンテンツ  */
.left {
	text-align:left;
	float:left;}

.left h2 {
  font-size:16px;
  padding:0.5em;
  text-align: center;
  margin:0;}

.left a {
  text-decoration:none;}


/* フッターコンテンツ */
.footer {
  text-align:center;
  padding-bottom:0.5em;}

.footer a {
  text-decoration:none;}

/* フッター時刻　*/

.footerjikoku {
  font-size:16px;
  text-align:right;
  padding:0.5em;
  clear: both;}

.footerjikoku a {
  text-decoration:none;}

/*カレンダー*/ 
#calendar {
line-height: 120%; font-family:
Verdana, Arial, sans-serif; font-size: 10pt;
padding:0px; 
text-align: center; 
margin-bottom: 20px;
} 
#calendar table { 
width: 150px; 
padding:0px 0px 0px 0px; 
margin-right: auto;
margin-left: auto;
}
/*カレンダーのタイトル*/
#calendar caption { 
color: #999999; 
background-color: #E6E6E6;
font-family: Verdana, Arial, sans-serif; 
font-size:10px; 
text-align: center; 
font-weight: bold; 
padding:2px 0px 2px 0px; 
line-height: 15px;
margin-right: auto;
margin-left: auto;
}
/*カレンダーの曜日*/ 
#calendar th { 
line-height: 12px; 
font-size:10px; 
text-align: center; 
font-weight: bold; 
color: #000000; 
padding:2px 0px 0px 0px;
} 
/*カレンダーの日付*/
#calendar td { 
line-height: 12px; 
font-size:10px; 
font-weight: normal; 
color: #997766;
text-align: center; 
padding:2px 0px 0px 0px; 
border-right: solid 1px #FFFFFF; 
border-left: solid 1px #FFFFFF; 
border-top: solid 1px #FFFFFF; 
border-bottom: solid 1px #FFFFFF; 
} 
#calendar a {
color: #000000;
background-color: #999999; 
text-decoration: none;
width: 25px;
}
#calendar a:hover {
color: #FCD9C5; 
background-color: #FFFFFF; 
text-decoration:underline; 
} 

/*プルダウン*/
DIV#menu{
    position:absolute;/*△*/
    width:100%;/*○*/
    z-index:100;/*△*/
    font-size:12px;/*△*/
}
/****メインメニュー用スタイル****/
ul.main{
    margin:0px;/*△*/
    padding:0px;/*△*/
    width:100%;/*○*/
    position:relative;/*×*/
    list-style:none;/*△*/
    /*text-align:center;*//*○*/
}
/*通常時*/
.main li.off{
    position:relative;/*×*/
    float:left;/*×*/
    height:1.5em;/*○*/
    width:224px;/*○*/
    overflow:hidden;/*×*/
    border:1px solid #999999;/*○*/
    background-color:#CCCCCC;/*○*/
}
/*展開時*/
.main li.on{
    float:left;/*×*/
    /*margin-left:112px;*//*△*/
    padding:0px;/*△*/
    overflow:hidden;/*×*/
    width:224px;/*○*/
    background-color:#e5faff;/*○*/
    border:1px solid #999999;/*○*/
}
.main>li.on{
overflow:visible;/*×*/
}
/*リンクスタイル*/
.main a{
    display:block;/*△*/
    text-decoration:none;/*○*/
}
.main a:hover{
    background-color:#e5faff;/*○*/
}

/****サブメニュー用スタイル****/
ol.sub{
    margin:0px;/*△*/
    padding:0px;/*△*/
    /*position:relative;*//*×*/
    /*left:0.5em;*//*○*/
    /*top:0.5em;*//*○*/
    width:224px;/*○*/
    border:1px solid #e5faff;/*○*/
    border-bottom:0px solid #e5faff;/*○*/
    background-color:#e5faff;/*○*/
    list-style:none;/*△*/
    text-align:left;/*○*/
}
.sub li{
/*必要に応じて追加*/
}
.sub a{
    padding:0px 0px 0px 0px;/*○*/
    display:block;/*△*/
    width:224px;/*○*/
    border-bottom:1px solid #999999;/*○*/
}
.sub a:hover{
    background-color:#FFFFEC;/*○*/
}