@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

/*****全体に関する項目*****/


/***フォントの種類***/

body {font-family: Sawarabi Gothic,Meiryo,sans-serif;}
.contentsLeft{}
.contentsRight {}

/***フォントのサイズ***/
body {}
.contentsLeft{font-size:1.2em;}
.contentsRight {}


/***フォントの色、背景色***/

/*背景系*/
body{background:#F9F9F9;}
.contentsArea{}
.contentsArea a:hover {color:red;}
.contentsLeft{}
.contentsRight {}
.contentsRight > div {background:#f4fff4;}

/*ヘッドライン系*/
#navi-pupup h2 {background:#006400;color:#ffffff}
.contentsRight h2{background-color:#006400;color:#ffffff;}
.footer {background-color:#006400;color:#ffffff;}


/***背景画像***/
/*以下を参照
	background:url(cssimg/header1.jpg);
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
*/
body{background:url(cssimg/back3.jpg);}

#header{
	background:url(cssimg/header1.jpg);
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}


/***枠線***/
.contentsLeft > div:not(.large_banner):not(.slidbox):not(.introduction):not(.menu-button):not(.top-button){
	border:none;	
}
.contentsRight > div {border:solid thin #006400;}



/*****任意*****/

/*ロゴ画像最大サイズ*/
#logo img{max-width:1100px;}

/***ラインナビ***/
#navi-line li {}
#navi-line li a {background:rgba(80,80,80,0.5);color:#000000;}

#navi-line li a:hover {color:red;} ! important ;

/***メニューボタン***/
.menu-button{}
.top-button{}





