﻿body {
	padding:0;
	margin:0;
	color: #222;
	letter-spacing:0.2em;
}

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

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

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

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

.highlight {
	color: #FF0044;
	font-weight: normal;
}

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


/************* ヘッダーナビ ************/
.header ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}

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

/************* メインコンテンツ ************/
.contents {
	margin:0 auto;
	width:980px;
	padding:0px 20px 20px 20px;
	background: #FFFFEE;
}

.contents h1 {
	clear:both;
	padding: 20px;/*文字周りの余白*/
	background: #FFEEEE;/*背景色*/
	border-radius: 10px;/*左側の角丸く*/
	border-left: solid 20px #FF4400;/*左線（実線 太さ 色）*/
	border-bottom: solid 5px #FF4400;/*下線*/
}

.contents h2 {
	clear: both;
	padding: 20px 0px 20px 50px;/*文字周りの余白*/
	background: #ffeeee;/*背景色*/
	border-radius: 10px;/*左側の角丸く*/
	border-bottom: solid 5px #5500BB;/*下線*/
}

.contents h2.line {
	clear: both;
	padding: 20px 0px 20px 50px;/*文字周りの余白*/
	background: #C4FFC4;/*背景色*/
	border-radius: 10px;/*左側の角丸く*/
	border-bottom: solid 5px #00cc00;/*下線*/
}

.contents h3 {
	clear: both;
	padding: 20px 0px 20px 50px;/*文字周りの余白*/
	background: #ffeeee;/*背景色*/
	border-radius: 10px;/*左側の角丸く*/
	border-bottom: solid 5px #00AAFF;/*下線*/
}

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

.contents p {
	width:920px;
	padding: 0px 30px;
	line-height: 2em;
	font-size: 120%;
}

.contents p img {
	width:920px;
}

.contents ul{
	width:920px;
}

.contents ul li {
	position: relative;
	list-style-type: none!important;
	padding : 20px 0px 20px 30px;
	margin-bottom: 10px;
	line-height: 1em;
	background: #ffffbb;
	vertical-align: middle;
	color: #222222;
	font-weight: bold;
	border-radius: 10px;/*角丸く*/
}

.contents ul li:before{
	display:inline-block;
	vertical-align: middle;
	content:'';
	width:1em;
	height: 1em;
	background: #ff4400;
	border-radius: 50%;
	margin-right: 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;
	padding: 30px 0px 0px 0px;
}

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

.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: 2em;
	font-size: 80%;
}

