@charset "UTF-8";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #1F1F1F;
	font-size:13px;
	line-height:1.7em;
	margin: 0px;
	background-image: url(../img/fla0.jpg);
	background-repeat: repeat-x;
}



/*リンクの基本設定*/
a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a:link img{ text-decoration:none; border:none 0px; }
a:visited img{ text-decoration:none; border:none 0px; }

/*ページの基本設定*/
p {
	margin: 0px;
}
ul{
	text-align:left;
	padding-left:0;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
li{
	padding-left:0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}

.flame {
	width: 320px;
	height: 240px;
	overflow:auto;
	scrollbar-base-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-track-color: #E0E0E0;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	color: #333333;
	font-size:12px;
	margin: 0px;
}


.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.top_left01 a:link {
	color: #000;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.top_left01 a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.top_left01 a:hover {
	font-size: 12px;
	color: #C3C3C3;
	text-decoration: underline;
}
.top_left01 a:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#boxIn01 {
	padding-top:160px;
}

#btnSideContact{
	position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
	right: 0;
    z-index: 996;
}

#btnSideContact a:first-child{
	margin-bottom: 20px;
}
