/*--共通--*/
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outframe {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
img {
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.red_bar {
	background-color: #FF0000;
	clear: both;
	height: 5px;
	width: 800px;
	margin-bottom: 2px;
	font-size: 5px;
	line-height: 1em;
}

/*--ヘッダー--*/
#header_area {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 60px;
	width: 800px;
}
#header_area h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 260px;
}
#header_area #header_menu {
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
	text-align: right;
}
#header_area #header_menu a {
	color: #0000FF;
}

#header_area #header_tel {
	margin: 0px;
	float: right;
	height: 38px;
	width: 300px;
	text-align: right;
	padding: 0px;
}


/*--メニュー--*/
#menu_area {
	padding: 0px;
	clear: both;
	height: 30px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #3058B7;
}
#menu_area li {
	list-style-type: none;
	background-image: url(../img/menu_icon.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background-position: left center;
	padding-left: 14px;
	margin-left: 10px;
	float: left;
	padding-right: 10px;
}
#menu_area a {
	color: #FFFFFF;
}

/*--フッター--*/
#footer_area {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 20px;
	width: 800px;
	background-color: #3058B7;
}
#footer_area #copyright {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	height: 20px;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer_area #comp_name {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	height: 20px;
	width: 350px;
	padding-right: 5px;
}

/*--メイン--*/
#main_area {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
}
#main_area .page_title {
	height: 32px;
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
