/* 基本設定 */
* {
margin: 0;
padding: 0;
}
BODY,xmp{
font-size : 70%;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
line-height: 150%;
text-align: center;
background : #ffffff url(img/wall.gif);
}
img {
border: 0;
}
/* リンク */
a{
color: #000000;
}
a:visited{
color: #000000;
}
a:hover{
color: #93a57a;
}
a{
text-decoration : none;
}
#page{
margin:0 auto;
width:700px;
background-color:#ffffff;
}
/* ヘッダー */
#head{
width : 700px;
height : 200px;
background :#ffffff url(img/titler.jpg) no-repeat center center;
text-align: center;
}
/* サイトタイトル */
H1{
font-size : 100%;
text-align : left;
padding: 10px 10px 10px 10px;
font-size: 20pt;
color: white;
}
/* メニュー*/
#menu{
width : 694px;
height:20px;
margin: 0px 3px 3px 3px;
background-color : #c5cfb8;
}
#menu ul{
list-style: none;
padding-right: 10px;
text-align: right;
}
#menu li{
list-style: none;
display: inline;
padding-left: 5px;
}
/* サブメニュー */
#submenu{
width:180px;
float : left;
background-color:#ffffff;
text-align : left;
height : 100%;
}
#submenu ul {
list-style: none;
margin: 20px 0px 20px 20px;
}
#submenu li {
list-style: none;
text-align : left;
background :#ffffff url(img/line.gif) repeat-x bottom;
}
#submenu li a{
display:block;
width:160px;
}
#submenu li a:hover {
background-color: #c5cfb8;
color: #75885b;
text-decoration: none;
}
.pr {
margin: 20px 10px 0px 20px;
text-align : left;
}
.last {
margin: 5px 10px 0px 20px;
text-align : left;
}
/* メイン */
#main{
width:500px;
float : right;
background-color:#ffffff;
text-align : left;
padding: 20px 0px;
}
#main h2 {
color : #917044;
font-size : 110%;
text-align : left;
margin: 0px 20px;
padding: 3px;
}
#main h6 {
font-weight : normal;
font-size : 100%;
text-align : left;
margin: 0px 20px;
padding: 3px;
}
#main ul {
list-style: none;
padding: 5px 0px;
}
#main li {
list-style: none;
margin: 0px 20px 0px 30px;
text-align : left;
}
#main p{
margin: 10px 20px 10px 30px;
text-align : left;
}
.date{
text-align : left;
font-size: 120%;
margin : 0px 50px 10px 50px;
padding-left:20px;
background:url(img/point_02.html) no-repeat left center;
}
/* INFO（スクロールバー） */
.info {
overflow: auto;
height : 160px;
width : 450px;
margin: 10px 0px 10px 20px;
padding:  0px 0px 0px 10px;
text-align : left;
}
/* ニューアイテム */
#new {
margin: 10px 20px 10px 20px;
clear:both;
}
#new ul{
list-style: none;
text-align: left;
}
#new li{
list-style: none;
margin: 0;
padding: 5px;
display: inline;
}
/* 詳細画像 */
#sample{
margin-top : 20px;
}
#sample_page{
width : 500px;
height : 450px;
background-color : #ffffff;
margin:0 auto;
}
#sample_page H2{
font-size : 110%;
text-align : center;
padding : 10px;
}
.sample_photo{
text-align : center;
}
#sample_page P{
text-align : left;
margin : 10px 50px;
}
#sample_page ul{
margin : 10px 50px 10px 70px;
list-style-type : none;
}
#sample_page li{
text-align : left;
list-style-type : none;
list-style-image: url(img/point.gif);
}
/* フッター*/
#foot{
width:694px;
height:20px;
margin: 0px 3px;
text-align: center;
clear:both;
}
/* 著作権 */
ADDRESS{
font-style:normal;
background-color : #c5cfb8;
}