@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;
}


/*ヘッダー（ページトップ部分）の設定*/
#header {
	background-image: url(../images/tel_800-120.gif);
	background-repert: no-repert;
	height: 150px;
	width: 780px;
	padding-left: 20px;
}
#head_menu {
	background-image: url(../images/head_menu800-25.gif);
	background-repert: no-repert;
	height: 25px;
	width: 800px;
        text-align:center;
}

/*文字・段落の設定*/
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
h1#title {
	position: absolute;
	top: 80px;
	left: 40px;
	color: #FFFFFF;
	float: left;
}
h1#title2 {
	color: #FF3333;
	font-size: 30px;
	text-align: center;
}
p {
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.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;
}



/*フッターの設定*/
.footer_line {
	background-color: #CCFFCC;
	height: 15px;
	width: 800px;
}
#footer {
	clear: both;
	width: 800px;
	text-align: center;
}




