/* ******************************************************************************
	Style001-TopNavigationStyle-Common
		(C)foryousystem co.,ltd	2007
****************************************************************************** */
/* ==============================================================================
	Default Settings
============================================================================== */
* {
	margin:			0;
	padding:		0;
}
/* ==============================================================================
	Body Settings
============================================================================== */
body	{
	background-color:	#ffffff;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

/* ==============================================================================
	Base Area Settings
		BaseArea_Left(ブラウザ内左寄せ)か、
		BaseArea_Center(ブラウザ内右寄せ)か、
		何れかを使用
============================================================================== */
#BaseArea {
	/* ブラウザ内左寄せ */
	/*
	margin-top:				5px;
	width:					750px;
	*/
	/* ブラウザ内センタリング */
	margin-top:			5px;
	margin-left:		auto;
	margin-right:		auto;
	width:				750px;
}

/* ==============================================================================
	Navigation in BaseArea Settings
============================================================================== */
#BaseNavigation {
	width:				750px;
	background-color:	#ffffff;
}
/* ----- BaseNavigation IE以外用　CSSハック使用 ----- */
:root #BaseNavigation {
	height:				25px;
}
/* ----- ここまで ----- */
#BaseNavigation ul {
	margin-left:		auto;
	margin-right:		auto;
	width:				600px;
	list-style: 		none;
}
#BaseNavigation li {
	float:				left;
	margin-right:		15px;
	padding-bottom:		4px;
	font-weight:		normal;
}
#BaseNavigation li a {
	font-size:			13px;
	text-decoration:	none;
	color:				#660000;
}
#BaseNavigation li a:hover {
	color:				#ffcc00;
}

/* ==============================================================================
	Header in BaseArea Settings
============================================================================== */
#BaseHeader {
	clear:both;
	height:				281px;
	background-color:	#ffffff;
	background-repeat: 	no-repeat;
}

/* ==============================================================================
	Contents in BaseArea Settings
============================================================================== */
#BaseContents	{
	float:				left;
	padding-top:		10px;
	padding-bottom:		10px;
	width:				578px;
	background-color:	#ffffff;
}
/* ==============================================================================
	BaseRightNavigation Area Settings
============================================================================== */
#BaseRightNavigation {
	float:				left;
	padding-top:		10px;
	padding-bottom:		10px;
	width:				171px;
	background-color:	#ffffff;
}
#BaseRightNavigation .Navigation_header {
	height:				26px;
	background-image:	url(img/koubou_navigation_header.gif);
}
#BaseRightNavigation .Navigation_contents {
	font-size:			13px;
}
#BaseRightNavigation .Navigation_contents ul {
	list-style: 		none;
}
#BaseRightNavigation .Navigation_contents li {
	padding-left:		22px;
	padding-top:		20px;
	background-image:	url(img/koubou_navigation_middle.gif);
}
#BaseRightNavigation .Navigation_contents li a {
	padding-left:		8px;
	text-decoration:	none;
	color:				#660000;
}
#BaseRightNavigation .Navigation_contents li a:hover {
	padding-left:		7px;
	/*border-left:		5px solid;
	border-bottom:		1px solid;*/
	color:				#ffcc00;
}
#BaseRightNavigation .Navigation_contents p {
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		1em;
	padding-right:		1em;
	color:				ff0000;
	background-image:	url(img/koubou_navigation_middle.gif);
}
#BaseRightNavigation .Navigation_contents .image {
	padding-left:		7px;
	padding-bottom:		10px;
	background-image:	url(img/koubou_navigation_middle.gif);
}
#BaseRightNavigation .Navigation_footer {
	height:				9px;
	background-image:	url(img/koubou_navigation_footer.gif);
	background-repeat:	no-repeat;
}
/* ==============================================================================
	Footer in BaseArea Settings
============================================================================== */
#BaseFooter {
	padding-top:		5px;
	padding-bottom:		5px;
	padding-right:		5px;
	clear:				both;
	width:				745px;
	background-color: 	#FF6600;
	color:				#ffffff;
	font-size:			13px;
	text-align:			center;
}
