@charset "utf-8";

/*--------------------------------------------------

フォーム用ＣＳＳ

---------------------------------------------------*/

/*---------------------------------------------------
input[type="text"],
textarea {
	border:1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="text"]:focus,
textarea:focus,

input[type="text"]:hover,
textarea:hover {
	border:1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



input[type="checkbox"],
checkbox{
	border:1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="checkbox"]:focus,
checkbox:focus,

input[type="checkbox"]:hover,
checkbox:hover {
	border:1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

---------------------------------------------------*/


.txt10_red {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	color: #C00;
}
.txt10 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 10px;
	color: #999;
}
.txt_red {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #900;
	background-color: #F0F0F0;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#scroll {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
	background-color: #FFF;
	border: 1px #ebebeb solid;
	width: 648px;
	height: 200px;
	overflow: auto;
}

#contents #contentsIn #mainContents #scroll h5 {
	font-size: 12px;
}
#contents #contentsIn #mainContents #scroll h4 {
	font-size: 14px;
	padding-bottom: 10px;
}
#contents #contentsIn #mainContents #scroll ul {
	list-style-type: decimal;
	list-style-position: inherit;
	margin-left: 15px;
}
#contents #contentsIn #mainContents #scroll ul li {
	margin-left: 15px;
}
#contents #contentsIn #mainContents #scroll p {
	padding-left: 15px;
}

.tyusyaku {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.sideTel {
	width: 216px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.lineTitle {
	padding-bottom: 15px;
	background-image: url(../img/titleBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 655px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
	color: #333;
}
.btBox {
	width: 245px;
	padding-top: 20px;
	padding-right: 205px;
	padding-bottom: 20px;
	padding-left: 205px;
}

.rightText {
	text-align: right;
}

