*{
	margin: 0px;
	padding: 0px;

}
body {
	background-color: #F5F5F5;
	font-size: 95%;
	line-height: 150%;
	text-align: center;
	color: #333333;
	margin: 0px;
}
div#page {
	text-align: left;
	border: 1px solid #333333;
	background: #E7ECF1;
	width: 777px;
	margin: 5px auto;
}
div#head {
	padding: 10px 10px 5px 5px;
	margin: 0px;
	background: #FFFFFF;
}

div#menu {
	background: #C0C0C0;
}
div#menu ul{
    height:25px;            /* リスト全体の高さ */
    list-style:none;        /* リストマークを無しにする */
    text-align:center;      /* 文字を中央 */
    font-size:100%;         /* 文字を大きく */
    font-weight:bold;       /* 文字を太く */
    line-height:150%;       /* 行の高さを調整 */
}
div#menu li{
    width:111px;            /* 項目の幅 */
    height:25px;            /* 項目の高さ */
    float:left;             /* 各項目を左側から回り込み */
}
div#menu a{
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(img/over1.gif);  /* リンク範囲の背景画像設定 */
    background-position:0px 0px; /* ★背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat; /* 背景画像繰り返し表示しない */
    color:#ffffff;            /* リンク文字色 */
	text-decoration: none;
}
div#menu a:hover{
    background-image:url(img/over1.gif);     /* マウスが上に来た時の背景画像設定 */
    background-position:0px -25px;  /* ★背景画像を（0px -35px）に移動★ */
    color:#4a494a;          /* マウスが上に来た時の文字色 */
}
div#main {
	margin: 0px;
	border-left: 1px solid #CCCCCC;
	padding: 20px 0px;
	background: #FFFFFF;
	width: 610px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
div#main p {
	margin: 0px 0px 20px 40px;
}
div#main ul {
	margin-left: 60px;
	margin-bottom: 1em;
	margin-right: 30px;
}
div#submenu {
	width: 150px;
	margin: 5px 0px 0px 5px;
	padding: 10px 0px;
	float: left;
}
div#submenu ul{
	margin: 0px 0px 0px 5px;
	list-style: circle;
	padding-left: 2em;
}
div#submenu p{
	margin: 0px 10px 10px;
}
a{
	display:block;
}
a:hover{
	color:#ff0000;
}

div#foot {
	border-top: 1px solid #333333;
	padding: 0px;
	text-align: center;
	clear: both;
	margin: 0px;
	background: #245386;
	color: #FFFFFF;
}
div#foot p{
	margin: 5px 0px 0px;
	padding: 5px 0px;

}
strong {
	color: #CC3333;
}

h1 {
	font-size: 110%;
	padding: 25px 15px 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #F3F3F3;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	margin: 0px 20px 20px;
	color: #333333;
	border-bottom: 1px dashed #999999;
	padding: 0px 0px 5px;
	clear: both;
}
dl {
	margin: 0px 0px 50px 40px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}
.imgbox {
	margin: 0px 0px 1em 40px;
}
.imgbox img{
	border: 1px solid #666666;
}
.imgbox_f {
	margin: 0px 10px 1em;
	float: right;
}
.imgbox_f img{

}
.imgbox_f2 img{
	border: 1px solid #666666;
}
.FloatEnd {
	clear:both;
}
table.infotable {
   border-collapse: collapse;
   border: 2px #b0c4de solid;
   font-size: 90%;
   font-family: Verdana,sans-serif;
}
table.infotable tr:hover {
	background-color: lavender;
	font-weight: bold;
}
table.infotable th,
table.infotable td {
   padding: 0.3em;
   border-style: solid dashed;
   border-color: #b0c4de;
   border-width: 1px;
}
table.infotable tbody th {
   text-align: left;
}
table.equipmenttable {
   border-collapse: collapse;
   border: 1px #0000CD solid;
   font-size: 90%;
   font-family: Verdana,sans-serif;
}
table.equipmenttable th,
table.equipmenttable td {
   padding: 0.3em;
   border-style: solid dashed;
   border-color: #0000CD;
   border-width: 1px;
}
table.equipmenttable thead th {
   border-bottom: 3px double #0000CD;
   background-color: #B0E0E6;
   letter-spacing: 0.15em;
}
table.equipmenttable tbody th {
   text-align: left;
}
table.equipmenttable tr:hover {
	background-color: lavender;
}
textarea.whatsnew{
	border-style:none;
	scrollbar-base-color:#fff;
	scrollbar-arrow-color:#7f7fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-3dlight-color:#7f7fff;
	scrollbar-darkshadow-color:#7f7fff;
}
div#album{
	margin: 10px auto;
}
div.imagebox {
   border: 1px dashed #0000cc; /* 枠線 */
   background-color: #eeeeff;  /* 背景色 */
   width: 130px;               /* 横幅 */
   float: left;                /* 左に配置 */
   margin: 5px;                /* 周囲の余白 */
}
div#album p.image, div#album p.caption {
   text-align: center; /* 中央寄せ */
   margin: 5px;        /* 余白・間隔 */
}
div#album p.caption {
   font-size: 80%;     /* 文字サイズ */
   color: darkblue;    /* 文字色 */
}

div#album p.exp {
	clear: left;       /* 回り込みを解除 */
}
div#album a{
	text-decoration:none;
}

div#album a:hover {
	color:#0066ff;
	text-decoration :underline;
}
.entry-header {
    margin-top: 10px;
    padding: 0 0 0 5px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    background: #f5f5f5;
    border-left: 5px solid #999;
}

.header a, .entry-header a { text-decoration: none; }


/* コンテンツ記事本文 */

.entry { line-height: 1.5; margin: 15px 5px; }

