@charset "utf-8";


/* ----------------------------------------------------
	基本
---------------------------------------------------- */
p {
	margin-bottom:1em;
	text-align:left;
}

.content {
	margin-bottom:10px;
}


/* ----------------------------------------------------
	ヘッダ画像用にボディ背景を差し替え
---------------------------------------------------- */
body {
	background:#222 url(/common/images/bodyBg_small.png) 0 0 repeat-x;
}


/* ----------------------------------------------------
	commonTable内のテーブルを初期化
---------------------------------------------------- */
.commonTable {
	width:100%;
}

.commonTable th,
.commonTable td {
}


/* ----------------------------------------------------
	commonTable内のテーブルを設定
---------------------------------------------------- */

.commonTable th {
	text-align:left;
}


/* ----------------------------------------------------
	ブロック
---------------------------------------------------- */
.index_block-01 img {
	margin-right:1em;
	float:left;
}

.index_block-02 li {
	width:270px;
	padding:20px;
	float:left;
	position:relative;
	min-height: 340px;
	_min-height:340px;
	_height:auto !important;
	_height:340px;
}
	
	.index_block-02 li .image {
		position:absolute;
		bottom:0;
	}

.index_block-03 li {
	width:330px;
	float:left;
	margin-right:10px;
}

.index_block-03 li.end {
	width:155px;
}

	.index_block-03 li li {
		width:155px;
		float:left;
	}