@charset "utf-8";
/* CSS Document */

/*----------------------------基本----------------------------*/
* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	border: 0;
	height: 100%;
	line-height: 150%;
	background: #fff;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #646464;
	margin: 0.1px;
}
img {
	margin: 0;
}
a img {
	border: none;
}
hr {
	display: none;
}
input[type=checkbox] {
	vertical-align: middle;
}
/*----------------------------link系----------------------------*/
a:link {
	text-decoration: underline;
	color: #79A3BF;
}
a:visited {
	text-decoration: underline;
	color: #BBBBBB;
}
li a:hover {
	text-decoration: underline;
	color: #547282;
	background: #EEEEEE;
}
/*----------------------------07:見出し＆文字----------------------------*/
p {
	margin-bottom: 15px;
}
h1 {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	width: auto;
	line-height: 110%;
	background: none;
	border-bottom: none;
	padding: 0px;
	margin: 0;
}
h1.red_border {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	width: auto;
	line-height: 110%;
	background: #cc8d9b;
	padding: 3px 5px 10px 7px;
	margin: 0 0 0px 0;
	height: 20px;
}
h1.blue_border {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	width: auto;
	line-height: 110%;
	background: #a8c9d3;
	padding: 3px 5px 10px 7px;
	margin: 0 0 0px 0;
	height: 20px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	width: auto;
	line-height: 110%;
	border: solid #cc8d9b;
	border-width: 0 0 0px 3px;
	padding: 3px 5px 3px 7px;
	margin: 0 0 15px 0;
}
h2.blue {
	font-size: 130%;
	font-weight: bold;
	width: auto;
	line-height: 110%;
	border: solid #a8c9d3;
	border-width: 0 0 0px 3px;
	padding: 3px 5px 3px 7px;
	margin: 0 0 15px 0;
}
h3 {
	color: #999999;
	border: solid #CCCCCC;
	border-width: 0 0 1px 3px;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 5px 5px;
	margin: 20px 0 10px 0;
	line-height: 1em;
	width: 555px;
}
h4 {
	color: #646464;
	font-size: 95%;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: normal;
}
h5 {
	margin-bottom: 5px;
}
/*----------------------------クリアー----------------------------*/
.cleaner {
	clear: both;
}
.clear_after {
	zoom: 100%
}
.clear_after:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/*----------------------------マージン＆パディング----------------------------*/
.mar_btm0 {
	margin-bottom: 0;
}
.mar_btm2 {
	margin-bottom: 2px;
}
.mar_btm4 {
	margin-bottom: 4px;
}
.mar_btm5 {
	margin-bottom: 5px;
}
.mar_btm6 {
	margin-bottom: 6px;
}
.mar_btm8 {
	margin-bottom: 8px;
}
.mar_btm10 {
	margin-bottom: 10px;
}
.mar_btm12 {
	margin-bottom: 12px;
}
.mar_btm14 {
	margin-bottom: 14px;
}
.mar_btm15 {
	margin-bottom: 15px;
}
.mar_btm18 {
	margin-bottom: 18px;
}
.mar_btm20 {
	margin-bottom: 20px;
}
.mar_btm24 {
	margin-bottom: 24px;
}
.mar_btm30 {
	margin-bottom: 30px;
}
.mar_btm40 {
	margin-bottom: 40px;
}
.mar_btm50 {
	margin-bottom: 50px;
}
.mar_left2 {
	margin-left: 2px;
}
.mar_left4 {
	margin-left: 4px;
}
.mar_left6 {
	margin-left: 6px;
}
.mar_left10 {
	margin-left: 10px;
}
.mar_left18 {
	margin-left: 18px;
}
.mar_left40 {
	margin-left: 40px;
}
.mar_left1em {
	margin-left: 1em;
}
.mar_top0 {
	margin-top: 0px;
}
.mar_top2 {
	margin-top: 2px;
}
.mar_top3 {
	margin-top: 3px;
}
.mar_top4 {
	margin-top: 4px;
}
.mar_top6 {
	margin-top: 6px;
}
.mar_top7 {
	margin-top: 7px;
}
.mar_top8 {
	margin-top: 8px;
}
.mar_top10 {
	margin-top: 10px;
}
.mar_top15 {
	margin-top: 15px;
}
.mar_top20 {
	margin-top: 20px;
}
.mar_top30 {
	margin-top: 30px;
}
.mar_top40 {
	margin-top: 40px;
}
.mar_right5 {
	margin-right: 5px;
}
.mar_right8 {
	margin-right: 8px;
}
.mar_right10 {
	margin-right: 10px;
}
.mar_right15 {
	margin-right: 15px;
}
.mar_right20 {
	margin-right: 20px;
}
.mar_right40 {
	margin-right: 40px;
}
.mar0 {
	margin: 0 !important;
}
.padding_0 {
	padding: 0 0 0 0 !important;
}
.padding_all {
	padding: 15px;
}
.padding_all_5 {
	padding: 5px 5px 0px 5px;
	height: auto;
}
.padding_all_side80 {
	padding: 15px 77px;
}
.padding_all_side65 {
	padding: 25px 65px 0px;
}
.padd_top0 {
	padding-top: 0;
}
.padd_top2 {
	padding-top: 2px;
}
.padd_top3 {
	padding-top: 3px;
}
.padd_top4 {
	padding-top: 4px;
}
.padd_top5 {
	padding-top: 5px;
}
.padd_top10 {
	padding-top: 10px;
}
.padd_top14 {
	padding-top: 14px;
}
.padd_top20 {
	padding-top: 20px;
}
.padd_btm0 {
	padding-bottom: 0px;
}
.padd_btm15 {
	padding-bottom: 15px;
}
.padd_btm30 {
	padding-bottom: 30px;
}
/*----------------------------コンテンツ----------------------------*/
div.help_contents_red {
	width: 598px;
	background: #cc8d9b;
	padding: 10px;
	height: auto;
}
div.help_contents_blue {
	width: 598px;
	background: #a8c9d3;
	padding: 10px;
	height: auto;
}
div.help_contents_top {
	background: url(../img/help/help_content_top.png) no-repeat;
	height: 12px;
	width: 598px;
}
div.help_contents_middle {
	height: auto;
	width: 565px;
	background: url(../img/help/help_content_middle.png) repeat-y;
	padding: 10px 15px 10px 15px;
	word-wrap: break-word;
}
div.help_contents_bottom {
	background: url(../img/help/help_content_bottom.png) no-repeat;
	height: 12px;
	width: 598px;
}
.help_caution {
	border: 1px solid #D3847E;
	line-height: 1.3em;
	margin: 0.5em 0px 15px;
	padding: 10px 15px;
	width: 530px;
}
.help_point {
	border: 1px solid #80A2A8;
	line-height: 1.3em;
	margin: 0.5em 0px 15px;
	padding: 10px 15px;
	width: 530px;
}
.blue_contents_inside {
	width: 573px;
	word-wrap: break-word;
}
/*----------------------------リスト----------------------------*/

.list_headerimage {
	line-height: 1.5em;
	list-style: none;
	margin: 0 0 20px 0;
}
.list_headerimage li {
	background: url(../img/help/header_arrow.gif) no-repeat left 4px;
	margin: 0 0 7px 0;
	font-weight: normal;
	text-indent: 18px;
}
.list_headerimage_circle {
	line-height: 1.4em;
	list-style: none;
	margin: 0 0 0px 0;
}
.list_headerimage_circle li {
	background: url(../img/help/list_circle.gif) no-repeat left 3px;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: -1px;
	padding-left: 17px;
}
