/* 基本的な設定 */

*	{font:normal normal normal 100%/210% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; background-color:transparent; 
	margin:0px; padding:0px;}

body	{color:#CC99CC; font-size:70%; background:url(img/back.gif) repeat-x  black 0% 0% fixed;}


/* リンクの設定 */
a	{color:#CC9999; text-decoration:none;}
a:hover	{color:#CC9999; text-decoration:underline;}


/* 色々 */
p	{margin-bottom:22px;}

em	{color:#CC9966; font-style:normal; font-weight:bold;}
strong	{color:#CC9933; font-weight:bold; border-bottom:1px solid #a7bad1;}
ins	{text-decoration:underline;}
del	{color:#CC99FF; text-decoration:line-through;}

address	{font-style:normal;}

blockquote	{color:#CC8080; border-left:3px solid #CCCC66; width:90%; padding:2px 10px;}

textarea	{color:#CCCCFF; font:100%/140% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; border:1px solid #CCCCFF; background:#000000;
	margin-bottom:5px;}
input	{color:#CCCCFF; font:100%/120% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; border:1px solid #CCCCFF; background:#000000;
	margin-bottom:2px;}
form	{color:#CCCCFF; border:none; margin-bottom:10px;}

img	{border:none;}


/* 見出し */
h2	{color:#CCCC99; font:160%/160% "Times New Roman"; text-decoration:underline; text-align:right; font-weight:bold; 
	margin-bottom:5px;}
h3	{color:#CC9966; font:120% "Century Gothic"; padding-left:5px;}
h4	{color:#CCCCFF; font-weight:normal; border-bottom:1px solid #dcdcdc; width:300px;
	padding-left:5px; margin-bottom:5px;}


/* リストの設定 */
ol	{margin-left:25px;}
ol li	{margin-left:2px;}

ul	{margin:0px 2px;}
ul li	{list-style-type:square; list-style-position:inside;}
ul.outline li	{margin-bottom:3px; list-style-type:none; list-style-position:outside;}
ul.inline li	{margin-right:5px; list-style-type:none; display:inline;}

dl	{margin:0px 5px 10px;}
dt	{margin:5px 0px;}
dd	{color:#CC9933; border-left:5px double #c0c0c0; margin-left:15px; padding-left:10px;}
dl.link	{margin:0px 0px 7px; clear:both;}
dl.link dt	{border:none; background:none; margin:0px; padding:0px; float:left;}
dl.link dd	{border:none; line-height:15px; margin:0px; padding:0px;}
dl.mail	{clear:both;}
dl.mail dt	{font:100%/120% Verdana,"ＭＳ Ｐゴシック"; border:none; width:70px; background:none; float:left;}
dl.mail dd	{color:#CC99CC; border:none; background:none;}


/* div設定 */
.text	{width:100%; padding:10px; margin:0px 0px 40px 10px;}
.scroll	{height:70px; width:90%; margin:2px 10px 17px; overflow:auto;}


/* 全体の設定(フレーム top.html...) */
.all	{text-align:center; width:100%; padding:10px;}
.main	{text-align:left; width:70%;}
.footer	{text-align:right; padding-right:25px;}
.footer a	{text-decoration:none;}
.footer a:hover{color:#CC8080; background:none;}


/* メニューの設定(フレーム menu.html) */
#menu		{background:#000000 none;}
#menu .menu a	{color:#777777; text-decoration:none; background:none;}
#menu .menu a:hover	{color:#777777; border-bottom:1px dotted #dcdcdc;}

#menu address	{}

#menu h1		{color:#CCCC99; font:260% "Century Gothic";}

#menu ul.menu	{margin-bottom:5px;}
#menu ul.menu li	{margin:0px 5px; list-style-type:none; list-style-position:outside; display:inline;}

#menu .title	{margin-bottom:7px;}
#menu .all		{font-size:80%; height:100%; text-align:center;}


/* スクロールバーの色などを変えたい場合はこの下にでもタグをお描きください。 */
