﻿/* 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;
}


/*------------------------　１Ｇ事業内容紹介ページ設定　------------------------*/
#jigyonaiyo-1g-title{
	width: 900px;
	height: 110px;
}
#jigyonaiyo-1g{
	width:560px;
	height:640px;
	background-image: url(./hp2/kaisya-jigyo-back.gif);
	background-repeat: no-repeat;
	float:left;
}
#jigyonaiyo-1g-lm{
	width:340px;
	height:640px;
	background-image: url(./hp2/kaisya-1glm-back.gif);
	background-repeat: no-repeat;
	float: left;
}
#jigyonaiyo-1g-bottom{
	width:900px;
	height:50px;
	background-image: url(./hp2/kaisya-jigyo-backb.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}

/*----------　１Ｇ事業内容紹介ページ詳細設定　----------*/
/*--jigyonaiyo-1g　事業内容--*/
.naiyo-1g{
	padding-left:20px;
	padding-right:10px;
}
/*--jigyonaiyo-1g-lm　リーダーメッセージ--*/
.lm-1g{
	margin-top: 80px;
	margin-left:22px;
	margin-right:32px;
}


