@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*････････Font････････*/

body, td, th {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", ＭＳ Ｐゴシック, Osaka, "MS UI Gothic";
	font-size: 12px;
	line-height:1.4em;
}

.font-small {
	font-size: 12px;
}

.font-red {
	color: #ff0000;
}


h4#midashi{
	font-size: 14px;
	font-weight: bold;
	color:#cf69a5;
}

a:link {
	color: #d99d18;
	text-decoration:underline;
}

a:visited {
	color: #d99d18;
	text-decoration:underline;
}
a:hover {
	color: #f1cb20;
	text-decoration:underline;
}

/*････････Layout････････*/

.main {
	width:580px;
	background-color:#ffffff;
}

.maintxt {
	width:560px;
	padding:0px 10px 10px 10px;
}

.midashi {
	font-size: 14px;
	font-weight: bold;
	color:#cf69a5;
	padding:10px 0px 10px 5px;
}

.contxt {
	padding:5px 10px 5px 10px;
}
.txtsmall {
	font-size: 11px;
}


.title {
	width:100%;
	padding:5px 0px 5px 0px;
	background-color:#cf69a5;
	text-align:center;
}

.hasen {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #cf69a5;
	height: 1px;
	margin:10px 0px 5px 0px;
}

.line {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cf69a5;
	height: 1px;
	margin:10px 0px 5px 0px;
}

.wt {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	padding-top:5px;
}

