@charset "utf-8";

#navi {
}

.navbar {
	font-family: AppleCasual, 'Comic Sans MS', sans-serif;
	font-size: .9em;
	color: #62462E;
	line-height: 40px;
	text-transform: uppercase;
}

.navbar-bg {
	}

.navbar-bg ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.navbar-list {
	margin: 0px;
}

#navi li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}


#navi li a {
	text-decoration: none;
	color: #62462E;
	padding: 0 0 5px 0;
}

#navi li a:visited {
	text-decoration: none;
	color: #62462E	;
	padding: 0 0 5px 0;
}

#navi li a:hover{
 	color: #D78D4B;
	text-decoration: none;
	padding: 0 0 5px 0;
}

#navi li.current-page {
	overflow: hidden;
	background-image: url(../image/PrintedPaper_line-2.png);
 	//_background-image: url(../image/PrintedPaper_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	padding: 0 0px 5px 0px;
	margin: 0 30px 0px 0px;
}

#navi li.current-page a {
	text-decoration: none;
 	color: #C75624;
}

/* 下記記述で、736px以下の場合に、該当サイトで横幅指定がしてあるページの横幅が画面幅100%になります。 start */ @media only screen and (max-width : 736px){ #container {
   width: 100%;
}
#container img {
   max-width: 100%;
}
#content {
   width: 100%;
   padding: 0;
}
#home_cont_news {
   width: 100%;
   margin: 0;
   line-height: 140%;
}
}
/* 下記記述で、736px以下の場合に、該当サイトで横幅指定がしてあるページの横幅が画面幅100%になります。 end  */