
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
#page {
	width:844px;
	overflow:hidden;
	margin:0 auto;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

#header_area {
	margin:0 auto;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background:#CDCDCD url(images/back_head.gif) repeat-y top center;
	border-bottom:1px solid #AAA;

}

#main_area {
	margin:0 auto;
	background:#FFF;
	overflow:hidden;
}

#footer_area {
	clear: both;
	margin:0 auto;
	padding: 3px;
	font-size: small;
	text-align: center;
	color: #666;
	background: #f1f1f1;
	border: 1px solid #e0e0e0;
}


/* ------------ Link Color Settings ------------ */
/* a {color: #F60;text-decoration: none;} */
/* a:hover {color: #F33;text-decoration: underline;} */
a:visited {color: #DAA520;}


/* ------------ HTML TAG Re-definition ------------ */
body {
	background-color: #FFF;
	color: #666666;
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
	font-size: 75%;
	margin: 0;padding: 0;
	}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	}
table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 130%;
	}
img {
	border:0;
}

/* ///////////////////////////////////////////////
header_area
/////////////////////////////////////////////// */
/* トップナビゲーション */
#top_navi li a {text-decoration:none; padding:4px; font-weight:bold; font-size:14px;color:#F60;}
#top_navi li a:hover {border-top:4px solid #F60;}


	#header_bar {
		height:15px;
		font-size:10px;
		padding-top:2px;
		padding-right:10px;
		text-align:right;
		color:#FDEFDE;
	}
	#header_discription {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial,'Hiragino Kaku Gothic Pro', osaka, sans-serif;
		display:block;
		width:844px;
		height:80px;
		color:#FFF;
		font-weight:bold;
		background-color:#333;
/*background-image: url(/img/guruguru1.gif);*/
/*background-repeat: no-repeat;  */
/*background-position: top center;*/
/*background-position: 10px 50px 10px 10px;*/
/*background-attachment: fixed;*/
/*		background:#333 url(images/main_img.jpg) repeat-y top right;*/
	}
	#site-name {
		padding:5px 0 0 50px;
		font-size:2.5em;
	}
	#site-name a {
		color:#FFFF99;
		text-decoration: none;
	}
	#site-slogan {
		margin:0 0 0 50px;
		font-size:1.5em;
		color:#CAB4B4;
	}
	#header_menu {
		background:#555;
		display: block;
		width:814px;
		height:20px;
		padding:10px 15px 0 15px;
	}
	#header_menu a{
		color: #0000ff;
	}
	#header_menu ul {
		text-align:left;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header_menu li {
	 	display:inline;
	 	margin:0;
		padding:3px;
	}
	#header_menu .hm_sub {
		font-size:75%;
	}


/* ///////////////////////////////////////////////
main_area
/////////////////////////////////////////////// */

#left_side {
/*	width:660px;*/
	float:left;
	overflow:hidden;
	background:#FFF;
}
#right_side {
	width:160px;
	border-left:1px solid #CCC;
	float:right;
	overflow:hidden;
	background:#FFF;
}

#top_left {
	width:170px;
	float:left;
	overflow:hidden;
	background:#FFF;
}
#top_right {
	width:660px;
	float:left;
	overflow:hidden;
	background:#FFF;
}


/* ///////////////////////////////////////////////
footer_area
/////////////////////////////////////////////// */

#footer_area adspace {
	clear: both;
	margin: 20px 0 30px 0;
	padding: 3px;
	text-align: center;
}

#footer_area copyright {
	margin-right: 5px;
}
#footer_area ul {
	display: inline;
	list-style: none;
}
#footer_area li {
	display: inline;
	margin: 0 5px;
	font-size: 0.85em;
}
#footer_area li a {
	padding: 2px;
}
#footer_area li a:hover {
	background-color: #fff;
}



/* ///////////////////////////////////////////////
tag contents
/////////////////////////////////////////////// */
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
/*	color: #f60; */
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}
h1 {
	color: #333;
/*	background:url(images/blockTitleBack_c.gif) no-repeat left center; */
	padding: 5px 0 5px 28px;
	font-size: 150%;
}
h2 {
	color: #333;
/*	background:url(images/blockTitleBack_c2.gif) no-repeat left center;*/
	padding: 5px 0 0px 21px;
	font-size: 125%;
}
h3, h4, h5 {
	font-size: 100%;
}
ul, ol, li {
	margin: 0 0 0 10px;
	padding: 2px;
	text-align: left;
}
legend {
	padding: 0 10px;
/*	color: #F60; */
	background: inherit;
}
hr {
	height: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
	background: url(images/dot_line.gif) repeat-x bottom;
}
legend {
	padding: 0 10px;
	color: #666;
	background: inherit;
}

/*----------------------------------
追加
-----------------------------------*/

p.keikoku {
	font: bold large;
	text-align: center;
	color: #f60;
}



