/*ページ全体*/
body {
margin: 0px 0px 20px 0px;
background-image:url("img/bg_body.jpg");
background-repeat:repeat-x;
background-color: #0129A3;
}

/*一番外枠*/
#container {
line-height: 140%;
margin-right: auto;
margin-left: auto;
width: 800px;
}

/*ヘッダー*/
#banner {
width:800px;
height: 122px;
}


/*イメージボーダーなし*/
img{border:0px;}

/*全体のリンク部分*/
a {color:#99ccff; text-decoration: underline;}
a:link {color: #99ccff;}
a:visited {color: #0066cc;}
a:active {color: #99ccff;}
a:hover {color: #ffffff; text-decoration: none;}


/*本文*/
#center{width:598px;float: left;}


.content {
background-image:url("img/bg_honbun_01.jpg");
background-repeat:no-repeat;
background-color: #1F107E;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 0.85em;
}

/*本文日付*/
.content h2 {
font-weight: bold;
padding:30px 0px 0px 30px;
margin:0px;
}


/*本文テキスト*/
.content p {
line-height: 150%;
padding:5px 30px 0px 30px;
}
/*本文下の「投稿者」*/
.content p.posted {
background-image:url("img/bg_honbun_02.jpg");
background-repeat:no-repeat;
height:30px;
color: #999999;
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
text-align: left;
padding:0px 0px 0px 30px;
}


/*右側*/
#right{margin-left:610px;}


/*過去のColumn背景など*/
.kako{
background-image:url("img/bg_menu_01.jpg");
background-repeat:no-repeat;
background-color: #1A1484;
width:187px;
height:auto;
}

/*「過去のColumn」*/
.kako h2 {
height:30px;
color: #ffffff;
font-size: 1em;
font-weight: bold;
padding:30px 0px 0px 20px;
margin:0px;
font-family: Verdana, Arial, sans-serif;
}


/*過去のColumnリンク*/
.kako ul {
font-size: 0.8em;
list-style-type: none;
margin-top:0px;
}
.kako li {padding-left:0px;}

#profile{float:left;margin-right:30px;}

.thumbnail{border:solid 3px #99ccff;}


/*タビーアルバムの指定*/
#album_center{
width:800px;
}

.album_content {
background-image:url("img/bg_album_01.jpg");
background-repeat:no-repeat;
background-color: #1F107E;
}

.album_content h2{
color:#ffffff;
font-weight: bold;
padding:30px 0px 0px 30px;
margin:0px;
font-family: Verdana, Arial, sans-serif;
}


.photo_thumb{
width:200px;
margin:30px 0px 0px 30px;
float:left;
}


/*タビーアルバムのタイトル*/
.photo_thumb h3 {
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
font-weight: bold;
margin:0px;
}
.photo_thumb p{margin:0px;}



