@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* --------------- HTML要素（一部#ID） ------------------ */

*	{font:normal normal normal 100%/210% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; border:none; background-color:transparent; 
	margin:0px; padding:0px;}


/* --------------- 基本構造 ---------------------------- */

html	{	}
body	{color:#000000; font-size:80%; background:url(../img/s1.gif)  fixed; margin-left:20px;}
hr	{display:none;}


/* --------------- 見出し ------------------------------- */

h1,h2,h3,h4,h5,h6	{	}
h1	{	}
h2	{color:#666666; font-size:150%; background:url(../img/s2.gif) no-repeat 0% 100%; padding-left:21px;}
h3	{color:#cc6666;}
h4	{width:200px; border-bottom:1px dotted #666666; padding:0px 2px;}
h5	{color:#ff6666; border-left:5px solid #888888; padding-left:5px; margin:2px 0px;}
h6	{color:#777777; text-decoration:underline;}


/* --------------- 段落 --------------------------------- */

p	{margin:7px 0px 10px 15px;}


/* --------------- アンカー(リンク) ------------------------ */

a	{color:#CC9999; text-decoration:underline;}
	a:hover	{color:#dcdcdc;}


/* --------------- 強調・追加・削除 ----------------------- */

em	{color:#555555; font-weight:bold;}
strong	{color:#ffffff; background:#993333;}
ins	{text-decoration:underline;}
del	{color:#888888; text-decoration:line-through;}


/* --------------- フォーム ------------------------------ */

input	{border-bottom:5px;}
	input#TEXT	{font:100%/120% Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif; width:190px; border:1px solid #cc6666;
			padding:1px 3px;}
	input#BUTTON	{background:#ffcccc;}
	input#CHECKBOX	{	}
	input#RADIO	{	}
textarea	{width:300px; 
                 height:100px;
                 border:1px solid #993300;
                 margin-bottom:1px; padding:1px 1px;
                 scrollbar-base-color:#cc3300; 
                 scrollbar-highlight-color:#cc3300;
                 scrollbar-shadow-color:#cc3300;
                 scrollbar-darkshadow-color:#cc3300;
                 scrollbar-track-color:#cc9966;
                 scrollbar-arrow-color:#ffcc99; 
                 scrollbar-3dlight-color:#cc3300}
option	{	}
optgroup	{	}


/* --------------- リスト --------------------------------- */
ol	{margin-bottom:5px;}
	ol li	{color:#333333; margin-left:10px; list-style-position:inside;}
ul	{margin-bottom:5px;}
	ul li	{color:#333333; margin-left:10px; list-style-type:circle; list-style-position:inside;}
dl	{margin:5px 7px;}
	dt	{color:#888888; background:url(../img/s3.gif) no-repeat 0% 50%; padding-left:21px;}
	dd	{color:#000000; margin:0px 5px 3px 30px;}


/* --------------- アドレス ------------------------------- */

address	{color:#333333; text-decoration:underline;}


/* --------------- 引用（サンプルページ未記述） ------------- */

blockquote	{border:1px solid #dcdcdc; margin:2px 5px; padding:5px;}
cite	{background:#dcdcdc;}
q	{color:#555555; border-bottom:1px dotted #777777;}


/* --------------- 整形済みテキスト（サンプルページ未記述）--  */

pre	{width:450px; overflow:auto;}


/* --------------- 物理要素（サンプルページ未記述） --------- */

b	{color:#555555; font-weight:bold;}
i	{font-style:italic;}
big	{font-size:small;}
small	{color:#777777; font-size:x-small;}
tt	{font-family:monospace;}


/* --------------- ページ -------------------------------- */

div#PAGETOP	{width:700px;}


/* --------------- ヘッダー(Your Site Nameの部分) ---------- */
div#HEADER	{height:200px; width:700px; background:url(../img/back.gif) no-repeat 100% 0%;}
#HEADER h1	{font:370% "Century Gothic"; font-weight:bold; padding:40px 0px 50px 0px;}
	ul#PAN	{display:none;}


/* --------------- メニュー ------------------------------- */

div#MENU	{}
	#MENU h2		{display:none;}
	#MENU ul		{text-align:right;}
	#MENU li		{padding-right:10px; display:inline; list-style-type:none; list-style-position:outside;}
	#MENU a		{color:#000000; text-decoration:none;}
	#MENU a:hover	{	}
	#MENU li.menu-on a	{border-bottom:2px solid #cc6666;}


/* --------------- 記事(メインのテキストの部分) ------------- */

div#KIZI	{width:700px;}
	div.text	{margin:2px 5px; padding-left:5px;}
		ul.modori li	{text-align:right; padding-right:10px; list-style-type:none;}
		ul.modori a	{text-decoration:none;}


/* --------------- フッター(下のTop,Mail,CSS Designplateの部分) ---------------- */

div#FOOTER	{text-align:right; width:700px; padding:10px 0px;}
	#FOOTER ul	{padding-left:10px;}
	#FOOTER li	{padding-right:30px; display:inline;}
	#FOOTER h2	{display:none;}
	#FOOTER a	{text-decoration:none;}
	#FOOTER a:hover	{color:#dcdcdc;}
	#FOOTER address	{display:inline;}
