@charset "shift_jis";

/*全体の設定*/

body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	background-color: #F5F5F5;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*コンテナ（枠）の設定*/
#container {					/*全体の枠*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#container_main {				/*コンテンツ部分の枠*/
	width: 780px;
	margin: 10px;
}
#container_left {				/*左側の枠*/
	float: left;
	width: 580px;
}

/*ヘッダー（ページトップ部分）の設定*/
#header {
	background-image : url(../../business001/business001/top01.jpg);
	background-repeat: no-repeat;
	height : 120px;
	width: 800px;
}#head_menu {
	background-color: #dddddd;
	height : 45px;
	width: 800px;
}

/*文字・段落の設定*/
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#container_left h2 {
	background-color: #FFA600;
	padding: 5px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
}
.txt_red {
	color: #FF0000;
}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 10px;
	left: 15px;
	color: #666666;
}
#header P {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 620px;
	top : 85px;
	text-decoration: none;
	color: #CCCCCC;
}
#header a {
	text-decoration: none;
	color: #FF9900;
}

/*ヘッダーメニューの設定*/
#head_menu a:hover img{
	visibility: hidden;
}
#container #header a:hover {
	color: #FFFF00;
}

#menu01 {
	background-image : url(../../business001/business001/menu01_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 134px;
}
#menu02 {
	background-image : url(../../business001/business001/menu02_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 133px;
}
#menu03 {
	background-image : url(../../business001/business001/menu03_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 133px;
}
#menu04 {
	background-image : url(../../business001/business001/menu04_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 133px;
}
#menu05 {
	background-image : url(../../business001/business001/menu05_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 133px;
}
#menu06 {
	background-image : url(../../business001/business001/menu06_over.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 134px;
}

#menu01 a {
	display: block;
}
#menu02 a {
	display: block;
}
#menu03 a {
	display: block;
}
#menu04 a {
	display: block;
}
#menu05 a {
	display: block;
}
#menu06 a {
	display: block;
}
/*サイドメニューの設定*/
#container_right {
	float: left;
	width: 195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FCF9CD;
}
.side_menu p {
}
#container_right h3 {
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 12px;
	background-image : url(../../business001/business001/side_banner01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
}
#container_right p {
	color: #666666;
}
/*フッターの設定*/
.footer_line {
	background-color: #CCCCCC;
	height: 15px;
	width: 800px;
}
#footer {
	clear: both;
	width: 800px;
	text-align: center;
}

