@charset "utf-8";

/*---------------------------------------

レイアウトを定義

---------------------------------------*/

body{
	margin:0;
	padding:0;
}

div#top{
	text-align:center;
	width:100%;
	height:146px;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
	margin:0;
	padding:0;
}
div#wrapper_content{
	clear:both;
	text-align:center;
	width:100%;
	margin:16px 0 0 0;
}
div#wrapper_footer{
	clear:both;
	text-align:center;
	width:100%;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
	height:167px;
	margin:4px 0 0 0;
	padding:0;
}


/*---------------------------------------
ヘッダー
---------------------------------------*/

#header{
	height:146px;
	width:950px;
	margin:0 auto;
	padding:0;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}

#header a#logo{
	width:128px;
	height:89px;
	float:left;
	display:block;
	padding:27px 0 0 25px;
}

#header div#header_message{
	float:right;
	width:752px;
}

#header div#header_message img#message{
	clear:right;
	float:left;
	padding:38px 0 0 8px;
}

/*---------------------------------------
#header div#header_message a.button_free{
	margin:13px 5px 0 0;
	display:block;
	background:url("../images/button_free_o.gif") no-repeat;
	float:right;
}
#header div#header_message a.button_free:hover{
	background-color:transparent;
}
#header div#header_message a.button_free:hover img{
	visibility: hidden;
}
---------------------------------------*/
#header div#header_message a.button_contact{
	margin:13px 10px 0 0;
	display:block;
	background:url("../images/button_contact_red_o.gif") no-repeat;
	float:right;
}
#header div#header_message a.button_contact:hover{
	background-color:transparent;
}
#header div#header_message a.button_contact:hover img{
	visibility: hidden;
}


/*---------------------------------------
コンテンツ
---------------------------------------*/
#content{
	width:950px;
	margin:0 auto;
	text-align:left;
}

#main_content_top{
	width:750px;
	float:right;
	margin:0;
	padding:0;
}

#main_content{
	width:740px;
	float:right;
}

.sidebar_left{
	width:180px;
	float:left;
}

/*---------------------------------------
フッターナビゲーション 追加
---------------------------------------*/
div#footer_navigation{
	clear:both;
	width:950px;
	margin:0 auto;
	height:132px;
	background:#003366;
	padding:0;
}
div#footer_contact{
	float:left;
	width:922px;
	height:68px;
	margin:20px 0 0 13px;
	background:url("../images/footer_contact_bg.gif") no-repeat;
}

/*---------------------------------------
div#footer_contact a.button_free{
	margin:13px 5px 0 0;
	display:block;
	background:url("../images/button_free_o.gif") no-repeat;
	float:right;
}
div#footer_contact a.button_free:hover{
	background-color:transparent;
}
div#footer_contact a.button_free:hover img{
	visibility: hidden;
}
---------------------------------------*/
div#footer_contact a.button_contact{
	margin:13px 10px 0 0;
	display:block;
	background:url("../images/button_contact_red_o.gif") no-repeat;
	float:right;
}
div#footer_contact a.button_contact:hover{
	background-color:transparent;
}
div#footer_contact a.button_contact:hover img{
	visibility: hidden;
	background-color:transparent;
}

/*---------------------------------------
フッター
---------------------------------------*/
div#footer{
	height:167px;
	width:950px;
	text-align:left;
	margin:0 auto;
	padding:0;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
}


div.button_center{
	width:710px;
	margin:20px 0 0 0;
	text-align:center;
}



