﻿/* basic CSS Document */


/*------------------------　全体設計　------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #434343;
	line-height: 1.4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(./hp1/back.gif);
	background-position: center;
}

img{
	border:0px;
}

a{
	color: #4878b3;
	text-decoration:none;
}

a:hover{
	color: #ff3333;
	text-decoration:none;
}


/*------------------------　共通設定　------------------------*/
#all{
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
}

#top{
	width: 900px;
	height: 70px;
	background-image:url(./hp1/top.gif);
	background-repeat: no-repeat;
}

#contents01{
	width: 900px;
	height: 28px;
	text-align: center;
}

#google-ads{
	width: 900px;
	height: 100px;
	text-align: center;
	clear: both;
}

#bottom{
	width: 900px
	height: 30px;
	text-align: center;
	clear:both;
}

/*----------　共通詳細設定　----------*/
/*--　top　リンクトップ　--*/
.top-top{
	float: left;
	padding-top: 10px;
}

/*--　contents01　メニュー　--*/
ul#menu{
	width: 900px;
	list-style:none;
	margin: 0;
	padding-left: 0px;
}

ul#menu li{
	width: 150px;
	height:23px;
	float:left;
	text-align:center;
}
html>/**/body ul#menu li {
	list-style:none;
}
ul#menu li a{
	display:block;
	color: #4878b3;
	font-weight: bold;
	background-image:url(./hp1/top-menu.gif);
	padding:5px 0 3px 0;
}
a.home{
    background-position:0px 0px;
}
a:hover.home{
    background-position:0px -28px;
}
a.kigyo{
    background-position:-150px 0px;
}
a:hover.kigyo{
    background-position:-150px -28px;
}
a.jigyo{
    background-position:-300px 0px;
}
a:hover.jigyo{
    background-position:-300px -28px;
}
a.saiyo{
    background-position:-450px 0px;
}
a:hover.saiyo{
    background-position:-450px -28px;
}
a.toiawase{
    background-position:-600px 0px;
}
a:hover.toiawase{
    background-position:-600px -28px;
}
a.sitemap{
    background-position:-750px 0px;
}
a:hover.sitemap{
    background-position:-750px -28px;
}


/* 下層のメニューを不可視に */
ul#menu li ul {
		display: none;
		left: 0px;
		margin: 0px;
		padding: 0px;
}
/* :hover で下層のメニューを可視に */
ul#menu li:hover ul {
		display: block;
		position:relative;
		z-index: 100;
		list-style:none;
}
ul#menu li ul li {
		float: none;
		width: 151px;
		height: 25px;
}
html>/**/body ul#menu li ul li a{
		width: 151px;
		height: 20px;
}
a.syacho{
    background-position:-150px 0px;
}
a:hover.syacho{
    background-position:-150px -28px;
}
a.keiei{
    background-position:-150px 0px;
}
a:hover.keiei{
    background-position:-150px -28px;
}
a.kaisya{
    background-position:-150px 0px;
}
a:hover.kaisya{
    background-position:-150px -28px;
}
a.kojin{
    background-position:-150px 0px;
}
a:hover.kojin{
    background-position:-150px -28px;
}
a.access{
    background-position:-150px 0px;
}
a:hover.access{
    background-position:-150px -28px;
}
a.si{
    background-position:-300px 0px;
}
a:hover.si{
    background-position:-300px -28px;
}
a.uk{
    background-position:-300px 0px;
}
a:hover.uk{
    background-position:-300px -28px;
}
a.cell{
    background-position:-300px 0px;
}
a:hover.cell{
    background-position:-300px -28px;
}
a.mpb{
    background-position:-300px 0px;
}
a:hover.mpb{
    background-position:-300px -28px;
}

/* プルダウンメニュー文字設定 */
span.menu{
	color: #0A1D3E;
	font-size: 12px;
	line-height: 20px;
}
span.menu-s01{
	font-size: 10px;
	line-height: 6px;
	color: #0A1D3E;
}
span.menu-s02{
	font-size: 10px;
	line-height: 14px;
	color: #0A1D3E;
}
/*--　google-ads　グーグルアドセンス　--*/

/*--　bottom　コピーライト--*/
.copyright{
	background-image: url(./hp1/top-bottom.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2.5;
}


/*------------------------　トップページ設定　------------------------*/
#top-img{
	width: 900px;
	height: 250px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents02{
	width: 900px;
	height: 320px;
}	

#contents03{
	width: 498px;
	height: 250px;
	color: #4878b3;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(./hp1/top-news-back.gif);
	border-style: solid;
	border-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	float: left;
}
*html #contents03 {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#contents04{
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
*html #contents04 {
	margin-right: 5px;
	margin-bottom: 5px;
}


/*----------　トップページ詳細設定　----------*/
/*--contents02　コンテンツ２--*/
.system{
	width: 430px;
	height: 160px;
	background-image: url(./hp1/top-jigyonaiyo-si-back.gif);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-right: 13px;
	float: left;
}
*html .system {
	margin-left: 7px;
}

.system02{
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.system03{
	width: 145px;
	padding-top: 30px;
	float: left;
}
.system03 a{
	display: block;
	width: 145px;
	height: 46px;
	background-image:url(./hp1/top-jigyonaiyo-si-syosai.gif);
}
.system03 a:hover{
	background-image:url(./hp1/top-jigyonaiyo-si-syosai-ro.gif);
}

.unyo{
	width: 430px;
	height: 160px;
	background-image: url(./hp1/top-jigyonaiyo-uk-back.gif);
	background-repeat: no-repeat;
	margin-right: 13px;
	float: left;
}
*html .unyo {
	margin-right: 7px;
}

.unyo02{
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.unyo03{
	width: 145px;
	padding-top: 30px;
	float: left;
}
.unyo03 a{
	display: block;
	width: 145px;
	height: 46px;
	background-image:url(./hp1/top-jigyonaiyo-uk-syosai.gif);
}
.unyo03 a:hover{
	background-image:url(./hp1/top-jigyonaiyo-uk-syosai-ro.gif);
}

.golf{
        width: 430px;
        height: 160px;
        background-image: url(./hp1/golfnow_game.JPG);
        background-repeat: no-repeat;
        margin-right: 13px;
        float: left;
}
*html .golf {
        margin-right: 7px;
}

.golf02{
        width: 250px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
}
.golf03{
        width: 145px;
        padding-top: 30px;
        float: left;
}
.golf03 a{
        display: block;
        width: 145px;
        height: 46px;
        background-image:url(./hp1/golfnow_game.JPG);
}
.golf03 a:hover{
        background-image:url(./hp1/golfnow_game.JPG);
}








.bunsan{
	width: 430px;
	height: 160px;
	background-image: url(./hp1/top-jigyonaiyo-cell-back.gif);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-right: 13px;
	float: left;
}
*html .bunsan {
	margin-left: 7px;
}

.bunsan02{
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.bunsan03{
	width: 145px;
	padding-top: 30px;
	float: left;
}
.bunsan03 a{
	display: block;
	width: 145px;
	height: 46px;
	background-image:url(./hp1/top-jigyonaiyo-cell-syosai.gif);
}
.bunsan03 a:hover{
	background-image:url(./hp1/top-jigyonaiyo-cell-syosai-ro.gif);
}

.mobile{
	width: 430px;
	height: 160px;
	background-image: url(./hp1/top-jigyonaiyo-mobile-back.gif);
	background-repeat: no-repeat;
	margin-right: 13px;
	float: left;
}
*html .mobile {
	margin-right: 7px;
}

.mobile02{
	width: 250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.mobile03{
	width: 145px;
	padding-top: 30px;
	float: left;
}

.mobile03 a{
	display: block;
	width: 145px;
	height: 46px;
	background-image:url(./hp1/top-jigyonaiyo-mobile-syosai.gif);
}
.mobile03 a:hover{
	background-image:url(./hp1/top-jigyonaiyo-mobile-syosai-ro.gif);
}



/*--contents03　お知らせ--*/
.news{
	height: 20px;
	background-image: url(./hp1/top-news.gif);
	font-weight: bold;
	padding:5px 0 5px 10px;
	clear:both;
}

.news-text{
	padding-left: 10px;
}

.news-text p{
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
}

/*--　contents04　バナー　--*/
.saiyo{
	text-align: center;
	padding-top: 20px;
}
.saiyo a{
	display: block;
	width: 360px;
	height: 215px;
	background-image:url(./hp1/top-saiyo.gif);
}
.saiyo a:hover{
	background-image:url(./hp1/top-saiyo-ro.gif);
}

