@charset "utf-8";
/* CSS Document */

body, div, ul, li, h1, h2, p {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
	text-align: center;
	background-image:url(../images/rs_bg.jpg);
	background-repeat:repeat;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:10px;
}
#wrapper {
	min-height:100%;
	width:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#header {
	width:100%;
	height:41px;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat;
}
#header h1 {
	display:none;
}
#logo a {
	position:absolute;
	top:2px;
	left:20px;
	height:34px;
	width:525px;
	background-image:url(../images/redshoes_top.gif);
}
#logo a:hover {
	background:url(../images/redshoes_top_o.gif) no-repeat;
}
#nav_cast a {
	height:34px;
	width:209px;
	background-image:url(../images/nav_caststaff.gif);
	background-repeat:no-repeat;
}
#nav_cast a:hover {
	background:url(../images/nav_caststaff_o.gif) no-repeat;
}
#nav_cast_o {
	height:34px;
	width:209px;
	background-image:url(../images/nav_caststaff_o.gif);
	background-repeat:no-repeat;
}
#nav_info a {
	height:34px;
	width:74px;
	background-image:url(../images/nav_info.gif);
	background-repeat:no-repeat;
}
#nav_info a:hover {
	background:url(../images/nav_info_o.gif) no-repeat;
}
#nav_info_o {
	height:34px;
	width:74px;
	background-image:url(../images/nav_info_o.gif);
	background-repeat:no-repeat;
}
#nav_slash {
	height:34px;
	width:24px;
	background-image:url(../images/nav_slash.gif);
	background-repeat:no-repeat;
}
#nav {
	margin-top:2px;
	float:right;
}
#nav ul li {
	color:#FFF;
	float:left;
	list-style:none;
}
#nav li a {
	color:#fff;
	display:block;
	padding: 0 0px;
	line-height:10px;
	text-decoration:none;
	float:left
}
#main {
	margin-left:20px;
	margin-top:20px;
	width:500px;
	text-align:left;
	line-height:180%;
	font-size:15px;
}
#main2 {
	margin-top:20px;
	width:100%;
	text-align:center;
	line-height:180%;
	font-size:13px;
}
#main_image {
	background-image:url(../images/main_image.jpg);
	background-repeat:no-repeat;
	position: absolute;
	top:41px;
	right:20px;
	width:474px;
	height:498px;
}
#main_image2 {
	background-image:url(../images/main_image2.jpg);
	background-repeat:no-repeat;
	position: absolute;
	top:61px;
	left:0px;
	width:614px;
	height:589px;
}
#footer {
	background-color:#1a1a1a;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:50px;
	color:#FFF;
	text-align:center;
	position:absolute;
	bottom:0;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:active {
	color:#900;
	text-decoration:none;
}
.text_bio {
	font-size:10px;
	line-height:180%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text_name {
	font-size:16px;
	line-height:160%;
	font-weight:bold;
	letter-spacing:1px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text_name_eng {
	font-size:12px;
	color:#C30;
	line-height:130%;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

