@charset "euc-jp";
/* CSS Document */
@import url("../../../common/css/format.css");

#box_right_header {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_right_title {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.copy {

	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 490px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.copy2 {

	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 490px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
}


.txt {
	width: 490px;
	text-align: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}


.image {
	width: 490px;
	text-align: left;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.border {
	border: 1px solid #666666;
}

.comment {
	text-align: left;
	height: auto;
	width: auto;
	padding: 2px;
}

.caption {
	font-size: 10px;
	line-height: 1.2em;
	color: #666666;
}

p {
	height: auto;
	width: 520px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.pdt10{
	padding-top:10px;
}

.mt10{
	margin-top: 10px;
}

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

a:visited {
	color: #9ca538;
}

a:hover {
	color: #996633;
	text-decoration: none;
}

