@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:60%; background:#f5f5f5 url(fm-img/back.gif) repeat-y fixed 10px 0%; margin-left:20px;}
hr	{display:none;}


/* --------------- 見出し ------------------------------- */

h1,h2,h3,h4,h5,h6	{	}
h1	{	}
h2	{color:#333333; border-left:5px solid #dcdcdc; padding-left:10px;}
h3	{text-decoration:underline;}
h4	{width:200px; border-bottom:1px solid #dcdcdc; padding:0px 2px;}
h5	{color:#339966;}
h6	{color:#777777; margin-left:10px;}


/* --------------- 段落 --------------------------------- */

p	{margin:10px;}


/* --------------- アンカー(リンク) ------------------------ */

a	{color:#888888; text-decoration:none;}
	a:hover	{color:#dcdcdc;}


/* --------------- 強調・追加・削除 ----------------------- */

em	{color:#555555; font-weight:bold;}
strong	{color:#ffffff; background:#333333;}
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 #000000;
			padding:1px 3px;}
	input#BUTTON	{background:#dcdcdc;}
	input#CHECKBOX	{	}
	input#RADIO	{	}
textarea	{width:190px; border:1px solid #000000; margin-bottom:2px; padding:1px 3px;}
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:square; list-style-position:inside;}
dl	{margin:5px 7px;}
	dt	{color:#669933; padding-left:5px;}
	dd	{margin:2px 15px;}


/* --------------- アドレス ------------------------------- */

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:650px; margin-left:80px; padding:7px;}


/* --------------- ヘッダー(Your Site Nameの部分) ---------- */
div#HEADER	{}
#HEADER h1	{font:300% "Century Gothic"; font-weight:bold; padding:10px 20px 10px;}
	ul#PAN	{display:none;}


/* --------------- メニュー ------------------------------- */

div#MENU	{margin-bottom:20px;}
	#MENU h2		{display:none;}
	#MENU ul		{margin:5px;}
	#MENU li		{padding-left:10px; display:inline; list-style-type:none; list-style-position:outside;}
	#MENU a		{font-weight:bold; text-decoration:none; border-bottom:1px dotted #999999;}
	#MENU a:hover	{	}
	#MENU li.menu-on a	{	}


/* --------------- 記事(メインのテキストの部分) ------------- */

div#KIZI	{padding:7px;}
	div.text	{margin:7px 10px 15px;}
		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:375px; padding:10px 0px; clear:both;}
	#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;}
