@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 780px;
	border: 2px solid #F60;
}
#main #header {
	background-image: url(4us_main_img/header.jpg);
	height: 100px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
#main #column {
	width: 240px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	padding-bottom: 10px;
}
#main  #column p{
	PADDING-LEFT: 10px;
	FONT-SIZE: small;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-TOP: 3px;
	TEXT-ALIGN: left;
	border: 1px solid #F60;
}

#main #contents {
	float: left;
	width: 480px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
}#main #contents img {
	margin: 5px;
	float: left;
}
#main #copyright {
	text-align: center;
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F60;
}
#main #navi {
	float: left;
	font-size: 100%;
	width: 750px;
	white-space: normal;
	height: 40px;
	padding: 10px 10px 0px;
}
#main #navi ul {

}
#main #navi ul li {
	text-align: center;
	display: inline;
	height: 25px;
	float: right;
	width: 120px;
	border: thin solid #F60;
}#main #navi ul li a {
	color: #F60;
	text-decoration: none;
	display: block;
	height: 22px;
	padding-top: 4px;
}
#main #navi ul li a:hover {
	color: #F60;
	background-color: #FC9;
}
body {
	font-size: small;
	line-height: 18px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1  {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 15px;
	line-height: 50px;
	padding-left: 20px;
}
h2 {
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 10px;
}

h3 {
	text-align: left;
	MARGIN-TOP: 10px;
	FONT-SIZE: 15px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	TEXT-ALIGN: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-bottom: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F90;
	background-color: #FC9;
	padding-right: 15px;
	vertical-align: text-bottom;
	line-height: 22px;
}
h4  {
	FONT-SIZE: small;
	PADDING-BOTTOM: 3px;
	COLOR: #ffffff;
	PADDING-TOP: 3px;
	BACKGROUND-COLOR: #F60;
	TEXT-ALIGN: center;
	margin: 0px;
}
h5  {
	FONT-SIZE: small;
	PADDING-BOTTOM: 3px;
	COLOR: #333;
	PADDING-TOP: 3px;
	TEXT-ALIGN: left;
	margin: 0px 5px 0px 10px;
}
h6  {
	FONT-SIZE: small;
	PADDING-BOTTOM: 3px;
	COLOR: #333;
	PADDING-TOP: 3px;
	TEXT-ALIGN: right;
	margin: 0px 10px;
}#main #contents h5 strong RED {
	color: #F00;
}
.RED {
	color: #C41235;
}
