@charset "shift_jis";

/* コンテンツページ全体 */
* {
	scrollbar-face-color: #6b8e23;       /* 表面の色 */
	scrollbar-3dlight-color: #99CC33;    /* 左端と上端の色 */
	scrollbar-highlight-color: #99CC33;  /* ハイライトの色 */
	scrollbar-shadow-color: #99CC33;     /* 影の色 */
	scrollbar-darkshadow-color: #99CC33; /* 右端と下端 */
	scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
	scrollbar-track-color: #99CC33;      /* バーの背景の色 */
}
body{
	font-size: 80%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 650px;
	background-color:#99CC33;
	background-attachment: fixed;
	background-image: url(img/table/table_rogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* 見出し設定 */
h1 {
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #669900;
	border-left-color: #669900;
	font-size: 150%;
	text-indent: 3px;
	margin: 0px;
	padding: 0px;
	width: 630px;
}
h2 {
	font-size: 150%;
	text-indent: 3px;
	margin: 0px;
	width: 630px;
	background-color: #FF9900;
	padding: 0px;
}

/* リンク関係 */
a{/*リンクされた文字*/
	color:#c00;
	text-decoration: none;
}
a:link{/*未訪問のリンク*/
	color:#c00;
	text-decoration: none;
}
a:visited{/*訪問後のリンク*/
	color:#c00;
	text-decoration: none;
}
a:hover{/*マウスをのせたとき*/
	color:#633;
	text-decoration: none;
}
a:active{/*クリック中*/
	text-decoration:none;
}

/* トップページ */
#sitetop {
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 650px;
	overflow: hidden;
}

/* サイトページ */
#site {
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 650px;
}
#site fieldset {
	width: 500px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* プロフィールページ */
#profile{
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 650px;
}
.profile_table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 500px;
}

/* テーブル */
table{
	margin:5px;
	border: 2px solid #FFFFFF;
}
th{
	background-color:#FF6600;
	color:#FFFFFF;
}
td{
	background-color:#FFFF99;
	padding:5px;
}
.tdcenter{
	text-align:center;
	background-color:#FF9933;
	color:#FF0000;
}

/* 文字装飾 */
.decotext {
	background-color: #FFFF33;
}

/* p要素 */
p{
	line-height:1.2em;
}

/* 画像 */
img	{border:0;
}
