/* ******************************************************************************
	Style001 - TopNavigationStyle - TopPage
		(c) 2007 foryousystem.co.,ltd
****************************************************************************** */
/* ==============================================================================
	Information Area Settings
============================================================================== */
.InformationArea {
	float:					left;
	margin-left:			0px;
	margin-bottom:			10px;
	width:					578px;
	background-color: 		#ffffff;
}

.InformationArea .Topics_header {
	float:					left;
	width:					400px;
	background-color: 		#ffffff;
	height:					26px;
	background-image:		url(img/koubou_topics_header.gif);
	background-repeat:		no-repeat;
}

.InformationArea .Topics_footer {
	float:					left;
	width:					400px;
	background-color: 		#ffffff;
	height:					14px;
	background-image:		url(img/koubou_topics_footer.gif);
	background-repeat:		no-repeat;
}

.InformationArea .Products_header {
	float:					left;
	margin-left:			9px;
	width:					161px;
	background-color: 		#ffffff;
	height:					26px;
	background-image:		url(img/koubou_osusume_header.gif);
	background-repeat:		no-repeat;
}

.InformationArea .Products_footer {
	float:					left;
	margin-left:			9px;
	width:					161px;
	background-color: 		#ffffff;
	height:					14px;
	background-image:		url(img/koubou_osusume_footer.gif);
	background-repeat:		no-repeat;
}
.InformationArea .ContentsArea {
	float:					left;
	width:					578px;
	background-color: 		#ffffff;
	background-image:		url(img/koubou_contents_middle.gif);
	background-repeat:		repeat-y;
}
.InformationArea .ContentsArea .Topics_contents {
	float:					left;
	width:					370px;
	padding-left:			15px;
	padding-right:			15px;
	color:					#452500;
	font-weight: 			normal;
	font-size:				13px;
	line-height: 			100%;
	letter-spacing:			0.1em;
}
.InformationArea .ContentsArea .Topics_contents h1 {
	padding-top:			5px;
	padding-bottom:			5px;
	color:					#FF0000;
	font-weight: 			normal;
	font-size:				13px;
	line-height: 			100%;
	letter-spacing:			0.1em;
}
.InformationArea .ContentsArea .Topics_contents p {
	padding-left:			1em;
	padding-top:			5px;
	padding-bottom:			5px;
	line-height:			140%;
}

.InformationArea .ContentsArea .Products_contents {
	float:					left;
	width:					143px;
	margin-left:			9px;
	padding-left:			9px;
	color:					#452500;
	text-align:				center;
	font-weight: 			normal;
	font-size:				12px;
	line-height: 			120%;
}

.InformationArea .ContentsArea .Products_contents img {
	padding-bottom:			5px;
}

/* ==============================================================================
	Introduction Area Settings
============================================================================== */
.IntroductionArea {
	float:					left;
	width:					570px;
	height:					480px;
	background-image:		url(img/koubou_product_back.gif);
	background-repeat:		no-repeat;
}
.IntroductionArea .Contents {
	float:					left;
	width:					272px;
	height:					200px;
	padding-top:			26px;
	padding-left:			11px;
}
/* ----- A IE6以下用　CSSハック使用 ----- */
/*
* html IntroductionArea .Contents {
	margin-left:			5px;
}
*/
/* ----- ここまで ----- */
.IntroductionArea .Contents .image {
	width:					222px;
	padding-top:			15px;
	padding-left:			30px;
}
.IntroductionArea .Contents .text {
	width:					222px;
	padding-left:			30px;
	padding-top:			10px;
	color:					#452500;
	font-weight: 			normal;
	font-size:				12px;
	line-height: 			120%;
}
/* ==============================================================================
	AnotherArea Settings
============================================================================== */
.AnotherArea {
	float:					left;
	width:					570px;
	height:					30px;
	margin:					10px 0 10px 0;
}
.AnotherArea h2 {
	float:					left;
	width:					220px;
	height:					20px;
	display:				block;
	overflow:				hidden;
}
.AnotherArea p {
	float:					left;
	width:					340px;
	height:					20px;
	padding:				0 0 0 10px;
	display:				block;
	overflow:				hidden;
	font-size:				12px;
}

/* ==============================================================================
	Navigation Area Settings
============================================================================== */
.NavigationArea {
	float:					left;
	margin-left:			0px;
	width:					171px;
	background-color: 		#ffffff;
}


a {
	text-decoration:none;
}