@charset "UTF-8";
/* ==============================
	contents.css
	インポート用CSS
	東京青年会議所　中央区　サブコンテンツ
============================== */

@import "common.css";


/*サブページはここから↓*/

/*------------------------
中ページ
--------------------------*/


/*中のコンテンツ*/
	
.pagephoto {
margin-bottom:10px;
}

/*真ん中　タイトル*/
#submain h5 {
	background:url(../images/common/titleback.gif) ;
	text-align: left;
	padding: 5px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	height: 25px;
	}
/*真ん中　タイトル終了*/



.pankuzu {
	text-align:left;
	padding: 0 0 20px 6px;
}

.pankuzu a {
	text-decoration: none;
}

.pankuzu a:hover {
	text-decoration: underline;
}


/*中のコンテンツ終了*/


/* 中のタイトル終了*/


/*------------------------
会員紹介 LINK 過去サイト
--------------------------*/

.mem, .link, .pastsite {
overflow: hidden;
border-top: 1px dotted #999999;
padding: 5px 0 5px 0;
}


.mem_l {
float: left;
margin-right: 10px;
padding: 0 0 5px 0;
width: 100px;
}


.mem_r {
float: left;
width: 480px;
}


.mem_table {
border-top: 1px dotted #666666;
border-left: 1px dotted #666666;
margin: 10px 0 10px 0;
}

.mem_table th {
border-bottom: 1px solid #FFBB55;
border-right: 1px dotted #666666;
padding:5px;
text-align: left;

}

.mem_table td {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding:5px;
text-align: left;
}

.mem_explain {
padding: 10px;
width: 550px;
border: 1px dotted #666666;
margin-bottom: 10px;
}

.mem_navi {
border-top: 1px dotted #666666;
clear: both;
text-align: right;


}


.org_table {
border-top: 1px dotted #666666;
border-left: 1px dotted #666666;
}

.org_table th {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding: 2px 0 2px 5px;
text-align: center;
background-color:#CCCCCC;
}

.org_table td {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding: 3px 0 3px 5px;
text-align: center;
}

/* ------------------------------
	サイトマップ
------------------------------ */

#cont-sitemap ul{
	padding:0;
	border-bottom: 1px dotted #999999;
	list-style: none;
}
#cont-sitemap ul li{
	padding:5px 10px 5px 15px;
	background: url(../images/common/icon4.gif) 5px 15px no-repeat;
}
#cont-sitemap ul li a{
	text-decoration: underline;
	font-weight: bold;	
}
#cont-sitemap ul li a:hover{
	color: #0000FF;
}




/*------------------------
スケジュール
--------------------------*/
.sc_table {
border-top: 1px dotted #666666;
border-left: 1px dotted #666666;
margin-bottom: 10px;
}

.sc_table th {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding:5px;
background-color: #333333;
color: #FFFFFF;
text-align: center;
}

.sc_table td {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding:5px;
text-align: center;
}


/*------------------------
青年会議所とは 入会を申し込む
--------------------------*/
.subtitle {
border-bottom: 1px dotted #666666;
border-left: 7px solid #5B7CFF;
margin: 15px 0 10px 0;
font-weight: bold;
padding: 0 0 0 10px;
color:#204DFF;
}

.jccatch {
color:#FF3300;
font-weight: bold;
}




/* ------------------------------
お問い合わせ
------------------------------ */
.contact_form {
margin: 0;

}

.contactwaku {
border: 1px solid #999999;
}


.contact_form th {
text-align: left;
padding:5px 5px 5px 20px;
border-bottom: 1px dotted #666666;
background-color: #CDCDCD ;
}

.contact_form td {
border-bottom: 1px dotted #666666;
padding:5px;
}

.must {
color:#C84264;
}

/*------------------------
テーブル　詳細
--------------------------*/
td .dtriangle {
	color: #CC0000;
}


/* テーブル　サイトマップのリンク*/
table .sitemaplink a {
	text-decoration: none;
}

table .sitemaplink a:hover {
	text-decoration: underline;
	}

/* テーブル　サイトマップのリンク終了*/
