/* ボディ属性 */
body
{
	background-color:#ffffff;
	background-image:url(img/menu/bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	color:#333333;
}


/* テーブル */
table
	 { font-size: 12px; font-family: "MS UI Gothic", Osaka; line-height: 150%; border: 0; border-collapse: collapse }
td
	{ border:0px; }
	
/*囲みケイ */
.kakomi { font-size: 10pt; background-color: #e5e5e5; margin-right: 50px; margin-left: 20px; padding: 3px; border: solid 1px #ccc }
/* フォントサイズ定義 */
.px14
	{ font-size:14px; font-family:"MS UI Gothic",Osaka; line-height:130%; }
.px12
	{ font-size:12px; font-family:"MS UI Gothic",Osaka; line-height:130%; }
.px11
	{ font-size:11px; font-family:"MS UI Gothic",Osaka; line-height:120%; }
.topics
	{ font-size:11px; font-family:"MS UI Gothic",Osaka; line-height:120%; color:#aa9966; }
.px11-l
	{ font-size:11px; width:100px; border-right:1px dotted #dd0000; font-family:"MS UI Gothic",Osaka; line-height:150%; padding:2 10 2 0;}
.px11-r
	{ font-size:11px; width:440px; font-family:"MS UI Gothic",Osaka; line-height:150%; padding:2 0 2 10;}


/* リンク */
a
	{ color:#06c; }
a:hover
	{ color:#f00; }


/* 画像のボーダー */
img
	{ border:0px; }


/* 折り返し禁止 */
.no-wrap
	{ white-space:nowrap; }


/* color */
.red
	{ color:#ff0000; }
.a96
	{ color:#aa9966; }


/* フッタ*/
#footer a
	{ color:#ffffff; }

#footer a:hover
	{ color:#eeeeee; }

/* サイトマップ */
.borderC
	{ border-bottom: 1px solid #ccc; padding:3px 0px; }
.border9
	{ border-bottom: 1px solid #999; padding:2px 0px; }
