﻿body {
	margin:0;
	padding:0;
	font-family:"Meiryo UI",sans-serif;
	letter-spacing:0.3em;
	line-height:3em;
}

a:hover img.ksr {
	opacity: 0.4;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

h1.LINE {
	clear: both;
	position: relative;
	padding: 15px 0px 15px 30px ;
	background-color: #009933;
	background-repeat: no-repeat;
	border: 1px solid #009933;
	border-radius: 10px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

h1 {
	clear: both;
	position: relative;
	padding: 15px 0px 15px 30px ;
	background-color: #2244dd;
	background-repeat: no-repeat;
	border: 1px solid #2244dd;
	border-radius: 10px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

h2 {
	clear: both;
	position: relative;
	padding: 10px 0px 10px 30px ;
	background-color: #00bbff;
	background-repeat: no-repeat;
	border: 1px solid #00bbff;
	border-radius: 10px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

h3 {
	clear: both;
	position: relative;
	padding: 10px 0px 10px 30px ;
	background-color: #ffffaa;
	background-repeat: no-repeat;
	border: 1px solid #ffffaa;
	border-radius: 10px;
	font-size:24px;
	font-weight:bold;
	color:#222222;
	text-align:left;
}

p{
	font-size:22px;
	color:#222222;
	padding-left:20px;
	text-indent:1em;
}

strong{
	font-weight: bold;
	color: #ff3322;
}

.contents {
	width:960px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-image:url('../img/headerBg.png');
	background-repeat:repeat-y;
}

.contents ul.nav {
	width:930px;
	margin:0 auto;
	padding:20px 0px;
	text-align:center;
	list-style-type: none;
}

.contents li.nav {
	width: 186px;
	display:inline-block;
}

.header img {
	padding-left: 15px;
}

.main {
	width:880px;
	margin:0 auto;
}

.footer img {
	padding-left: 15px;
}

.footer p.cap {
	clear: both;
	font-size:12px;
	text-align:center;
	color:#222222;
}




