@charset "euc-jp";


body{
	background:url(../images/pattern02/background01.jpg) repeat-x center top;
}




div.header{
	background:url(../images/pattern02/headbg.jpg) no-repeat left bottom;
}


ul.head_navi{
	background:url(../images/pattern02/head_navi01.gif) no-repeat left top;
}

ul.head_navi li{
	background:url(../images/pattern02/head_navi02.gif) no-repeat left bottom;
}

ul.head_navi li a{
	background:url(../images/pattern02/head_navi02.gif) no-repeat left top;
}

ul.head_navi li a.current,
ul.head_navi li a:hover{
	background:url(../images/pattern02/head_navi02.gif) no-repeat left bottom;
}


div.container{
	background:url(../images/pattern02/background02.gif) no-repeat center top;
	margin-top: 10px;
}

div.container2{
	background:url(../images/pattern02/background03.jpg) no-repeat left bottom;
}

div.footer{
	background:url(../images/pattern02/background04.jpg) no-repeat left top;
	color:#001C4C;
}


div.home_contents{
	border-top:8px solid #001C4C;
}

div.home_info h3{
	background:url(../images/pattern02/home_infomation.gif) no-repeat left top;
}


/* index°Ê³° */

div.container h1{
	border-bottom:1px solid #003184;
	border-top:4px solid #003184;
}

div.contents{
	border-top:8px solid #003184;
}

h2{
	border-bottom:2px solid #003184;
}

div.footer p.copyright{
	color:#FFF;
}



@media screen and (min-width: 481px) and (max-width: 950px){

	div.home_info h3{
		background:#001C4C url(../images/pattern02/home_infomation_r.gif) no-repeat left top;
	}
}

@media screen and (max-width: 480px) {

	div.home_info h3{
		background:#001C4C url(../images/pattern02/home_infomation_r.gif) no-repeat left top;
	}
}

@media screen and (max-width: 950px) {

	div.container{
		background:url(../images/pattern02/background02.gif) no-repeat center top;
	}

	ul.head_navi,
	ul.head_navi li,
	ul.head_navi li a,
	ul.head_navi li a.current,
	ul.head_navi li a:hover{
		background: #3f6bae; /* Old browsers */
		background: -moz-linear-gradient(top,  #3f6bae 0%, #6897c8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f6bae), color-stop(100%,#6897c8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #3f6bae 0%,#6897c8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #3f6bae 0%,#6897c8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #3f6bae 0%,#6897c8 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #3f6bae 0%,#6897c8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6bae', endColorstr='#6897c8',GradientType=0 ); /* IE6-9 */

	}
}