@charset "Shift_JIS";

/* 全般 */
#INDEX	{
	font-size:70%;
	font-family:Verdana,"MS UI Gothic",sans-serif;
}

BODY	{
	padding-bottom:15px;
	background-color:#000000;
	color:#666666;
	line-height:200%;
	text-align:right;
	margin:0; padding:0;
}

p	{
	margin:5px 10px 20px 20px;
	padding:5px 10px;
	border:1px solid #333333;
	background-color:#181818;
}

br	{letter-spacing:normal;}

hr	{display:none;}

/* アンカー */
a	{color:#666666; text-decoration:none; border-bottom:1px dashed #666666;}
	a:link		{}
	a:visited	{color:#444444; border-bottom:1px dashed #333333;}
	a:hover		{color:#CCCCCC;}
	a:active	{color:#333333;}

/* さまざまな要素 */
em	{color:#999999; font-weight:bold; font-style:normal; border-bottom:1px solid #666666;}
strong	{color:#000000; font-weight:bold; text-decoration:underline; border-bottom:1px solid #333333; background-color:#666666;}
ins	{text-decoration:underline; color:#999999;}
del	{text-decoration:line-through;}
address{font-style:normal; color:#999999;}

cite	{color:#666666; text-decoration:underline; font-style:oblique;}
q	{padding:0 5px; border-bottom:1px solid #CCCCCC;}
code	{border:1px dashed #CCCCCC; font-family:Gungsuh,serif;}
var	{border-bottom:1px dashed #CCCCCC; font-family:Gungsuh,serif; font-style:oblique; color:#999999;}
samp	{font-family:monospace; color:#888888;}
kbd	{font-family:monospace; color:#555555;}
def	{border-bottom:1px solid #CCCCCC; font-style:oblique;}
abbr,acronym{cursor:help;}
pre	{font-family:monospace; margin:1em auto; background-color:#EEEEEE;}
blockquote{
	background : url(quote.gif) no-repeat 100% 100%;
	padding:10px;
	border:1px solid #333333;
	border-left:5px solid #333333;
	color:#666666;
}

b	{font-weight:bold;}
i	{font-style:oblique;}
u	{text-decoration:underline;}
tt	{font-family:monospace;}
big	{font-size:120%;}
small	{font-size:90%;}

/* リスト */
ul	{list-style:circle outside;}
ul li	{list-style-type:circle;}

ol	{list-style:decimal outside;}
ol li	{list-style-type:decimal;}

dl	{margin-left:5px;}
	dl dt{}
	dl dd{}

dl.base	{list-style-position:outside; margin:0 2em;}
	dl.base dt	{
		padding:10px 30px 0;
		text-align:left;
		font-weight:bold;
		color:#999999;
		border-bottom:1px dashed #666666;
	}
	dl.base dd	{
		padding:10px 10px; margin:0;
		border-bottom:1px dashed #666666;
	}

/* フォーム */
fieldset{margin:10px 30px; padding:10px; border:1px solid #333333;}
legend	{color:#999999; font-size:100%;}
lavel	{color:#999999;}

input,textarea,select	{
	font-size:100%;
	font-family:Verdana,"MS UI Gothic",sans-serif;
	border:1px solid #333333;
	background-color:#000000;
	vertical-align:middle;
	color:#888888;
	margin:3px 10px 2px 0;
}

option,optgroup{background-color:#333333;}
	optgroup{background-color:#000000; font-style:oblique;}

/* 見出し */
h1{
	font-size:30pt;
	padding:0; margin:0;
	font-weight:normal;
	font-family:Georgia,serif;
	color:#FFFFFF;
	line-height:100%;
}
h2{
	font-weight:bold; font-size:100%;
	margin:0 0 0 -15px; padding:0 0 0 85px;
	color:#AAAAAA;
	letter-spacing:5px;
	background : url(h2.gif) no-repeat 0px 50%;
}
	h2 .n-2{display:none;}
h3{
	color:#666666;
	font-size:100%; line-height:100%;
	text-decoration:underline;
	letter-spacing:0px;
}
h4{
	background : url(h4.gif) repeat-x 0px 50%;
	color:#666666; font-weight:bold;
	text-align:right;
	padding:0 15px; margin:15px 5px;
	letter-spacing:10px;
	font-size:100%;
}
h5{
	color:#777777;
	letter-spacing:1px;
	font-size:100%;
	padding:0 20px; margin:5px 20% 0 10px; 
}
	h5:first-letter{
		color:#6699CC;
	}
h6{
	background : url(h6.gif) no-repeat 0.5em 50%;
	margin:3px 3%; padding:0 1.5em;
	text-align:left;
	color:#666666;
	font-size:100%; line-height:100%;
}

/* idとclass */
#PAGETOP{
	text-align:left;
	margin:0 0 0 15px; padding:50px 0 0 0;
	border-left:1px solid #333333;
}

#HEADER{
}
	#HEADER h1{
		display:none;
	}
	 ul#PAN{
		position:absolute;
		top:0;
		margin:0; padding:0;
	}
	ul#PAN li{
		font-size:36pt;
		line-height:100%;
		color:#222222;
		font-weight:bold;
		margin:0; padding:0 0 0 50px;
	}

#MAIN	{}
	div.text{
		margin:20px 10px;
	}
	div.s_text{
		background : url(../Pictures/mayakashi-hp-sozai/temp/fr01/img/h5.gif) no-repeat 5px 50%;
		border:1px solid #333333;
		font-size:90%;
		padding:0.8em 1.2em;
		margin:20px;
		color:#444444;
	}
	ul.back li{
		list-style:none inside;
		text-align:right;
	}
	ul.back li a{
		color:#666666;
		border:0;
	}

#FOOTER{
	display:none;
}
	#FOOTER h2{
	}
	#FOOTER ul{
	}
	#FOOTER ul li{
	}
		#FOOTER li#f1 a{}

/* 右の小さなフレーム */
#F_PAGETOP{
	width:100%; height:100%;
	background : #000000 url(back.jpg) no-repeat 100% 0px;
}

#F_HEADER{
	padding-top:150px;
}

#MENU	{
	position:absolute; top:30px; left:0; width:100%;
	margin:0; padding:0;
}
	#MENU h2{
		display:none;
	}
	#MENU ul{
		border-top:1px dashed #000000;
		margin:0; padding:0;
		display:block;
		width:100%;
	}
	#MENU ul li{
		margin:0 0 0 -15px; padding:0;
		list-style:none inside;
		width:100%;
	}
	#MENU ul li a{
		font-weight:bold; color:#000000;
		line-height:100%;
		display:block;
		text-align:right;
		font-family:Georgia,serif;
		padding:0 230px 0 0; margin:0;
		border-bottom:1px dashed #000000;
	}
	#MENU ul li a:hover{
		background-color:#000000;
		color:#CCCCCC;
		font-weight:bold;
	}
		#MENU li#M1 a{}
		#MENU li#M2 a{}
		#MENU li#M3 a{}
		#MENU li#M4 a{}
		#MENU li#M5 a{}

#F_MAIN{
	margin:0; position:absolute; top:350px; right:0;
	height:150px; width:100%;
	text-align:left;
	overflow:auto;
}
	P.f{
		border:0; background-color:#000000; color:#666666;
		font-size:80%; line-height:180%; padding:0 1em 5px 3em;
	}
	P.f2{font-size:80%;}

#F_FOOTER{
	text-align:right;
}
	#F_FOOTER h2{display:none;}
	#F_FOOTER ul{list-style:none inside;}
	#F_FOOTER ul li{display:inline;}

/* 要らない物 */
ul.copy{list-style:none inside; border-left:3px solid #CCCCCC; padding-left:10px; margin-left:20px;}
	ul.copy li{display:inline;}
ol.long{margin-top:0;}
	ol.long li{}
ul.long{margin-top:0; list-style-type:square;}
	ul.long li{}

#submit,#reset{padding:3px 15px;}

ul.l-1{list-style:none inside;}
	ul.l-1 li{list-style-type:none;}

ul.l-2{list-style:none inside; width:100%;}
	ul.l-2 li{display:inline;}

dl.l-3{list-style:none inside; margin:0; both:clear; display:block; padding:0; width:100%;}
	dl.l-3 dt{float:right; padding:5px 2px; width:200px;}
	dl.l-3 dd{ border:none;}

dl.l-4{list-style:none inside; display:block;}
	dl.l-4 dt{display:inline; padding:0; vertical-align:middle;}
	dl.l-4 dd{display:inline; border:none; font-size:90%; line-height:180%;}

dl.l-5{list-style:none inside;}
	dl.l-5 dt{float:left; display:block; width:120px; padding:5px 10px; vertical-align:middle; color:#000000;}
	dl.l-5 dd{display:block; border:none; color:#666666;}

dl.l-6{}
	dl.l-6 dt{}
	dl.l-6 dd{}

/* スクロールバーの設定（あまり推奨されてませんが） */
BODY{
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000; 
scrollbar-arrow-color: #333333;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}
