﻿/* 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;
}
/* プルダウンメニュー文字設定 */
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;
}


/*------------------------　お問合せページ設定　------------------------*/
#toiawase-top{
	width: 900px;
	height: 80px;
}

#toiawase01{
	width: 450px;
	height: 130px;
	float: left;
}
#toiawase02{
	width: 450px;
	height: 130px;
	float: left;
}
#toiawase03{
	width: 900px;
	height: 50px;
	clear: both;
	padding-left:100px;
}

#toiawase04{
	width: 900px;
	height: 450px;
	clear: both;
}

/*----------　お問合せページ詳細設定　----------*/
/*--toiawase-top　タイトル--*/
.toiawase-title{
	padding-top: 10px;
	padding-left: 10px;
}

/*--toiawase　お問合せ--*/
.toiawase-n{
	padding-left: 30px;
}
.toiawase-t{
	padding-left: 30px;
}
.toiawase-kakunin{
	padding-left: 30px;
}
.toiawase-send{
	padding-left: 30px;
}
