@charset "shift_jis";


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*コンテンツ（メインコンテンツを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
		/*メインコンテンツ幅*/
	clear: center;

	
		/*背景画像分、上に余白をとる。*/
}




/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 1em;
	position: relative;
	height: 330px;
	width: 50%;
	

}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*絵の枠の色*/
img{
	border:3px inset #F63;
}

img.none_hayashi { border: 0px; }


/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 10px;			/*文字サイズ*/
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: top;						/*背景画像を上部に配置*/
	padding-top: 40px;
	padding-bottom: 10px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}





/*その他
---------------------------------------------------------------------------*/


.mb1 {
	margin-bottom: 1px;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}

.color1 {
	color: #0F0;
}
