﻿body{
	background-image:url('../img/bodyBg.png');
	padding:0;
	margin:0;
	font-family:"Meiryo UI";
	font-size:18px;
	color:#333;
	letter-spacing:0.2em;
}

a {
	color:#ff4488;
}

a:hover{
	text-decoration:none;
}

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

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

.cnt{
	text-align: center;
}



.header {
	width:100%;
	height: 350px;
	background-image:url('../img/headerBg.png');
	background-repeat:repeat-x;
	padding-top: 18px;
	padding-bottom: 4px;
}

.headerMain {
	margin:0 auto;
	width:980px;
	background-color: #FFF;
}

.headerLeft {
	width:520px;
	height:160px;
	float:left;
}

.headerRight {
	width:460px;
	height:160px;
	float:right;
	text-align:right;
}

.headerNav {
	clear:both;
	width:980px;
	height:160px;
	padding: 20px 0;
}

.headerNav ul {
	padding:0px;
	margin:0px;
	width:980px;
	list-style-type: none;
}

.headerNav li {
	padding:0px;
	margin:0px;
	width: 140px;
	display:inline-block;
}




.contentsBg{
	width: 100%;
	height: 120px;
	background-image: url(../img/band08.jpg);	
}

.contentsNav {
	clear:both;
	margin: 0 auto;
	padding:10px 20px;
	width:880px;
	height:180px;
	background-color: #fff;
}

.contentsNav ul {
	padding:0px;
	margin:0px;
	width:880px;
	list-style-type: none;
}

.contentsNav li {
	padding:0px;
	margin:0px;
	width: 176px;
	display:inline-block;
}


.contents {
	margin:0 auto;
	padding:10px 20px;
	width:880px;
	background-color:#fff;
	overflow: hidden;
}

.contents h1 {
	clear:both;
	padding: 0.5em 0;
	color:#e61d48;
	background-color: #EDF9FB;
	border-top: 1px solid #4499ee;
	border-bottom: 1px solid #4499ee;
	text-align:center;
	font-size:26px;
}

.contents h2{
	clear: both;
	padding:0px 40px;
	background-color:#EDF9FB;
	text-indent:1em;
	line-height:2em;
	font-size:22px;
	color:#e61d48;
}

.contents p{
	padding:0px 40px;
	text-indent:1em;
	line-height:2em;
}

.contents img{
	width: 100%;
}

.contents img.size240{
	float:right;
	width:240px;
	height:240px;
	padding-bottom:20px;
}

.contents img.kanbanL{
	width: 400px;
	float: left;
	padding: 10px 20px;
}

.contents img.kanbanR{
	width: 400px;
	float: right;
	padding: 10px 20px;
}

.contents img.illustL{
	width: 264px;
	float: left;
	padding-right: 44px;
}

.contents img.illustR{
	width: 264px;
	float: left;
}

.contents img.flierL{
	width: 264px;
	float: left;
	padding-left: 100px;
	padding-bottom: 40px;
}

.contents img.flierR{
	width: 264px;
	float: right;
	padding-right: 100px;
	padding-bottom: 40px;
}

.contents ul.kanban {
	padding:10px 100px;
	width:880px;
}

.contents li.kanban{
	padding-bottom: 20px;
}

.contents span.minicomment{
	padding-left:40px;
	font-size:14px;
	color:#555;
}

.qa{
	width:90%;
	margin:0 auto;
}

.qa h1 {
	position: relative;
	padding: 0.5em 0.75em;
	background-color: #fff;
	border: 1px solid #4499ee;
	border-radius: 6px;
	color:#e61d48;
	font-size:26px;
	text-align:left;
}

.qa h1:before, .qa h1:after {
	position: absolute;
	top: 100%;
	left: 60px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}

.qa h1:before {
	border-top: 15px solid #4499ee;
}

.qa h1:after {
	margin-top: -2px;
	border-top: 15px solid #fff;

}

.qa h2{
	padding:0px 40px;
	text-indent:1em;
	line-height:2em;
	font-size:22px;
	color:#4499ee;
}

.qa p{
	padding:0px 40px;
	text-indent:1em;
	line-height:1.5em;
}



.meishi{
	padding: 10px 0;
}

.meishi a{
	padding: 0;
}

.meishi img{
	width: 250px;
	padding-right: 10px;
}







/*フッター*/

.footerTop{
	clear: both;
	width: 100%;
	height: 10px;
}

.footer {
	clear: both;
	width:100%;
	overflow: hidden;
	background-image:url('../img/footerBg.png');
	background-repeat:repeat-x;
	background-color:#333;
	color: #fff;
}

.footerNav {
	clear:both;
	margin: 0 auto;
	width:980px;
	height:186px;
	padding-top: 30px;
}

.footerNav ul {
	padding:0px;
	margin:0px;
	width:980px;
	list-style-type: none;
}

.footerNav li {
	padding:0px;
	margin:0px;
	width: 140px;
	display:inline-block;
}

.footerMain {
	margin:0 auto;
	width:980px;
	padding-top:18px;
}

.footerMain h1{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	padding: 0.5em 0;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

.footerMain p {
	font-size: 18px;
	line-height:2em;
}

.footerMain ul {
	padding:0px;
	margin:0px;
	width:980px;
	list-style-type: none;
}

.footerMain li {
	padding:4px 0px;
	margin:0px;
	width: 490px;
	display:inline-block;
}

.footerMap {
	width:400px;
	height:400px;
	float:left;
	padding-top: 20px;
}

.footerAdd {
	width:540px;
	padding-left:40px;
	padding-top: 20px;
	height:240px;
	float:right;
}

.footerCap {
	clear:both;
	width:100%;
	height:36px;
	text-align:center;
	line-height:36px;
	font-size:10px;
}









