@charset "utf-8";
/* ===================================================================
CSS information

 file name  :service.css
 author     :igu (admin)
 style info :サービス
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .press{
	width:178px;
    background-position:-534px -41px;
}

#gNav .press a{
	width:178px;
    background-position:-534px -41px;}


/*----------------------------------------------------
	.pageTop
		ページ内リンクの非表示
----------------------------------------------------*/
.pageTop {
/*	display:none;*/
}


/*----------------------------------------------------
	#sub_menu
		サブメニュー
----------------------------------------------------*/
#sub_menu {
	height:500px;
}

#sub_menu ul li a.hover{
	background-image:url(../img/share/icon_leftmark2.png);
	background-repeat:no-repeat;
	background-position:0px center;
}

/*----------------------------------------------------
	.contents_parts
		コンテンツ
----------------------------------------------------*/
.contents_parts div#press{
	padding:10px;
}

.contents_parts h3{
	font-size: 120%;
	float:left;
	width:600px;
	color:#CCCCCC;
	padding-left:10px;
	margin-bottom:10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.contents_parts #year_change {
	margin-bottom:10px;
	font-size:80%;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.contents_parts #year_change a{

	padding-left:10px;
	padding-right:10px;
}


.contents_parts .press_box {
	padding:15px;
	width:600px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


.contents_parts .press_date {
	background-image:url(../img/share/icon_square.gif);
	background-repeat:no-repeat;
	text-indent:13px;
	margin-right:10px;
	background-position: left center;
}

.contents_parts .press_subject {
	font-weight:bold;
	margin-top:5px;
	text-indent:13px;
}
.contents_parts .press_msg {
	padding-left:13px;
}

.contents_parts .press_msg a{
	text-decoration: underline;
}
	
