/* ******************************************************************************
	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/kami_topics_header.gif);
	background-repeat:		no-repeat;
}

.InformationArea .Topics_footer {
	float:					left;
	width:					400px;
	background-color: 		#ffffff;
	height:					14px;
	background-image:		url(img/kami_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/kami_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/kami_osusume_footer.gif);
	background-repeat:		no-repeat;
}
.InformationArea .ContentsArea {
	float:					left;
	width:					578px;
	background-color: 		#ffffff;
	background-image:		url(img/kami_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:					580px;
	background-image:		url(img/kami_product_back.gif);
	background-repeat:		no-repeat;
}
.IntroductionArea .Contents {
	float:					left;
	width:					171px;
	height:					245px;
	padding-top:			26px;
	padding-left:			11px;
}
/* ----- IE6以下用　CSSハック使用 ----- */
/*
* html IntroductionArea .Contents {
	margin-left:			5px;
}
*/
/* ----- ここまで ----- */
.IntroductionArea .Contents .image {
	width:					155px;
	padding-top:			5px;
	padding-left:			8px;
}
.IntroductionArea .Contents .text {
	width:					155px;
	padding-left:			18px;
	padding-top:			2px;
	color:					#452500;
	font-weight: 			normal;
	font-size:				12px;
	line-height: 			120%;
}
/* ==============================================================================
	Navigation Area Settings
============================================================================== */
.NavigationArea {
	float:					left;
	margin-left:			0px;
	width:					171px;
	background-color: 		#ffffff;
}

a {
	text-decoration:none;
}