@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
}

#flame {
	width: 800px;
	margin: 0 auto;
	border: solid 1px;
	border-bottom: solid 1px #999999;
}

#main-img {
	background-image: url(../img/contact.jpg);
	height: 190px;
}


#leftbox {
	width:  800px;
/*	height: 450px;	*/
	padding-top: 14px;
}

.info_txt {
	font-size: small;
	width: 585px;
	margin-top: 10px;
	margin-left: 15px;
	line-height: 100%;
	padding-top: 5px;
	padding-left: 15px;
	border-top: dashed 1px #bebebe;
}

.info_txt2 {
	font-size: small;
	line-height: 100%;
	margin-top: 15px;
	margin-left: 40px;
}

.info_txt2 a{
	text-decoration: none;
}

.info_txt2 a:link{
	color: #376C90;
}

.info_txt2 a:visited{
	color: #376C90;
}

.info_txt2 a:hover{
	text-decoration: underline;
}

.info_txt3 {
	font-size: small;
	margin-top: 175px;
	margin-left: 30px;
	margin-bottom: 30px;
	line-height: 100%;
	text-align:bottom;
}

.info_txt3 a{
	text-decoration: none;
}

.info_txt3 a:link{
	color: #376C90;
}

.info_txt3 a:visited{
	color: #376C90;
}

.info_txt3 a:hover{
	text-decoration: underline;
}

.add_txt {
	font-size: small;
	margin-top: 40px;
	margin-left: 30px;
	line-height: 100%;
}

.add_txt a{
	text-decoration: none;
}

.add_txt a:link{
	color: #000000;
}

.add_txt a:visited{
	color: #000000;
}

.add_txt a:hover{
	text-decoration: underline;
}

#left_info {
/* 続きはここから */
	/*background-color: #ff00ff;*/
}

.fred {
	font-size: small;
	color: #B2487E;
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.u_txt {
	font-size: small;
	margin-left: 55px;
}


