/*======================
normalize.css に以下追記
======================*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*======================
Atsny 共通
======================*/

body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	margin-top: 0px;
}


#wrapper {
	-moz-box-shadow: 2px 0px 10px #000000;
	-webkit-box-shadow: 2px 0px 10px #000000;
	box-shadow: 2px 0px 10px #000000;
	background-color: #FFF;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-right: 16px;
	margin-left: 16px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#singlecolumn {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	}
	
#Monthly_Results {
	color: #FF6600;
	text-align: left;
	margin-top: -4px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 300px;
	float: left;
	font-size: 1.2em;
}
#Monthly_Search {
	text-align: right;
	margin-top: -6px;
	width: 500px;
	float: right;
	margin-bottom: 12px;
}

#Another_Search {
	text-align: right;
	margin-top: 10px;
	width: 700px;
	float: right;
	margin-bottom: 20px;
}

#reslut_table {
	clear: both;
}

.paginationbox {
	clear: both;
	height: 18px;
	width: 97%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #369;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E7E7E7;
	}

.resultrange {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	float: left;
	width: 300px;
	}

.pagination {
	float: right;
	text-align: right;
	width: 350px;
	}
.paginationitem {
	margin-right: 8px;
	margin-left: 8px;
	float: right;
	}
.photobox {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 110px;
	width: 244px;
	}
.photo_photo {
	text-align: center;
	height: 108px;
	width: 108px;
	float: left;
	}

.photo_cptn {
	float: left;
	width: 122px;
	margin-bottom: 2px;
	margin-left: 8px;
	margin-top: 20px;
	}
.photo_place {
	float: left;
	width: 122px;
	margin-bottom: 6px;
	margin-left: 8px;
	}
.photo_date {
	float: left;
	width: 122px;
	margin-left: 8px;
	color: #69C;
	}




/*================================================
header 要素
================================================*/

header {
	background-color: #000;
	height: 100px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

#logo {
	float: left;
	height: 60px;
	width: 350px;
	}
	
#searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 0.9em;
	text-align: left;
	float: right;
	height: 60px;
	width: 350px;
	}
	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}


.menu {
	clear: both;
}

.menu ul{
  margin:0;
  padding:0;
}

.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	float: left;
	position: relative;
	width: 131px;/*親メニューの幅*/
	height: 30px;/*親メニューの高さ*/
	line-height: 30px;/*親メニューの背景色*/
	color: #FFFFFF;/*親メニューの文字色*/
	text-align: center;
	background-color: #121212;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
.menu ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
	color: #fff;/*ホバー時の親メニューの文字色*/
	background-color: #333333;
}
.menu ul li ul {
	position: absolute;
	top: 30px;/*親メニューの高さと同じにする*/
	/* width: 150px;*/
	z-index: 100;
}
.menu ul li ul li {
	visibility: hidden;
	overflow: hidden;
	/*width: 150px;*//*サブメニューの幅*/
	height: 0;
	background-color: rgba(60, 60, 60, 0.9);

}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
	background-color: #999999;

}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:30px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*==============================================
leftcolumn 要素
================================================*/

#leftcolumn {
	float: left;
	width: 490px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: #FFF;
	padding: 0px;
}

#leftcolumn h1, #singlecolumn h1 {
	font-size: 2em;
	font-weight: 700;
	color: #000;
	margin-top: -20px;
	margin-bottom: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0px;
	margin-left: 0px;
}

.titleimg {
	text-align: center;
	}

#slideshow {
	width: 470px;
	height: 350px;
}

#polaroid {
	margin-top: 10px;
	margin-bottom: 20px;
}

#polaroid a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#polaroid .polaroidbox {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	height: 88px;
	width: 105px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 20px;
	border: 1px solid #999;
	-moz-box-shadow: 2px 4px 4px #999999;
	-webkit-box-shadow: 2px 4px 4px #999999;
	box-shadow: 2px 4px 4px #999999;
}

#polaroid .polaroidbox a:hover {
	border: 1px solid #000;	
/*	float: left;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	height: 88px;
	width: 105px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 20px;
	border: 1px solid #999;
	-moz-box-shadow: 2px 4px 4px #999999;
	-webkit-box-shadow: 2px 4px 4px #999999;
	box-shadow: 2px 4px 4px #999999;*/
}

#polaroid .polaroidbox img {
	height: 66px;
	width: 99px;
}


       #gallery
        {
	background-color: #FFFFFF;
	width: 490px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
        }
        #gallery ul
        {
            list-style: none;
        }
        #gallery ul li
        {
	display: inline;
	margin: 0px;
        }
        #gallery ul img
        {
	border: 5px solid #FFFFFF;
        }
        #gallery ul a:hover img
        {
	border: 5px solid #fff;
	color: #fff;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }

.searchmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-top: 20px;
}

#searchmore table {
	margin-bottom: 10px;
	padding: 4px;
}
.clickformore {
	padding-bottom: 20px;
	padding-left: 50px;
}

/*================================================
rightcolumn 要素
================================================*/

#rightcolumn {
	float: right;
	width: 270px;
	margin-right: 30px;
	clear: right;
	margin-bottom: 30px;
	background-color: #FFF;
}

#rightcolumn h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}


#home_newphoto {
	text-align: center;
	margin-bottom: 10px;
}

#home_newphoto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
}



#home_browse {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

#rightcolumn legend {
	text-align: center;
}


#home_updates {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 230px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}


#home_updates li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-left: 1.5em;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 0.5em;
}


#home_picbadge {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/picbadge_bg.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: 12px;
}

#rightgallery {
	background-color: #FFF;
	text-align: center;
 }

 #rightgallery ul {
	list-style-image: none;
	list-style-type: none;
}

#rightgallery ul li {
	display: inline;
}

 #rightgallery ul img {
	border: 2px solid #FFFFFF;
	margin: 4px;
	height: 74px;
	width: 74px;
}

#rightgallery ul a:hover img {
	border: 2px solid #999999;
	color: #fff;
 }

 #rightgallery ul a:hover {
	color: #fff;
}

#bulletlist {
	width: 230px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #69C;
	padding-top: 20px;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #69C;
	}

#bulletlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-left: 1.5em;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 0.5em;
}

/*================================================
footer 要素
================================================*/

footer {
	background-color: #000;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
}

footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	float: left;
	height: 30px;
	width: 350px;
}

footer #about {
	float: right;
	height: 30px;
	width: 350px;
	text-align: right;
}

footer #about a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
}

footer #about a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
}
.floatbox_l {
	padding: 3px;
	float: left;
	width: 320px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
}
.floatbox_s {
	padding: 3px;
	width: 150px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
	float: left;
}

/*================================================
photo.asp 
================================================*/

#photoframe {
　	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-top: 20px;
	min-width:384px;
	max-width:600px;
}
#photoholder{
	text-align: center;

}
#photocaption{
	font-size: 1em;
	margin-top: 8px;
	text-align: center;
}
#location{
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}
#photoframe #copyright {
	margin-bottom: 8px;	
	text-align: center;
}

#closebutton {
	text-align: center;
	margin-top: 8px;
}
