@charset "Shift_JIS";

/*全体の設定*/

body {
        text-align:center;
	margin-top: 5px;
	padding-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
        color: #33CC33;
}

/*コンテナ（枠）の設定*/
#container {					/*全体の枠*/
        text-align:left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#container_main {				/*コンテンツ部分の枠*/
	width: 782px;
	margin: 9px;
}
#container_left {				/*左側の枠*/
	float: left;
	width: 580px;
}

/*ヘッダー（ページトップ部分）の設定*/
#header {
	background-image: url(image/tel_800-120.gif);
	height: 150px;
	width: 780px;
	padding-left: 20px;
}
#head_menu {
	background-image: url(image/head_menu800-25.gif);
	height: 25px;
	width: 800px;
        text-align:center;
}

/*文字・段落の設定*/
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container_left p {
        letter-spacing: 1px;
	line-height: 170%;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container_left h2 {
	background-color: #009933;
	padding: 5px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
}
#container_left h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
#container_left h4 {
	padding-top: 7px;
	padding-left: 30px;
	color: #000000;
	font-size: 14px;
}
#conlefth4g {
	background-image: url(image/ber_g580.gif);
	height: 26px;
	width: 580px;
}
#conlefth4b {
	background-image: url(image/ber_b580.gif);
	height: 26px;
	width: 580px;
}
#conlefth4r {
	background-image: url(image/ber_r580.gif);
	height: 26px;
	width: 580px;
}
.txt_red {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 10px;
	left: 0px;
	color: #666666;
}
#header p {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 110px;
	text-decoration: none;
        text-align:right;
	width: 760px;
}
#header a {
	text-decoration: none;
	color: #336699;
}
#container #header a:hover {
	color: #33CC33;
}

/*ヘッダーメニューの設定*/


#head_menu p {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
#head_menu a {
	text-decoration: none;
	color: #336699;
}
#head_menu a:hover {
	color: #33CC33;
}



/*サイドメニューの設定*/

#container_right {
	float: right;
	width: 190px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
	background-color: #CCFFCC;
}
.side_menu p {
}
#container_right h3 {
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	background-color: #FFFF00;
	color: #006600;
	border: 1px solid #000000;
}
#container_right p {
	color: #000000;
}
/*フッターの設定*/
.footer_line {
	background-color: #CCFFCC;
	height: 15px;
	width: 800px;
}
#footer {
	clear: both;
	width: 800px;
	text-align: center;
}



