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


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

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

a:visited {
	color: #D93728;
}

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

a:active {
	color: #D93728;
}


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

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: 96px;/* ヘッダー背景の高さとかで変わる */
}


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

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

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

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

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

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


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

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

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

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


/* フラッシュ　*/
#amokuji {
	width: 100%;
	height:60px;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin-top: 20px;
	background-color: #645C5A;
}

.mokuji {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}


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

/* リンクがある場合(フッター)*/
#afooter {
	width: 100%;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 250px;
	background-image: url(img/footh.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.footer {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	height: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
}

.footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer ul li {
	float: left;
	width: 480px;
	font-size: x-small;
	padding-top: 220px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 30px;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited {
	color: #ffffff;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:active {
	color: #ffffff;
}


/* メイン　*/
#main {
	width: 800px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 80px;
	margin-left:80px;
	margin-bottom: 20px;
}

#main h2 {
	font-size:x-large;
	font-weight:bold;
	color:#221714;
	margin-bottom:10px;
}

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

/* 住所　*/
.jyusyo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	text-align: left;
	margin-bottom: 3px;
}

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

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

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

/* 中文字 */
.mmoji {
	font-size:medium;
}

/* 中文字 （太さ・カラー） */
.mmojiwc {
	font-size:medium;
	color:#DA382B;
	font-weight: bold;
}

/* 中文字 （カラー） */
.mmojic {
	font-size:medium;
	color:#0255C8;
}

table.hyo {
	width:400px;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:15px;
}

table.hyo tr td {
	font-size: medium;
	background-color: #FCF6DD;
	padding: 8px;
	line-height: 150%;
}


.boxA {
	width:778px;
	padding:10px;
	margin-bottom:15px;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.boxA h2 {
	font-size:larger;
	font-weight:bold;
	color:#221714;
	margin-bottom:10px;
}


.nakaA {
	width:600px;
	margin-right: 89px;
	margin-left: 89px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

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