@charset "shift_jis";

/* コンテンツページ全体 */
body{
	font-size: 80%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 650px;
	background-color:#99CC33;
	overflow:hidden;
}

/* 見出し設定 */
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;
}
#site textarea {
	background-color:transparent;
	scrollbar-face-color: #lawngreen;       /* 表面の色 */
	scrollbar-3dlight-color: #lime;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #oliverdrab; /* 右端と下端 */
	scrollbar-highlight-color: #yellow;  /* ハイライトの色 */
	scrollbar-shadow-color: #darkseagreen;     /* 影の色 */
	scrollbar-arrow-color: #steelblue;      /* 矢印の色 */
	scrollbar-track-color: #greenyellow;

}

/* プロフィールページ */
#profile{
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 650px;
}
.profile_table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 500px;
}

/* テーブル */
table{
	margin:5px;
}
td{
	background-color:#FFFF99;
	padding:5px;
}

/* 文字装飾 */
.decotext {
	background-color: #FFFF33;
}

/* p要素 */
p{
	line-height:1.2em;
}

/* 画像 */
img	{border:0;
}
