body, h1, h2, h3, form {
margin: 0px;
padding: 0px;
}

body {
margin-top: 0px;
color: #000000;
background-color: #FFFFCC;
font-family: "Verdana","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
hr{
display: none;
}

/* リンクインフォメーション */
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF6868;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}


/* メインフレーム */
#container {
width: 800px;
margin-left: 5px;
}

/* ----ヘッダ---- */
#header {
margin: 0px 0px 5px 0px;
width: 800px;
}
#header h1{
margin:0px;
padding:0px;
width:800px;
font-size:10px;
color:#FFFFFF;
background-color: #808080;
}
#header .logo{
margin: 5px 20px 0px 0px;
float: left;
}
#header .description{
margin: 10px 10px 10px 10px;
font-size: 12px;
line-height: 125%;
}
#header .guide{
clear: both;
margin-top: 25px;
background-color: #ffcccc;
text-align: right;
}
#header .navigation{
margin-top: 5px;
font-size: 12px;
text-align: left;
}

/*---メインコンテンツ---*/
#left {
clear: both;
background-image: url(images/bgimg.gif);
background-repeat: repeat-y;
margin: 20px 0px 0px 5px;
width: 800px;
}
#content {
padding: 0px;
margin-left: 220px;
width: 580px;
}
#content .content {
padding: 0px;
margin: 0px 0px 10px 0px;
width: 540px;
}
#content h2{
margin-bottom: 5px;
color:#635f53;
font-size:16px;
font-weight:bold;
}
#content .description{
color:#000000;
line-height: 150%;
font-size: 14px;
padding: 0px;
}
#content .entry-content{
margin-bottom: 15px;
font-size:14px;
line-height:150%;
border-bottom:1px solid #CCCCCC;
}



/*---個別記事---*/
#entry {
padding: 0px;
width: 580px;
font-color: #000000;
}
#entry .content {
padding: 0px;
margin: 0px 0px 10px 220px;
width: 580px;
}
#entry strong{
color:#CC0000;
font-size:16px;
font-weight:bold;
padding: 0px;
text-align:left;
}
#entry .lead{
color:#CC0000;
font-size:14px;
font-weight: bold;
line-height: 150%;
}
#entry .booktitle{
font-size: 16px;
font-weight: bold;
}
#entry .information{
font-size: 14px;
}
#entry .link{
font-size:14px;
}
#entry .description{
color:#000000;
line-height: 115%;
font-size: 14px;
padding: 0px;
}
#entry p{
color:#000000;
line-height: 150%;
font-size: 14px;
padding: 0px;
}
#entry .pict {
padding: 0px 15px 3px 3px;
float: left;
}
#entry .caption{
font-size: 8px;
}
#entry table{
margin-bottom: 25px;
}
blockquote {
margin-bottom: 15px;
line-height: 11pt;
padding: 5px;
font-size: 100%;
line-height: 125%;
background-color: #FFFFCC;
border: 1px dotted #A7B8C5;
}

blockquote p {
padding: 0;
margin: 0;
}


/*---アーカイブ---*/
#archives{
padding: 0px;
width: 580px;
}
#archives .content{
padding: 0px;
margin: 0px 0px 10px 0px;
width: 580px;
border-style: solid;
border-width: 1px;
border-color: #999999;
}
#archives h3{
margin-bottom: 10px;
padding: 5px 0px 5px 5px;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
background-color: #666666;
}
#archives .description{
font-size: 12px;
padding: 0px 5px 3px 10px;
}
#archives .title{
padding-top: 5px;
padding-bottom: 5px;
margin: 10px 15px 0px 10px;
width: 100%;
font-size: 12px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
#archives ul {
padding: 0px;
margin: 0px;
}
#archives li {
padding-left: 4px;
margin: 0px 0px 1px 5px;
font-size: 12px;
list-style-type: none;
}

/*---フッタ---*/
#footerArea{
clear:both;
width:780px;
margin-top: 10px;
margin-left: 5px;
padding: 5px 0px;
border-top: 1px solid #818C87;
text-align:center;
}
#footerArea ul{
clear:both;
}
#footerArea li{
display: inline;
font-size: 12px;
padding-left: 0.4em;
padding-right: 0.4em;
border-right:1px solid #000000;
line-height: 1.3em;
}
#footerArea li.last{
font-size: 12px;
border-right:none;
}
#footerArea p{
font-size: 10px;
padding-left:30px;
font-family: Arial, Helvetica, sans-serif;
}