@charset "utf-8";
/* CSS Document */
/*--------------------------
　グローバルナビ部分
---------------------------*/
li.member a{
	background-image:url(../img/common/button_tuca2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.member a:hover{
	background-image:url(../img/common/button_tuca2_o.jpg);
	background-repeat:no-repeat;
}
li.notmember a{
	background-image:url(../img/common/button_mi2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.notmember a:hover{
	background-image:url(../img/common/button_mi2_o.jpg);
	background-repeat:no-repeat;
}
li.unformation a{
	background-image:url(../img/common/button_mik2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.unformation a:hover{
	background-image:url(../img/common/button_mik2_o.jpg);
	background-repeat:no-repeat;
}
/*--------------------------
　サブナビ部分
---------------------------*/
a.subnav1{
	background-image:url(../img/common/subnav1.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav1:hover{
	background-image:url(../img/common/subnav1_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav2{
	background-image:url(../img/common/subnav2_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav2:hover{
	background-image:url(../img/common/subnav2_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav3{
	background-image:url(../img/common/subnav3.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav3:hover{
	background-image:url(../img/common/subnav3_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav4{
	background-image:url(../img/common/subnav4.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav4:hover{
	background-image:url(../img/common/subnav4_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav5{
	background-image:url(../img/common/subnav5.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav5:hover{
	background-image:url(../img/common/subnav5_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav6{
	background-image:url(../img/common/subnav6.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav6:hover{
	background-image:url(../img/common/subnav6_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
/*--------------------------
　
---------------------------*/
h4{
	font-weight:nomal;
	color:#808080;
	padding-bottom:3px;
	margin-bottom:5px;
	font-size:112%;
}
h4#area2{
	font-weight:bold;
	color:#808080;
	padding-bottom:3px;
	margin-bottom:5px;
	font-size:112%;
}
h5{
	background-color:#CAF4D3;
	border:none;
	border-left:solid 6px #ccc;
	padding:2px 0 2px 10px;
	margin:20px 0 0px 0;
	width:260px;
}
.h4_bottom{
	margin-top:40px;
}
/*--------------------------
　table　スケジュール　
---------------------------*/
table{
	width:550px;
	border:none;
	border-collapse:collapse;
	margin-top:20px;
}
th.month_title{
	border-top:solid 1px #ccc;
	background-color:#C6F9C6;
	font-weight:bold;
}
td.detail_title{
	font-weight:bold;
	text-align:center;
	border-top:solid 1px #ccc;
	background-color:#C6F9C6;
	padding:10px;
}
th{
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:10px 0 10px 0;
	width:140px;
	background-color:#E4FBE3;
}
td{
	border-bottom:solid 1px #ccc;
	padding:15px 10px 15px 15px;
}
/*-------------------プロジェクトチーム table*/
#table_project th{
	padding:10px 0 10px 0;
}
#table_project td{
	padding:10px 10px 10px 15px;
}
th.team_title{
	border-top:solid 1px #ccc;
	background-color:#C6F9C6;
	font-weight:bold;
	width:60px;
}
td.ji_title{
	font-weight:bold;
	text-align:center;
	border-top:solid 1px #ccc;
	background-color:#C6F9C6;
	padding:5px;
	width:310px;
	border-right:solid 1px #ccc;
}
td.name_title{
	font-weight:bold;
	text-align:center;
	border-top:solid 1px #ccc;
	background-color:#C6F9C6;
	width:120px;
}
td.ji{
	border-right:solid 1px #ccc;
}
/*-------------------各種大会の表彰 table*/
.table_award{
	margin:0px 0 50px 15px;
	width:360px;
}
.table_award td{
	padding:0px;
	border:none;
}
/*--------------------------
　table　定例総会　
---------------------------*/
table#table_type2_l{
	width:auto;
	border:solid 1px #ccc;
	border-collapse:collapse;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
table#table_type2{              
	width:264px;
	border:solid 1px #ccc;
	border-collapse:collapse;
}
/* IE 6 */
*html #table_type2_l{
	margin-right:0px;
}
/* IE 7 */
*:first-child+html table#table_type2{
	margin-left:0px;
	}
#table_type2_l th{
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:5px 5px;
	background-color:#fff;
	text-align:center;
	width:110px;
}
#table_type2_l .confience_title{
	background-color:#C6F9C6;
}
#table_type2_l td{
	border-bottom:solid 1px #ccc;
	padding:7px 5px 7px 10px;
}
/*--------------------------
　定例総会　
---------------------------*/
#confidence p{
	margin-top:10px;
}
.p_border{
	padding:10px 30px;
	border:solid 1px #999;
	width:480px;
}
#confidence .p_border p{
	margin-top:0px;
}

