/* 初期化 */
h1, h2, h3, h4, h5, h6 { /* heading */
  position: static;
  margin: 0px;
  padding: 0px;
}
div, p, hr, blockquote, address, noscript { /* block */
  position: static;
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: normal;
}
ul, ol, dl, dt, dd { /* list */
  position: static;
  margin: 0px;
  padding: 0px;
}
pre, table, form { /* other block */
  position: static;
  margin: 0px;
  padding: 0px;
}
span, img { /* inline */
  position: static;
  margin: 0px;
  padding: 0px;
  border: none;
  font-style: normal;
  font-weight: normal;
  border: 0px none #fafaff;
}
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym { /* logical style */
  position: static;
  margin: 0px;
  padding: 0px;
  border: none;
  font-style: normal;
  font-weight: normal;
  }


/* リンク設定 */
a, a:link ,a:visited, a:active {
font-weight: normal;
color:#ff9900;
text-decoration:none;
}
a:hover {
color:#000;
background-color: #ff9900;
text-decoration:none;
}
/* 全体設定（背景画） */
body {
background: url(./images/top05.jpg) center 160px no-repeat;
background-color: #000;
background-attachment: fixed;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
margin: 0px;
padding: 0px;
}

/* レイアウト全体 */
#container{
background: url(./images/top04.jpg) center top no-repeat;
background-attachment: scroll;
backgorund-color: #000;
margin-top: 0px;
padding-top:0px;
}

/* タイトル部分 */
#header {
height: 120px;
padding: 0px 0px 0px 0px;
margin: auto;
}

/* メイン部分 */
#main {
background-color: transparent;
width:840px;
padding: 0px 0px;
margin: auto;
margin-top: 20px;
}

/* コンテンツ部分 */
#contents {
float: right;
width: 640px;
margin: 0px;
padding: 0px 0px 0px 0px;
}

/* メニュー部分 */
#side {
width: 200px;
float: left;
margin: 0;
padding: 0px 0px 0px 0px;
}

/* 下部分 */
#foot {
clear: both;
margin: 20px 0px 10px 0px;
text-align: left;
}

/* タイトルテキスト（不可視にする）h1 */
.site_title {
position:absolute; top:0px; left:-1000px;
margin: 60px 10px 5px 130px;
font-size: 24px;
font-weight: normal;
color: #FFF;
}

/* メニュー設定 */
#menu {
font-family: verdana, arial, sans-serif;
text-transform: lowercase;
font-size: 16px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#menu ul{
padding: 0px 0px 0px 20px;
margin: 0px 0px 30px 0px;
list-style: none;
}

#menu li{
margin: 0px 0px 0px 0px;
padding: 0px;
list-style: none;
}

#menu li{
background-color: transparent;
}

#menu li.top{
}

#menu li.bottom{
font-size: 10px;
padding: 10px 0px 0px 0px;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active{
font-weight: normal;
color: #ff3300;
text-decoration: none;
text-align: left;
margin: 0px;
padding: 2px 0px;
display: inline;
/* ここからはMacIE不可 \*/
display: block;
/**/
}

#menu a:hover{
text-transform: uppercase;
background-color: transparent;
color: #ff9900;
padding: 2px 0px 2px 10px;
border-left: 10px solid #ff4400;
}

/* 左部分 */
.links {
margin: 0px 0px 30px 20px;
}

.linktitle {
font-family: verdana, arial, sans-serif;
text-transform: lowercase;
font-size: 12px;
font-weight: normal;
color: #ff4400;
line-height: 100%;
margin: 0px 0px 0px 0px;
border-left: 5px solid #ff4400;
border-bottom: 1px dotted #ff4400;
padding: 0px 0px 2px 5px;
}


.linktext {
font-size: 10px;
font-weight: bold;
color: #666;
line-height: 140%;
margin: 0px 0px 0px 0px;
padding: 5px 0px 0px 10px;
}


/* ツリー設定 */
ul.tree {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.tree li {
  margin: 0px;
  padding: 0px 0px 0px 16px;
  background-image: url(./images/img8_lstSample.gif);
  background-repeat: no-repeat;
}
ul.tree li.end {
  background-image: url(./images/img9_endSample.gif);
}

/* atom画像 */
.banner {
font-size: 10px;
font-weight: normal;
color: #444;
margin: 50px 0px 0px 0px;
padding: 5px 5px 0px 5px;
border-top: 1px dotted #444;
}
.banner a, .banner a:link, .banner a:visited, .banner a:active, .banner a:hover{
border: 0;
padding: 0px 0px;
text-decoration: none;
}

/*seachのフォーム */
.links form {
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
}
.links .field{
background-color: #ff4400;
color: #000;
border: 0px;
}
.links .button{
background-color: #ff4400;
color: #000;
border: 0px;
border:0px;
font-family: verdana, arial, sans-serif;
text-transform: lowercase;
font-size: 12px;
font-weight: bold;
margin:5px 2px 0px 0px;
}



.copyright {
border-top: 1px dotted #444;
color: #666;
font-size: 10px;
text-align: right;
margin: 0px 0px 5px 0px;
padding: 10px 0px 5px 0px;
}


/* 右部分 */

/* タイトルサブ（不可視） */
.description {
position:absolute; top:0px; left:-1000px;
margin: 0px 0px 10px 130px;
font-size: 10px;
color: #FFF;
font-weight: normal;
}

.entry {
margin: 0px 0px 0px 20px;
padding: 0px 0px 0px 0px;	
}

/* エントリータイトル h2 */
.entry_title {
text-align: left;
font-size: 20px;
line-height:100%;
font-weight: bolder;
color: #ff4400;
border-top: 1px dotted #ff4400;
border-left: 10px solid #ff4400;
margin: 0px 0px 10px 0px;
padding: 5px 0px 5px 10px;
}
/* エントリー用 h3 h4 */
.entry h3{
font-size: 14px;
font-weight: bold;
color: #ff3300;
line-height: 120%;
display: inline;
}
.entry h4{
font-size: 14px;
font-weight: normal;
color: #444;
line-height: 120%;
display: inline;
}
.entry h5{
font-size: 12px;
font-weight: normal;
color: #ff6600;
line-height: 140%;
text-decoration: none;
display: inline;
}

/* 投稿者名（未使用） */
.entry_author {
font-size: 14px;
font-weight: bold;
text-align:left;
color: #666;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.entry_body {
font-size: 12px;
line-height: 140%;
color: #666;
margin: 0px 20px 0px 0px;
padding: 0px 20px 20px 20px;
}

.entry_more {
font-size: 12px;
line-height: 140%;
color: #666;
margin: 30px 20px 20px 0px;
padding: 0px 20px 50px 20px;
}

/* permalink trackback */
.entry_state {
font-size: 10px;
font-weight: normal;
color: #ff6600;
margin: 0px 0px 2px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
}

.entry_navi {
text-align: left;
font-size: 10px;
color: #444;
padding: 0px;
margin :0px 0px 10px 0px;
}

blockquote {
font-size: 12px;
color: #808080;
margin: 20px 10px 20px 10px;
padding: 10px;
border-left: 2px solid #CCCCCC;
}

.comment {
margin: 20px 25px 30px 35px;
padding: 0px 5px 5px 0px;	
}

.comment_title {
font-size: 14px;
line-height:120%;
font-weight: bolder;
color: #666;
border-left: 5px solid #ff4400;
border-bottom: 1px dotted #ff4400;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 5px;
}

.comment_author {
font-size: 10px;
font-weight: normal;
text-align:left;
color: #666666;
margin: 5px 0px 25px 0px;
padding: 0px 0px 3px 0px;
border-bottom: 1px solid #666;
}

.trackback {
margin: 0px 0px 0px 0px;
padding: 30px 0px 30px 20px;	
}

.trackback_title {
font-size: 14px;
line-height:120%;
font-weight: bolder;
color: #444;
border-left: 5px solid #ff4400;
border-bottom: 1px dotted #ff4400;
margin: 15px 0px 30px 0px;
padding: 0px 0px 0px 5px;
}

.trackback_url {
padding: 0px 10px 10px 10px;
font-size: 12px;
line-height:120%;
color: #444;
}

.trackback_author {
font-size: 10px;
font-weight: normal;
text-align:left;
color: #444;
margin: 0px 10px 40px 10px;
padding: 0px 0px 5px 0px;
border-top: 1px dotted #444;
}


/*entryのフォーム */
.entry_body form {
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
line-height: 200%;
}

.entry_body input, .entry_body textarea{
margin: 0px 0px 0px 10px;
padding: 3px;
}

.entry_body .field{
background-color: #ff4400;
color: #000;
border: 0px;
font-family: verdana, arial, sans-serif;
text-transform: lowercase;
font-size: 12px;
}

.entry_body .button{
background-color: #ff4400;
color: #000;
border: 0px;
font-family: verdana, arial, sans-serif;
text-transform: lowercase;
font-size: 12px;
font-weight: bold;
margin:5px 5px 0px 0px;
}


.pict {
background-color: #fff;
padding: 0px;
margin: 10px 0px 10px 0px;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-right: 2px solid #999999;
border-bottom: 2px solid #999999;
}

.pict2 {
background-color: #fff;
padding: 10px;
margin: 10px 0px 10px 0px;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-right: 2px solid #999999;
border-bottom: 2px solid #999999;
}

.pict3 {
padding: 0px;
margin: 5px 0px 0px 0px;
border: 0px;
}