@charset "UTF-8"; 
/* ========BASIC======== */

html {
	overflow-y: scroll;
}
body {
	background-image:url(./img/back_image.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	margin:0;
	padding:0;
	letter-spacing:1px;
	line-height:130%;
}

div#header {
	width:800px;
	margin:0 auto;
	padding:10px 10px 0 10px;
	background-color:#ffffff;
	text-align:center;
}

div#main {
	width:800px;
	margin:0 auto;
	padding:0 10px;
	background-color:#ffffff;
	text-align:center;
/*	color:#4F4F4F; */
	color:#000000;
}

div#footer {
	width:800px;
	margin:0 auto;
	padding:10px;
	background-color:#ffffff;
	text-align:center;
}


/* ========CUSTOMIZE======== */

a:link {
	text-decoration : none;
	font-weight;
	color:#000000;
}

a:visited {
	text-decoration : none;
	font-weight;
	color:#000000;
}

a:active {
	text-decoration : underline;
	font-weight;
	color:#d2691e;
}

a:HOVER {
	font-weight;
	color:#d2691e;
	text-decoration : underline;
}

a[name]:hover {
	text-decoration : none;
	color: black;
}

br {
	letter-spacing:normal;
}

/*
img {
	border:0px;
	border-color: red;
}
*/

.font_honbun {
	line-height:140%;
	padding:0 5px;
}

.font_small1 {
	font-size:11px;
}

.table_gaiyou {
	border:1px solid #666666;
/*	color:#4F4F4F; */
	color:#000000;
	line-height:1.4em;
}

.title_border {
	margin:0 0 10px 0;
	background:#FFDD66 none repeat scroll 0 0;
	border-color:#FF9900;
	border-style:solid;
	border-width:0 0 1px 7px;
	font-size:16px;
	font-weight:bold;
	/* padding:10px 5px 3px; */
	padding:7px 0px 4px 10px;
	color:#000000;
}

td.midashi {
	text-align:center;
	font-weight:bold;
	background-color:#FFDD66;
	border-bottom:1px solid lightslategray;
	border-right:1px solid lightslategray;
}

td.waku_left {
	border-bottom:1px solid lightslategray;
	border-right:1px solid lightslategray;
	text-align:center;
	background-color:#FFDD66;
}

td.waku_right {
	border-bottom:1px solid lightslategray;
	border-right:1px solid lightslategray;
/*	color:dimgray; */
	color:#000000;
	background-color:#ffffff;
}

td.back_fff499 {
	text-align:left;
	background-color:#fff499;
	border-bottom:1px solid lightslategray;
	border-right:1px solid lightslategray;
	padding:5px;
}

div.menu {
	border:#FF9900;	/* 枠の色 */
	padding:5px;	/* 余白の幅 */
	border-style:double;	/* 枠の種類 */
	border-width:4px 0px;	/* 枠の幅 */
	line-height:130%;	/* 行の高さ */
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FF9900;
	margin:0 10px;
}
