
/* 本文のスタイル */

body
{
	color: #555555;
	background-color: #ffffff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	font-size: 11px;
	fomt-family: sans-serif
}

/* リンクのスタイル */
a
{
	text-decoration: none;
	color: #eb894f;
}

/* 表のスタイル */
table
{
	background: #ffffff;
}

td
{
	font-size: 10px;
	text-align: center;
	padding: 5px;
}

/* トップページのバナー部分のスタイル */
.banner
{
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(../img/index.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 307px;
	height: 230px;
	text-align: left;
	vertical-align: top;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 700;
}

/* 段落の設定 */
p
{
	margin-top :10px;
	padding :10px;
	text-align: left;
	width: 450px;
	background: #ffffff;
	color: #555555;
}


/********************/
/*   リンクの設定   */
/********************/
a.ac0:link
{
	color: #006b99;
}
a.ac0:visited
{
	color: #006b99;
}
a.ac0:hover
{
	color: #eb894f;
}


a.ac2:link
{
	color: #0097d7;
}
a.ac2:visited
{
	color: #0097d7;
}
a.ac2:hover
{
	color: #eb894f;
}

a.am:link
{
	color: #bd7f55;
}
a.am:visited
{
	color: #bd7f55;
}
a.am:hover
{
	color: #eb894f;
}



/********************/
/* 本文文字列の設定 */
/********************/
p.rireki
{
	margin-top :10px;
	padding :10px;
	text-align: left;
	width: 307px;
	background: #ffffff;
	color: #4c9cb0;
}


/* メニュー用テーブルの設定 */
.tmenu
{
	border: 2px dotted #beebe9;
	boder-collapse: collapse;
	width: 400px;
}


.tmmenu
{
	color: #0061b9;
	background-color: #beebe9;
	background-position: center bottom;
	text-align: left;
	font-size: 12px;
	width: 150px;
}

/* テーブルのサブメニュー */
.tsmenu
{
	color: #808080;
	background-color: #ffffff;
	background-position: center bottom;
	text-align: left;
	font-size: 11px;
	width: 250px;
}






/* 以下は後で整理しましょう20070731 */


p.orange
{
	color: #fbfb9d;
	background-color: #e18911;
	font-size: 15px;
	font-weight: 200;
}

p.blue
{
	margin-top :10px;
	padding :10px;
	width: 287px;
	background: #ffffff;
	color: #59b5b3;
}

p.top
{
	margin-top :10px;
	padding :10px;
	text-align: left;
	width: 307px;
	background: #ffffff;
	color: #3b7988;
}

p.link
{
	width: 400px;
	background: #f3ed78;
	color: #00ac0d;
}

/* サイト説明の要素の指定 */
.tcs
{
	color: #2a2a2a;
	background-color: #ffffff;
	background-position: center bottom;
	text-align: left;
	font-size: 11px;
}


/* チョコボ掘りサイトの設定 */

td.title1
{
	color: #ffffff;
	background-color: #52bcd7;
}

td.title2
{
	color: #ffffff;
	background-color: #f39e37;
}

td.title3
{
	color: #ffffff;
	background-color: #f2628a;
}

td.title4
{
	color: #ffffff;
	background-color: #3db60f;
}

td.sub_title
{
	font-size: 15px;
	font-weight: 600;
	color: #2a2a2a;
	background-color: #ffffff;
}

td.ele1
{
	text-align: left;
	color: #2a2a2a;
	border: 2px dotted #52bcd7;
}
td.ele2
{
	text-align: left;
	color: #2a2a2a;
	border: 2px dotted #f39e37;
}
td.ele3
{
	text-align: left;
	color: #2a2a2a;
	border: 2px dotted #f2628a;
}


/* スカーム-カザナルページの設定 */

td.k_title1
{
	text-align: left;
	color: #ffffff;
	background-color: #52bcd7;
}
