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


body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: "Meiryo UI", sans-serif;
	background-image: url(img/bg2.png);
	background-repeat: repeat;
}

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

a:visited {
	color: #ab7632;
}

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

a:active {
	color: #ab7632;
}


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


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

#aheader h1 {
	width:960px;
	font-size: small;
	margin: 0px;
	height: 25px;
	padding-top: 65px;
	font-weight: normal;
	text-align: center;
}

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

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

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

.flash {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 360px;
	padding-top: 20px;
	padding-bottom: 10px;
}

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

#haikei {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/ura.png);
	background-repeat: repeat-y;
	background-position: center;
}	

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

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


/* フッター　*/
#afooter {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(img/haikei2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 50px;
}

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


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

/* ページトップ(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:270px;
	margin-bottom: 10px;
}

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

.side ul li{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ab7632;
}

.boxA {
	width:605px;
	margin-bottom:15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

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

.boxA ul li {
	margin: 0px;
	padding: 10px;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ab7632;
}


.boxB {
	width:605px;
	margin-bottom:15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

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

.boxB ul li {
	margin: 0px;
	padding: 10px;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ab7632;
	line-height: 150%;
}

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

.boxB2 {
	width: 605px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


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

.boxB2 h2 {
	font-size:medium;
	font-weight:bold;
	color:#5C3402;
	margin-bottom: 10px;
}

.boxB3 {
	width: 605px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.boxB3 h2 {
	font-size:medium;
	font-weight:bold;
	color:#5C3402;
	margin-bottom: 10px;
}

.ue {
	margin-top:5px;
}

.bosyu {
	background: url(img/bosyu3.png) no-repeat;
	padding: 100px 250px 0 10px;
	height: 200px;
}

.scroll {
	overflow: scroll;   /* スクロール表示 */ 
 	height: 350px;
	width:645px;		
}

.nakaA {
    width: 541px;
    padding: 20px;
    background-color: #ffede4;
    border: 1px solid #dfc9b7;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.boxA h3 {
    font-size: medium;
    font-weight: bold;
    color: #5C3402;
    margin-bottom: 10px;
}

.red {
 color: #ef0000;
}


.img-radius{
 border-radius: 10px;
}

.fright2{
    float: right;
    margin-left: 20px;
}
.b-m15{
    margin-bottom: 15px;
}











