#bodyid{
padding:0;
margin:0;
text-align:center;
font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana
,"ＭＳ Ｐゴシック",sans-serif;

}
#bg{
background:url(img/mainbg.png) repeat-y 50% 0%;
width:800px;
margin:0 auto;
}
#page{
border-left:1px solid #aaa;
border-right:1px solid #aaa;
border-bottom:1px solid #aaa;
background:#fff;
width:680px;
margin:0 auto;
padding:10px 0;
}
#main{
width:660px;
margin:0 auto;
font-size:0.8em;
}
#title{
background:url(img/banbg.png) no-repeat left top;
height:100px;
}
#title h1{
color:#fff;
text-align:left;
margin:0;
padding:10px;
font-size:2em;
letter-spacing:2px;
}
#title p{
color:#fff;
text-align:left;
margin:0;
padding:0px;
text-align:left;
font-size:1em;
}


#left{
width:480px;
float:left;
}
#left a{
color:#77f;
}
#left a:hover{
color:#aaf;
}
#left h2{
border-bottom:1px dashed #333;
font-size:1em;
letter-spacing:1px;
padding:12px 12px 3px 12px;
margin:0 10px 5px 2px;
text-align:left;
color:#373a7d;
}
#left h2:first-letter{
font-size:1.4em;
background:#5893ed;
color:#fff;
padding:2px;
} 
#left p{
padding:5px 12px 5px 12px;
margin:0 10px 0 2px;
text-align:left;
font-size:1em;
line-height:120%;
}
#right{
width:170px;
float:right;
margin:2px 0 0 0;
}
#right table{
border-collapse:collapse;
width:160px;
margin:0 auto;
}
#right td{
border:1px solid #666;
height:80px;
font-size:13px;
}
#right td p{
text-align:center;
letter-spacing:1px;
}
#right td p a{
color:#333;
}
#right td p a:hover{
color:#528cff;
}
#pagetop{
padding:20px 10px 0 0;
text-align:right;
}
#copy{
clear:both;
color:#666;
font-size:0.8em;
padding-top:15px;
}
#date { /*更新履歴の設定*/
	height: 90px; /*縦幅*/
	background: url(item/innerbg.gif) repeat; /*背景設定*/
	border: dashed #006 1px; /*枠線：種類　色　幅*/
	overflow: auto; /*はみ出し処理：設定幅以上はスクロール*/
	margin: 0 10px 5px 2px;/*外側余白：上　左右　下*/
	text-align:left; 
	}

#datemes { /*更新履歴内テキストの設定*/
	color: #006; /*文字色*/
	font-size: 90%; /*文字サイズ*/
	line-height: 1.8; /*行間*/
	margin: 5px 5px; /*外側余白：上下　左右*/
	}
