@charset "UTF-8";
/***********************************************************/
/* layout.css */
/* ページの外枠・メインメニュー・トップページのCSS */
/***********************************************************/
/* CSS Document */


/*---------------------------------------------------------*/
/* 撮影ツアーのお知らせ */
/*---------------------------------------------------------*/
.h1_links {
	background-image: url(../links/images/h1.jpg);
	background-repeat: no-repeat;
	height: 80px;
}


#number {
	background-color: #e5004f;
	height: 18px;
	margin-top: 2px;
	width: 120px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #FFF;
	margin-bottom: 2px;
	font-size: 12px;
}

/* 15px インデント */
#nakami {
	color: #555555;
	width:693px;
	margin-left: 15px;
	margin-top: 10px;
}








/*------------------------------------------------------------------------------------------------------

									テーブル

------------------------------------------------------------------------------------------------------*/
/* 月号切り替え　 */
table#tbl01{
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	width: 100%;
	color: #FFFFFF;
}

table#tbl01 th{
}

table#tbl01 td{
	height: 20px;
	width: 100px;
	text-align:center;
	vertical-align: middle;
    border:solid #FFFFFF;
    border-width: 0 0 3px 3px;
	text-decoration:none;
}

table#tbl01 .current{
	background-color: #e5004f;
}
table#tbl01 .t1{
	background-color: #bbbbbb;
}

table#tbl01 td a{
	display:block;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
}
table#tbl01 td a:hover{
	background-color: #e5004f;
}



/*  */
table#tbl02{
	width:693px;
	color: #555555;
	font-size:11px;
}

table#tbl02 th{
	padding:5px;
    border:solid #FFFFFF;
    border-width: 0 0 1px 0px;
    background: #FFF;
    line-height: 120%;
	text-align:left;
    /*white-space: nowrap;*/
	}

table#tbl02 td{
	padding:5px;
	border:solid 1px #FFFFFF;
	border-width: 0 0 1px 0px;
	text-align:left;
	background-color: #f2f2f2;
}

table#tbl02 .t1{
	width:140px;
	height:22px;
	background:url("../images/table_bg1.gif") 0% 50% repeat-x;
}
table#tbl02 .t2{
	width:270px;
	background:url("../images/table_bg1.gif") 0% 50% repeat-x;
}
table#tbl02 .t3{
	width:283px;
	background:url("../images/table_bg1.gif") 0% 50% repeat-x;
}
table#tbl02 .t4{
    font-weight: bold;
}

