﻿@charset "UTF-8";


/*----------------------------------------------------
	header 
----------------------------------------------------*/
#header{
	border-top: 3px #FF8811 solid;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents{
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFD9B4), to(#fff));
	background: linear-gradient(to bottom, #FFD9B4, #fff);
	background-size: auto 200px;
	background-repeat: repeat-x;
}

h2 {
	background-color: #FFBA75;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFBA75), to(#FF8000));
	background: linear-gradient(to bottom, #FFBA75, #FF8000);
}

#news h2 .titletxt, #guide h2 .titletxt, #main #hours .titletxt, #main #mailset .titletxt, #main #access .titletxt, #main #yoyaku .titletxt, #main #now .titletxt {
	color: #fff;
	text-shadow: 0px 0px 3px #A85400;
}

h3 {
	border-bottom: 1px #FF8811 solid;
	border-left: 4px #FF8811 solid;
}

h4 {
	border-left: 2px #FF8811 solid;
}



/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 959px){

#contents{
	background-color: #f4f4f4;
	background-size: 0 0;
}

#mainmenu h2 , #main h2 {
	border-bottom: 2px solid #DB6D00;
}

#mainmenu h2 {
	border-bottom: 2px solid #747474;
}


}

