body {
	color: black;
	background-color: #dbefff;
	background-image: url("kawauso_s.png");
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

image {
	border-style: none;
}

div#album_page {
	min-width: 450px;
	max-width: 760px;
	margin: 20px auto 30px;
	background-color: white;
	box-shadow: 6px 4px 5px #696f9d;
	padding: 10px;
}

table#album_header {
	width: 100%;
	border: 0;
	padding: 10px 0 0;
}

td#header_left {
	font-size: 9pt;
	text-align: left;
	width: 50%;
	padding: 0 10px;
}

td#header_left a {
	color: #f48484;
	font-weight: bold;
	text-decoration: none;
}

td#header_left a:hover {
	color: #f00;
}

td#header_right {
	font-size: 9pt;
	text-align: right;
	width: 50%;
	padding: 0 10px;
	color: gray;
	font-style: italic;
}

span#bread {
	white-space: nowrap;
	background-color: white;
}

span#bread img {
	vertical-align: -10%;
}

div#album_title {
	text-align: center;
	padding: 5px 10px 3px;
	width: 90%;
	margin: 0 auto 3px;
	font-size: 32pt;
	font-weight: 900;
}

div.album_subtitle {
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
div.album_subtitle img {
	width: 100%;
	min-width: 450px;
}
ul#album_photo {
	margin: 10px auto 0;
	padding: 0 5px;
	text-align: center;
}

li.photo_blk {
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
	display: inline-block;
	width: 120px;
//	height: 104px;
	text-align: center;
	font-size: 7.5pt;
	font-style: italic;
	vertical-align: bottom;
}

img.photo-size {
	max-height: 96px;
	max-width: 96px;
	border: 3px solid;
	border-color: transparent;
}

img.photo-size:hover {
	border-color: #00BFFF;
}


div.photo_blk a:link {
	color: #FFFFFF;
}

div.photo_blk a:visited {
	color: #FFFFFF;
}

span.session_title {
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 1px;
	padding: 4px 10px 0;
	border-bottom: dotted 3px #FF79E1;
	line-height: 150%;
	line-height: 190%;
}

div#album_footer {
	text-align: center;
	font-size: 9pt;
	margin: 10px 0 10px;
	color: gray;
	clear: both;
}

div#album_footer a {
	color: gray;
	text-decoration: none;
}

div#album_footer a:hover {
	color: red;
}

ul.linklist {
	margin: 15px 15px 10px;
}

li.linksite {
	font-size: 10pt;
	padding: 2px 0 2pt 6px;
	color: #DCDCDC;
}

li.linksite a {
	color: #6495ED;
	font-weight: 900;
	text-decoration: none;
}

li.linksite a:hover {
	color: red;
}

li.note {
	font-size: 9pt;
	padding: 1px 0 1pt 6px;
	color: #DCDCDC;
}

li.note a {
	color: #6495ED;
	font-weight: 900;
	text-decoration: none;
}

li.note a:hover {
	color: red;
}

li.note img {
	vertical-align: -28%;
}

.album_submenu {
	text-align: center;
	margin: 0 auto;
}

.album_submenu ul {
	margin: 0;
	padding: 0;
}

.album_submenu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
	font-size: 9pt;
	font-weight: 900;
}

.album_submenu li a {
	padding: 3px 3px 2px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: solid 1px #CBBC9B;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

li.jumpurl a {
	color: #f06ffc;
}

li.current a {
	color: #848484;
}

li.jumpurl a:hover {
	color: white;
	background-color: #f06ffc;
}

hr.style-one {
	margin: 15pt 0;
	border: 0;
	height: 2px;
	background: #F2BCFE;
	background-image: -webkit-linear-gradient(left, #ccc, #F2BCFE, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #F2BCFE, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #F2BCFE, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #F2BCFE, #ccc);
}

h2.PresentDate {
	text-align: left;
	margin: 5px 20px;
	padding: 3px 15px;
	border: solid 2px #0000cd;
	background-color: #87ceeb;
}

h2.clothlist {
	text-align: left;
	margin: 5px 20px;
	padding: 3px 15px;
	border: solid 2px #0000cd;
	background-color: #87ceeb;
}

ul#PresentList {
	text-align: left;
	font-size: 10pt;
}

ul#PresentList li {
	font-size: 10pt;
	padding: 2px 4px;
}

ul#PresentList a {
	text-decoration: none;
	font-weight: 800;
	color: #000080;
}

ul#PresentList a:hover {
	color: red;
}

ul#ClothList {
	text-align: left;
	font-size: 10pt;
}

ul#ClothList li {
	font-size: 10pt;
	padding: 2px 4px;
}

ul#ClothList a {
	text-decoration: none;
	font-weight: 800;
	color: #000080;
}

ul#ClothList a:hover {
	color: red;
}

ul#PresentList span.brand {
	color: #808080;
}

ul#PresentList span.brand a {
	color: #658cc1;
	font-weight:900;
}
ul#PresentList span.brand a:hover {
	color: green;
	font-weight: 900;
}

ul.note {
	margin: 5px 20px 5px;
	font-size: 10pt;
	text-align: left;
}

ul.note>li {
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.note>li a {
	text-decoration: none;
	color: #0404B4;
}

ul.note>li a:hover {
	color: red;
}

div#presentlink {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}

div.navi {
	margin: 5px 0;
	text-align: center;
}

ul#pyear {
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: center;
}

ul#pyear li {
	list-style-type: none;
	display: inline-block;
	margin: 5px 3px;
	padding: 0;
	border: solid 1px #819FF7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: 900;
	text-align: center;
	font-size: 9pt;
}

ul#pyear li:hover {
	box-shadow: 3px 3px 6px rgba(71, 83, 251, 0.4);
}

ul#pyear a {
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

ul#pyear a:hover {
	color: red;
	text-decoration: none;
}
