﻿@charset "utf-8";

/* CSS Document */


/* containerのセンター表示 */

body {
text-align: center;
}

#aBody, #container {
text-align: left;
margin-right: auto;
margin-left: auto;
}




/* 内容CSS */

/* body-aBody-container ブロック分け */

body {
background-color: #ffffcc;
}

#aBody {
background-color: #ffffcc;
background-image: url(../images/abody_bg.png);
background-repeat: repeat-y;
width: 800px;
}

#container {
background-color: #ffffff;
background-image: url(../images/container_bg02.jpg);
background-repeat: repeat-y;
font-size: 1.2em;
width: 750px;
}



/* ID部分とフロート */

#header {
background-color: #ffcccc;
background-image: url(../images/header01.png);
background-repeat: no-repeat;
width: 750px;
height: 160px;
}

#gNavi {
float: left;
width: 165px;
}

#contents {
background-color: #ffffff;
float: right;
width: 525px;
padding: 20px;
}


#footer {
clear: both;
background-color: #ffffff;
background-image: url(../images/footer01.png);
background-repeat: repeat-x;
text-align: center;
clear: center;
width: 750px;
height: 40px;
padding-top: 11px;
padding-bottom: 9px;
}


/* 細部 */


#header h1 {
padding-top: 50px;
padding-left: 13px;
margin-bottom: 17px;
}

#header p {
display: inline;
}

#header p.explanation {
font-weight: bold;
color: #6633cc;
margin-left: 230px;
}

#header p.sitemap {
font-size: 0.95em;
margin-left: 150px;
}

#contents h2 {
border-left: solid 10px #99ccff;
font-size: 1.4em;
font-weight: bold;
padding-left: 10px;
}

#contents ul.numberList {
margin-left: 70px;
margin-top: 20px;
margin-bottom: 20px;
}

#contents ul.numberList li {
display: inline;
margin-left: 7px;
}

#contents ul.listPhotos {
margin-left: 25px;
}

#contents ul.listPhotos li {
display: inline;
margin-left: 10px;
}




#tools {
width: 149px;
border: solid 5px #9acd32;
border-right: solid 5px #6b8e23;
border-left: solid 5px #6b8e23;
padding: 7px;
margin-top: 50px;
margin-left: 348px;
}


#contents .search {
margin-bottom: 57px;
}


#footer li {
display: inline;
}

#footer em {
font-size: 1.3em;
}


address {
color: #990066;
}



/* Gナビボタン */

#gNavi {
line-height: 0;
margin-top: 3px;
}

#gNavi p {
display: block;
line-height: 30px;
color: #ffffff;
background-color: #993366;
width: 145px;
border-bottom: solid 1px #ffcccc;
padding-left: 10px;
margin-left: 10px;
}

#gNavi li a {
display: block;
text-decoration: none;
line-height: 30px;
color: #ffffff;
width: 145px;
border-bottom: solid 1px #ffcccc;
padding-left: 10px;
margin-left: 10px;
}

#gNavi li a:hover {
color: #000000;
background-color: #ff69b4;
font-weight: bold;
}
