/* ******************************************************************************
	Style001-TopNavigationStyle-Common
		(C)foryousystem co.,ltd	2007
****************************************************************************** */
/* ==============================================================================
	Default Settings
============================================================================== */
* {
	margin:					0;
	padding:					0;
}
/* ==============================================================================
	Body Settings
============================================================================== */
body	{
	background-color:		#ffffff;
}

/* ==============================================================================
	Base Area Settings
		BaseArea_Left(ブラウザ内左寄せ)か、
		BaseArea_Center(ブラウザ内右寄せ)か、
		何れかを使用
============================================================================== */
#BaseArea {
	/* ブラウザ内左寄せ */
/*
	margin-top:				5px;
	width:					800px;
*/
	/* ブラウザ内センタリング */
	margin-left:			auto;
	margin-right:			auto;
	width:					800px;
}
/* ==============================================================================
	Header in BaseArea Settings
============================================================================== */
#BaseHeader {
	height:					150px;
	background-color:		#FE808C;
	background-repeat: 	no-repeat;
	background-image:		url(img/Header_Background.jpg);
	margin-bottom:			5px;
}
/* ==============================================================================
	NavigationArea and Contents Area Foundation
============================================================================== */
#NaviAndContentsFoundation {
	width:					800px;
 	overflow:				auto;
	background: 			url(img/contents_wrapper_back.gif) repeat-y 0 0;
/*	border-top:				1px solid #779658;
	border-left:			1px solid #779658;
	border-right:			1px solid #779658;*/
}
/* ==============================================================================
	Navigation Area Settings
============================================================================== */
#BaseNavigation {
	margin-top:				10px;
	float:					left;
	width:					150px;
	border-top:				1px solid #779658;
}
#BaseNavigation ul {
	list-style: 			none;
}
#BaseNavigation li {
	text-indent: 			-9999px;
	text-decoration: 		none;
	border-bottom:			1px solid #779658;
}
#BaseNavigation li a {
	width:					150px;
	display:					block;
 	height:					30px;
	text-decoration:		none;
}
#BaseNavigation li#navi_top a {
	background-image: 	url(img/navi_btn_top_normal.gif);
}
#BaseNavigation li#navi_top a:hover {
	background-image: 	url(img/navi_btn_top_hover.gif);
}
#BaseNavigation li#navi_companyinfo a {
	background-image: 	url(img/navi_btn_companyinfo_normal.gif);
}
#BaseNavigation li#navi_companyinfo a:hover {
	background-image: 	url(img/navi_btn_companyinfo_hover.gif);
}
#BaseNavigation li#navi_service a {
	background-image: 	url(img/navi_btn_service_normal.gif);
}
#BaseNavigation li#navi_service a:hover {
	background-image: 	url(img/navi_btn_service_hover.gif);
}
#BaseNavigation li#navi_event a {
	background-image: 	url(img/navi_btn_event_normal.gif);
}
#BaseNavigation li#navi_event a:hover {
	background-image: 	url(img/navi_btn_event_hover.gif);
}
#BaseNavigation li#navi_calendar a {
	background-image: 	url(img/navi_btn_calendar_normal.gif);
}
#BaseNavigation li#navi_calendar a:hover {
	background-image: 	url(img/navi_btn_calendar_hover.gif);
}
#BaseNavigation li#navi_inquiry a {
	background-image: 	url(img/navi_btn_inquiry_normal.gif);
}
#BaseNavigation li#navi_inquiry a:hover {
	background-image: 	url(img/navi_btn_inquiry_hover.gif);
}
#BaseNavigation li#navi_sitemap a {
	background-image: 	url(img/navi_btn_sitemap_normal.gif);
}
#BaseNavigation li#navi_sitemap a:hover {
	background-image: 	url(img/navi_btn_sitemap_hover.gif);
}
/* ==============================================================================
	Contents Area Settings
============================================================================== */
#BaseContents	{
	padding-top:			10px;
	float:					right;
	width:					650px;
	background-color:		#FFE699;
}
#BaseContents .ContentsHeader {
	margin-left:			10px;
	margin-right:			5px;
	margin-bottom:			10px;
	width:					635px;
}
/* ==============================================================================
	Footer in BaseArea Settings
============================================================================== */
#BaseFooter {
	padding-top:			5px;
	padding-bottom:		5px;
	padding-right:			5px;
	clear:					both;
	width:					795px;
	background-color: 	#FE808C;
	color:					#ffffff;
	font-size:				small;
	border-top:				2px solid #779658;
	text-align:				right;
}
