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


/**トップページのＣＳＳ**/
body {
		text-align:center;
		color:#333333;
		background-color:#ffffff;
		margin:0;
		padding:0px;
	}

#container{
		width:774px;
		height:100%;
		background-color:#ffffff;
		margin:auto;
		padding:0px;
	}

#header {
		background-color:#330000;
		background-image:url(images/higobashi_title.jpg);
		margin:0;
		padding:0px;
		height:80px;
		width:774px;
	}

#contents {
		width:774px;
		height:auto;
		float:left;
		background-image:url(images/navi_under.jpg);
		background-repeat:repeat-y;
}

#left_contents{
		border:#333333;
		float:left;
		width:214px;
		height:100%;
}

#left_content_under{
		float:left;
		width:214px;
		height:auto;
}


#right_contents {
		float:right;
		width:559px;
                border-right:solid 1px #666666;
                height:auto;
}

#right_content_up {
                  margin:0px;
                  padding:0px;
                  border:0px;
		float:right;
		width:559px;
		height:237px;
}

#right_content_down {
                  margin:0px;
		text-align:left;
		float:right;
		width:559px;
		height:auto;
		border-right:thin #660000;
		padding:opx;
		border:0px;
}

#footer {
                float:left;
		height:50px;
		width:774px;
		background-image:url(images/footer.jpg);
               /** margin:auto; **/
	}

.space1 {
		padding-bottom:0px;
		padding-right:25px;
		padding-left:25px;
		text-align:left;
		font-size:smaller;
}

.space2 {
		padding:10px;
		padding-right:25px;
		padding-left:25px;
		text-align:left;
		font-size:smaller;
}

.space3 {       
		text-align:left;
		padding:5px;
		padding-right:25px;
		padding-left:25px;
		font-size:smaller;
}





/**　トップ以外のページのＣＳＳ　**/

#head_bt {
		width:774px;
		padding:0px;
		margin:0px;
		border:0px;
		background-color:#330000;
}



#other_page_all_contents {
		width:774px;
		padding:0px;
		margin:0px;
		border:0px;
		float:left;
		background-image:url(images/navi_under_other_page.jpg);
		background-repeat:repeat-y;
}

#other_page_left_contents {
		float:left;
		width:196px;
}

#other_page_right_contents {
		float:right;
		width:577px;
		border-right:solid 1px #666666;
}

#other_page_right_contents_up {
		float:right;
		width:577px;
		
}

#other_page_right_contents_down {
		text-align:left;
		float:right;
		width:577px;
		
}






