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