* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 85%;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333333;
}
html {
	background-color: #ccc;
}
img{
	border: none;
    max-width: 100%;
    height: auto;
    width:auto;
}
#container {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	position: relative;
}
#header {
	width: 100%;
}
#headerleft {
	padding: 0px 0px 10px 0px;
	margin: 0px auto;
	width : 90%;
	text-align: center;
}
#headerright {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width : 80%;
	text-align: center;
}
#topmenu {
	width : 100%;
	clear: both;
	margin: 0px 0px;
}
#toppageimage {
	clear: both;
	text-align: center;
	margin: 0 auto 10px;
	width: 100%;
}
#wrapper {
	clear: both;
}
#main {
	padding: 5px 0px;
	background-color: #ffffff;
	margin: 0 auto;
	width: 90%;
}
#main_black {
	padding: 5px 0px;
	background-color: #000;
	color: #fff;
	margin: 0 auto;
	width: 100%;
}
.news_box {
    padding: 0px 10px;
}
#bottommenu {
	text-align: center;
	clear: both;
	padding: 10px 10px;
	border-top: 1px solid #f4f4f4;
	background-color: #ffffff;
}
#footer {
	clear: both;
	padding: 0px 0px;
	background-color: #ccc;
}
#footerleft {
	padding: 10px 0px;
	width: 90%;
}
#footerright {
	padding: 10px 0px;
	width: 90%;
	text-align: right;
}
#headerright a {
	color: #FFFFFF;
}
#topmenu ul li {
	float: left;
	width: 195px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	border-right: 1px solid #666;
	background-color: #000;
	font-size: 15px;
}
#topmenu ul li.right {
	float: left;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	width: 195px;
}
#topmenu ul li a{
	text-decoration: none;
	display: block;
	color: #FFF;
}
#topmenu a:hover {
	background-color: #666;
}
#topmenu ul li.selected a {
	float: left;
	width: 195px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	background-color: #FFF;
	border-right: 1px solid #666;
	color: #000;
	background: linear-gradient(#000 1%, #999 20%, #fff 40%, #fff 60%, #999 80%, #000 99%);
}
.menubar {
	color: #333333;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background-image: url(images/menu_bg.png);
	font-size: 15px;
	margin-bottom: 7px;
	text-indent: 15px;
}
#menu ul {
}
#menu ul li {
	font-weight: bold;
	color: #333333;
	text-indent: 20px;
	list-style-type: none;
	line-height: 40px;
	background-image: url(images/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 0px dotted #cccccc;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
#menu ul li a {
	color: #333333;
	text-decoration: none;
	display:block;
}
#menu ul li a:hover {
	color: #333333;
	text-decoration: underline;
	display:block;
}
a:link {
	color:#0065CA;
}
a:visited {
	color:#0065CA;
}
a:hover {
	color:#039;
}
a:active {
	color:#039;
}
h1 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	text-indent: 30px;
	font-size: 150%;
	line-height: 40px;
	clear: both;
	border-bottom: 2px solid #000;
}
h1.news {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 10px;
	font-size: 120%;
	color: #fff;
	line-height: 30px;
	clear: both;
	background-color: #ec4947;
	width: 150px;
}
h2 {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	line-height: 30px;
	border-bottom: 1px solid #000;
	clear: both;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
	line-height: 25px;
	border-left: 3px solid #000;
	clear: both;
	padding-left: 10px;
}
h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
	line-height: 25px;
	clear: both;
}
.red {
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #000099;
}
.big {
	font-size: 130%;
}
.small {
	font-size: 80%;
}
.news li {
    border-bottom: 1px dotted #fff;
    list-style-type: none;
	line-height: 40px;
}
.table{
    border-collapse: collapse;
}
.table td{
	padding: 10px;
	border: 2px solid #fff;
}
.table_mail{
}
.table_mail tr{
    display: block;
}
.table_mail td{
	padding: 4px;
	display: list-item;
	list-style-type: none;
	border: none;
}
#menu .box {
	padding: 10px 10px;
	background-color: #FFFFFF;
	line-height: 150%;
	border: 1px solid #e9e9e9;
	margin-bottom: 5px;
}
.borderbox {
	padding: 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.imageleft {
    display: block;
    clear: both;
	margin-bottom: 10px;
}
.imageright {
    display: block;
    clear: both;
	margin-bottom: 10px;
}
.imagebottom {
	margin: 0px 0px 10px 0px;
}
.imagewaku {
	padding: 5px;
	border: 1px solid #e9e9e9;
}
.item_box {
	padding: 0px 0px 5px 0px;
	float: left;
	width: 100%;
	margin: 0px 10px 10px 0px;
}
.item_box_tworow {
	padding: 0px 0px 5px 0px;
	float: left;
	width: 100%;
	margin: 0px 10px 10px 0px;
}
.clearfix:after { 
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden; 
} 
* html .clearfix { 
    height : 1%; 
} 
.clear { 
    clear : both; 
} 

input[type=text] {
    width: 100%;
}
input[type=text].small {
    width: 30%;
}
textarea {
    width: 100%;
}

/*ページ上部に戻るボタン*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
}
 
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* slicknav */
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 767px) {
	/* #menu is the original menu */
	.js #topmenu_slicknav {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


