@charset "UTF-8";
/* CSS Document */

body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;

    *font-size:small;
    *font:x-small;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	color: #000;
	background-image: url(img/index_c1_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
/* Except IE */

html>body {
	font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	font-size: 13px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	color: #000;
	background-image: url(img/index_c1_bg.jpg);
	background-repeat: repeat-x;
}
#wrap {
	height: 137px;
	width: 564px;
}
img {
	border: 0;
}

a:link {
	color : #06C;
	text-decoration : none;
}
a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {
	color : #F00;
	text-decoration : none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.title {
	font-size: 120%;
	line-height: 1.1em;
	color: #2952A3;
	font-weight: bold;
	margin-bottom: 8px;
}
.copy_honbun {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 30px;
}

