@import "common.css";

/* ----- index CSS ----- */
/* // rayouts // */
#main_article_block ul {
	margin			: 0 0 20px 10px;
}

#main_article_block ul li {
	padding			: 0 0 0 15px;
    background		: URL(../images/common/i_link.gif) no-repeat center left;
}

/* サービスメニュー */
#service_menu {
	clear			: both;
	height			: 80px;
}

#service_menu ul {
	list-style		: none;
}

#service_menu ul a {
	display			: block;
	height			: 80px;
	text-indent		: -9999em;
	overflow		: hidden;
	background		: url(../images/index/bn_service.gif) no-repeat;
}

#service_menu li {
	float			: left;
}

#service_menu a.btn_01 {
	width			: 205px;
	background-position	: 0px 0px;
}

#service_menu a.btn_02 {
	width			: 205px;
	background-position	: -205px 0px;
}

#service_menu a.btn_03 {
	width			: 195px;
	background-position	: -410px 0px;
}

/* banner */
#banner {
	margin			: 10px 0;
	text-align		: center;
}

#banner_left {
	float			: left;
	height			: 81px;
}

#banner_right {
	float			: right;
	height			: 81px;
}

/* tags */
h2 a {
	display			: block;
	text-indent		: -9999em;
	width			: 605px;
	height			: 201px;
	margin			: 0 0 10px 0;
	background		: URL(../images/index/i_eye.jpg) no-repeat;
}

#news_block {
	margin			: 10px 0;
}

#news_block h3 {
	display			: block;
	height			: 26px;
	margin			: 5px 0;
	padding			: 4px 0;
	background		: URL(../images/index/t_newsbg.gif) no-repeat;
	font-size		: 110%;
}

#news_block h3 a {
	margin			: 0 0 0 6px;
	padding			: 0 0 0 5px;
	border-left		: solid 3px #3366cc;
}

#news_block h3 a span {
	padding			: 0 20px 0 0;
	background		: URL(../images/index/t_newsbg_link.gif) no-repeat;
	background-position: right center;
}

#news_block h3 a:link {
	text-decoration	: none;
	color			: #666;
}

#news_block h3 a	: visited {
	text-decoration	: none;
	color			: #666;
}

#news_block h3 a:active {
	text-decoration	: none;
	color			: #666;
}

#news_block h3 a:hover {
	text-decoration	:none;
	color			: #999;
}