@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #444444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	letter-spacing: 0.1em;
	background-image: url(../images/navigation/head_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 970px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
} 
.twoColFixRtHdr  #header  .sitelogo {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	background-image: url(../images/sitelogo.jpg);
	height: 86px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	position: relative;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 240px 0 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 
.twoColFixRtHdr #header_area {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 124px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
}

/*　メインメニュー　*/

.main_menu_box {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 960px;
}

.main_menu_box a {
	display: block;
	float: left;
	text-indent: -9999px;
	margin-top: 1px;
}

.main_menu1 a{
	background-image: url(../images/main_menu1.jpg);
	height: 50px;
	width: 225px;
}

.main_menu1 a:hover{
	background-image: url(../images/main_menu1_f2.jpg);
}

.main_menu2 a{
	background-image: url(../images/main_menu2.jpg);
	height: 50px;
	width: 220px;
}

.main_menu2 a:hover{
	background-image: url(../images/main_menu2_f2.jpg);
}

.main_menu3 a{
	background-image: url(../images/main_menu3.jpg);
	height: 50px;
	width: 229px;
}

.main_menu3 a:hover{
	background-image: url(../images/main_menu3_f2.jpg);
}

.main_menu4 a{
	background-image: url(../images/main_menu4.jpg);
	height: 50px;
	width: 162px;
}

.main_menu4 a:hover{
	background-image: url(../images/main_menu4_f2.jpg);
}

.main_menu5 a{
	background-image: url(../images/main_menu5.jpg);
	height: 50px;
	width: 124px;
}

.main_menu5 a:hover{
	background-image: url(../images/main_menu5_f2.jpg);
}
#category_title {
	height: 150px;
	background-color: #CCCCCC;
	width: 100%;
	margin-bottom: 20px;
}
#category_title h2 {
	margin: 0px;
	padding: 0px;
	background-position: -9999px;
	text-indent: -9999px;
	height: 118px;
}
#footer  {
	background-color: #F7F7F7;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
} 
#footer .linkarea {
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 32px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*トップ用コンタクト*/
#footer  .top_copyright_box {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer  .top_copyright_area {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 340px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	float:left;
}
#footer .top_contact_area {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 620px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	float:right;
}
#footer .top_contact_area h4 {
	margin:0;
}

/*セカンド用コンタクト*/
#footer  .copyright_area {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer .copyright {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 15px;
	height: 50px;
	font-size: 80%;
	padding-top: 8px;
}
#footer  p  {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
#top_container {
	height: 395px;
	width: 100%;
	margin-bottom: 20px;
}
#top_menu {
	float: left;
	width: 200px;
}
#top_news {
	float: left;
	width: 720px;
	margin-left: 20px;
}
#container .pagetop_btn {
	background-image: url(../images/btn_pagetop.gif);
	height: 14px;
	width: 128px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	margin-top: 30px;
}

/* IE6のlistマージン回避 */
list-style-position:outside;
