/* 全体の設定*/
BODY{
	font-style:normal;/*文字のスタイル*/
	font-weight:normal;/*文字の太さ*/
	font-size:small;/*文字の大きさ*/
	text-align:center;/*文字の寄せ方*/
	color:#000000;/*文字の色*/
	background-color:#ffffff;/* 背景の色 */
	background-image:url('img/back.gif');/* 背景の画像 */
}


/************************************/
/*全体の枠							*/
/************************************/
table#structure{
	border:1px soid #663300; background-color:#FFFFFF;
	width:1024px;
	text-align:left;
	margin:0px auto;
}

/************************************/
/*ヘッダー部分の背景						*/
/************************************/
td#head{
	width:1024px;
	height:200px;
	background-color:#ffffff;
	background-image:url('member_top.jpg'); /* 背景の画像 */
}

td#head_login{
	width:1024px;
	height:200px;
	background-color:#ffffff;
	background-image:url('./../images/member_login.jpg'); /* 背景の画像 */
}

/************************************/
/*左インデックス							*/
/************************************/
td#index{
	width:200px;
	height:35px;
	background-color:#009933;
	text-align: center; 
	border-top-style: solid; 
	border-top-width: 1; 
	border-left-style: solid; 
	border-left-width: 1; 
	border-right-style: solid; 
	border-right-width: 1;
	font-family : "Tahoma";
	font-size : 15;
	font-weight: bold;
	color:#FFFFFF;
}

/************************************/
/*フッター								*/
/************************************/
td#foot{
	width:1024px;
}


/************************************/
/*ボーダーライン						*/
/************************************/
#line_horizon{
height:5px;
background-color:#663300;
filter:progid:DXImageTransform.Microsoft.Alpha
(style=2,opacity=100,finishOpacity=0);
}



/************************************/
/*リンクライン							*/
/************************************/
a:link {/*リンクされた文字の色*/
	font-style:normal;
	text-decoration:none;/* 下線 */
	font-family : "Tahoma";
	font-size : 13;
	font-weight: bold;
	color:#FFFFFF;

}
a:visited {/*訪問後の色*/
	color:#FFFFFF;/*文字の色：白*/
	text-decoration:none;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
	color:#ff0000;/*文字の色：赤*/
	font-style:normal;
	text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
	text-decoration:none;/* なし */
}


/************************************/
/*見出しのデコレーション					*/
/************************************/
h2.header{
	border-left:10px none #663300; 
	border-right:10px none #663300; 
	border-top:1px none #663300; 
	border-bottom:1px none #663300; 
	margin:0px; 
	font-size:large;
	text-align:center;
	color:#000000;
	font-family:"Arial";
}
h3.header{
	margin:0px;
	font-size:small;
	border-color:#663300;
	border-width:1px 10px;
	border-style:none;
	text-align:center;
	color:#000000;
	font-family:"Arial";

}


/************************************/
/*見出しのデコレーション					*/
/************************************/
#menu_title{
	font-style:normal;
	text-decoration:none;/* 下線 */
	font-family : "Comic Sans MS";
	font-size : 25;
	font-weight: bold;
	color:#339966;
}


#mes{
	width:500px;
	margin-top:10px;
	border-color:#663300;
	border-width:1px;
	border-style:none;
}


/*フット*/
address{
	font-style:normal;
	border-color:#663300;
	border-width:1px;
	border-style:solid;
	padding:0.3em 1em;
}

