@charset "utf-8";
/**
 * 株式会社アイペック　トップページ用CSS
 *
 * @author 2010-04-21 Michiko Nakamoto <nakamoto@sight-inc.co.jp>
 * @editor 2010-00-00 Xxxxx Xxxxx
 * @copyright Copyright (C) Sight,Inc. All Rights Reserved
 */


/* 全ページ共通CSS読み込み */
@import url("common.css");
@import url("menu.css");	/* ヘッダーメニュー用CSS */


/*---------- トップページ用CSS記述 ----------*/

/*--- common.cssの同名CSSに上書き -----------*/
/* body（トップページのみ、違う背景画像） */
body{
	background-image:url(../_images/index/bg_bar_toppage.jpg);
}
/*--- ここまで ------------------------------*/



#main_img{
	width:900px;
	margin:0px 15px;
}

/*** 左 ***/
#index_left{
	width:660px;
	padding:20px 0px 20px 20px;
	float:left;
}
/* 新着情報 */
#whatsnew_box{
	width:640px;
	padding:5px 10px 20px;
}

/* page_link */
#page_link {
	width: 638px;
	border: 1px solid #CCC;
	padding: 10px;
	background: url(../_images/index/mainitem_bg.jpg) left top repeat-x;
}
* html #page_link {
	padding: 10px 9px 10px 15px;
}
.link_box {
	width: 155px;
	float: left;
	font-size: 14px;
}
* html .link_box {
	margin-left: -1px;
}
.marginRight6 {
	margin-right: 6px;
}
/* バナー */
#to_hihakai, #to_shindan, #to_kiki, #to_consul {
	width: 155px;
	height: 47px;
}
#to_hihakai {
	background: url(../_images/index/main_item01.jpg) 0px 0px no-repeat;
}
#to_hihakai:hover {
	background-position: 0px -47px;
}
#to_shindan {
	background: url(../_images/index/main_item02.jpg) 0px 0px no-repeat;
}
#to_shindan:hover {
	background-position: 0px -47px;
}
#to_kiki {
	background: url(../_images/index/main_item03.jpg) 0px 0px no-repeat;
}
#to_kiki:hover {
	background-position: 0px -47px;
}
#to_consul {
	background: url(../_images/index/main_item04.jpg) 0px 0px no-repeat;
}
#to_consul:hover {
	background-position: 0px -47px;
}
/* テキスト色 */
.hihakai_txt {
	color: #003300;
}
.shindan_txt {
	color: #006666;
}
.kiki_txt {
	color: #003366;
}
.consul_txt {
	color: #330066;
}
.hihakai_txt, .shindan_txt, .kiki_txt, .consul_txt {
	padding: 2px 0px 2px 2px;
	_height:60px;/* IE6対策 */
	min-height:60px;
}
/* link_txt */
.link_txt {
	text-align: right;
}

/*** 右 ***/
#index_right{
	width:180px;
	padding:20px 20px 20px 0px;
	float:right;
}
/* バナー */
#index_bnnr01{
	width:180px;
	height:80px;
	margin-bottom:5px;
	background-image:url(../_images/index/index_bnnr01.jpg);
	background-position:0px 0px;
}
a:hover#index_bnnr01{
	background-position:0px -80px;
}
#index_bnnr02{
	width:180px;
	height:60px;
	margin-bottom:5px;
	background-image:url(../_images/index/index_bnnr02.jpg);
	background-position:0px 0px;
}
a:hover#index_bnnr02{
	background-position:0px -60px;
}
#index_bnnr03{
	width:180px;
	height:60px;
	margin-bottom:15px;
	background-image:url(../_images/index/index_bnnr03.jpg);
	background-position:0px 0px;
}
a:hover#index_bnnr03{
	background-position:0px -60px;
}


