/* 天奇屋スタイルシート */

@charset"Shift_JIS";

/* 基本 */
*{
	font:normal normal normal 10pt/180% 'Lucida Sans Unicode','Verdana','Osaka';
}

/* 画像 */
img{border:0;}

/* 全体のレイアウト */
body{
	margin:0 padding:0;
	background-color:#fff;
	overflow-x:hidden;
}

/* 基本表示部分 */
#ten{
	margin:10px auto;	/* センタリング */
	width:680px;
	color:#333;	/* 文字色 */
}

/* リンク */
a{text-decoration:none;}
a:link,a:visited{color:#6699cc;}
a:active,a:hover{color:#333;}

/* リスト */
ul{margin-left:20px;padding:5px 0;}
li{list-style-type:circle;}
li.ru{
	list-style-type:none;
	margin-left:10px;
	padding-left:18px;
	background-image:url('li.gif');
	background-repeat:no-repeat;
	background-position:0% 48%;
	background-attachment:scroll;
}

/* 文字 */
b{font-weight:bold;font-size:120%;}
em{font-weight:normal;border-bottom:2px solid #990033;text-decoration:none;}
strong{padding:0 2px;background-color:#fff;font-weight:normal;}
del{text-decoration:line-through;}

span.red1{padding:0 2px;background-color:#fff;color:#dc143c;font-weight:bold;}
span.red2{color:#dc143c;}

/* トップに戻る */
.up{padding:5px;text-align:right;}

/****************************************************************/

/* ヘッダー */
#head{
	margin:15px 0;
	width:680px;
	height:235px;
	background-image:url(head.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
}

/* メニュー */
div.menu dl{padding-left:15px;float:left;}
div.menu dt a{color:#333;font-weight:bold;}
div.menu dd{}

/* テキスト */
.txt{
	margin:0 auto 20px auto;
	padding:2px 20px;
	background-image:url(txt.gif);
	background-repeat:repeat-x;
	background-position : 0% 0% ;
	background-attachment:fixed;
	border:1px solid #999;
	clear:both;
}

/* 見出し */
h2{
	margin:20px 0 5px 0;
	font-size:11pt;
	font-family:'Lucida Sans Unicode';
	font-weight:bold;
	border-bottom:1px solid #999;
}
h3{
	margin:20px 0 5px 0;
	padding:0 5px;
	background-image:url(h3.gif);
	background-position:0% 0%;
	background-repeat:repeat;
	font-size:11pt;
	font-weight:normal;
	text-align:left;
	letter-spacing:2px;
	clear:both;
}
h4{
	margin:10px 0 5px 0;
	font-size:9pt;
	font-weight:bold;
	border-bottom:1px solid #999;
}

/* フッター */
#foot{
	margin:0 auto 20px auto;
	padding:2px 20px;
	background-image:url(txt.gif);
	background-repeat:repeat-x;
	background-position : 0% 0% ;
	background-attachment:fixed;
	text-align:center;
	border:1px solid #999;
	clear:both;
}