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

img{
border:solid 1px #CCCCCC
}

h2{
font-size:1em;
}

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

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

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

/* ヘッダー下 */
div#h1{
font-size: 14px;
color:#990000;
height:15px;
padding-top:10px;
padding-bottom:5px;
text-align:center;
}

/* アドセンス */
div#adsense{
width:640px;
height:15px;
text-align:center;
padding-bottom:5px
}

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

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

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

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

/* アドレス */
address{
font-style: normal;
text-align: center;
font-size:12px
}

/* リンクの文字をアンダーラインと文字を白（フッター） */
a.address:link {
	text-decoration:none;
	color : #000000}
	
a.address:visited {
	text-decoration:none;
	color : #000000}

a.address:hover {
	text-decoration:none;
	color:#000000}
