/* CSS Document */


body {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background-color:#eeeeee;
background-image:url(img/back.gif);
background-repeat:repeat-y;
background-position:center;
margin:0px;
}




/* 全体 */


#container {
width:800px;
background-color:#FFFFFF;
margin:0px;
}



#header {
width:800px;
margin:0px;
}

/* フォント関係 */

p {
text-align:left;
padding-left:10px;
line-height:150%;
font-size:80%;
color:#444444;
}

h1 {
text-indent:-9999px;
position:absolute;
}

h2 {
font-size:100%;
text-align:left;
padding:7px 0 5px 30px;
color:#444444;
background-image:url(img/h2.gif);
background-repeat:no-repeat;
margin-top:0px;
}

h3 {
text-align:left;
font-size:75%;
color:#333333;
border-left:solid 5px #666666;
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
}

h4 {
font-size:90%;
text-align:left;
padding:8px 0 10px 10px;
color:#444444;
background-image:url(img/h4.gif);
background-repeat:no-repeat;
margin:0px;
}


/* サイドナビゲーション */

#side-navi {
float:right;
width:180px;
font-size:80%;
text-align:left;
margin-top:15px;
}


/* エントリー */

#entry {
float:left;
width:600px;
text-align:left;
}


/* フッター */


#footer {
width:800px;
height:100px;
text-align:left;
color:#444444;
margin-top:30px;
font-size:80%;
clear:both;
}


/* リンク */


a:link {
color:#36c;
text-decoration:none;
}
a:visited {
color:#69e;
text-decoration:none;
}

a:hover {
color:#69e;
text-decoration: underline;
}

a:active {
color:#69e;
text-decoration: underline;
}


ul {
list-style-type:none;
margin-top:10px;
margin-left:0px;
}