/* 基本的な設定 */

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

body	{color:#333333; font-size:80%;background:#ccf5cc;}


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


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

em	{font-style:normal; font-weight:bold;}
strong	{color:#333333; font-weight:bold; border-bottom:2px solid #d6f1bb;}
ins	{text-decoration:underline;}
del	{color:#cccccc; text-decoration:line-through;}

address	{font-style:normal;}

blockquote	{color:#666666; width:90%; background:#ebf5cc; padding:8px;}

textarea	{font:100%/140% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; background:#f1f8dd;}
input	{font:100%/120% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; background:#f1f8dd; margin:2px 0px;}
form	{margin-bottom:10px;}


/* 見出し */
h2	{color:#888888; font:160%/160% "Times New Roman"; font-weight:bold; text-align:right;}
h3	{color:#ddeeff; width:200px; background:#000000; padding-left:5px; margin-left:10px;}
h4	{color:#666666; font-weight:normal; border-left:5px solid #d0ddaa; margin:3px 0px; padding-left:5px;}


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

ul	{margin:0px 2px;}
ul li	{list-style-type:square; margin-left:5px; 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:1px 2px;}
dt	{color:#70ad33; padding-left:3px;}
dd	{color:#777777; margin:0px 0px 3px 5px; padding-left:8px;}
dl.link	{margin:0px 0px 7px; clear:both;}
dl.link dt	{border:none; background:none; margin:0px; padding:0px; float:left;}
dl.link dd	{line-height:15px;}
dl.mail	{clear:both;}
dl.mail dt	{color:#222222; font:100%/120% Verdana,"ＭＳ Ｐゴシック"; border:none; width:70px; background:none; float:left;}
dl.mail dd	{border:none; background:none;}


/* div設定 */
.text	{width:100%; border:1px solid #000000; background:#ffffff; padding:10px; margin:0px 0px 20px 10px;}
.scroll	{height:70px; width:90%; margin:2px 10px 17px; overflow:auto;}


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


/* メニューの設定(フレーム menu.html) */
#menu .menu a	{color:#ffffff; text-decoration:none; background:#000000; width:100%; padding:8px;}
#menu .menu a:hover	{color:#ffffff; text-align:right; background:none;}

#menu address	{color:#ffffff;}

#menu h1		{color:#eefffb; font:230% "Times New Roman";}

#menu ul.menu	{border-top:1px solid #000000;  border-bottom:1px solid #000000;margin:0px; padding:10px 0px;}
#menu ul.menu li	{margin:0px; list-style-type:none; list-style-position:outside;}

#menu .title	{padding:10px;}
#menu .all		{border-right:1px solid #000000; border-left:1px solid #000000; background:url(img/back.jpg) no-repeat 0% 0%
		fixed;height:100%; padding:20px 0px 0px 0px; margin-left:10px;}


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


/* スクロールバーの設定 */ 
html,body{ 
scrollbar-base-color:#000000;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#48D1CC;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
}
