/*TCC
	body
	page layout
	header
	groval nabigation
	page navigation
	contents
	side bar
	footer
*/

/* tag style
------------------------------------------------------------------*/
@import url("base.css");
@import url("table.css");
@import url("float.css");
@import url("color.css");
@import url("h.css");



body	{
	font-family: '‚l‚r ƒSƒWƒbƒN';
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
}


a:link	{
	color: blue;
	text-decoration: none;
	font-wight: bold;
}

a:visited	{
	color: #0080FF;
	text-decoration: none;
}

a:hover	{
	color: #422310;
	background-color: #cccccc;
	font-wight: bold; 
	text-decoration: none;
}

a:active	{
	color: red;
	text-decoration: none;
	font-wight: bold;
}

#layout01	{
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	width: 760px;
}

#layout02	{
	text-align: left;
}

#sidebar	{
	font-family: '‚l‚r ƒSƒWƒbƒN';
	font-style: normal;
	font-weight: 700;
	font-size: 100%;
	color: white;
	background-color: #422310;
	margin: 10px;
	width: 200px;
	height: 1200px;
	float: left;
}

#sidebar2	{
	font-family: '‚l‚r ƒSƒWƒbƒN';
	font-style: normal;
	font-weight: 700;
	font-size: 100%;
	color: white;
	background-color: #422310;
	margin: 10px;
	width: 200px;
	height: 2100px;
	float: left;
}


#contents	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 520px !important;
	width: 490px;
	float: right;
}




#navigation	{
	font-family: '‚l‚rƒSƒWƒbƒN';
	font-weight: 500;
	font-size: 110%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

#navigation ul	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li	{
	display: block;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#navigation a	{
	font-weight: 700;
	line-height: 1.5em;
	color: #5A7829;
	background: #ffffff url(li_green.gif) left center no-repeat;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top: 1px #789AA3 solid;
	border-right: none;
	border-bottom: 1px #789AA3 solid;
	border-left: 1px #789AA3 solid;
	width: 160px !important;
	width: 180px;
	height: 1.5em;
	display: block;
}

#navigation a:hover	{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: -10px;
	background: #cccccc url(list_marker_sky.gif) left center no-repeat;
	color: #422310;
	text-decoration: none;
}

#navigation_d	{
	font-family: '‚l‚rƒSƒWƒbƒN';
	font-weight: 500;
	font-size: 80%;
	color: white;
	background-color: #422310;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
}

#navigation_d ul	{
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 0 #422310 solid;
	border-bottom: 0;
	border-left: 0;
	list-style-type: none;
}



#navigation_d li	{
	float: left;
	width: 72px;
	border-left: 1px solid #422310;
}

#navigation_d li a	{
	display: block;
	width: 100%;
	padding: 0px 0;
	text-align: center;
	color: #422310;
}

#navigation_d li a:hover	{
	background: #cccccc;
	color: #ffffff;
	text-decoration: underline;
}

#navigation_d li.current a 	{
	color: #333333;
	background: #d1e13ef;
}
	
#navigation_d li.current a:hover 	{
	color: #333333;
	background: #1e5782;
}



#baner	{
	text-align: center;
	margin: 10px;
}

#menu	{
	text-align: center;
	margin: 10px;
}



hr	{
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
	clear: both;
}

.left	{
	text-align: left;
}

.right	{
	text-align: right;
}

.center	{
	text-align: center;
}

#header	{
	font-weight: 600;
	font-size: 100%;
	color: #ffffff;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 297px;
}


#pankuzu ul	{
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: 500;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;	
}

#pankuzu li	{
	float: left;
	text-align: left;
	padding-left: 35px;
	list-style-type: none;
	background: url(pankuzu_top.gif) no-repeat 10px 0.1em;
}


#pankuzu li a:hover	{
	color: #422310;
	background-color: #E2C9B9;
	text-decoration: underline;
	padding: 0px;
	display: block;
}

#footer	{
	font-family: '‚l‚r ƒSƒWƒbƒN';
	font-style: normal;
	font-weight: 500;
	font-size: 80%;
	line-height: 150%;
	color: #ffffff;
	background-color: #5A7829;
	text-align: left;
	padding: 10px;
}

#page_navi	{
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#box_l	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	float:left;
}

#box_r	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:right;
}

#box_l2	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
}

#box_r2	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -10px;
	float:right;
	text-align: left;
}
