@charset "shift_jis";
/* ----------------------------------------------------------
	daiei
	close.css     CSS of ochugen/index_close.html
---------------------------------------------------------- */

a {
	color: #0066CC;
	text-decoration:underline;
}

a:link{
	color: #0066CC;
	text-decoration:underline;
}
a:visited{
	color: #003399;
	text-decoration:underline;
}
a:hover{
	color: #FF6600;
	text-decoration:underline;
}
a:active{
	color: #FF6600;
	text-decoration:underline;
}

h1 {
	width: 750px;
	font-size: 15px;
	line-height: 120%;
	padding-top: 20px;
	text-align: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #009d38;
	padding-bottom: 5px;
}
h2 {
	width: 750px;
	font-size: 15px;
	line-height: 120%;
	padding-top: 20px;
	text-align: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4083dd;
	padding-bottom: 5px;
}
.BoxWrap01 {
	width: 750px;
	margin-bottom: 15px;
}
.BoxWrap02 {
	width: 750px;
	margin-bottom: 20px;
}
.left {
	float: left;
	width: 400px;
	display: inline;
	margin-left: 20px;
}

/*IE6 hacks start*/
.left p{
	font-size: 15px;
	text-align: left;
	line-height: 130%;
	font-weight: bold;
}

.right {
	float: right;
	margin-bottom: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-leftt-color: #666666;
	padding-left: 20px;
	display: inline;
	padding-bottom: 20px;
	width: 300px;
}

/*IE6 hacks start*/
.right p{
	font-size: 15px;
	text-align: left;
	line-height: 130%;
	font-weight: bold;
	color: #0099FF;
}
p.cap {
	font-size: 15px;
	text-align: left;
	line-height: 130%;
	margin-top:10px;
}
.mt05 {
	margin-top:5px;
	
}
.mt10 {
	margin-top:10px;
}
a:hover img.main {
	opacity:0.90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}

/* clearfix
---------------------------------------------*/
.BoxWrap02:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}

.BoxWrap02 {
	display: inline-block;
}

.clear hr{
	display:none;
}
