@charset "UTF-8";
/* CSS Document */
/* ***********************************************************
 *
 * Since:     2006-4-1
 * Modified:  2006-04-24
 * Guideline: Ver.1.00
 * Editor:    Noriyoshi Komura
 *
 * ***********************************************************
 */


/*必要CSSをロード*/
@import url("../../../css/base.css");
.important{ color: #FF0000; }
.textbox {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 660px;
}
.btn {
	width: 670px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}
#contents .textbox h3{
	background-color: #557479;
	height: 17px;
	font-size: 100%;
	text-indent: 5px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}
#contents .contentsbox table.stylenone {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents .contentsbox table.stylenone th {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents .contentsbox table.stylenone td{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textbox P{
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	padding: 5px 7px;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
P em {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
 table{
	background-color: #FFFFFF;
}
 .textbox table{
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/*フォーム用基本テーブルフォーマット*/
#contents .rightcolumn table {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
	border: 1px solid #CCCCCC;
}
#contents .rightcolumn th {
	background-color: #F2F2F2;
	text-align: left;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#contents .rightcolumn td {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
}

.textbox ul{
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textbox li{
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 0px;
	text-indent: 0px;
}
.textbox dl{
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	padding: 2px 4px;
	line-height: 1.5em;
	display: block;
	margin: 0px 3px;
	clear: both;
}
.textbox dt{
	color: #000000;
	padding: 3px;
	margin: 3px 0px 0px;
	display: block;
	width: 100px;
	float: left;
	font-weight: bold;
}
.textbox dd{
	color: #000000;
	padding: 3px;
	display: block;
	margin: 3px 0px 0px 110px;
	clear: right;
	border-left: 1px dotted #BBE0EB;
}
.textbox p.important{
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;

}
/*フォーム用*/
.formerror {
	background-color: #FFCC66;
	color: #000000;
}

/*バナー*/
.banner {
	display: block;
	margin-bottom: 2px;
}
.banner img {
	float: left;
	clear: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.important2 {
	color: #FF0000;
	font-size: 14px;
}
