@charset "UTF-8";

/********************************************

 メインビジュアル

********************************************/
#mainvisual {
	background-position: top center;
	background-image: url(../images/common/head01.jpg);
}

/*
h4 {
	width:695px;
	height:30px;
	background:url(../images/title/isc_h4.gif) no-repeat;
	font-weight:bold;
	font-size:14px;
	padding:10px 0 0 25px;
	margin:0 0 10px 0;
	color:#000;
}
h5 {
	width:695px;
	height:30px;
	background:url(../images/title/isc_h5.gif) no-repeat;
	font-weight:bold;
	font-size:14px;
	padding:10px 0 0 25px;
	margin:0 0 17px 0;
	color:#000;
}
h6 {
	border-bottom:#a9d4d5 1px solid;
	margin:0 0 5px 0;
}
*/

.left {
	width:230px;
	float:left;
}
.left p {
	font-size:100%;
}
.right {
	width:450px;
	float:right;
}
.clear {
	clear:both;
}


.printbtn {
	margin:10px auto 0;
	text-align:center;
}