@charset "shift-jis";
@import "../css/common.css";
body {
	background: url(../img/bg_page.gif) repeat-x;
}


/* ------------------------------
 Header
------------------------------ */

#content {
	clear:both;
	width:900px;
	height:auto;
	margin:5px auto 0px auto;
}

/* ------------------------------
 right_con
------------------------------ */

h2 {
	background:url(img/t_page.gif);
}

h3 {
	background:url(../img/t_small.gif);
}

h4 {
	background:url(../img/t_example.gif);
}

.s_title {
	margin: 30px 20px 5px 30px;
	font-weight:bold;
}

.table_member{
	width:610px;
	margin: 0px 20px 20px 30px;
    border-top:1px solid #999;
    border-left:1px solid #999;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.table_member th{
    border-right:1px solid #999;
    border-bottom:1px solid  #999;
    color:#330000;
    padding:0.3em 1em;
    text-align:center;
}
.table_member td{
    border-right:1px solid  #999;
    border-bottom:1px solid  #999;
    padding:0.3em 1em;
}
.blue_f {
	color:#fff;
	background-color:#4360B6;
}