@charset "UTF-8";

body {
}

#gNavi {
	margin-bottom: 15px !important;
}



/*------------------------------
　メインイメージ
------------------------------*/
#mainImage {
	background-image: url(../images/home_main_bg.png);
	width: 100%;
	height: 375px;
}
#mainImage-in {
	width: 1100px;
	height: 375px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#mainMoji {
	width: 343px;
	height: 342px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#mainHito {
	width: 1066px;
	height: 370px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}




/*
#mainImg {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 351px;
}

#mainImg_btn {
	width: 360px;
	margin-top: -80px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
*/







/*------------------------------
　基本情報枠
------------------------------*/

.cntBlock {
	margin-bottom: 15px;
}
.cntBlock h2 {
	margin-bottom: 10px;
}
.cntBlock-inner {
	margin-right: 15px;
	margin-left: 15px;
}
.cntBlock-inner p {
	margin-bottom: 15px;
}

/*------------------------------
　コンテンツエリア　大枠
------------------------------*/

/*--コンテンツ背景　トップページ用--*/
#contents {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/images/contents_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

/*--コンテンツエリア　左（メイン）--*/
#cnt-L {
	float: left;
	width: 655px;
}

/*--　コンテンツエリア　右（サイドバー）--*/
#cnt-R {
	width: 278px;
	float: right;
}
#cnt-R .side-L {
	width: 129px;
	float: left;
}
#cnt-R .side-R {
	width: 129px;
	float: right;
}
td.tdLinkPoint {
	background-image: url(../common/images/icon_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 7px;
}
#pvBlock {
	background-color: #333333;
	padding: 3px;
}

/*------------------------------
　コンテンツエリア　左（メイン）
------------------------------*/

/*--スライドショー--*/
#slideImg {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

/*--サービス案内バナー--*/
#serviceBlock {
	margin-bottom: 20px;
}
#serviceBlock #serviceBlock-L {
	float: left;
	width: 310px;
}
#serviceBlock #serviceBlock-R {
	float: right;
	width: 310px;
}
#serviceBlock #serviceBlock-L h2,
#serviceBlock #serviceBlock-R h2 {
	margin-bottom: 10px;
}

/*--News--*/
#newsBlock table {
	width: 640px;
}



/*------------------------------
　コンテンツエリア　右（サイドバー）
------------------------------*/


/*------------------------------
　テーブルスタイル
------------------------------*/

/*--更新情報--*/

table.upDateList {
	margin-left: 15px;
}
table.upDateList td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #373737;
	vertical-align: top;
}
table.upDateList td.date {
	width: 110px;
	white-space: nowrap;
	background-image: url(../common/images/icon_link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 10px;
}
table.upDateList td.icon {
	width: 70px;
}
table.upDateList td h3 {
	font-weight: bold;
	margin-bottom: 7px;
	margin-left: 0px;
}
table.upDateList td h3 a {
}
table.upDateList td p {
	margin: 0px !important;
	padding: 0px !important;
}
