/*----------------------------------------------------*/
/* タイトル下エリア(ヘッダとフッタの間)               */
/*----------------------------------------------------*/
#container {
    width: 900px;
    font-size: small;
    font-family: "ＭＳ Ｐゴシック";
    color: #333333;
    line-height: 150%;
}

#container img {
    border: 0;
}

/*----------------------------------------------------*/
/* ヘッダ(タイトルロゴ)、フッタ                       */
/*----------------------------------------------------*/
#header {
    width: 895px;
    height: 180px;
    float: right;
    margin-bottom: 20px;
    background: transparent url(photos/mtitle3.jpg) no-repeat right;
}

#header a, #header a:link, #header a:visited, #header a:hover {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 3px 5px;
    border-style: none;
    display: block;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

#footer {
    clear: both;
}

/*----------------------------------------------------*/
/* 左メニュー                                         */
/*----------------------------------------------------*/
#menu {
    float: left;
    width: 140px;
    text-align: center;
}

#menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu a, #menu a:link, #menu a:visited {
    width: 120px;
    height: auto;
    margin: 5px 0px;
    padding: 3px 10px;
    border-width: 1px;
    border-style: outset;
    display: block;
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
}

#menu a:hover {
    border-style: inset;
    color: #333333;
    background-color: #dddddd;
}

/*----------------------------------------------------*/
/* 本文                                               */
/*----------------------------------------------------*/
#contents {
    float: right;
    width: 700px;
    height: 1%;
}

#contents table {
    width: 90%;
    text-align: left;
    border-width: low;
}

#contents th {
    vertical-align: top;
}

#contents hr {
    text-align: left;
    width: 50%;
    margin: 10px 0px;
}

/*----------------------------------------------------*/
/* トップページ                                       */
/*----------------------------------------------------*/
.topic {
	width: 87%;
	text-align: left;
	padding: 10px;
    border-width: 1px;
    border-color: #999999;
    border-style: solid;
    margin-bottom: 15px;
}

/*----------------------------------------------------*/
/* ギャラリー                                         */
/*----------------------------------------------------*/
#gallery table {
    margin-bottom: 10px;
}

#gallery caption {
    font-weight: bold;
    text-align: left;
}

#gallery td {
    padding: 15px 10px 15px 0px;
    vertical-align: top;
}

/*----------------------------------------------------*/
/* その他クラス                                       */
/*----------------------------------------------------*/
.bottompad {padding-bottom: 30px;}
.notify {color: red; font-weight: bold;}
.nobreak {white-space: nowrap;}
.tate img {width: 240px; height: 320px; margin: 30px 0px 0px 0px;}
.yoko img {width: 320px; height: 240px; margin: 30px 0px 0px 0px;}

