/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	background-image: url(../images/kage_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 95%;
	line-height: 1.3em;
	background-color: #fff8dc;


}

/* links */
a {
	color: #600;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #575757;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */

h2 {
	font-size: 17px;
	padding: 0px;
	color: #C00;
	font-weight: bold;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}





/**   layout **/

#content {
	padding: 0;
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

/* header */
#header {
	margin: 0;
	padding: 0;
	
	background: url(../images/top.jpg);
	background-repeat: repeat-no;
}



/*- メニューバー--------------------------- */

#tabs {
	float:left;
	width:780px;
	line-height:normal;
	font-size: 14px;
	font-weight: bold;
	border-left-style: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	background-color: #F7F3F7;

}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("../images/tableftE.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:none;
	display:block;
	background:url("../images/tabrightE.gif") no-repeat right top;
	color:#FC0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
}

}
#tabs a:hover span {
	background-position:100% -42px;
}

#tabs #current a {
	background-position:0% -42px;
}
#tabs #current a span {
	background-position:100% -42px;
}


/* main カラム */
#main {
	float: left;
	padding: 0;
	width: 700px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: visible;

}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}

/* footer */
#footer {
	color: #666666;
	padding: 0;
	height: 50px;
	width: 780px;
	clear: both;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
	background-color: #C00;
	margin: auto;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 780px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: right;
	text-align: right;
	color: #FFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

/* alignment*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional*/
.clear  { clear: both; }
h1 {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size:0.8em;
}
/*table用*/
table {
	margin-bottom: 30px;
	margin-left: 5px;
	font-size: 96%;
	border-collapse: collapse;
	border: 1px solid #000;
}
th {
	border: 1px solid #000;
}
td {
	padding: 5px;
	border: 1px solid #000; /* テーブル全体の枠線（太さ・色・スタイル） */
}
table .tiku {
	color: #FFF;
	background-color: #999;
}
table .kojin {
	color: #000;
	background-color: #CCC;
}
.row-a{
  background-color: #FFE6F3;
}
.row-b{
  background-color: #FFF3F9;
}

.mapfloat { float: left }
