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


body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #FFF;
	font-family: "Meiryo UI", sans-serif;
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
}

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

a:active {
	color: #333333;
}


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: 121px;/* ヘッダー背景の高さとかで変わる */
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
}


/* h1(SEO対策コメント),ロゴ,等 */
#aheader {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:121px;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}

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

#header {
	width:960px;
	margin-right: auto;
	margin-left: auto;
}

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


/* 横ナビ(メニュー) */
#agnavbar {
	width: 100%;
	top: 0px;
	left: 0px;
	height: 50px;
	background-image: url(img/menu.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A3A3A3;
	border-bottom-color: #A3A3A3;
}

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

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

.gnavbar ul li {
	text-align: center;
	float: left;
	width: 159px;
	height: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A3A3A3;
}


/* フラッシュ　*/
#aflash {
	width: 100%;
	height:410px;
	top: 0px;
	left: 0px;
}

.flash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	background-image: url(img/fhaikei.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

/* コンテンツ　*/
#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);
	background-repeat: repeat-x;
}

.footer {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	text-align: center;
	padding-top: 25px;
	color: #ffffff;
}


/* ページトップ(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;
}

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

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

.side {
	width:208px;
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #A8A8A8;
	background-color: #f5f5f5;
}

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

.side ul li {
	padding: 0px;
	margin-bottom: 10px;
}

.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: #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left-color: #A8A8A8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

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

.boxA ul li {
	padding: 10px;
	font-size: medium;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
}
.boxA2 {
	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: #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left-color: #A8A8A8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: scroll;
	height:300px;
}

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

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


.boxB {
	width:663px;
	margin-bottom:15px;
	background-color: #f5f5f5;
	border: 1px solid #a8a8a8;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

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

.boxC {
	width:663px;
	padding:20px;
	margin-bottom:15px;
	border: 1px solid #a8a8a8;
}

.boxC h2 {
	font-size:larger;
	font-weight:bold;
}

.nakaC {
	width:621px;
	padding:20px;
	border: 1px solid #a8a8a8;
	background-color: #f5f5f5;
}

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

.nakaA {
	width:663px;
	margin-bottom:20px;
}

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

.nakaA2 {
	width:621px;
	padding:20px;
	margin-bottom:20px;
	border: 1px dashed #cccccc;
	background-color: #ffffff;
}

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

.nakaB {
	width:663px;
	margin-bottom:20px;
}

.title2 {
	width:685px;
	padding:10px;
	background-color:#333333;
}

.title2 h2 {
	font-size:medium
	font-weight:bold;
	color:#ffffff;
	font-size: medium;
	font-weight: bold;
}
/* 小文字 */
.smoji {
	font-size:x-small;
}

/* 通常文字サイズに装飾(カラー＆太さ) */
.mojicw {
	color:#ff0000;
	font-weight: bold;
	font-size:medium;
}

.mmoji {
	font-size:medium;
}
.mmoji2 {
	font-size:15px;
}

table.hyo {
}

table.hyo tr td {
	font-size: small;
	line-height: 150%;
	margin: 0px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4A4A4;
}

#divRss {
	width: 280px;
	font-size: small;
	line-height: 180%;
}

.smallimage {
background-color: #fff;
border: 1px solid #CCC;
padding: 2px;
}

/*フォトギャラリー*/
.photo {
	width:610px;
}
.photo ul {
	margin-right:-10px;
	margin-bottom:-10px;
	margin-top:0;
	overflow:hidden;
	width: 610px;
	height:230px;
	padding-left:0;
/*	padding-left:20px;*/
}
.photo li {
/*	background:#C3CFDB;*/
	width:200px;
	height:200px;
	line-height:200px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	list-style:none;
}
.photo li:last-child {
	margin-right:0px;
}
.photo li img {
	vertical-align:middle;
	max-width:200px;
	max-height:200px;
}

.photo li p {
	font-size:11px;
	margin: 3px 0 15px;
	text-align:center;
/*	background: #F9EAED;*/
}

.title {
	width:643px;
	padding:10px;
	background-color:#333333;
}
.title h2 {
	font-size:medium;
	font-weight:bold;
	color:#ffffff;
}
.nakaB2 {
	width:621px;
	padding:20px;
	border: 1px solid #a8a8a8;
	background-color: #ffffff;
}
table.hyoNew tr th {
	margin: 0px;
	padding: 0px;
}

table.hyoNew tr td {
	font-size: small;
	line-height: 180%;
	margin: 0px;
	padding: 10px;
}
.bold01 {
	font-weight: bold;
	font-size: 16px;
}
.fright0 {
    float: right;
    margin-right: 20px;
}
.fright0 img {
    padding: 5px;
    border: 1px solid #a8a8a8;
}
