@charset "utf-8";
/* CSS Document */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 

table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 

fieldset,img {  
    border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
   font-style:normal; 
   font-weight:normal; 
} 

ol,ul { 
   list-style:none; 
} 

caption,th { 
    text-align:left; 
} 

h1,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
}

h2 {
	font-size: 105%;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 0px 10px 0px;
}

h3 {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 95%;
	color: #384A77;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 3px;
	font-weight: bold;
	color: #006633;
}

.ex {
	font-size: 80%;
}

q:before,q:after { 
    content:''; 
} 

abbr,acronym { 
	border:0; 
} 

#img_center {
	text-align: center;
	font-size: 75%;
	color: #666633;
	margin: 0px;
	text-indent: 0em;
	clear: both;
	line-height: 1.1em;
}


#day_right {
	float: right;
	margin: 0px 0px 5px 5px;
	width: 290px;
	color:  #d3cfd9;
	line-height: 1.1em;
}

.title_left {
	float: left;
}


.img_center {
	text-align: center;
	font-size: 75%;
	color: #666633;
	margin: 0px;
	text-indent: 0em;
	line-height: 1.1em;
}	
	
/***********************************************************************************************************************/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif, MSゴシック;
	background: #000000;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-size: 11pt;
	color: #CCCCCC;
	line-height: 1.2em;	
}

#header {
	margin: 0px;
/*	background-image: url(img/header_jifh_b.gif);
	background-repeat: no-repeat;
	height: 80px;
*/
}

#header a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}


#wrapper {
	width: 100%;
	margin: 0;
	padding: 0px;
}

/*********** リンク ***********/

a{
	color: #778899;
/*	border-bottom: 1px #e9546b dashed; /* 薔薇色 ばらいろ */
	padding: 0;
}

a:link{
	text-decoration: none;
}

a:visited{
	color: #56564b; /* 藍海松茶 あいみるちゃ */
	text-decoration: none;
}

a:hover{
	color: #0000cd;
}

.e_line {
	border-bottom: #CC0000 1px dotted;
	line-height: 0.2em;
	clear: both;
}


#container {
	width: 1015px;
	text-align:left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
/*	border: 1px solid #006666; */
}


.day {
	margin: 5px;
	float: right;
	width: 500px;
}


.kaijo {
	margin: 5px 0px;
}


.bokin {
	margin: 10px;
	padding: 5px 0px;
	clear: both;
}


/** map **/

.map_left {
	float: left;
	width: 500px;
	margin: 0px 5px 0px 0px;
}

.map_right {
	float: right;
	width: 500px;
	margin: 0px 0px 0px 5px;
}

#google_map_right {
	float: right;
	width: 390px;
	color:  #d3cfd9;
	font-size: 80%;
	text-align: center;
	color: #999999;
}

/*********** 上へ画像 ***********/
.top {
	text-align: right;
}

.clear {
	clear: both;
}

/**********  名簿テーブル　*********/
#Table_collection {
	width: 800px;
	border: 0px;
	font-size: 80%;
	border-collapse: collapse;
	margin: 5px 0px;
}

th,td {
	border: 0px;
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
}

.td_name {
	vertical-align: bottom;
}

.td_ex {
	vertical-align: top;
}

.return {
	float: left;
}

.top {
	float: right;
}