@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #F9F9F9;
	margin: 0;
	padding: 0;
	color: #333;
}



ul, ol, dl {
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}


a img {
	border: none;
}


a:link {
	font-size: 10pt;
	color: #436ed4;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #c71811;
	text-decoration: none;
}


h1{
	font-size: 30pt;
	color: #b00200;
	border-bottom: solid 2px #b00200;
	border-top: solid 2px #b00200;
	font-weight: bold;
	margin: 0 20px 40px 20px;
	text-align: center;
}


h3{ font-size: 24pt; font-weight: bold; text-decoration: underline; color: #333; text-align: center; }

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
}




.sidebar1 {
	float: right;
	width: 380px;
	padding-bottom: 10px;
	padding-top: 40px;
}


.content {

	padding: 30px 0;
	width: 580px;
	float: right;
}

.content2 {
	padding: 30px;
	width: 750px;
	margin: 0 auto;
	background: #fff;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
}


.content ul, .content ol { 
	padding: 0 20px 15px 20px;
}


.content ul {
	list-style: none;
	margin: 0 30px 15px 30px;
}


.content ul li {
	list-style: none;
	background: url(img/check1.gif) no-repeat left top;
	padding: 8px 0 0 45px; 
	font-weight: bolder;
	min-height: 40px;
}


p { padding: 10px 30px;}
hr { margin: 0 30px 20px 30px; color: #AAA;}
.small{ font-size: 8pt; }
.b { font-weight: bold; }
.red { color: #b80800; }


.fltrt {
	float: right;
	margin-left: 8px;
}


.fltlft {
	float: left;
	margin-right: 8px;
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.center{
	text-align: center;
}


.center1{
	margin: 0 auto;
}
