@charset "utf-8";
/*------------reset------------*/
html {
	overflow-y:scroll;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul,li{
	list-style: none;
}
/*------------common------------*/
body {
	font: 80% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4B4B4B;
	text-align: left;
}
#topimage01 {
	width:760px;
	height:276px;
	clear:both;
}

#title01 {
	width:504px;
	height:118px;
	background: url(images/title01.jpg) no-repeat;
	margin-bottom:13px;
	float:right;
}

.txt_right01 {
	width:470px;
	font-size:12px;
	color:#666666;
	line-height:18px;
	letter-spacing:1px;
	margin:40px 0 0 22px;
}
.txt_right02 {
	width:470px;
	font-size:12px;
	color:#666666;
	line-height:22px;
	letter-spacing:1px;
	margin:40px 0 0 22px;
}
#title02 {
	width:504px;
	height:330px;
	background: url(images/title02.jpg) no-repeat;
	margin-bottom:13px;
	float:right;
}
#title02 p a:hover {
	color:#0066cc;
	text-decoration:none;
}
#title02 p a:hover {
	text-decoration:underline;
}
#title03 {
	width:504px;
	height:146px;
	background: url(images/title03.jpg) no-repeat;
	margin-bottom:13px;
	float:right;
}




/* clear --------------------   */

.clear{
	clear: both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* hides from IE-mac \*/

* html .clearfix {height:1%;}

.clearfix {display:block;}

