html,body {
  height: 100%; width: 100%;
}
body{
 background : #fff; color:#330000;
 background : url(./Images/bg.jpg) no-repeat top right;
 font-family : Arial, Verdana, MS P Gothic, Helvetica, sans-serif;
 text-align : center;
 padding: 0;margin: 0 auto 0 auto ;
}
a { text-decoration: none; }
a img { border-width: 0; }
a:link { color: #DD2600; }
a:visited { color: #008000; }
a:hover {
  color: #FF5A37;
  text-decoration: underline;
}
a.jump {
  text-decoration: none;
  float: right;
}
a.jump img { width: 15px; height: 15px; }
p { margin: 1px; }
b, strong { font: 600 1em arial, georgia, sans-serif; }
em { font: italic 800 1em 'Times New Roman', serif; }
code {
  font : 500 10px arial;
  color : #aaa;
}
h1,h2,h3,h4,h5,h6 {
  text-align:center;
}
h1 { padding: 2px 10px; font-size: 170%;}
h3 { font:500 150% arial;}
h4 { font:500 120% arial;}
h5 { font:600 110% "Trebuchet MS", sans-serif; padding:5px 0 0 0 ; }
h6 { font:500 105% "Trebuchet MS", sans-serif;}
#header {
 z-index:3;
 position: relative; width:100%; text-align:right;
 top:0; right:0; height : 29px; background : url(./Images/topmenubar.gif) repeat-x ;
}
#header2 {
 position: absolute; display:block; top : 0; left: 8px;
 height : 167px; width: 500px;
 background : url(./Images/barbg.jpg) no-repeat;
 z-index:2;
}
#header3 {
 z-index:4;
 position: relative; display:block;
 margin: 80px auto 20px 2px;
 width:410px; text-align : right;
 border-bottom: 3px #ff9900 solid; height:25px;
 color:#aaccaa; font:500 7pt georgia, serif;
}
#main {
  position: relative; text-align:center;
  padding-top:1em;
  width: 95%;
}
#footer {
  width: 32em;
  text-align:left;
  font-size: 90%;
  margin: 5px auto auto 30%;
  clear: both;
}
div.footer{
  width: 98%;   margin: 0 auto 0 auto;
  border-top : #330000 2px solid;
}
.clear {
  clear: both; height: 1px; margin: -1px 0 0px 0;
  border: none; visibility: hidden; line-height:0px;
}
#linkbar ul{                 /* リンクバー用 */
  text-align: center;
  margin: 2px 0 0 0;
}
#linkbar ul li{
  padding-left: 1em;
  margin-top: 0.5em;
  display: inline;
}
#linkbar ul li a {
  border: none;
}
#linkbar ul li a span {
  display: none;
}
.nav, .nav a {
  font-family: times new roman;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  margin : 1px ;
  padding-bottom: 0;
}
#login-info {                 /* ログイン情報 */
  position: absolute; 
  top: 30px; right: 5em;
  width: 98%; font-size:80%;
  color:#009900;
  text-align: right;
}
#login-info span {
  color: #ff9900;
  font-weight: 600;
  font-size: 110%;
}
.adminkey {
 position: absolute; 
 font-size:70%; top: 30px; right: 0.5em;  text-align: right;
}
.adminkey, .adminkey a, .adminkey a:link, .adminkey a:visited, .adminkey a:hover {
 color:#99cc99;
}
#pp-counter {                  /* カウンター用 */
  position: relative; right:2px;
}
#blog-bar {                    /* ブロッグバー用 */
  width : 180px;
  margin-top: 0px; line-height : 0;
  text-align: center;
}
#theme-selector {             /* テーマ・セレクター用 */
  position: absolute; 
  top: 180px; left:1.5%;
  text-align: left;
  width: 100px;z-index:4;
}
#search-box{                  /* 検索ボックス用 */
  position: absolute; 
  left: 1.5%; top:145px;
  text-align: left;z-index:4;
}
#search-box form input { font-size: 85%; }
  
#search-box form #submit {
  font-size: 85%;
  width: 42px;
  height: 20px;
  background: url(Images/saerchbox.gif) center center no-repeat;
  color: #880000;
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
}
#search-box form #q {
  width: 100px;
  font-size: 85%;
  border:  1px solid #9097A2;
  background: #ffffff;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}

                              /* 記事ボックススタイル */
div.article, div.article-united {
  font-size: 90%; width:80%;
  margin: 5px auto 0 auto;
  padding: 0; text-align:center;
}
.article .title , .article-united .title{
  padding-left: 50px;
  padding-top: 34px;
  font : 600 130% arial, sans-serif;
  height : 32px;
  letter-spacing : 1px;
  background : url(./Images/learf01.gif) no-repeat bottom left;
  text-align: left;
}
div.article .title a, .article-united .title a {
  text-decoration: none;
  color : #005500;
}
div.article .title a:hover, .article-united .title a:hover {
  text-decoration: underline;
}
.article .date, .article-united .date{
  color:#fff; position:absolute;
  text-align: right;
  font : 600 1px georgia, serif; height:1em;
  margin: 0;
}
span.date {
  display: none;
}
.article .cat , .article-united .cat {
  font: 500 10pt arial; color:#880000;
  margin: 13px 0px 0 52px;
  float: left;
}
.article-content {
  padding-left: 50px;
  letter-spacing : 1px; text-align:left; width: 80%;
  margin-left: 4em;
}
div.article code, div.article-united code {
  font: 500 10px verdana,arial;
  text-align: right; color:#fff; 
  padding-left: 7px;
}
.article-content ul.green-ball li {
  background: url(Images/ball_green.png) top left no-repeat;
  padding : 0px 0px 2px 10px; margin-left: 0px;
}
.article-content ul.green-ball {
 padding: 0;
 margin-bottom: 8px;
}
.article-content ul.red-ball li {
  background: url(Images/ball_orange.png) top left no-repeat;
  padding : 0px 0px 2px 10px; margin-left: 0px;
}
.article-content ul.red-ball {
 padding: 0;
 margin-bottom: 8px;
}
.article-content ul.orange-ball li {
  background: url(Images/ball_orange.png) 4px left no-repeat;
  padding : 0 0 0 12px; margin: 0 0 3px 0; font-size:70%;
}
.article-content ul.orange-ball {
 padding-bottom: 8px; padding-top:8px;
}
.article-content table {
 position:relative;
 display: block;
 border :0;
 }
.article-content table.box01 {
 position:relative; width:100%;
 display: block; margin: 0px; border :0;
 }
table.box02 {
 position:relative; width:85%;
 display: block; margin: auto; border :0;
 }
.article-content .box01 th {
 text-align:center;
 width: 93px; padding : 2px auto 2px 10px;
 background : #FFFF60;
}
.article-content .box01 td.img{
 background : none; width:225px; max-width:225px; margin:5px;
}
.article-content .box01 td {
 margin: 0 ;
 text-align:left;
 padding : 2px auto 2px 20px;
 background : #D0E8C8;
}
.box02 th {
 background : #FFFF60;
 text-align:left;margin-left:10px;
}
.box02 td {
 background : none;
}
.article-content .links {
 font-size:85%;
 text-align:right;
 margin-right:20px;
}
small {
 font-size:85%;
}
body[id=mose] .article p.cap:first-letter {
  font-size : 180%;
  font-weight : 600;
}
.article-content h1 {
 background-color:#008000;
 color           :#FFFFFF;
 font-size       :140%;
 text-align      : center;
 margin          : 2px 0 10px 2px ;
 padding         : 2px;
 width           : 95%;
}
.article-content h2 {
 background-color:#FFD2E9; color : #330000;
 margin  : 5px 0 10px 0px ; padding : 12px auto 12px auto;
 font-size       : 110%;
 font-weight     : bold;
 width: 98%;
}
.article-content h3 {
 background-color:#F9F586; color : #330000;
 width: 80%; font-weight     : normal;
 margin : 3px auto 3px auto ; padding : 20px 1px 20px 1px;
 font-size     : 110%;
}
.article-content h4{
 border-left : #008000 10px solid;
 border-bottom  : #008000 2px solid;
 margin : 4px auto 8px 20px ;
 padding-left: 3.5em;  padding-bottom: 2px; 
 font-weight     : bold; font-size:95%;
 text-indent:  -3em;
 text-align:left;
}
.article-content h5{
 border-left   : #008000 15px solid;
 font-weight     : normal;
 font-size:12px;
 padding-left:3px;
 text-align:left;
}

.article-content .red {
 color : #DD2600;
}
.article-content .green{
 color : #004000;
}
.article-content td.cost00b {
 background: #ffcc66;
 text-align:center;
 font-weight: bold;
}
.article-content td.cost10b {
 background: #ccff66;
 text-align:center;
 font-weight: bold;
}
.article-content td.cost20b {
 background: #ff9966;
 text-align:center;
 font-weight: bold;
}
.article-content td.cost00 {
 background: #ffcc66;
 text-align:center;
}
.article-content td.cost01 {
 background: #ffff66;
 text-align:center;
}
.article-content td.cost10 {
 background: #ccff66 ; text-align:right;
}
.article-content td.cost11 {
 background: #ccffcc; text-align:right;
}
.article-content td.cost20 {
 background: #ff9966; text-align:right;
}
.article-content td.cost21 {
 background: #ff9933; text-align:right;
}
.article-content .cmmt {
 font-size:70%; margin-top:0;margin-right:7%;
 text-align :right;
}
.article-content .indent0 {
  padding-left : 1em; margin :3px auto 2em 3em;
  text-align :left; font-size:90%;
}
.article-content .indent1 {
 margin-left : 15px ; padding-left : 3em; margin-top:0; background: #F9F586;
 text-indent:  -2em; text-align :left;
}
.article-content .indent2 {
  padding-left : 1em; margin :3px 15px 3px 15px; background: #F9F586;
  text-align :left;
}
.article-content .recruit {
 font-size: 85%; margin: 0.5em auto 2em 3em;
 color:#006600; line-height: 100%;
}
.article-nav {  /* 記事ぺージ用 */
  text-align: center;
  width: 230px;
  margin: 3px auto;
  font-size: 90%;
}
.article-posted {
  margin : 0px auto 0 0px;
  color : #ddd;
  font-size : 8px;
  letter-spacing : 0;
  text-align: right;
  clear: both;
}
.article-posted a {
  font-size :8px;
  text-decoration : none;
}
.article-posted a.jump img { margin-top: 6px; }
.article .article-bottom {
  text-align : right;
  padding-right: 1em;
  background : #fbfbf9;
  border-bottom: 2px solid #efefff;
  margin-top: 7px;
  margin-bottom: 1.8em;
}
.article-united .article-bottom {
  text-align : right;
  padding-right: 1em;
  margin-bottom: 1.8em;
}
                                 /* コメント表示用 */
.comment-div {
  text-align : left;
  font-size : 97%;
  line-height: 1.5;
  margin: 1.5em 1em 1em 1.5em;
}
.comment-div a{
  text-decoration: underline;
}
.comment-div h5{
  font: 500 93%/1.5 trebuchet ms, arial, ms p gothic, sans-serif;
  color: #555;
  text-align: left;
}
.comment-div h5 span.No{
  font: 600 100% arial, ms p gothic, sans-serif;
}
.comment-div .comment-body {
  padding-left: 1em;
}
.comment-cntrl {
  padding-left: 0.5em;
}
.comment-cntrl img {
  vertical-align: middle;
}
.owner-comment {
  width: 18px; height: 18px;
}
hr.dot-line {
  border-width: 0;
  border-bottom: dotted 2px #C5D7CA;
  width: 100%;
  margin: 0.7em auto 1em auto;
}
div.smiley {                          /* コメントフォーム用 */
  height: 18px;
  width: 18px;
  border: none;
  margin:3px;
  cursor:pointer;
}
img.smiley{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin:0 3px 0 0;
}
img.home-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: none;
}
textarea#c_com {
  width: 97%;
  background: #f7f7f7;
}
.createLink {
  cursor: pointer;
  font-size: 85%;
  color: navy;
}
.createLink img {
  width: 21px;
  height: 20px;
  border: 1px solid #aaa;
  vertical-align: top;
}
.comment-quoted {
  text-align: left;
  margin: 1em;
  padding: 0 .5em 0 0.5em;
  background: #fffefe;
}
.comment-quoted p#quoted-comment {
  font-size: 93%;
  margin: -1em 0 0 1.5em;
  border-left: solid 2pt #ddd;
  padding: 0 1em 0 0.5em;
}
.quote-button img { vertical-align: top; }
                                      /* 記事一覧リスト */
div.show-list {
  width: 60%; text-align:left;
  margin: 3em auto;
}
div.show-list ul {
  list-style: url(Images/pin_orange.png);
  padding-left: 3em;
}
                                      /* テキストフォーマット関連 */
div.quote, blockquote {
  border-left : 2px solid #ddd;
  border-right : 2px solid #ddd;
  background-color : #fff;
  font-size : 95%;
  padding : 5px;
  margin: 1em 2em 1em 1em;
  color : #00468c;
}
q {
  font-size : 12px;
  margin: 1em;
  color : #00468c;
}
pre{
  font     : 500 12px tahoma, monospace;
  background : #f7f7f7;
  border   : dotted 1px #808080;
  margin   : 0 1em 0 1em;
  padding  : 10px;
  color    : #555;
  overflow : auto;
  width    : 93%;
}
ul.decimal {
  list-style-type: decimal;
  padding-left: 2em;
  background: #fff;
  font-size: 90%;
}
.underline {
  text-decoration: underline;
}
.google-it {
  font : 600 13px 'Times New Roman',serif;
  color : #2020ff;
  cursor : pointer;
}
dl {
 margin: 0;
 text-align:left;
}
dl dt {
  background: url(Images/pin_orange.png) top left no-repeat;
  padding: 3px 0 0 16px; margin: 4px auto 2px 5px ;
  font-weight: 600;
}
dl.profile dt {
  padding: 3px 0 0 5em ;
  text-indent: -4em; font-weight: normal;
}
dl.job {
 margin: 0 auto auto 15px;
}
dl dd {
  padding: 0 0 0 8px;
  line-height: 120%;
  color: #444;
}
                               /* トラックバック用 */
dl.trackback {
  text-align:left;
  width:95%;
  margin-left:1em;
  margin-right : 1em;
  padding-left: 1em;
  border-left : dotted 3px #ddd;
  border-bottom: dotted 2px #ddd;
}
dl.trackback dt { 
  font: 600 15px georgia;
  color: #777;
  padding-left: 0.5em;
}
dd.tb-footer{
  font-size:11px;
  color:#00004d;
  text-align: right;
}
hr.separator {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin :auto;
  text-align: center;
}
                                             /* フォーム関連 */
legend {
  font   : 500 13px sans-serif;
  border   : 1px solid #aaa;
  padding  : 1px;
  background: #eee;
}
textarea {
  border : 1px solid #aaa;
  font-size : 13px;
  color : #444;
  background : #fdfdff;
}
input[type=submit] {
  background : #fdfdff;
  border : 1px solid #aaa;
  font : 500 14px georgia, sans-serif;
}
input[type=checkbox] {
  border-width : 0;
}
input[type=image] {
  vertical-align: middle;
}
button , input.button, button.button {
  background : #ddd;
  border : 1px solid #aaa;
  font : 600 13px arial, 'Times New Roman', serif;
  color : #453c5b;
  cursor : pointer;
  height : 20px;
}

                        /* UL　デフォルトマークなし */
ul{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
span.expand-icon {                             /* # ボックス展開用インフォメーション */
  display: block;
  width: 94px; height: 16px;
  margin: 1px auto 1px 1px;
}
span.n {
  display: none;
}
.box-body {
  background: #ffffcc; position: absolute; top:1.5em;left:10px;
  font-size: 80%; border : 1px #FF6820 solid;
  text-align:left;width:200px;}
ul.menulist {
  display: block;
  text-align: left;
  margin: 1px auto 2px 5px; padding:0;
}
ul.menulist li {
  background: url(Images/listmark1.png) 5px 4px no-repeat;
  padding : 0px 0px 0px 17px;display: block; 
}
ul.menu-sidebar {                            /* # メニュー用 */
  margin: 0;
  text-align: center;
  list-style: none;
}
ul.category-sidebar {                        /* # カテゴリー表示 */
  text-align: left;
  margin-left: 10px;
}
ul.category-sidebar * a {
  font-size: 88%;
}
ul.category-sidebar li.main-category {
  background: url(Images/listmark1.png) 5px 4px no-repeat;
  padding : 0px 0px 2px 20px;
}
ul.category-sidebar li.sub-category {
  background: url(Images/nest1.png) 6px 1px no-repeat;
  padding : 0px 0px 2px 25px;
}
          /* # カテトリー・コメント・トラックバック用スタイル */

ul.recently-sidebar, ul.comment-sidebar, ul.trackback-sidebar { 
  margin-top:0px;
}
ul.recently-sidebar li, ul.comment-sidebar li, ul.trackback-sidebar li {
  margin-left: 5px;
  padding: 3px 0px 2px 18px;
  background: url(Images/listmark1.png) 3px 6px no-repeat;
}
ul.comment-sidebar ul li.nest1, ul.trackback-sidebar ul li.nest1 {
  margin-top: 1px;
  margin-left: 12px;
  padding : 0px 0px 2px 20px;
  background: url(Images/nest1.png) 0px 1px no-repeat;
}
ul.comment-sidebar ul li.nest2, ul.trackback-sidebar ul li.nest2{
  margin-left: 27px;
  margin-top: 0;
  background: url(Images/nest2.png) 0px 1px no-repeat;
}
ul.comment-sidebar ul li.show-all-comments {
  background: none;
}
ul.comment-sidebar ul li.show-all-comments a {
  color:#9192C5; padding-bottom:5px; font-size: 85%;
}
ul.comment-sidebar ul li.show-all-comments a:before {
  content: " ≧タ";
}
ul.archives-sidebar li {                      /* サイドアーカイブ一覧 */
  padding-right: 40px;
  text-align: right;
}
ul.others-sidebar {
  padding: 1em 1em 3em auto ;
  margin-top:0.5em;
  display:block; float:left;
  height : 7em;
}
ul.others-sidebar li {
  text-align: center;
}
                                               /* カテゴリー一覧 */
ul.category-list {
  list-style: url(./Images/folder.png) inside square;
  margin-left: 2em; text-align:left;
}
ul.category-list ul li{
  list-style: url(./Images/nest1.png) inside square;
  margin-left: 2em;
  padding-right: 5px;
}
ul.category-list li {
  margin-top: 7px;
}
.category-nav {
  margin-top: 1.5em; font-size:80%;
}
                                               /* アーカイブ一覧 */
div.archives-list {
  width: 180px;
  padding-left: 1em;
  margin: auto;
}
div.archives-list ul {
  list-style: url(Images/folder.png) inside square;
  margin-left: 2em;
}
div.archives-list h3 {
  margin: 2em auto;
}
                                                /* 検索ボックス */
.search-form {
  background: #fafcfb url(../../Images/search-bg.jpg) top right no-repeat;
  border: 1px solid #aaa;
  width:450px;
  margin: 3em auto auto auto;
  padding: 1em;
}

.search-form ul { list-style: square; margin-left:30px;}
.search-result {
  margin: 1em;
  padding: 1em;
  border: dashed 2px #eee;
}
.search-result dt {
  margin-top: 0.7em;
}
                                            /* ドロップシャドウ */
p.photo-shadow {
  padding: 0;
  float:left;
  background:transparent url(Images/shadow.png) right bottom no-repeat;
  margin: 5px 0px 2px 2px
}
p.photo-noshadow {
  padding: 0;
  float:left;
  margin: 5px 0px 1px 2px
}
p.photo-shadow img, p.photo-noshadow img {
  display: block;
  position: relative;
  /* Margin is for SHADOW:
   Top and Left stand for offset
   Right, Bottom for width of shadow
  */
  margin: -3px 5px 5px -3px;
  /* Padding is for border of photo */
  padding: 7px;
  border: none;
}
p.photo-shadow img.borderless, p.photo-noshadow img.borderless{
  padding: 0; background: none; border: 0;
}
.photo-caption {
  margin: 0px 10px 20px 20px;
  text-align: left;
  font-size: 80%;
  color: navy;
  clear: both;
}
.al-left { float: left; }
.al-right { float: right; }
.al-center { margin: auto;}

                                                   /* 画像ギャラリー */
.gallery {
  margin: 30px auto 30px auto;
  background: url(Images/parthenon2.png) right bottom no-repeat;
}
.gallery table { margin: auto;  width: auto;}
.gallery table tr td {
  text-align : center;
  vertical-align : middle;
  width: 120px;  height: 150px;
  padding: 5px;
  margin-bottom: 10px;
}
.gallery p.photo-shadow {
  margin: auto;
}
.gallery p.entry {
  color: #555;
  text-align: center;
  clear: left;
  font : 600 14px georgia, times new roman, serif;
}
* html .gallery p.entry {
  margin-top: -3px;
}
.gallery h4 { text-align: center;}
.gallery h4 a {
  text-decoration: underline;
  font-size: 130%;
}
                                                 /* amazonアソシエイト用 */
.amazon-box{
  width: 350px;
  margin-left: 2em;
}
.amazon-box img.photo{
  float: left;
  margin-right: .8em;
  min-width: 80px;
  min-height: 80px;
}
.amazon-box .amazon-info {
  font-size: 80%;
  padding: .7em;
  margin-top: -.5em;
}
.amazon-box .amazon-info span{
  color: #7F81DD;
}
                                  /* */
.hidden{display:none;}
.holiday{
  color: #FF00FF;
  font-size: 9px;
  font-weight: 500;
}
.micro-banner {
  width : 80px;
  height : 15px;
  margin : 0;
}
.arial {
  font : 600 13px Arial, sans-serif;
  text-decoration : none;
  letter-spacing: 0;
}
.georgia {
  font : 500 12px Georgia, serif;
}
.alert {
  color : #dc2360;
  text-align: center;
}
.comment {
  margin-top : 0.5em;
  margin-left : 50px;
  line-height : 140%;
}
.right {
  text-align : right;
  margin : 5px 5px 3px 0;
}
.left {
  text-align : left;
  margin : 5px 5px 3px 0;
}
.center {
  text-align : center;
  width : 100%;
}
.tips {
  font-size : 12px;
  color : #453c5b;
}
td.lt {
  text-align : left;
}
.help {
  font-size :10pt;
  color : #1c0479;
}
.referrer{
  font    : 500 12px arial;
  margin  : 30px auto 30px auto;
  padding-left: 5em;
  color   : #998EA4;
}
embed {
 position:relative ; display: block; top :0; left:10px; 
 width : 175px; height: 40px; volume : 60;
 margin : 0 auto 0 auto; padding:0;
}
.side-category ul {                 /* リンクバー用 */
  text-align: center;padding-left: 3em;
  margin: 2px 0 0 0;
}
.side-category ul li {
  padding-left : 0.5em;
  margin-top: 0.5em;
  display: inline; font-size: 80%;
}
.side-category ul li a span {
  display: none;
}

ul.main_menu {font-size:14px;}
ul.main_menu{text-align:center;/*メインメニューの文字揃え*/}
ol.sub{text-align:left;/*サブメニューの文字揃え*/}
.main_menu a{text-decoration:none;}
ul.main_menu a.profile, ul.main_menu a.job, ul.main_menu a.info, ul.main_menu a.blog, ul.main_menu a.map {
    display:block;
    width:114px;
    height:16px;
    overflow:hidden;
}
ul.main_menu a span{
    text-indent:-2000px;
}
a#profile { background-image:url(./Images/icon_profile.png);}
a#job { background-image:url(./Images/icon_job.png); }
a#info { background-image:url(./Images/icon_info.png);}
a#blog { background-image:url(./Images/icon_blog.png); }
a#map { background-image:url(./Images/icon_map.png); }
a:hover#profile, a:hover#job, a:hover#blog, a:hover#map, a:hover#info,{
    background-position:0px -16px; text-decoration: none;
}
.main_menu li.on #profile, .main_menu li.on #job, .main_menu li.on #info, .main_menu li.on #blog, .main_menu li.on #map {
    background-position:0px -16px;
}
.sub{background-color:#ffffcc;}
.sub li{background-color:#ffffcc;}
/*サブメニューのオンマウス時*/
.sub a:hover{background-color:#fc9940;}

/*========================================================================
メニューやオンマウス時の文字色指定を行います。
上から順に、訪問前、訪問後、オンマウス時になります。
全て同じカラーで良い場合、サブメニューとサブメニュー2の部分は削除可。
=========================================================================*/
/*：メインメニューの文字色*/
.main_menu a:link{color:#0000ff; }
.main_menu a:visited{color:#000000;}
.main_menu a:hover{color:#fc9940;}

/*：サブメニューの文字色*/
.sub a:link{color:#008000}
.sub a:visited{color:#008000;}
.sub a:hover{color:#ffffff;}

/********************３：メニューサイズ・余白・枠線の設定*********************/

/*---------------メインメニュー幅の設定--------------------*/
/*メインメニューの横幅：削除は不可。値を1%にすると縦型メニューになる
アイテムの幅×アイテム数＋ボーダーの幅の総和を算出してpx固定がおすすめ。
めんどくさかったら100%にしておく*/
ul.main_menu{width:600px;}

/*---------------メインメニューアイテム幅の設定--------------------*/
.main_menu li.off{
    height:16px;/*ブラウザーで確認しながら調整・どうしてもIEとFFで誤差が生じます*/
    width: 114px;/*文字数に合わせて調整*/
}
.main_menu li.on{
    width: 114px;/*offと値を揃えることを推奨*/
}
/*---------------メインメニューアイテム余白の設定--------------------*/
.main_menu a{padding:0px;/*あまり大きな値は指定しない方が良い*/}

/*---------------メインメニュー枠線の設定--------------------*/
/*通常時・メインメニューの枠線*/
.main_menu li.off{
}
/*展開時・メインメニューの枠線*/
.main_menu li.on{
}
/*展開時メインアイテム下に線が無くなるのを防止*/
.main_menu a{
    text-decoration: none;
}

/*---------------サブメニュー幅の設定--------------------*/
ol.sub{
    left:5px;/*サブメニュー表示位置をずらしたいときに指定。削除可*/
    top:1px;/*サブメニュー表示位置をずらしたいときに指定。削除可*/
    width:180px;/*.main_menu li.offと同じ値か、それ以上を推奨・削除不可*/
}

/*---------------サブメニューアイテム幅の設定--------------------*/
ol.sub li.off2{
    width:180px;/*ol.subと同じ値を推奨*/
    height:18px;/*変更可能・削除するとギミックが変わる*/
}
ol.sub li.on2{
    width:180px;/*ol.subと同じ値を推奨*/
    height:18px;/*変更可能・削除するとギミックが変わる*/
}
/*---------------サブメニュー枠線の設定--------------------*/
ol.sub{
 border:1px solid #993300; padding-top:3px;
}
.sub li.off2,.sub li.on2{
}
/*---------------サブメニュー余白の設定--------------------*/
.sub a{
    padding:0px 5px 0px 12px;/*あまり大きな値にしない*/
    width:163px;/*削除不可*/
    height:16px;/*削除不可*/
/*width+padding（左右）の値がol.subのwidthと同じになるように。
height+padding（上下）の値がol.subのheightと同じになるように調整*/
}
DIV#top_menu{
    top:5px; left:0px;
    width:100%;text-align:left;
    position:absolute;
    z-index:1000;
}
.main_menu *{margin:0px;padding:0px;list-style:none;display:block;}
ul.main_menu{position:relative;}
ul.main_menu li.off{position:relative;float:left;overflow:hidden;}
ul.main_menu li.on{float:left;overflow:hidden;}
ul.main_menu>li.on{overflow:visible;/*×*/}
ol.sub{position:relative;}
ol.sub li.off2{position:relative;overflow:hidden;}
ol.sub li.on2{overflow:hidden;}
ol.sub>li.on2{overflow:visible;}
ul.sub-2{position:relative;}
