@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_layout_side.css";
@import "unit_menu.css";
@import "unit_side.css";
@import "unit_content.css";

/* 上書き */
#contentBox{
	background:			url("../img/common/content_bg_index.gif") left top repeat-y;
}


#mainVisual{
	padding-bottom:		13px;
}

/* ポイント */
#point{
	position:			relative;
	height:				232px;
	background:			url("../img/index/point_2.jpg") left bottom no-repeat;
}
#point ul{
	position:			absolute;
	left:				10px;
	top:				93px;
}
#point li{
	list-style-type:	none;
	margin-bottom:		2px;
}

/* トピック */
#topic{
	padding-top:		15px;
	padding-bottom:		20px;
	
}
#topic li{
	position:			relative;
	float:				left;
	padding-bottom:		14px;
	padding-right:		22px;
	list-style-type:	none;
}
#topic li img{
	vertical-align:		bottom;
}
#topic li img.iconNew{
	position:			absolute;
	top:				4px;
	left:				195px;
}


/* 更新 */
#history{
	color:				#666;
}
#history h2{
}
#history dt{
	clear:				both;
	float:				left;
	width:				80px;
	padding-left:		10px;
	background:			url("../img/common/mark_1.gif") left 4px no-repeat;
	font-family:		Arial;
}
#history dd{
	float:				left;
	width:				390px;
	line-height:		130%;
	padding-bottom:		10px;
}
#history a{
	color:				#3366ff;
	border-bottom:		dashed 1px #3366ff;
}
#history a:hover{
	background:			#ffffcc;
}

/* ブログ記事 */
#blogEntry{
	padding-top:		10px;
}
#blogEntry h2{
	padding:			4px 0 5px 20px;
	border-bottom:		dotted 1px #f2749f;
	margin-bottom:		10px;
	font-weight:		bold;
	font-size:			100%;
	color:				#f2749f;
	background:			url("../img/common/icon_flower.gif") left top no-repeat;
}
#blogEntry li{
	background:			url("../img/common/mark_1.gif") left 5px no-repeat;
	padding-left:		10px;
	padding-bottom:		0.5em;
	list-style-type:	none;
}
#blogEntry a{
	color:				#387425;
	text-decoration:	none;
}
#blogEntry a:hover{
	background:			#ffffdd;
}

