@charset "utf-8";

/*formatting style  =
----------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #C0C0C0;
	background-image: url(images/paint01.jpg);
	background-repeat: repeat;
}
hr {
	display: none;
}
a img {
	border-style: none;
}
a:link {
	color: #800080;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #CC99FF;
}
a:active {
	color: #669966;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/*basic layout  =
----------------------------*/
#wrapper {
	background-color: #FFFFCC;
	width: 940px;
	border-right: thick groove #AF9D7F;
	border-left: thick inset #F9DCD4;
	height: auto;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	width: 940px;
	margin: 0px;
	padding: 0px;
}

#header {
	padding: 0px;
	width: 940px;
	height: 200px;
	background-color: #000000;
	background-image: url(images/header_pattern.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header #rina_main {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 940px;
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#header #rina_main p {
	text-indent: -5000px;
}

/*navigation =
-------------------------------------------*/


#navi {
	background-color: #ffffff;
	width: 940px;
	padding: 0px;
	margin: 0px;
	clear: none;
	float: left;
}
#navi ul {
	width: 940px;
	left: 0px;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#navi ul li {
	float: left;
	list-style: none;
	padding: 0px;
	background-color: #CCC;
	margin: 0px;
}
#navi ul li a {
	line-height: 2em;
	color: #FBDEDA;
	text-decoration: none;
	background-color: #6E2F25;
	height: 2em;
	width: 230px;
	border-top: 5px ridge #EBD2AA;
	border-bottom: 3px double #999999;
	border-left: 5px ridge #996666;
	letter-spacing: 3px;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	float: left;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
#navi ul li a:hover {
	font-family: "Times New Roman", Times, serif;
	line-height: 2em;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #AF9D7F;
	text-align: center;
	float: left;
	height: 2em;
	width: 230px;
	padding: 0px;
	border-top: 5px ridge #6E2F25;
	border-bottom: 3px double #FCDFDB;
	border-left: 5px ridge #FFFFFF;
	letter-spacing: 3px;
}
#navi ul li a:active {
	font-family: "Times New Roman", Times, serif;
	line-height: 2em;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	color: #6E2F25;
	background-color: #AF9D7F;
	text-align: center;
	float: left;
	height: 2em;
	width: 230px;
	padding: 0px;
	border-top: 5px ridge #6e2f25;
	border-bottom: 3px double #fcdfdb;
	border-left: 5px ridge #FFFFFF;
	letter-spacing: 3px;
}


#maintop {
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-style: none;
	float: left;
	height: 1000px;
	width: 940px;
	background-color: #FFFFFF;
}
#maintop h2 {
	text-align: center;
	color: #663300;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: underline;
	font-size: 170%;
	padding: 10px;
	background-color: #CCCCCC;
	width: 780px;
	font-weight: 800;
	margin: 70px 10px 30px 65px;
}

#maintop p {
	margin: 15px 30px 5px 0px;
	padding: 0px 0px 0px 90px;
	width: 500px;
	line-height: 2em;
	float: left;
	clear: none;
}
#maintop #image  {
	background-color: #999999;
	float: left;
	width: 230px;
	margin-top: 20px;
	padding-top: 10px;
	background-image: url(images/rina_prof.jpg);
	height: 350px;
	text-indent: -5000px;
}
#maintop #line {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 940px;
}
#maintop #dolce  {
	height: 300px;
	width: 257px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
	background-color: #999999;
	margin: 0px 10px 0px 50px;
}
#maintop #carmen {
	float: left;
	height: 300px;
	width: 257px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #99FF00;
	background-image: url(images/second_rina.jpg);
	background-repeat: no-repeat;
}
#maintop #int {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 300px;
	width: 257px;
}

#maintop #fortop {
	display:inline;
	text-align: center;
	padding: 0px;
	float: left;
	width: 940px;
	margin: 0px;
	clear: both;
}

/*footer  =
-------------------------------*/

#footer {
	color: #FFFFFF;
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat-x;
	width: 910px;
	clear: both;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	float: none;
}

/*newAlbum part
----------------------------*/
#mainnew {
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
	height: 1000px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	float: left;
}


#mainnew h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 170%;
	color: #663300;
	margin: 70px 10px 30px 65px;
	padding: 10px;
	width: 780px;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: 800;
}
#mainnew .jaket {
	padding: 0px;
	margin-top: 0px;
	margin-left: 40px;
	float: left;
}
#mainnew dl {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
}
#mainnew dl dt {
	font-size: 115%;
	font-weight: 800;
	color: #DB6468;
}
#mainnew dl dd {
	margin: 5px 0px 8px;
}
#mainnew #credit {
	margin-left: 80px;
	margin-top: 0px;
	padding: 0px;
}
#mainnew #fortop {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 940px;
}
/*interview part
---------------------------------------------*/
#maininterview {
	background-image: url(images/intaview_back.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1500px;
	width: 940px;
	background-color: #FFFFFF;
}
#maininterview img {
	margin: 20px 10px 10px 30px;
	float: right;
}

#maininterview h2 {
	font-size: 170%;
	font-weight: 800;
	vertical-align: middle;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: 663300;
	background-color: #cccccc;
	margin: 70px 10px 30px 65px;
	padding: 10px;
	width: 780px;
	text-align: center;
}
#maininterview dl {
	margin: 30px 10px 30px 65px;
	padding: 5px;
	width: 760px;
	float: none;
}
#maininterview  dl dt {
	font-weight: 800;
	color: #663300;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 30px;
	border-bottom: 2px dotted #FF7D7D;
	margin-left: 10px;
}
#maininterview  dl dd {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-indent: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
#maininterview    p#kouki     {
	font-size: x-small;
	color: #666666;
	margin-left: 20px;
	line-height: 1.6em;
	margin-top: 20px;
}
#maininterview p#orei {
	font-size: medium;
	font-weight: 800;
	color: #DB948B;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
#maininterview #next {
	width: 940px;
	list-style: none;
	text-decoration: none;
}
#next ul li {
	display: inline-block;
	float: left;
	width: 470px;
	list-style: none;
}
#next ul li a{
	display: inline-block;
	list-style: none;
	text-align: center;
	float: left;
	width: 470px;
}
#maininterview #fortop {
	font-size: small;
	text-align: center;
	float: left;
	width: 940px;

}






/*parts
----------------------------*/
.strong {
	font-weight: bold;
}

