@charset "Shift-JIS";
/* CSS Document */

body {
	color: #333;
	background: #fff;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	font-size: 62.5%;
	line-height: 1.7;
	text-align: left;
}
 
/* --- link --- */
 
a {
color: #3C25A1;
}
a:visited {
color: #3C25A1;
text-decoration: none;
}
a:hover {
color: #66f;
text-decoration: underline;
}
 
/* --- general --- */
h1 {
	margin:0 0 0.2em 7px;
	font-size:1.2em;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}

p {
font-size: 1.2em;
margin-bottom: 1.5em;
}
 
ul {
padding: 0 0 1.5em 2em;
font-size: 1.2em;
}
table {
margin-bottom: 1.5em;
font-size: 1.2em;
line-height: 1.7;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

img {
	border: 0px;
	vertical-align:top;
}

/* --- flast ---*/

div#container {
	background-image: url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0px auto;
}

div#all {
	width:680px;
	margin:0px auto;
}

div#head {
	height: 110px;
}
div.main {
	margin:10px 0px;
}

div#footer {
	background:url(../img/hr.jpg) no-repeat left top  ;
	height:150px;
}

#footer .copy {
	float:right;
	padding:0;
	margin:0;
}

#footer .address {
	float:left;
	padding:0;
	margin:0;
}
.logo {
	margin: 20px 0px 0px 10px;
	float: left;
}

.tel {
	float: right;
	margin: 35px 10px 20px 0px;
}

#key img {
	text-align:center;
	margin: 1px 4px;
}

.red {
	color:#E5442E;
}
/* table */
	
