/* 基本 */
* {
 margin: 0px;
 padding: 0px;
 text-align: left;
}

/* 全体 */
body{
 background-color:#960000; 
 color:#000;
 padding:0px;
 font:0.8em verdana,MS UI Gothic,sans-serif;
}

/* フォームボタン用 */
input,select,textarea{
color: #000;
border: 1px solid #000;
background-color: transparent;
}

input.button {
color:#000;
background-Color: transparent;
text-align: center;
}

/* レイアウト */
#wrap {
 text-align: center;
 }

#container {
 margin-left: auto;
 margin-right: auto;
 width: 780px;
 background:#F7EFE3 url('back.gif') repeat-y;
 text-align: center;
 }

#header {
 color:#FFF;
 background:#000;
 width: 780px;
 height: 40px;
 }
 
#title {
 width: 780px;
 height: 200px;
  }

#main { 
 width:600px;
 float:left;
 }

#links {
 background-color: #000;
 width:180px;
 float:left;
  }

#footer {
 position:inherit;
 bottom: 0px;
 clear: both;
 color:#FFF;
 background-Color: #000;
 width: 780px;
 height: 40px;
 }


/* 宣伝 */
 #banner {
 width:600px;
 }
 
 #ad{
 font:80%;
 margin:10px 0px 0px 0px;
 text-align: center;
 }
 
 #ad img{
 border:0px;
 }
 
/* メニュー */
#menu {
width:600px;
height:20px;
background-color: #000;
white-space:nowrap;
}

#menu ul { 
list-style-type : none; 
}

#menu li { 
display : inline;  
float:left;
}

#menu a {
 display:block; 
 border-top:1px solid #FFF;
 border-right:1px solid #FFF;
 border-bottom:0px;
 border-left:1px solid #FFF;
 background-color:#000;
 text-decoration:none;
 color:#FFF;
 width:7em; 
 height:1.5em;
 margin:0px 0px 0px 7px; 
 text-align:center;
 }

/* 日記 */
#diary {
 margin: 0px 7px 0px 14px;
 line-height: 1.4em;
 }

#diary a {
 color: #960000;
 text-decoration: none;
 }

#diary h2 {
 color: #FFF;
 font-size: 1em;
 background-color:#000;
 font-weight: bold;
 margin: 7px 0px;
 text-align: center;
 }
 
/* メールフォーム */
#mailform{
 color: #000;
 margin: 7px 10px;
}

/* 柱リンク */
#link {
 color:#FFF;
 margin: 5px;
 }
 
#link a {
 color: #C6C6C6;
 text-decoration: none;
}

#aa {
 color:#FFF;
 margin: 5px;
 }
 
#aa a{
 color: #C6C6C6;
 text-decoration: none;
}

#aa img{
 border: 0px;
 }

/* フッタ内部 */
#info {
 margin: 5px;
 text-align: center;
 }
