/* CSS Document */

/* =========================================================
	RESET
========================================================= */
body, h1, h2, h3, h4, h5, h6, li, dl, pre, form, blockquote, fieldset, address {
	margin: 0;
	padding: 0;
}
ul, ol { margin: 0; padding:0 0 0 15px; }
fieldset { border: none; }
legend { display: none; }
input, textarea, select  {
	margin: 2px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
dt, caption { font-weight: normal; }
p { margin: 0 0 1.4em 0; }
img { border: none; }

/* =========================================================
	CLEARFIX
========================================================= */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* =========================================================
	SHARE
========================================================= */
body {
	margin:10px auto;
	padding:0;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#9b9b9b;
	line-height:16px;
}

table {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#9b9b9b;
}

/* link */
a { color:#9b9b9b; text-decoration:none; }
a:hover { color:#b2c4c9; text-decoration:underline; }

/* design */
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left; }
.bottom { vertical-align:bottom; }
.middle { vertical-align:middle; }
.clear { clear:both; }
.point { color: #3d6571; }
.error { color:#C41130; font-weight:bold; }
.small { font-size:10px; }
.hd { display:none; }
.float-left { float:left; margin:0 15px 15px 0; }
.float-right { float:right; margin:0 0 15px 15px; }
.img-left { float:left; margin:0 25px 10px 0; }
.img-right { float:right; margin:0 0 10px 10px; }

/* =========================================================
	CONTENTS
========================================================= */
.main {
	margin:0 auto;
	width:750px;
}

#flag {
	margin:0 0 10px 0;
	text-align:right;	
}
#flag img { margin-right:5px; vertical-align:middle; }

#jp h1 {
	margin:15px 0 0 0;
	text-align:left;
	float:left;
	width:266px;
	height:15px;
	line-height:15px;
	background:url(images/title_gallery_jp.gif) center top no-repeat;
	overflow:hidden;
	text-indent:-9000px;
}
#en h1 {
	margin:15px 0 0 0;
	text-align:left;
	float:left;
	width:217px;
	height:12px;
	line-height:12px;
	background:url(images/title_gallery_en.gif) center top no-repeat;
	overflow:hidden;
	text-indent:-9000px;
}
h2 {
	margin:0;
	text-align:right;
	float:right;
	width:107px;
}
h2 a {
	display:block;
	margin:0 auto;
	width:107px;
	height:30px;
	line-height:30px;
	background:url(images/colantotte.gif) center top no-repeat;
	overflow:hidden;
	text-indent:180px;
}

#contents {
	margin:0 auto;
	width:700px;
	text-align:left;
}

#footer{ margin:15px 0 0 0; text-align:center; }