/* 全体 */
body{
font-size:1em;
}

img{
border:solid 1px #CCCCCC
}

h1{
font-size: 1em;
padding-top:5px;
}

/* ヘッダーにあるロゴの枠消し */
.img-border-none{
border-style:none
}

/* ロゴ下の文字 */
div#under_logo{
font-size: 14px;
height:15px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
color:#333399;
}

/* コンテナ */
div#container{
width: 640px;
margin-left: auto;
margin-right: auto
}

/* ヘッダー */
div#header{
width:640px
}

/* 写真 */
div#pic{
margin-left:auto;
margin-right:auto;
text-align:center
}

/* 写真タイトル */
div#pic_title{
width:640px;
text-align:center;
padding-bottom:10px
}

/* 前のページへ戻る */
div#back{
width:640px;
height:20px;
text-align:center;
padding-top:10px;
text-align:center;
font-size:0.875em
}

/* フッター */
div#footer{
width: 640px;
margin-left: auto;
margin-right: auto;
margin-top:20px;
background-image:url(../image/whole/line-blue.png);
background-repeat: repeat-x;
padding-top:10px;
font-size:14px;
}

address{
font-style: normal;
text-align: center;
font-size:0.875em
}