/* CSS Document */

/*基本--------------------------------------*/

* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

body {
	background-color:white;
	background:url(../img/bg.gif) repeat-x 0px 100px;
	line-height:1.6;
	color:#666;
	font-family:Verdana, 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック', sans-serif;
	font-size:80%;
}

p,li,dt,dl {
	line-height:1.6;
}

p {
	margin:0 0 1em 0;
}

li {
	list-style-type:none;
}

img {
	border:0;
}

address {
	font-style:normal;
}

.clear{
	clear:both;
}

/*リンク--------------------------------------*/

a:link{
	color:#bf702b;
	text-decoration:underline;
}

a:visited{
	color:#bf702b;
	text-decoration:underline;
}

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

a:active {
	color:#bf702b;
}

/*見出し関連--------------------------------------*/

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}

h6{
}

/*フォント関連--------------------------------------*/

.small{
	font-size:10px;
}

/*カラー関連--------------------------------------*/

.green{
	color:forestgreen;
}

.red{
	color:firebrick;
}

.blue{
	color:darkblue;
}

.orange{
	color:darkorange;
}

/*テーブル関連--------------------------------------*/

/*ベーシック*/
#table_basic{
	border-top:1px solid dimgray;
	border-left:1px solid dimgray;
	padding:3px;
}

#table_basic th{
	border-bottom:1px solid dimgray;
	border-right:1px solid dimgray;
	background-color:#CCFF99;
	color:#333;
	padding:2px 6px;
}

#table_basic td{
	border-bottom:1px solid dimgray;
	border-right:1px solid dimgray;
	background-color:#FFFFCC;
	color:#333;
	padding:2px 6px;
}

/*シンプル*/
#table_simple{
	border-top:1px solid dimgray;
	padding:3px;
	margin:6px 0px;
}

#table_simple th{
	border-bottom:1px solid dimgray;
	padding:2px 6px;
}

#table_simple td{
	border-bottom:1px solid dimgray;
	padding:2px 6px;
}

/*ボーダー無*/
#table_noborder{
	border:0;
	padding:3px;
}

#table_noborder th{
	border:0;
	padding:2px 6px;
}

#table_noborder td{
	border:0;
	padding:2px 6px;
}



/*Java script関連--------------------------------------*/

/*nifty.js*/
.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

#nifty{
width:250px;
background-color:red;
}

#nifty p{
padding:6px;
}