@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#index {
	width: 566px;
	min-height: 500px;
}
*html #index {
	height: 500px;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 リンクリスト　定義
****************************************** */

#index li {
	position: relative;
	width: 566px;
	height: 39px;
	margin-bottom: 15px;
	background: url(../../shared/images/common_bg_001.gif) left top no-repeat;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.2em;
}

#index li a{
	color: #707070;
}

#index li p {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -0.4em;
	padding-left: 20px;
	color: #1b377b;
	background: url(../../shared/images/common_ic_001.gif) left 50% no-repeat;
}

*html #index li p {
	margin-top: -0.3em;
}