@charset "UTF-8";

/*main*/
body {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	color: #5c5145;
	margin: 0;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
th {
	font-size: 12px;
	line-height: 150%;
	color: #5c5145;
	font-weight: normal;
}
td {
	font-size: 12px;
	line-height: 150%;
	color: #5c5145;
	vertical-align: top;
}
a:link {
	color: #ff7b24;
	text-decoration: none;
}
a:visited {
	color: #ff7b24;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	color: #CC3333;
	text-decoration: underline;
}
a.type2:link {
	color: #7d6d5e;
	text-decoration: none;
}
a.type2:visited {
	color: #7d6d5e;
	text-decoration: none;
}
a.type2:hover {
	color: #CC3333;
	text-decoration: underline;
}
a.type2:active {
	color: #CC3333;
	text-decoration: underline;
}
#container {
	width: 887px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 75px;
	background: url(img/bg-header.jpg) repeat-x top;
}
#header .contents {
	width: 937px;
	text-align: left;
	background: url(img/bg-header-cont.jpg) no-repeat right top;
	margin-left: auto;
	margin-right: auto;
}
#leftColumn {
	float: left;
	width: 661px;
}
#rightColumn {
	float: left;
	width: 196px;
	margin-left: 30px;
}
#footer {
	background: url(img/bg-footer.jpg) repeat-x top;
}
#footer .contents {
	background: url(img/bg-footer-cont.jpg) no-repeat left top;
	text-align: left;
	width: 937px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}

/*header*/
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #7d6d5e;
	line-height: 140%;
	padding-top: 10px;
}

/*container*/
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	background: url(img/bg-h3.jpg) no-repeat;
	font-size: 14px;
	color: #FF6600;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.typeB {
	background: url(img/bg-h3-b.jpg) no-repeat;
	font-size: 14px;
	color: #57A303;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.typeC {
	background: url(img/bg-h3-c.jpg) no-repeat;
	font-size: 14px;
	color: #CC9900;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#navi li {
	font-size: 0px;
	line-height: 0px;
	float: left;
	list-style-type: none;
	margin: 0px;
	text-align: center;
}
.banner {
	margin-left: 7px;
}
.pageup {
	clear: both;
	text-align: right;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 16px;
	padding-bottom: 28px;
}

/*footer*/
.textNavi {
	border: 1px solid #f8c8a5;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.textNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.textNavi ul li {
	display: inline;
	padding-left: 8px;
	font-size: 10px;
	background: url(img/line-textnavi.gif) no-repeat left;
	padding-right: 6px;
}
address {
	clear: both;
	font-size: 12px;
	line-height: 150%;
	color: #7d6d5e;
	font-style: normal;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 20px;
	background: url(img/dot02.gif) no-repeat left bottom;
	padding-bottom: 3px;
}
#copy {
	font-size: 10px;
	line-height: 150%;
	color: #7d6d5e;
	padding-bottom: 55px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 5px;
}

/*leftColumn*/
form {
	margin: 0px;
	padding: 0px;
}
.mailmaga {
	background: url(img/bg-mailmaga.jpg) no-repeat top;
	margin-left: 7px;
	width: 408px;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 20px;
}
.mailmaga p {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mark ul {
	margin: 0px 0px 15px;
	padding: 0px;
}
.mark li {
	list-style-type: none;
	background: url(img/arrow02.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	margin-right: 40px;
}

/*decoration*/
.font16 {
	font-size: 16px;
	line-height: 150%;
}
.font14 {
	font-size: 14px;
	line-height: 150%;
}
.font12 {
	font-size: 12px;
	line-height: 150%;
}
.font10 {
	font-size: 10px;
	line-height: 150%;
}
.marker01 {
	color: #c2973f;
}
.marker02 {
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
}
.date {
	color: #9c8b7a;
}
.cap {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.paddingA01 {
	padding: 10px;
}
.paddingA02 {
	padding: 15px;
}
.paddingLR01 {
	padding-right: 5px;
	padding-left: 5px;
}
.paddingLR02 {
	padding-right: 20px;
	padding-left: 20px;
}

.paddingR01 {
	padding-right: 10px;
}
.paddingB01 {
	padding-bottom: 15px;
}
.paddingB02 {
	padding-bottom: 30px;
}

.paddingL01 {
	padding-left: 10px;
}
.paddingL02 {
	padding-left: 20px;
}
.paddingT01 {
	padding-top: 10px;
}
.enclose01 {
	border: 1px solid #dfdfdf;
}
.enclose02 {
	border: 3px solid #FFEDC9;
}
.enclose03 {
	border: 1px dotted #CCCCCC;
	background: #F3F3F3;
}
.enclose04 {
	color: #FFFFFF;
	background: #999999;
}
.enclose05 {
	background: #FFF9DF;
}
.dotT01 {
	border-top: 1px dotted #CCCCCC;
}
.dotB01 {
	border-bottom: 1px dotted #CCCCCC;
}
.dotBL01 {
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.dotBLR01 {
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}
.dotTBL01 {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.dotTBLR01 {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}
.border01 {
	border-left: 3px solid #FFEDC9;
}
.tab01 {
	background: url(img/tab01.gif) no-repeat left top;
	color: #FFFFFF;
	width: 123px;
	text-align: center;
	padding-top: 3px;
}
.tab02 {
	background: url(img/tab02.gif) no-repeat left top;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 0px 2px 10px;
}
hr {
	display:none;
}
.noDesign {
	background: url(none);
	margin: 0px;
	padding: 0px;
}

/*subwindow*/
.subwindow {
	margin: 20px;
	text-align: left;
	border: 1px solid #FFD694;
	padding: 0px 20px 20px;
}
