@charset "Shift_JIS";

html {
	height:100%;
}
img {border:0px;}

body {
	background-image:url(../image/bg.gif);
	background-color:#1f1f1f;
	margin:0px;
	padding:0px;
	font-family: verdana, arial, "‚l‚r ‚o ƒSƒVƒbƒN", sans-serif;
	text-align:center;
	height:100%;
}
body#popup {
	background-image:none;
	background-color:#ffffff;
	margin:10px;
	padding:10px;
	text-align:left;
}
body#popup_gallery {
	background-image:none;
	background-color:#000;
	margin:0px;
	padding:0px;
	text-align:left;
}



/**** layout ****/

div#outline {
	margin:0px auto;
	padding:0px;
	width:722px;
	height:100%;
	min-height:100%;
	background-color:#000;
	background-image:url("../image/v_border.gif");
	text-align: center;
}

div#main {
	margin:0px 16px;;
	padding:0px
	width:690px;
	text-align:left;
}
body > #outline {
    height: auto;
}


div#header {
	margin:0px;
	padding:0px;
	background-color:#000000;
}

div#topimage {
	margin:0px;
	padding:0px 0px 4px 0px;
	background-color:#000000;
}

div#menu {
	padding:0px 30px;
	background-image:url(../image/rr_menu_bg.gif);
	background-repeat:repeat-x;
	height:34px;
}

div#contents {
	margin:0px 30px 30px 30px;
	padding:0px;
}
div#contents2 {
	margin:0px 20px 30px 30px;
	padding:0px;
}

div#footer {
	background-color:#e6e6e6;
	margin:0px;
	padding:5px 30px 0px 30px;
	border-top:solid #787878 1px;
}

/**** general parts ****/
a:link {color:#222;text-decoration: underline;}
a:visited {color:#222;text-decoration: underline;}
a:hover,active {color:#666;text-decoration: underline;}

#footer a:link {color:#787878;text-decoration: underline;}
#footer a:visited {color:#787878;text-decoration: underline;}
#footer a:hover,active {color:#555;text-decoration: underline;}

h2 {
	font-size:14px;
	color:#d21d41;
	margin:0px 0px 5px 0px;
	padding:20px 0px 5px 0px;
	line-height:1.3em;
}
h3 {
	margin-bottom:8px;
	margin-top:15px
	padding-top:0px;
	padding-bottom:0px;
}
h2.popup {
	color:#222222;
	padding:0px 0px 5px 0px;
}

p {
	color:#222;
	margin:5px 0px 5px 0px;
	font-size:12px;
	line-height:1.5em;
}
span.red {
	color:#d21d41;
}
p.note {
	color:#222;
	margin:0px;
	font-size:10px;
	line-height:1.3em;
}
p.strong {
	margin-top:20px;
	font-weight:bold;
}
p.extra {
	margin-top:10px;
	border-top:1px #222222 dotted;
	padding-top:10px;
	width:270px;
}

#footer p {
	margin:0px;
	padding:0px;
	color:#787878;
	font-size:10px;
}
p.footer_l {
	float:left;
}
p.footer_r {
	text-align:right;
}
.clearboth {clear:both;}

div.galleryphotobox {
	margin:0px 5px 5px 0px ;
	float:left;
	border:solid #fff 1px;
	background-color:#c6c6c6;
}
div.galleryphotobox_active {
	margin:0px 5px 5px 0px ;
	float:left;
	border:solid #a80000 1px;
	background-color:#c6c6c6;
}
div.dottedhr {
	clear:both;
	margin-bottom:15px;
	padding-top:10px;
	border-bottom:dotted #333 1px;
}

table.photo_inner {
	width:205px;
	height:180px;
	text-align:center;
}
body#popup_gallery p{
	text-align:center;
	color:#fff;
}
body#popup_gallery a:link {color:#fff;text-decoration: underline;}
body#popup_gallery a:visited {color:#fff;text-decoration: underline;}
body#popup_gallery a:hover,active {color:#aaa;text-decoration: underline;}

table.popup_galleryphoto {
	margin:20px 20px 16px 20px;
	text-align:center;
}

