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

a {
	color:#333;
}

a:hover {
	color:#ffffcc;
	text-decoration: none;
}

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

h1 {
	clear: both;
	position: relative;
	padding: 4px 0px 8px 40px;
	border-left: 8px solid #333;
	font-weight:bold;
	font-size:26px;
	color: #333;
}

h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #333;
}

h2 {
	clear: both;
	width: 670px;
	position: relative;
	padding: 15px 0px 15px 30px ;
	background-repeat: no-repeat;
	border: 1px solid #333;
	border-radius: 6px;
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-align:left;
}

h3{
	color: #333;
	padding-left:20px;
}

p{
	font-size:18px;
	color:#333;
	padding-left:20px;
}

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

.headerTop{
	width:100%;
	height:60px;
	background-color:#0099dd;
}

.headerTop p{
	padding: 0px;
	margin: 0px;
	text-align:center;
	line-height:60px;
	color: #fff;
}

.header {
	width:960px;
	height: 146px;
	margin:0 auto;
	background-color: #fff;
	background-image:url('../img/headerBg.png');

}

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

.header img.right {
	float: right;
	padding-right: 15px;
}

.contentsTop {
	width:100%;
	height:100px;
	background-image:url('../img/contentsTop.png');
}

.contents {
	width:960px;
	margin:0 auto;
	overflow: hidden;
	background-image:url('../img/contentsBg.png');
	background-repeat:repeat-y;
}

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

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

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

.main img.right{
	float:right;
	padding-top:20px;
}

.main ul{
	color: #333;
}

.main li{
	padding-left: 30px;
}

.footerTop {
	clear:both;
	width:100%;
	height:20px;
	background-image:url('../img/footerTop.png');
}

.footer {
	width:100%;
	height: 185px;
	background-color:#ffffcc;
	color:#fff;
}

.footerContents {
	width:960px;
	margin:0 auto;
}

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

.footer img.right {
	float: right;
	padding-right: 10px;
}

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

.footer a{
	color: #333;
}

.footer a:hover{
	text-decoration: none;
}