﻿/* 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(./hp2/back.gif);
	background-position: center;
}

img{
	border:0px;
}

a{
	color: #ff9900;
	text-decoration:none;
}

a:hover{
	color: #ff3333;
	text-decoration:none;
}

.f1{
	font-weight: bold;
}
.f2{
	font-weight: bold;
	color: #ff0000;
}
.f3{
	font-weight: bold;
	font-size: 16px;
}
.f4{
	font-weight: bold;
	color: #0066ff;
}
.f5{
	font-size: 12px;
	color: #996633;
}
.f6{
	color: #ff9900;
}
.f7{
	color: #ff0000;
}
.f8{
	font-weight: bold;
	color: #ffffff;
}
.f9{
	font-size: 12px;
}
.f10{
	font-size:14px;
}

/*------------------------　共通設定　------------------------*/
#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(./hp2/top.gif);
	background-repeat: no-repeat;
}

#contents01{
	width: 900px;
	height: 28px;
	text-align: center;
}

#bottom{
	width: 900px
	height: 30px;
	text-align: center;
	clear:both;
}

/*----------　共通詳細設定　----------*/
/*--　top　トップへのリンク　--*/
.top-top{
	float: left;
	padding-top: 10px;
}
.top-top2{
	float: left;
	padding-top: 28px;
}

/*--　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;
}

ul#menu li a{
	display:block;
	color: #009999;
	font-weight: bold;
	background-image:url(./hp2/top-menu.gif);
	padding:5px 0 3px 0;
}

a.syacho{
    background-position:0px 0px;
}
a:hover.syacho{
    background-position:0px -28px;
}
a.kaisya{
    background-position:-150px 0px;
}
a:hover.kaisya{
    background-position:-150px -28px;
}
a.syain{
    background-position:-300px 0px;
}
a:hover.syain{
    background-position:-300px -28px;
}
a.kensyu{
    background-position:-450px 0px;
}
a:hover.kensyu{
    background-position:-450px -28px;
}
a.bosyu{
    background-position:-600px 0px;
}
a:hover.bosyu{
    background-position:-600px -28px;
}
a.setsumeikai{
    background-position:-750px 0px;
}
a:hover.setsumeikai{
    background-position:-750px -28px;
}

/*--　bottom　コピーライト--*/
.copyright{
	background-image: url(./hp2/top-bottom.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2.5;
}


/*------------------------　会社紹介ページ設定　------------------------*/
#kaisya-top{
	width: 900px;
	height: 80px;
}

#gaiyo{
	width: 900px;
	height: 1170px;
	text-align: left;
	background-image: url(./hp2/kaisya-gaiyo-back.jpg);
}

#gaiyo p{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#jigyo{
	width: 900px;
	height: 350px;
}


/*----------　会社紹介ページ詳細設定　----------*/
/*--kaisya-top　タイトル＆ページ説明--*/
.kaisya-title{
	padding-top: 25px;
	padding-left: 20px;
}

/*------gaiyo　会社概要------*/
.gaiyo01{
	padding-left: 20px;
}
a.kochira{
	font-weight: bolder;
}
.gaiyo02{
	padding-left: 30px;
}
/*--　証言１　--*/
.gaiyo03{
	width: 410px;
	height: 700px;
	padding-top: 15px;
	padding-left: 30px;
	float: left;
}
*html .gaiyo03 {
	width: 440px;
	height: 700px;
	padding-top: 15px;
	padding-left: 30px;
	float: left;
}
/*--　証言２　--*/
.gaiyo04{
	width: 410px;
	height: 700px;
	padding-top: 15px;
	padding-left: 25px;
	float: left;
}
*html .gaiyo04 {
	width: 440px;
	height: 700px;
	padding-top: 15px;
	padding-left: 25px;
	float: left;
}
/*--　証言３　--*/
.gaiyo05{
	width: 410px;
	height: 370px;
	padding-left: 30px;
	clear: both;
}

*html .gaiyo05 {
	width: 440px;
	height: 370px;
	padding-left: 30px;
	clear: both;
}

/*------jigyo　事業案内------*/
.jigyo01{
	padding-left: 20px;
}
.jigyo01-syosai{
	padding-left: 30px;
}
.jigyo01-1g{
	text-align: center;
}
html>/**/body .jigyo01-1g{
	padding-left: 200px;
}

.jigyo01-1g a{
	display: block;
	width: 500px;
	height: 80px;
	background-image:url(./hp2/kaisya-1g.jpg);
	background-repeat: no-repeat;
}
.jigyo01-1g a:hover{
	background-image:url(./hp2/kaisya-1g-ro.jpg);
	background-repeat: no-repeat;
}

.jigyo01-2g{
	text-align: center;
}
html>/**/body .jigyo01-2g{
	padding-left: 200px;
}

.jigyo01-2g a{
	display: block;
	width: 500px;
	height: 80px;
	background-image:url(./hp2/kaisya-2g.jpg);
	background-repeat: no-repeat;
}
.jigyo01-2g a:hover{
	background-image:url(./hp2/kaisya-2g-ro.jpg);
	background-repeat: no-repeat;
}

.jigyo01-bg{
	text-align: center;
}
html>/**/body .jigyo01-bg{
	padding-left: 200px;
}
.jigyo01-bg a{
	display: block;
	width: 500px;
	height: 80px;
	background-image:url(./hp2/kaisya-bunsan.jpg);
	background-repeat: no-repeat;
}
.jigyo01-bg a:hover{
	background-image:url(./hp2/kaisya-bunsan-ro.jpg);
	background-repeat: no-repeat;
}
