@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .home{
	width:178px;
    background-position:0px -41px;
}

#gNav .home a{
	width:178px;
    background-position:0px -41px;}


/*----------------------------------------------------
	.pageTop
		ページ内リンクの非表示
----------------------------------------------------*/
.pageTop {
	display:none;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 950px;
}

/*----------------------------------------------------
	#visual
		ビジュアル
----------------------------------------------------*/
#visual {
	margin-bottom:15px;	
}

/*----------------------------------------------------
	#press
		お知らせ
----------------------------------------------------*/
#press {
	width:600px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size:90%;
	float:left;
	margin-right:40px;
}

#press #h2{
	background-image:url(../img/share/titleframe_center.gif);
	background-repeat:repeat-x;
	height:28px;
	font-size:90%;
	text-indent:10px;
	line-height:250%;
	color:#999999;
	width:600px;
}

#press h2{
	float:left;
	width:541px;
	height:28px;
	float:left
}
#press .allview{
	background-image:url(../img/top/icon_allview.gif);
	float:left;
	width:59px;
	height:28px;
	float:left
	text-align:right;
	display:block;
}
#press .allview a{
	display:block;
	width:59px;
	height:28px;
}

#press .press_box {
	padding:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#press .press_date {
	background-image:url(../img/share/icon_square.gif);
	background-repeat:no-repeat;
	text-indent:13px;
	margin-right:10px;
	float:left;
	background-position: left center;
}

#press .press_subject {
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	text-indent:13px;
}
#press .press_msg {
	padding-left:13px;
}

#press .press_msg a{
	text-decoration: underline;
}

/*----------------------------------------------------
	#insite
		インサイト
----------------------------------------------------*/
#insite {
	width:240px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size:90%;
	float:left;
}

#insite h2{
	background-image:url(../img/share/titleframe_center.gif);
	background-repeat:repeat-x;
	height:28px;
	font-size:90%;
	text-indent:10px;
	line-height:250%;
	color:#999999;
	width:240px;
}

#insite .insite_box {
	padding:15px;
	height:100px;
	text-align:center;
	line-height:100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

	
