@charset "UTF-8";

/* HTML */

html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(img_back.png);
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
}
div, p, span {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}
br {
	letter-spacing: normal;
}

/* TEXT */

h1, h2 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1ex;
}
.text_menu {
	color: #333;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.1ex;
}
.text_days {
	color: #333;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1ex;
}
.text_link {
	color: #333;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.text_en {
	color: #666;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.text_ja {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

/* LINK */

a {
	color: #333;
	text-decoration: none;
}
a:link{
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}
.imagelink a {
	border: none;
	text-decoration:none;
}
.imagelink a:link {
	border: none;
	text-decoration:none;
}
.imagelink a:visited {
	border: none;
	text-decoration:none;
}
.imagelink a:hover {
	border: none;
	text-decoration:none;
}
.imagelink a:active {
	border: none;
	text-decoration:none;
}

/* BOX */

.mr-t_10 {
	margin-top: 10px;
}
.mr-t_14 {
	margin-top: 14px;
}
.mr-t_15 {
	margin-top: 15px;
}
.mr-t_20 {
	margin-top: 20px;
}
.mr-t_30 {
	margin-top: 30px;
}
.mr-t_45 {
	margin-top: 45px;
}
.mr-t_60 {
	margin-top: 60px;
}
.mr-l_10 {
	margin-left: 10px;
}
.mr-l_20 {
	margin-left: 20px;
}
.mr-l_30 {
	margin-left: 30px;
}
.mr-l_129 {
	margin-left: 129px;
}
.mr-u_10 {
	margin-bottom: 10px;
}

/* STAGE */

#stage {
	margin: 0 auto;
	width: 890px;
	background-color: #f1f1f1;
}

/* HEADER */

#header {
	height: 75px;
	background-image: url(img_frame_header.png);
	background-repeat: no-repeat;
}

/* CONTENTS */

#contents {
	padding: 30px 90px 45px;
	text-align: left;
	background-image: url(img_frame_middle.png);
}
#contents_photos {
	padding: 30px 45px 45px 90px;
	text-align: left;
	background-image: url(img_frame_middle.png);
}
.photos_imagebox {
	margin: 60px 0px 30px 45px;
	text-align: left;
}
.photos_datebox {
	float: left;
	width: 190px;
	margin-left: 45px;
	display: inline;
	text-align: left;
}
.photos_textbox {
	float: right;
	width: 520px;
	margin-bottom: 45px;
	text-align: left;
}
.photos_floatclear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* MOVE */

#move_photos {
	margin: 35px 45px 0px 0px;
	text-align: right;
}
#move_archive {
	margin-top: 35px;
	text-align: right;
}

/* FOOTER */

#footer {
	height: 90px;
	padding: 0px 90px;
	text-align: right;
	background-image: url(img_frame_footer.png);
	background-repeat: no-repeat;
}

/* tinyTips */

.emailTip{
}
.emailTip .content {
	width: 180px;
}
.emailTip .bottom{
	height: 1px;
}
