﻿/* ------ 初期設定 ------ */
html *{
margin : 0px;
/*padding : 0px;*/
font-size : 12px;
}
body{
background-color : #ebebeb;
text-align : center;
color : #333333;
line-height : 1.7em;
}
td{
line-height : 1.7em;
}
a:link{
color: #0080FF;
text-decoration: none;
}
a:visited{
color: #0080FF;
text-decoration: none;
}
a:hover{
color: #8080FF;
text-decoration: underline;
}
a:active{
color: Aqua;
text-decoration: none;
}
h1{
font-size : 14px;
padding-top : 2px;
padding-left : 30px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-bottom : 10px;
margin-left : 0px;
margin-right : 0px;
background-image : url(../image/h1_bg.gif);
background-repeat : no-repeat;
height : 32px;
font-family : "ＭＳ ゴシック";
}
h2{
font-size : 14px;
margin-top : 1.5em;
margin-bottom : 0.7em;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #999999;
}
h3,h4{
font-size : 12px;
margin-top : 1em;
margin-bottom : 0.5em;
}
p{
margin-bottom : 1em;
line-height : 1.7em;
}
ul{
margin-left : 2em;
margin-bottom : 1em;
}
ol{
margin-left : 2em;
margin-bottom : 1em;
}
li{
padding : 0px;
margin : 0px;
}
dl{
margin-left : 0em;
margin-bottom : 1em;
}
dt{
margin-left : 0em;
font-weight : bold;
}
dd{
padding-left : 0.5em;
}

.txt9999{
display: block;
text-indent : -9999px;
border-bottom-style : none;
}

/* ------ ボックス ------ */
#Header{
	padding: 0;
	background-image : url(../image/header.jpg);
	background-repeat : no-repeat;
	width : 790px;
	height : 195px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
#Box_top{
	background-image : url(../image/box_top.gif);
	background-repeat : no-repeat;
	height : 20px;
	margin-left : auto;
	margin-right : auto;
	width : 790px;
}
#Box{
background-image : url(../image/box_bg.gif);
background-repeat : repeat-y;
margin-left : auto;
margin-right : auto;
width : 790px;
}
#Box_Table{
margin-left : auto;
margin-right : auto;
width : 750px;
}
#Side{
width : 165px;
text-align : left;
padding-left : 5px;
padding-right : 5px;
border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : silver silver silver silver;
padding-top : 5px;
padding-bottom : 5px;
background-color : #ebebeb;
}
#Side h2{
font-size : 13px;
margin-top : 0px;
margin-bottom : 0.5em;
color : white;
background-color : gray;
text-align : center;
}
#Main{
text-align : left;
background-image : url(../image/box_main_bg.gif);
background-repeat : repeat-y;background-position : center center;
width : 585px;
}
#Main_inner{
margin-left : 30px;
margin-right : auto;
margin-top : 20px;
width : 500px;
text-align : left;
}
#Box_bottom{
background-image : url(../image/box_bottom.gif);
background-repeat : no-repeat;
height : 20px;
clear : both;
margin-left : auto;
margin-right : auto;
width : 790px;
background-position : center bottom;}
#Footer{
background-color : black;
height : 100px;
margin-left : auto;
margin-right : auto;
width : 790px;
background-image : url(../image/page_bottom.gif);
background-repeat : no-repeat;background-position : center bottom;}

/* ------ グローバルメニュー ------ */
.Glmenu{
	width : 790px;
	margin-left : auto;
	margin-right : auto;
	height: 85px;
}
.Glmenu ul {
margin : 0px;
padding : 0px;
list-style-type: none;
}
.Glmenu li {
margin : 0px;
padding : 0px;
float : left;
}
#Glmenu-01{
width : 200px;
height : 85px;
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : 0px 0px;
}
#Glmenu-01 a {
width : 200px;
height : 85px;
text-decoration: none;
display: block;
text-indent : -9999px;
}
#Glmenu-01 a:hover {
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : 0px -85px;
}
#Glmenu-02{
width : 195px;
height : 85px;
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : -200px 0px;
}
#Glmenu-02 a {
width : 195px;
height : 85px;
text-decoration: none;
display: block;
text-indent : -9999px;
}
#Glmenu-02 a:hover {
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : -200px -85px;
}
#Glmenu-03{
width : 195px;
height : 85px;
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : -395px 0px;
}
#Glmenu-03 a {
width : 195px;
height : 85px;
text-decoration: none;
display: block;
text-indent : -9999px;
}
#Glmenu-03 a:hover {
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : -395px -85px;
}
#Glmenu-04{
width : 200px;
height : 85px;
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : -590px 0px;
}
#Glmenu-04 a {
width : 200px;
height : 85px;
text-decoration: none;
display: block;
text-indent : -9999px;
}
#Glmenu-04 a:hover {
background-image : url(../image/glmenu.gif);
background-repeat : no-repeat;
background-position : -590px -85px;
}

/* ------ フットメニュー ------ */
.FootLink{
padding-top : 10px;
padding-bottom : 10px;
}
.FootLink a{
color : white;
text-decoration : none;
}
.FootLink a:visited{
color : white;
text-decoration : none;
}
.FootLink a:hover{
color : white;
text-decoration : underline;
}
.FootLink span{
margin-left : 5px;
margin-right : 5px;
font-size : xx-small;
color : silver;
}

/* ------ パーツ ------ */
.headline {
margin-top : 0px;
text-indent : -9999px;
border-bottom-style : none;
}

/* ------ レイアウト（テーブル用） ------ */
.Dotline-y15{
background-image : url(../common/dotline_y15.gif);
background-repeat : repeat-y;
width : 15px;
}
.Dotline-x15{
background-image : url(../common/dotline_x15.gif);
background-repeat : repeat-x;
height : 15px;
}
.Dotline2-x15{
background-image : url(../common/dotline2_x15.gif);
background-repeat : repeat-x;
height : 15px;
}

/* ------ フォト日記 ------ */
.Camera{
background-image : url(../photo/files/ico_camera.gif);
background-repeat : no-repeat;
padding-left : 18px;
background-position : 0px 0px;
}
.Member-H{
font-weight : bold;color : white;background-color : #ff8000;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
border-top-width : 1px;
border-left-width : 1px;
border-right-width : 1px;
border-top-style : solid;
border-left-style : solid;
border-right-style : solid;
border-top-color : gray;
border-left-color : gray;
border-right-color : gray;
}
.Member-C{background-color : #e6e6e6;
padding-top : 0.5em;
padding-left : 1em;
padding-right : 1em;
padding-bottom : 0.5em;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
border-left-width : 1px;
border-right-width : 1px;
border-left-style : solid;
border-right-style : solid;
border-left-color : gray;
border-right-color : gray;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : gray;
}

/* ------ 新着情報リスト ------ */
.topics {
margin-bottom : 1em;
}
.topics dt{
color : gray;
float : left;
clear : both;
margin-right : 0.5em;
}
.topics dd{
float : none;
}
.link_image{
text-indent : -9999px;
display: block;
text-decoration: none;
}

/* ------ 天気ボックス ------ */
.WeatherBox{
background-color : #ffffff;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 1.5em;
width : 165px;
text-align : center;
border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : silver silver silver silver;
}
.WeatherBox P{
margin : 0px;
line-height : 1.5em;
}
.WeatherBox DIV.WeatherTitle{
background-color : #f5f5f5;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 5px;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : silver;
text-align : center;
}
.WeatherBox DIV.WeatherInnerBox{
background-color : #ffffff;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
margin-top : 5px;
margin-left : 8px;
margin-right : 8px;
margin-bottom : 5px;
}



