@charset "utf-8";
/*=======================================================

   [5]Photo_index
   
=======================================================*/
#left-menu-box {
	margin: 0px 0px 0 13px;
	padding: 0;
	width: 160px;
	float: left;
}

*html #left-menu-box {
	margin: 0px 3px 0 7px;
	width: 160px;
	float: left;
}

div#photo-back-black-right {
	float:right;
	margin: 0 11px 20px 0;
	padding: 7px;
	width: 542px;
	min-height: 585px;
	background:#000000;
}

*html div#photo-back-black-right {
	float:right;
	margin: 0 11px 20px 0;
	padding: 7px 5px;
	width: 540px;
	min-height: 585px;
	background:#000000;
}

#left-menu-box ul {
	padding: 0px;
	margin: 5px 0px;
}


#left-menu-box ul li a{
	width:160px;
	height: 31px;
	display: block;
	font-size:0px;
	text-indent: -9999px;
	margin: 5px 0;
}


#left-menu-box ul li#photo-all a{ background-image: url(/image/photo_all.jpg); }
#left-menu-box ul li#video-all a{ background-image: url(/image/video_all.jpg); }
#left-menu-box ul li#photo-2010 a{ background-image: url(/image/photo_2010.jpg); }
#left-menu-box ul li#photo-2009 a{ background-image: url(/image/photo_2009.jpg); }
#left-menu-box ul li#photo-2008 a{ background-image: url(/image/photo_2008.jpg); }
#left-menu-box ul li#photo-2007 a{ background-image: url(/image/photo_2007.jpg); }
#left-menu-box ul li#photo-2006 a{ background-image: url(/image/photo_2006.jpg); }
#left-menu-box ul li#photo-2005 a{ background-image: url(/image/photo_2005.jpg); }
#left-menu-box ul li#photo-2004 a{ background-image: url(/image/photo_2004.jpg); }
#left-menu-box ul li#photo-2003 a{ background-image: url(/image/photo_2003.jpg); }

#left-menu-box ul li#photo-all a:hover{ background-image: url(/image/photo_all_active.jpg); }
#left-menu-box ul li#video-all a:hover{ background-image: url(/image/video_all_active.jpg); }
#left-menu-box ul li#photo-2010 a:hover{ background-image: url(/image/photo_2010_active.jpg); }
#left-menu-box ul li#photo-2009 a:hover{ background-image: url(/image/photo_2009_active.jpg); }
#left-menu-box ul li#photo-2008 a:hover{ background-image: url(/image/photo_2008_active.jpg); }
#left-menu-box ul li#photo-2007 a:hover{ background-image: url(/image/photo_2007_active.jpg); }
#left-menu-box ul li#photo-2006 a:hover{ background-image: url(/image/photo_2006_active.jpg); }
#left-menu-box ul li#photo-2005 a:hover{ background-image: url(/image/photo_2005_active.jpg); }
#left-menu-box ul li#photo-2004 a:hover{ background-image: url(/image/photo_2004_active.jpg); }
#left-menu-box ul li#photo-2003 a:hover{ background-image: url(/image/photo_2003_active.jpg); }

#left-menu-box ul.photo-activeall li#photo-all a{ background-image: url(/image/photo_all_active.jpg); }
#left-menu-box ul.photo-activeall li#video-all a{ background-image: url(/image/video_all_active.jpg); }
#left-menu-box ul.photo-active2010 li#photo-2010 a{ background-image: url(/image/photo_2010_active.jpg); }
#left-menu-box ul.photo-active2009 li#photo-2009 a{ background-image: url(/image/photo_2009_active.jpg); }
#left-menu-box ul.photo-active2008 li#photo-2008 a{ background-image: url(/image/photo_2008_active.jpg); }
#left-menu-box ul.photo-active2007 li#photo-2007 a{ background-image: url(/image/photo_2007_active.jpg); }
#left-menu-box ul.photo-active2006 li#photo-2006 a{ background-image: url(/image/photo_2006_active.jpg); }
#left-menu-box ul.photo-active2005 li#photo-2005 a{ background-image: url(/image/photo_2005_active.jpg); }
#left-menu-box ul.photo-active2004 li#photo-2004 a{ background-image: url(/image/photo_2004_active.jpg); }
#left-menu-box ul.photo-active2003 li#photo-2003 a{ background-image: url(/image/photo_2003_active.jpg); }

.photo-index-box {
	float:left;
	width: 260px;
	min-height: 80px;
	margin: 5px 0px;
	padding: 3px 5px 8px 5px;
	border-bottom:#333 1px dashed;
}
#photo-back-black-right h2 {
	letter-spacing : 1px;
}

div.h2box div.table-back{
	position: absolute;
	right:0px;
	top:0px;
	text-indent: -9999px;
}

div.h2box div.table-back a{
	background: url(/image/table_back.jpg) no-repeat;
	width: 115px;
	height: 25px;
	display: block;
	overflow:hidden;
	outline:none;
}

.photo-index-box .photo-index-img {
	width:100px;
	float:left;
	text-align:center;
}

.photo-index-box .photo-index-img a img {
	background:#fff;
	padding:2px;
}

.photo-index-box .photo-index-img a:hover img {
	background:#ffffcc;
	padding:2px;
}

.photo-index-box .photo-index-txt {
	width: 140px;
	float:right;
	margin: 0 5px 0 7px;
}

.photo-index-box .photo-index-txt h3 {
	font-size: 90%;
	min-height: 20px;
	margin:0px 0 5px 0;
	padding: 2px 0 0px 4px;
	border-bottom:#999 1px solid;
	border-left:#999 3px solid;
	line-height: 120%;
	/*background:url(/image/h3_back.jpg) no-repeat;
	padding: 6px 0 0px 15px;*/
}



/*ビデオギャラリー*/
.video-index-box {
	float:left;
	width: 520px;
	min-height: 80px;
	margin: 5px 0px;
	padding: 3px 5px 8px 5px;
	border-bottom:#333 1px dashed;
}

.video-index-box .video-index-img {
	width:135px;
	float:left;
	text-align:center;
}

.video-index-box .video-index-img a img {
	background:#fff;
	padding:2px;
}

.video-index-box .video-index-img a:hover img {
	background:#ffffcc;
	padding:2px;
}

.video-index-box .video-index-txt {
	width: 365px;
	float:right;
	margin: 0 5px 0 7px;
}

.video-index-box .video-index-txt h3 {
	font-size: 90%;
	min-height: 20px;
	margin:0px 0 5px 0;
	padding: 2px 0 0px 4px;
	border-bottom:#999 1px solid;
	border-left:#999 3px solid;
	line-height: 120%;
}

/*=======================================================

   [5]写真個別ページ
   
=======================================================*/
div#contents {
	padding-bottom: 40px;
}

div#photo-back-black {
	float:left;
	margin: 0 0 0 13px;
	padding: 7px;
	width: 542px;
	min-height: 610px;
	background:#000000;
}

*html div#photo-back-black {
	float:left;
	margin: 0 0 0 7px;
	padding: 7px 7px 0 7px;
	width: 527px;
	min-height: 585px;
	background:#000000;
}


div#photo-back-black h2,div#photo-back-black-right h2 {
	font-size: 90%;
	width: 527px;
	height: 20px;
	margin:5px 0 7px 0;
	padding: 2px 0 0px 4px;
	background:url(/image/photo_h2.jpg) no-repeat;
	padding: 6px 0 0px 15px;
}

/*フォトギャラリー、すべてを表示 上から２年目以降*/
div#photo-back-black-right .photo-all-h2 {
	font-size: 90%;
	width: 527px;
	height: 20px;
	margin:20px 0 7px 0;
	padding: 2px 0 0px 4px;
	background:url(/image/photo_h2.jpg) no-repeat;
	padding: 6px 0 0px 15px;
}

div.h2box{
	position: relative;
}

div.h2box div.photo-back{
	position: absolute;
	right:0px;
	top:0px;
	text-indent: -9999px;
}

div.h2box div.photo-back a{
	background: url(/image/photo_back.jpg) no-repeat;
	width: 115px;
	height: 25px;
	display: block;
	overflow:hidden;
	outline:none;
}

div.h2box div.video-back{
	position: absolute;
	right:0px;
	top:0px;
	text-indent: -9999px;
}

div.h2box div.video-back a{
	background: url(/image/video_back.jpg) no-repeat;
	width: 115px;
	height: 25px;
	display: block;
	overflow:hidden;
	outline:none;
}

#photo-img {
	width:542px;
	margin: 0;
	padding:0;
	text-align:center;
}

#photo-img img {
	background:#fff;
	padding:4px;
}

#photo-txt {
	width:475px;
	margin: 10px 0 10px 35px;
	padding:0;
}

#photo-txt p.date {
	margin: 7px 0 0 0;
	text-align:right;
}

table#camera {
	margin: 5px auto 30px auto;
    width: 475px;
    border: 1px #666 solid;
    border-spacing: 2px;
}

table#camera th {
	width: 150px;
	font-size:82%;
    padding: 4px;
    border: #666 solid;
    border-width: 0 0 1px 1px;
    background: #444 repeat-x 0 100%;
    font-weight: bold;
    text-align: center;
}

table#camera td {
	font-size:82%;
    padding: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    background: #111 repeat-x 0 100%;
    white-space: nowrap;
	text-align: center;


}

.photo-button li{
	margin: 0 0 10px 3px;
	padding: 6px;
	width: 210px;
	list-style: none outside;
	line-height:2;
	float:left;
}
.photo-button li.map a {
	text-decoration: none;
	width: 100%;
	display: block;
	background: url(/image/button_map.jpg) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}
.photo-button li.map a:hover {
	background: url(/image/button_map_hover.jpg) no-repeat;

}

.photo-button li.wallpaper a {
	text-decoration: none;
	width: 100%;
	display: block;
	background: url(/image/button_wallpaper.jpg) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}
.photo-button li.wallpaper a:hover {
	background: url(/image/button_wallpaper_hover.jpg) no-repeat;

}
/*=======================================================

   [5]地図を見る
   
=======================================================*/
#g-map {
	margin:0 5px 0px 10px;
	color:#000000;
}

#g-map .g-map_img {
	text-align:center;
}

#g-map .g-map_txt {
	margin: 5px 0 0 0;
	text-align:center;	
}

/*=======================================================

   [5]壁紙ダウンロード
   
=======================================================*/
#wallpaper-img {
	padding: 4px;
	width:130px;
	float:left;
	text-align:center;
}

#wallpaper-img img {
	background:#fff;
	padding:2px;
}

#wallpaper-button-box {
	width: 290px;
	float:right;
	margin: 0;
	padding: 5px 0 0 0;
}

ul.wallpaper-button {
	margin: 0;
	padding: 0;
}

.wallpaper-button li{
	padding: 0 0 15px 0;
	width: 285px;
	list-style: none outside;
	line-height:2;
}

.wallpaper-button li.normal43 a {
	text-decoration: none;
	width: 100%;
	display: block;
	background: url(/image/button_wallpaper_43_down.jpg) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
	height: 50px;
}
.wallpaper-button li.normal43 a:hover {
	background: url(/image/button_wallpaper_43_down_active.jpg) no-repeat;
}


.wallpaper-button li.normal a {
	text-decoration: none;
	width: 100%;
	display: block;
	background: url(/image/button_wallpaper_down.jpg) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
	height: 50px;
}
.wallpaper-button li.normal a:hover {
	background: url(/image/button_wallpaper_down_active.jpg) no-repeat;

}

.wallpaper-button li.wide a {
	text-decoration: none;
	width: 100%;
	display: block;
	background: url(/image/button_wallpaper_wide_down.jpg) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
	height: 50px;
}
.wallpaper-button li.wide a:hover {
	background: url(/image/button_wallpaper_wide_down_active.jpg) no-repeat;
}

/*モバイル*/
#wallpaper-mobile {
	margin: 30px 0 0 10px;
	width: 500px;
}

#wallpaper-mobile h3,#wallpaper-guideline h3 {
	font-size: 90%;
	height: 20px;
	margin:0px 0 5px 0;
	padding: 2px 0 0px 4px;
	border-bottom:#999 1px solid;
	border-left:#999 3px solid;
}

#wallpaper-mobile-txt {
	padding: 4px;
	width:360px;
	float:left;
}

#wallpaper-mobile-qr {
	width: 100px;
	float:right;
	margin: 0;
	padding: 4px;
}

/*ガイドライン*/
#wallpaper-guideline {
	margin: 20px 0 30px 10px;
	width: 500px;
}

#wallpaper-guideline p {
	padding: 4px;
}

#wallpaper-guideline ul {
	margin: 5px;
	padding: 0 0 0 25px;
}

#wallpaper-guideline li {
	font-size: 82%;
	padding: 3px;
	list-style-type:circle;
	line-height: 120%;
}

/*携帯アドレス送信フォーム*/
ul.button-mobile-form {
	margin: 15px 0 0 20px;
	padding: 0;
}

ul.button-mobile-form li{
	padding: 0 0 20px 0;
	width: 287px;
	list-style: none outside;
	line-height:2;
}
ul.button-mobile-form li a {
	text-decoration: none;
	width: 100%;
	display: block;
	background: url(/image/button_mobileform.jpg) no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
	height: 37px;
}
ul.button-mobile-form li a:hover {
	background: url(/image/button_mobileform_active.jpg) no-repeat;
}