﻿@charset "UTF-8";
/* ==============================
	top.css
	インポート用CSS
	東京青年会議所　中央区　トップ
============================== */


@import "common.css";


/*header*/
.head {
	margin: 0 ;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: url(../images/top/headbg.gif) ;
	background-position: left top;
	background-repeat: repeat;
	height: 257px;
	padding: 10px 0px 0px 0px;

}

.head_l {
float: left;
margin: 0 10px 0 10px;
padding: 0;
}

.head_r {
float: left;
padding: 0;
margin: 0;
}


/*main*/
.mainbana {
margin: 0 0 10px 0;
}


/*------------------------
movie
--------------------------*/
.moviebg {
	background: url(../images/top/movie.jpg) ;
	background-position: center top;
	background-repeat: no-repeat;
	width: 190px;
	height: 170px;
	padding: 12px 0 0 0;
	
}

.movie {
margin: 7px 0 0 0;	
}

/*------------------------
NEWS
--------------------------*/
.news {
clear: both;
overflow: hidden;
height: 60px;
border-bottom: 1px dotted #999999;
padding: 10px 0 10px 0;
}

.news_l {
width: 500px;
margin: 0 10px 0 0;
float: left;
padding: 0;
}

.news_r {
float: left;
}

.news_l ul {
margin: 0;
padding: 0;
list-style: none;
}

.news_l ul li {
padding: 0 0 0 10px;
margin: 0;
	background: url(../images/common/icon3.gif) ;
	background-position: left center;
	background-repeat: no-repeat;
}

/*------------------------
磨き人
--------------------------*/
.migagibito {
border: 1px dotted #5174FF;

}

/*------------------------
新入会員
--------------------------*/
.newmember {
border: 1px dotted #999999;
padding: 5px;
background-color: #F0F0F0;
}

/*------------------------
防災シンポジウム
--------------------------*/
.news_table {
border-top: 1px dotted #666666;
border-left: 1px dotted #666666;
}

.news_table th {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding: 2px 0 2px 5px;
text-align: center;
background-color:#CCCCCC;
}

.news_table td {
border-bottom: 1px dotted #666666;
border-right: 1px dotted #666666;
padding: 3px 0 3px 5px;
text-align: left;
}

