﻿body {
	padding:0;
	margin:0;
	font-family:"Meiryo UI",sans-serif;
	font-size:22px;
	color: #222;
	letter-spacing:0.25em;
}

a {
	color:#00AAFF;
	font-weight: bold;
}

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

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

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





/***************** ヘッダー *****************/
.header {
	margin:0 auto;
	width:980px;
	padding:0px 20px 0px 20px ;
}

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

.header li {
	padding:0px;
	margin:0px;
	display:inline-block;
}





/************ スクリーン ************/
.screen {
	margin: 0 auto;
	width:980px;
	height: 146px;
	background-image: url('../image/screen2025_01.jpg')
}


.screen img {
	width: 980px;
	padding: 0px;
}




/************* コンテンツナビ ************/
.contentsNav {
	margin: 0 auto;
	width:980px;
	padding:20px 20px 20px 20px ;
}

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

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

.contentsNav img {
	padding-top: 10px;
}





/************* コンテンツページ ************/
.contents {
	margin:0 auto;
	width:980px;
	padding:0px 20px 20px 20px;
}

.contents h1 {
	clear:both;
	width:980px;
	padding: 1em 0;
	background-color: #FF4400;
	border-radius: 10px;
	text-align:center;
	font-size:28px;
	color:#FFF;
}

.contents h2 {
	clear: both;
	width: 930px;
	padding: 20px 0px 20px 50px;
	position: relative;
	background-color: #00AAFF;
	border: 1px solid #00AAFF;
	border-radius: 10px;
	color:#fff;
	font-size:28px;
	text-align:left;
}

.contents h2:before, .contents h2:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 70px;
	content: '';
	border: 20px solid transparent;
}

.contents h2:before {
	border-top: 20px solid #00AAFF;
}

.contents h2:after {
	margin-top: -2px;
	border-top: 15px solid #00AAFF;
}


.contents h2.line {
	clear: both;
	width: 930px;
	padding: 20px 0px 20px 50px;
	position: relative;
	background-color: #00cc00;
	border: 1px solid #00cc00;
	border-radius: 10px;
	color:#FFFFFF;
	font-size:28px;
	text-align:left;
}

.contents h2.line:before, .contents h2.line:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 70px;
	content: '';
	border: 20px solid transparent;
}

.contents h2.line:before {
	border-top: 20px solid #00cc00;
}

.contents h2.line:after {
	margin-top: -2px;
	border-top: 15px solid #00cc00;
}



















.contents h2.attention {
	clear: both;
	width: 930px;
	padding: 20px 0px 20px 50px;
	position: relative;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 10px;
	color:#FFFFFF;
	font-size:28px;
	text-align:left;
}

.contents h2.attention:before, .contents h2.attention:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 70px;
	content: '';
	border: 20px solid transparent;
}

.contents h2.attention:before {
	border-top: 20px solid #FF0000;
}

.contents h2.attention:after {
	margin-top: -2px;
	border-top: 15px solid #FF0000;
}















































.contents h2.campaign {
	clear: both;
	width: 930px;
	padding: 20px 0px 20px 50px;
	position: relative;
	background-color: #FF0044;
	border: 1px solid #FF0044;
	border-radius: 10px;
	color:#FFFFFF;
	font-size:28px;
	text-align:left;
}

.contents h2.campaign:before, .contents h2.campaign:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 70px;
	content: '';
	border: 20px solid transparent;
}

.contents h2.campaign:before {
	border-top: 20px solid #FF0044;
}

.contents h2.campaign:after {
	margin-top: -2px;
	border-top: 15px solid #FF0044;
}




.contents h3 {
	clear: both;
	width: 930px;
	padding: 20px 0px 20px 50px;
	position: relative;
	background-color: #ffff88;
	color:#222222;
	font-size:24px;
	text-align:left;
}





.contents p {
	width:920px;
	padding: 20px 30px;
	background-color: #FFFFEE;
	border-radius: 10px;
	border: 1px dashed #FF4400;
	line-height:2em;
	overflow: auto;
}

.contents p img {
	width:920px;
}

.contents img {
	width: 980px;
	padding: 10px 0px;
}

.contents ul{
	width:920px;
	padding: 20px 30px 20px 40px;
	background-color: #FFFFEE;
	border-radius: 10px;
	border: 1px dashed #FF4400;
	line-height:2em;
	overflow: auto;
}

.contents li{
	list-style: none;
}

.contact {
	width:920px;
	padding: 20px 30px;
	background-color: #ffffee;
	border-radius: 10px;
	border: 1px dashed #FF4400;
	line-height:2em;
}




/************ フッター ************/
.footer {
	clear: both;
	width:100%;
	overflow: hidden;
	background-image:url('../image/footerBg_01.jpg');
	background-repeat:repeat-x;
	background-color:#222;
	color: #fff;
}

.footerMain {
	margin:0 auto;
	width:980px;
}

.footerMain img.banner {
	padding:40px 0px 0px;
	margin:0px;
	width:980px;
}

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

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

.footerMain p.cap {
	clear:both;
	width:100%;

	text-align:center;
	line-height:40px;
	font-size:14px;
}




