* {
	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;
}
img{
	border: none;
}
#container {
	width: 980px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#header {
	height: 130px;
}
#headerleft {
	padding: 25px 0px 25px 20px;
	float: left;
	width: 500px;
	height: 80px;
}
#headerright {
	padding: 15px 10px 0px 10px;
	float: right;
	width: 400px;
	text-align: right;
}
#topmenu {
	clear: both;
	width: 980px;
	height: 45px;
	background-color: #000;
	padding-bottom: 30px;
	background-image: url(images/topmenu_shadow.fw.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#toppageimage {
	clear: both;
	text-align: center;
	margin: 0px auto 30px;
	width: 840px;
}
#toppageimage2 {
	clear: both;
	text-align: center;
	display:flex;
	margin: 0px auto 30px;
	width: 840px;
}


#wrapper {
	clear: both;
}
#main {
	padding: 15px 60px;
	background-color: #ffffff;
}
#main_black {
	padding: 15px 60px;
	background-color: #000;
	color: #fff;
}
#bottommenu {
	text-align: center;
	clear: both;
	padding: 10px 10px;
	border-top: 1px solid #f4f4f4;
	background-color: #ffffff;
}
#footer {
	clear: both;
	padding: 10px 10px;
	background-color: #ccc;
}
#footerleft {
	padding: 10px 10px;
	float: left;
	width: 370px;
}
#footerright {
	padding: 10px 10px;
	float: right;
	width: 520px;
	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{
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table_mail tr{
}
.table_mail td{
	padding: 4px;
	border: 1px solid #ccc;
}
.table_mail td.tdwidth{
    width: 25%;
}
#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 {
	margin: 0px 15px 15px 0px;
	float: left;
}
.imageright {
	margin: 0px 0px 15px 15px;
	float: right;
}
.imagebottom {
	margin: 0px 0px 10px 0px;
}
.imagewaku {
	padding: 5px; /* 画像枠 */
	border: 1px solid #e9e9e9; /* 画像の枠線 */
}
.item_box {
	padding: 0px 0px 5px 0px;
	float: left;
	width: 350px;
	margin: 0px 10px 10px 0px;
}
.item_box_tworow {
	padding: 0px 0px 5px 0px;
	float: left;
	width: 360px;
	margin: 0px 10px 10px 0px;
}
.clearfix:after { 
    content : "."; 
    display : block; 
    height : 0; 
    clear : both; 
    visibility : hidden; 
} 
* html .clearfix { 
    height : 1%; 
} 
.clear { 
    clear : both; 
} 

/*ページ上部に戻るボタン*/
.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;
}

/* 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;
	}
}
