﻿@charset "utf-8";
/* CSS Document */

/* html5 ------------------------------------- */
header, footer, nav, section, article, figure, aside {
	display: block;
}
img {
	vertical-align: bottom;
}
/* clearfix---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333333;
}
a:link {
	color: #1895DB;
}
a:visited {
	color: #1895DB;
}
a:hover {
	color: #E8A322;
}
a:active {
	color: #1895DB;
}
body {
	background-color: #FFFFEF;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333;
	background-image: url(image/red_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 140px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 108px;
	width: 100%;
	background-image: url(image/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#header #header_inner {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 108px;
	position: relative;
}
#header #header_inner h1 {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	right: 2px;
}
#header #header_inner #mainlogo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#bnr {
	width: 944px;
	margin: 0 auto;
}
#bnr ul {
	margin: 0;
	padding: 0;
}
#bnr ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
#bnr ul li:first-child {
	margin-right: 10px;
}


#contents {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	border: 2px solid #CCC;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#contents_2 {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	border: 2px solid #CCC;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#contents .contents_inner {
	margin-bottom: 28px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
#footer {
	background-image: url(image/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 44px;
	width: 100%;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	padding-top: 30px;
}
#contents .contents_inner .com {
	padding-bottom: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents .contents_inner .com2 {
	padding-bottom: 16px;
	background-image: url(image/lank1_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 320px;
	padding-left: 10px;
}
#contents .contents_inner .com3 {
	padding-bottom: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 16px;
}
#contents .contents_inner .sitelink {
	padding-left: 10px;
}
#contents .contents_inner .hyoka {
	padding-bottom: 16px;
}
.display_inline a:link {
	color: #ffffff;
	text-decoration: none;
}
.display_inline a:visited {
	color: #ffffff;
	text-decoration: none;
}
.display_inline a:hover {
	color: #ffffff;
	text-decoration: none;
}
.display_inline a:active {
	color: #ffffff;
	text-decoration: none;
}
.display_inline {
	display: inline;
	font-size: 13px;
}




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

	#contents .contents_inner .com {
		padding-bottom: 16px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 16px;
	}
	#contents .contents_inner .com2 {
		padding-bottom: 16px;
		background-image: url(image/lank1_bg.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		padding-right: 320px;
		padding-left: 10px;
		font-size: 16px;
	}
	#contents .contents_inner .com3 {
		padding-bottom: 16px;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 16px;
		font-size: 16px;
	}


}



















