@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for 渚ようこ 全ページ共通 */

html {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	width: 100%;
	margin: 70px auto 2em auto;
	padding: 0;
	background: #000f2f;
	line-height: 1.7;
	color: #eeeeee;

	/* for IE 5.x */
	text-align: center;
}

div#caution {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	margin: 0;
	padding: 0;
	text-align: left;
}
div#caution p {
	margin: 0;
	padding: 5px;
	color: #ee0572;
	font-size: 82%;
	line-height: 1.2;
}
div#caution p a {
	color: #ff0000;
}

div#main {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #333333;
	/* for IE 5.x */
	text-align: left;
}
/* start of MacIE 5 hack \*/
div#main {
	width: 752px;
}
/* end of MacIE 5 hack */
html[xmlns] div#main {
	width: 750px;
}

/* ########## 要素・クラス・全般 ########## */
a         { color: #0099cc; }
a:visited { color: #666666; }
a:hover   {
	color: #ba3d3d;
	text-decoration: none;
}
a.outside {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_outside.gif) 100% 100% no-repeat;
}
a.zoom {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_zoom.png) 100% 100% no-repeat;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

img {
	margin: 1px 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}
img.frame {
	border: 1px solid #666666;
}

hr {
	display: none;
}
hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 6px 0;
	width: 100%;
}
ins {
	text-decoration: none;
}
p.back {
	clear: both;
	position: relative;
	top: -9px;
	left: 742px;
	z-index: 500;
	width: 18px;
	margin: 0 0 -9px 0;
	padding: 0;
}

/* ########## トピックパス ########## */
#topicpath {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 2000;
	margin: 0 1em;
	padding: 0;
}
#topicpath p {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 82%;
	text-align: right;
	line-height: 1.2;
}
#topicpath a {
	color: #eeeeee;
	text-decoration: none;
	background: url(../img/basic/back_line.gif) 0% 100% no-repeat;
}
#topicpath a:hover {
	color: #eeeeee;
	text-decoration: none;
	border-bottom: 0;
	background: none;
}

/* ########## 注意書き ########## */

div#notice {
	width: 750px;
	margin: 0;
	padding: 0;
}
div#notice p {
	width: 740px;
	margin: 0;
	padding: 0 5px;
	color: #696969;
	font-size: 82%;
	text-align: center;
}

/* ########## フッタ ########## */
#footer {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3000;
	width: 750px;
	margin: 0;
	min-height: 18px;
	padding: 0;
	background: #333333 url(../img/basic/back_gradation.jpg) 50% 0;
	color: #ffffff;
}
#footer address {
	margin: 0;
	padding: 0.2em 20px;
	text-align: right;
	font-size: 82%;
	font-weight: normal;
}
#footer address a {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer address a:visited {
	color: #ffffff;
}

#footer p.valid {
	float: left;
	margin: 0;
	padding: 0.4em 10px;
	font-size: 71%;
}
#footer p.valid a {
	color: #ffffff;
	text-decoration: none;
}
#footer p.valid a:hover {
	text-decoration: underline;
}

/* ########## メニュー ########## */
#menu {
	position: absolute;
	top: -30px;
	left: -5px;
	z-index: 5000;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#menu ul {
	list-style-type: none;
	margin: 1px 0 0 4px;
	padding: 0;
}
#menu li{
	float: left;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	font-family: "Trebuchet MS";
	font-size: 16px;
	white-space: nowrap;
	line-height: 1.4;
	border-right: 1px solid #333333;
}
#menu a {
	color: #0099cc;
	text-decoration: none;
}

#menu a:visited {
	color: #0099cc;
}
/* ########## メニュートップ ########## */
#menu li.top {
	width: auto;
}
#menu ul.top a.top{
	color: #999999;
}
/* ########## メニュープロフィール ########## */
#menu li.profile {
	width: auto;
}
#menu ul.profile a.profile {
	color: #999999;
}
/* ########## メニューディスコグラフィー ########## */
#menu li.discography {
	width: auto;
	border-right: none;
}
#menu ul.discography a.discography {
	color: #999999;
}
/* ########## メニュースケジュール ########## */
#menu li.schedule {
	width: auto;
}
#menu ul.schedule a.schedule {
	color: #999999;
}
/* ########## メニューメール ########## */
#menu li.mail {
	width: auto;
	border-right: none;
}
#menu ul.mail a.mail {
	color: #999999;
}

/* ########## フラッシュ ########## */
#movie object, #movie embed {
	position: absolute;
	top: 195px;
	left: 41px;
	z-index: 10000;
	width: 210px;
	height: 185px;
	margin: 0;
	padding: 0;
}
html[xmlns] #movie object, html[xmlns] #movie embed {
	top: 197px;
}
