@charset "shift_jis";

/* CSS設定目次　============

・基本・共通設定
・コンテンツエリア

======--- CSS設定目次 */




/*　======　基本・共通設定　ここから　======　*/

html{}

body{ margin:0; padding:5px;  background-color:#333; font-family: "ＭＳ Ｐゴシック", Osaka;  color:#fff; line-height:1.8em; font-size:0.8em;}

/* タグ基本設定 */
p,h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
ul li{ line-height:1em;}

a img{ border:0;}

a{ color:#69c; font-style:normal; text-decoration:underline;}
a:link { color:#69c; font-style:normal; text-decoration:underline;}
a:visited { color:#888; text-decoration:underline;}
a:hover { color:#fa0; font-style:normal; text-decoration:underline;}
a:active { text-decoration:none;}

/*　======　基本・共通設定　ここまで　======　*/

/*　======　コンテンツエリア　ここから　======　*/

/* 見出し */
h2{ color:#fd0; font-size:1.2em; margin:10px 0 0 45px; padding:0;}
h3{ color:#69c; font-size:1em; margin:10px 0 0 45px; padding:0;}

/* サムネイルメニュー */
ul.otherImg{ list-style:none; text-align:right; padding:0; margin:0 40px 0 0;}
ul.otherImg li{ display:inline; list-style:none;}

/* テキスト */
p{ padding:0 0 0 45px; color:#fff;}
p.attention{ margin-right:40px; text-align:right; color:#ccc; font-size:0.9em;}

/* 画像 */
img#target{ display:block; margin:15px auto 10px;}

/* 表 */
table{ width:500px; margin:10px auto; padding:0; background-color:#ccc; border-collapse:separate; border-spacing:1px;}
th{ padding:3px; background-color:#efefef; border:#333 1px solid; text-align:right; vertical-align:top; color:#666;}
td{ padding:3px; background-color:#efefef; border:#333 1px solid; color:#666;}

/*　======　コンテンツエリア　ここまで　======　*/
