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


body {
	margin: 0px;
    padding: 0px;
	color: #333;
	background-color: #FFF;
	font-family: "Meiryo UI", sans-serif;
}

a:link {
	color: #AA8C24;
	text-decoration: none;
}

a:visited {
	color: #AA8C24;
}

a:hover {
	color: #AA8C24;
	text-decoration: underline;
}

a:active {
	color: #AA8C24;
}


p {
	font-size: small;
	line-height: 180%;
}

hr {
	display: none;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* フロート解除　*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


body, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}


/* レイアウト大枠 */
#container {
	width: 100%;
	background-color: #ffffff;
	margin-top: 116px;/* ヘッダー背景の高さとかで変わる */
}


/* h1(SEO対策コメント),ロゴ,等 */
#aheader {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:116px;
	float: left;
	background-image: url(img/head.png);
}

#aheader h1 {
	width:960px;
	font-size: x-small;
	margin: 0px;
	height: 27px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

#header {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/head.png);
	background-repeat: repeat-x;
}

#header ul {
	float:right;
	text-align: right;
	padding: 0px;
	margin:0px;
	height: 80px;
}

#header ul li {
	font-size: small;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .logo img {
	margin: 0px;
	padding: 0px;
	height: 80px;
}


/* 横ナビ(メニュー) */
#agnavbar {
	width: 100%;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
}

.gnavbar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* 横ナビ画像リンク(JAVA)　*/
.gnavbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 40px;
}

.gnavbar ul li {
	text-align: center;
	float: left;
	height: 40px;
}


/* フラッシュ　*/
#aflash {
	width: 100%;
	height:454px;
	top: 0px;
	left: 0px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-image: url(img/fhaikei.png);
	background-position: center;
}

.flash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding-top: 27px;
	padding-bottom: 27px;
}

/* コンテンツ　*/
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* サイドメニュー　*/
#sidemenu {
	float: left;
	width: 230px;
	margin-top:10px;
}

/* メイン　*/
#main {
	float: right;
	width: 705px;
	margin-bottom: 15px;
	padding: 0px;
	margin-left: 25px;
	margin-top: 10px;
}


/* フッター　*/
#afooter {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/foot.png);
}

.footer {
	bottom: 0px;
	left: 0px;
	width: 960px;
	height: 90px;
	text-align: center;
	padding-top: 60px;
	color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}


/* ページトップ(JAVA)　*/
#toTop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}

/* ページトップ(JAVA)　*/
#toTop2 {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
}

#divRss {
	width: 280px;
	font-size: small;
}

/*/* ここから下いろいろカスタマイズ　*/

/* 小文字 */
.smoji {
	font-size:x-small;
}

.sideA {
	width:208px;
	padding:10px;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A98E57;
	border-bottom-color: #A98E57;
	border-left-color: #A98E57;
}

.sideA ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sideA ul li {
	padding: 0px;
	margin-bottom: 3px;
	font-size: small;
	line-height: 150%;
}

.sideA h2 {
	font-size:medium;
	font-weight:bold;
	margin-bottom:10px;
}

.sideB {
	width:230px;
	margin-bottom:10px;
}

.box {
	width:663px;
	margin-bottom:15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A98E57;
	border-bottom-color: #A98E57;
	border-left-color: #A98E57;
	padding:20px;
}

.box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.box ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.boxA {
	width: 663px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A98E57;
	border-bottom-color: #A98E57;
	border-left-color: #A98E57;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: auto;
	height: 250px;
}

.boxA ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.boxA ul li {
	padding: 10px;
	font-size:small;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.boxB {
	width:663px;
	padding:20px;
	margin-bottom:15px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}

.boxB h2 {
	font-size:larger;
	font-weight:bold;
	margin-bottom:10px;
}

.nakaA {
	width:663px;
}

.nakaA img {
	float:right;
	margin-left:20px;
}

.nakaA2 {
	width:663px;
}

.nakaA2_R {
	float:right;
	margin-left:10px;
	margin-right:40px;
}

.nakaB {
	width:663px;
}

.nakaB img {
	float:left;
	margin-right:20px;
}
a img:hover:not(.rollover) {
	opacity:0.7;
	filter: alpha(opacity=70);
}

