@charset "utf-8";

/* =================================== */
/*
/* 	ESCO INDEX CSS
/* 	last update 080404
/*
/* =================================== */

/* =========== INDEX LIST ============

   1: Share Style

====================================== */

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

body {
	background:#ECF7FF url(../images/index_bg_index.jpg) repeat center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
	color: #1a1a1a;
	margin:0px;
	padding:0px;
}

/*
 index-wrapper [インデックスのみ適用
----------------------------------------------------------- */
#index-wrapper {
	width: 810px;
	margin:0px auto;
	padding:0px;
	background-image: url(../images/bg_warapper.gif);
	background-repeat: repeat-y;
}
/*
 contents [
----------------------------------------------------------- */
#index-contents {
	width: 800px;
	padding: 0px 5px 10px;
	margin: 0px auto;
}

/* ===================================

	1: Index Basic Layout 

====================================== */

/*
 mainVisual [インデックスのみ適用
----------------------------------------------------------- */
#mainVisual {
	background: url(../images/index_mainvisual.jpg) no-repeat;
	height: 200px;
	width: 800px;
	margin-bottom: 10px;
	text-indent: -9999px;
	margin-top: 6px;
	float: left;
}
#mainVisual h1{
	display: none;
}

/*
 index-mainArea [インデックスのみ適用
----------------------------------------------------------- */
#index-mainArea {
	width: 780px;
	margin: 0px 10px;
	clear: both;
}

/*
 indexMainArea primary [インデックスのみ適用
----------------------------------------------------------- */
#index-mainArea #primary {
	width: 600px;
	float: left;
}
#index-mainArea #primary ul li {
	width: 263px;
	margin: 0px 15px;
	padding: 8px 0px;
	line-height: 1.6em;
	background-image: url(../common/hr_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#index-mainArea #primary ul li strong{
	color: #197B31;
	font-size: 10px;
	letter-spacing: 1pt;
}

#index-mainArea #primary p {
	width: 568px;
	margin: 0px 15px 10px;
	padding: 0px;
	line-height: 1.6em;
}
#index-mainArea #primary #primary-right h2 {
	margin: 0px;
	clear: both;
	padding: 0px 0px 10px;
	float: none;
	background-image: none;
}
#index-mainArea #primary #primary-left h2 {
	margin: 0px;
	padding: 0px 0px 8px;
	background-image: none;
}
#index-mainArea #primary h3 {
	margin: 8px 15px;
	padding: 0px;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 1px;
	background-image: none;
	clear: left;
}

#index-mainArea #primary-left {
	width: 293px;
	background-image: url(../common/bg_flame.gif);
	background-repeat: repeat;
	float: left;
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
#index-mainArea #primary-right {
	width: 598px;
	background-image: url(../common/bg_flame.gif);
	background-repeat: repeat;
	float: left;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

/*
 index-mainArea secondary [インデックスのみ適用
----------------------------------------------------------- */
#index-mainArea #secondary {
	width: 170px;
	float: right;
}
#index-mainArea #secondary p {
	margin-bottom: 1em;
	margin-right: 0px;
	margin-left: 0px;
}
