@charset "Shift_JIS";

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

/* Cascading Style Sheet for 風男塾 全ページ共通 */

html {
	margin: 0 auto;
	padding: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.7;
	color: #000000;
	background: #f9f9f9 url(../img/basic/back_body.jpg) 50% 50% no-repeat fixed;
	
	/* for Windows IE 6 or lower */
	text-align: center;
}
#main {
	overflow: hidden;
	position: relative;
	top: 9.6em;
	left: 0;
	width: 970px;
	margin: 0 auto 10.8em auto;
	padding: 0;
	border: 10px solid #ffffff;
	background: #f9f9f9;
	
	/* for Windows IE 6 or lower */
	text-align: left;
}
html[xmlns] #main {
	width: 950px;
	background: url(../img/basic/back_transparent_white_95.png);
}

#main h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

/* ########## 要素・クラス・全般 ########## */
a         { color: #dd3300; }
a:visited { color: #888888; }
a:hover   {
	color: #666600;
	text-decoration: none;
}
a.outside {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_outside_white.gif) 100% 100% no-repeat;
}
a.zoom {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/basic/icon_zoom_white.gif) 100% 100% no-repeat;
}

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

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

hr {
	display: none;
	border: none;
}
hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 6px 0;
	width: 50%;
}
hr.separate {
	clear: both;
	display: block;
	visibility: visible;
	margin: 1.5em auto;
	padding: 0;
	width: 98%;
	text-align: center;
	border-bottom: 2px dotted #dddddd;
}
span.roman {
	font-family: "Times New Roman", serif;
}
span.ruby {
	font-size: 80%;
}

del,
del * {
	color: #cccccc !important;
	text-decoration: line-through !important;
}

ins,
ins * {
	color: #ff0000 !important;
	text-decoration: none;
}
ins a {
	color: #ff0000 !important;
	text-decoration: underline;
}


/* ########## ヘッダ ########## */
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0 0 90px 0;
	text-align: center;
	background: #ffffff url(../img/basic/artist_name.jpg) 50% 100% no-repeat;
}

/* ########## トピックパス ########## */
#topicpath {
	position: relative;
	z-index: 1200;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	border-bottom: 1px solid #ffffff;
	background: #000000;
}
html[xmlns] #topicpath {
	height: auto;
	line-height: 1.0;
}

#topicpath h2 {
	position: absolute;
	bottom: -25px;
	right: 10px;
	z-index: 1210;
	width: 25px;
	height: 25px;
	margin: -25px 0 0 0;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/basic/back_topicpath_title.gif) 50% 100% no-repeat;
}

#topicpath ol {
	list-style-type: none;
	position: relative;
	z-index: 1220;
	margin: 0 5px;
	padding: 0.8em 15px;
	color: #ffffff;
	font-size: 82%;
	text-align: right;
}
#topicpath ol li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: middle;
}
html[xmlns] #topicpath ol li {
	display: inline-block;
}
*:first-child+html #topicpath ol li {
	display: inline;
}

#topicpath ol li.location {
	padding: 0.6em 12px;
	background: url(../img/basic/back_ani_black.gif); 
}

#topicpath a {
	display: inline-block;
	margin: 0;
	padding: 0.6em 25px 0.6em 12px;
	color: #ffffff !important;
	text-decoration: none;
	background: #333333 url(../img/basic/back_topicpath_a.gif) 100% 50% no-repeat; 
}
#topicpath a:hover {
	background-color: #444444; 
}

/* ########## ヘッダ・フッタメニュー ########## */
div.menu {
	clear: both;
	position: relative;
	z-index: 1100;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/basic/back_menu.gif) 0 50% repeat-x;
}

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

div.menu ul {
	position: relative;
	list-style-type: none;
	width: 950px;
	height: 3em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 90%;
}
html[xmlns] div.menu ul {
	height: auto;
	min-height: 3em;
	/* background: url(../img/basic/back_menu_line.png) 0 0 repeat-y; */
}

div.menu ul li {
	float: left;
	position: relative;
	width: 150px;
	margin: 0;
	padding: 0;
	font-family: "Arial", "Trebuchet MS";
	font-size: 1em;
	text-align: center;
	white-space: nowrap;
	line-height: 1.0;
}
html[xmlns] div.menu ul li {
	/* background: url(../img/basic/back_menu_line.png) 100% 0 repeat-y; */
}

div.menu ul li.nfs {
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
}

div.menu ul li a {
	display: block;
	margin: 0;
	padding: 1em 15px;
	color: #ffffff !important;
	text-decoration: none;
}
div.menu ul li a:hover {
	background: url(../img/basic/back_menuH.gif) 0 50% repeat-x;
}
html[xmlns] div.menu ul li a:hover {
	background: url(../img/basic/back_transparent_white_10.png);
}

/* ---------- メニュー TOP ---------- */
div.menu ul.top a.top {
	background: url(../img/basic/back_menuS.gif) 0 50% repeat-x;
}
html[xmlns] div.menu ul.top a.top {
	background: url(../img/basic/back_transparent_black_10.png);
}
div.menu ul.top a.top:hover {
	background: none;
}

/* ---------- メニュー PROFILE ---------- */
div.menu ul.profile a.profile {
	background: url(../img/basic/back_menuS.gif) 0 50% repeat-x;
}
html[xmlns] div.menu ul.profile a.profile {
	background: url(../img/basic/back_transparent_black_10.png);
}
div.menu ul.profile a.profile:hover {
	background: none;
}

/* ---------- メニュー DISCOGRAPHY ---------- */
div.menu ul.discography a.discography {
	background: url(../img/basic/back_menuS.gif) 0 50% repeat-x;
}
html[xmlns] div.menu ul.discography a.discography {
	background: url(../img/basic/back_transparent_black_10.png);
}
div.menu ul.discography a.discography:hover {
	background: none;
}

/* ---------- メニュー SCHEDULE ---------- */
div.menu ul.schedule a.schedule {
	background: url(../img/basic/back_menuS.gif) 0 50% repeat-x;
}
html[xmlns] div.menu ul.schedule a.schedule {
	background: url(../img/basic/back_transparent_black_10.png);
}
div.menu ul.schedule a.schedule:hover {
	background: none;
}

/* ---------- メニュー FORM MAIL ---------- */
div.menu ul.mail a.mail {
	background: url(../img/basic/back_menuS.gif) 0 50% repeat-x;
}
html[xmlns] div.menu ul.mail a.mail {
	background: url(../img/basic/back_transparent_black_10.png);
}
div.menu ul.mail a.mail:hover {
	background: none;
}


/* ########## フッタ ########## */
#footer {
	overflow: hidden;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0 0 1em 0;
	color: #ffffff;
	text-align: left;
	background: #000000 url(../img/basic/back_stripe_black.gif);
}

/* ########## 動画リスト ########## */
#fullscreen-movie-list {
	position: relative;
	top: 20px;
	margin: 0 25px 20px 25px;
	padding: 0;
	font-size: 82%;
	border: 1px solid #ffffff;
	background: #333333;
}
html[xmlns] #fullscreen-movie-list {
	background: url(../img/basic/back_transparent_white_10.png);
}

#fullscreen-movie-list h2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1210;
	width: 100%;
	margin: 0;
	padding: 0.4em 12px;
	color: #cccccc;
	font-family: "Trebuchet MS";
	font-size: 120%;
	font-weight: normal;
	text-align: right;
	line-height: 1.0;
}
html[xmlns] #fullscreen-movie-list h2 {
	width: auto;
}

#fullscreen-movie-list ul {
	position: relative;
	z-index: 1220;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fullscreen-movie-list ul li {
	margin: 0.5em 0;
	padding: 0.2em 0 0.2em 52px;
	background: url(../img/basic/icon_movie.gif) 25px 0.3em no-repeat;
}

#fullscreen-movie-list ul li a {
	color: #ffffff;
	text-decoration: none;
}

#fullscreen-movie-list ul li strong {
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	width: 8em;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px dotted #666666;
}
html[xmlns] #fullscreen-movie-list ul li strong {
	width: auto;
	min-width: 7em;
}

/* ########## このページに関する情報 ########## */
#footer-page-info {
	position: relative;
	top: 20px;
	left: 0;
	margin: 0 0 20px 0;
	padding: 0;
}
#footer-page-info h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

/* ---------- W3C Validator ---------- */
#footer-page-info ul.valid {
	list-style-type: none;
	margin: 0 25px 0.5em 25px;
	padding: 0;
	text-align: right;
}
#footer-page-info ul.valid li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 82%;
	line-height: 1.4;
	vertical-align: middle;
	background: #333333;
}
html[xmlns] #footer-page-info ul.valid li {
	display: inline-block;
	margin: 0;
	line-height: 1.0;
	background: url(../img/basic/back_transparent_white_10.png);
}
*:first-child+html #footer-page-info ul.valid li {
	display: inline;
	margin: 0 0 0 5px;
}

#footer-page-info ul.valid li a {
	display: inline-block;
	margin: 0;
	padding: 0.6em 7px 0.6em 10px;
	color: #ffffff !important;
	text-decoration: none;
}
html[xmlns] #footer-page-info ul.valid li a {
	padding: 0.6em 10px;
}

/* ---------- 注意書き ---------- */
#footer-page-info p.notice{
	clear: both;
	margin: 0 25px;
	padding: 0;
	font-size: 82%;
	text-align: center;
}

/* ---------- 著作権情報 ---------- */
#footer-page-info address {
	margin: 0 25px;
	padding: 0;
	font-size: 82%;
	font-weight: normal;
	text-align: center;
}
#footer-page-info address img {
	margin: 0;
	padding: 0;
}

/* ########## ポップアップサイトイメージ ########## */
#site-image {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 30000;
	width: 202px;
	margin: 0;
	padding: 20px 25px;
	text-align: center;
	border: 1px solid #ffffff;
	background: #000000 url(../img/basic/back_stripe_black.gif);
}
html[xmlns] #site-image {
	width: 152px;
	width: auto;
	min-width: 150px;
	background: url(../img/basic/back_transparent_black_80.png);
}
#site-image span {
	display: block;
	width: 100%;
	margin: 12px 0 -8px 0;
	padding: 0;
	color: #ffffff;
	font-size: 71%;
	text-align: right;
	line-height: 1.2;
	white-space: nowrap;
}
#site-image img {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
}

/* ########## ローディングアイコン ########## */
#loading-icon {
	position: absolute;
	top: -9000px;
	left: -9000px;
	z-index: 30000;
	margin: 0;
	padding: 0;
}
#loading-icon img {
	margin: 0;
	padding: 0;
}

/* ########## リターンアイコン ########## */
#back-to-top {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
}
back-to-top img {
	margin: 0;
	padding: 0;
}

/* ########## フルスクリーンムービー ########## */
#fullscreen-movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70000;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000000 url(../img/basic/back_stripe_black.gif);
}
html[xmlns] #fullscreen-movie {
	position: fixed;
	background: url(../img/basic/back_transparent_black_80.png);
}

#fullscreen-movie p#fullscreen-movie-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70020;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
	text-align: center;
	line-height: 1.2;
}

#fullscreen-movie p#fullscreen-movie-close {
	position: absolute;
	top: -6px;
	right: 10px;
	z-index: 70030;
	width: 80px;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 100%;
	line-height: 1.0;
	text-align: center;
}
#fullscreen-movie p.close img {
	margin: 0;
}

#fullscreen-movie p#fullscreen-movie-flash {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 70010;	
	margin: 0 auto;
	padding: 0;
	border: 5px solid #ffffff;
}
#fullscreen-movie p#fullscreen-movie-flash * {
	margin: 0;
	padding: 0;
}
/* ########## 腐男塾カラー ########## */
.momotaro { color: #ff76ca !important; }
.uramasa { color: #27a1ff !important; }
.kyohei { color: #09dc4a !important; }
.kojiro { color: #ff0000 !important; }
.renji { color: #ff6600 !important; }
.kouki { color: #faec0d !important; }
.nfs { color: #cc0000 !important; }