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


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}

/* 隙間をなくす */
li img,dt img,dd img{
vertical-align:bottom;
}

/* IEの隙間をなくす */
img{
vertical-align: top;
vertical-align: bottom;
}


a{ 
outline: none; 
}

a:link,
a:visited {
	color: #006600;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #005AFF;
	text-decoration: none;
}

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

p {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 160%;
}

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

hr {
	display: none;
}


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

/* レイアウト大枠 */
#wrap {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#seo{
	width: 100%;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #adc55f;
}
#seo h1 {
	font-size: x-small;
	width: 950px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


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

/* ページトップ(JAVA)　*/
#toTop {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 20px;
}
.right1{
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}
.right2{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.left1{
	float: left;
	margin-right: 10px;
}


/*-------------------ヘッダー------------------- */

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

#logo1{
	height: 120px;
	width: 960px;
}
#logo2{
	float: right;
	height: 140px;
	width: 255px;
}

.logo {
	float:left;
}
.tel {
	float:right;
	margin-top:10px;
}


/*-------------------ボタン------------------- */

.agnavbar {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/menu0.png);
}

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

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

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



/*-------------------ＦＬＡＳＨ・PT------------------- */

#aflash {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 380px;
	margin-bottom: 10px;
	background-image: url(img/flash_bg.png);
}

#flash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 380px;
	background-image: url(img/flash.png);
	margin-bottom: 10px;
}

#pt {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.pan{
	font-size: small;
	margin-bottom: 20px;
	color: #4F3012;
	margin-top: 5px;
}


/*-------------------サイドメニュー------------------- */

.sidemenu {
	float: left;
	width: 220px;
}
.sidemenuA {
	width: 220px;
	margin-bottom: 10px;
}

.sidemenuA ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.sidemenuA li{
	height: 45px;
	width: 220px;
	margin-bottom: 5px;
}
.sidemenuA li:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.sidemenuB {
	width: 218px;
	padding-top: 10px;
	border: 1px solid #CCC;
}

.sidemenuB ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;

	margin-left: 0px;
}
.sidemenuB li{
	width: 200px;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0CAA1;
	margin-right: 7px;
	margin-left: 7px;
	padding: 5px;
	color: #4F3012;
}

/*-------------------メイン------------------- */

#main {
	float: right;
	width: 700px;
	padding: 0px;
}

.red{
	color: #FF0000;
}


b{
	font-weight: 900;
}


/*-------------------フッダー------------------- */

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

.footer p{
	color: #492B0D;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
}



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

.topics{
	width: 700px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.topics img{
	vertical-align:middle;
}
.topics ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.topics ul li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: small;
	line-height: 150%;
	color: #4C2D0E;
}



.title{
	background-image: url(img/title.png);
	height: 40px;
	width: 700px;
	font-size: medium;
	padding-left: 30px;
	padding-top: 7px;
	background-repeat: no-repeat;
	color: #060;
}
.S{
	margin: 10px;
	font-size: small;
	line-height: 150%;
}
.S2{
	font-size: small;
	line-height: 150%;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.M{
	color: #333333;
	font-size: medium;
	margin: 0px;
}
.M2{
	color: #006600;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.banner{
	height: 150px;
	width: 700px;
	margin-bottom: 10px;
}
.banner:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

.toi{
	height: 130px;
	width: 700px;
	margin-bottom: 10px;
}
.boxA{
	width: 700px;
	margin-bottom: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.boxB{
	padding: 0px;
	width: 700px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.boxB ul{
	padding: 0px;
	list-style-type: none;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.boxB li{
	height: 25px;
	width: 350px;
	float: left;
	font-size: small;
}
.boxB li:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}
.boxC{
	width: 700px;
	padding: 0px;
}

table.hyo1 {
	margin:0px;
	padding:0px;
}
table.hyo1 tr th {
	margin: 0px;
	padding: 0px;
}
table.hyo1 tr td {
	font-size: small;
	line-height: 140%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #faffea;
}

table.hyo2 {
	margin:0px;
	padding:0px;
}
table.hyo2 tr th {
	margin: 0px;
	padding: 0px;
}
table.hyo2 tr td {
	font-size: small;
	line-height: 140%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.maru1 {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 3px solid #ADC55F;     /* 枠線の装飾 */
	background-color: #FFFFFF;   /* 背景色 */
	padding: 20px;
	behavior:url("PIE.htc");
}
.maru2 {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 1px solid #CCCCCC;     /* 枠線の装飾 */
	background-color: #f8f8f8;   /* 背景色 */
	padding: 20px;
	behavior: url("PIE.htc");
	margin-bottom: 20px;
	width: 550px;
}
.mokuji{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #4b2300;
}
