@charset "shift_jis";

/*------------------------------------------------------------
 ブラウザ初期化
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}

/*------------------------------------------------------------
 基本設定
----------------------------------------------------------- */

body {
	width: 620px;
	margin: 10px auto 10px auto;
	background: #ffffff;
}

img,table {
	border: none;
}

ul {
	list-style: none;
}

br.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}


/*------------------------------------------------------------
 基本テキストリンク
----------------------------------------------------------- */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/*------------------------------------------------------------
 h1
----------------------------------------------------------- */
h1{
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 5px;
}

h1 img{
	vertical-align: text-bottom;
	padding-right: 8px;
}

/*------------------------------------------------------------
 h2
----------------------------------------------------------- */
h2{
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

/*------------------------------------------------------------
 h3
----------------------------------------------------------- */
h3{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 img{
	vertical-align: text-bottom;
	padding-right: 5px;
}

/*------------------------------------------------------------
 個別
----------------------------------------------------------- */
.helpcontent{
	width: 600px;
	background: #f9f9f9;
	border: #999999 1px solid;
	margin: 10px 0;
	padding: 10px;
}


.allow{
	text-align: center;
	margin-bottom: 15px;
}

.helptext01{
	margin-top: -5px;
	margin-left: 25px;
}

p.helptext02{
	float: left;
	width: 195px;
	padding-left: 25px;
	}

p.helptext03{
	float: left;
	margin-bottom: 20px;
}

p.helptext04{
	margin-left: 25px;
	padding-bottom: 10px;
}

p.helptext05{
	float: left;
	width: 340px;
	padding-left: 25px;
}

p.helptext06{
	float: left;
	width: 230px;
}


p.helptext07{
	float: left;
	width: 260px;
	padding-left: 25px;
}

p.helptext08{
	float: left;
	width: 310px;
}


.imagearea01{
	padding:0 0 5px 25px;
}

.imagearea02{
	padding:10px 0 10px 0;
}

.imagearea03{
	margin:0 0 10px 0;
}

.imagearea04{
	vertical-align: middle;
	padding: 0 10px;
}

.helpcontent_number{
	width:30px;
	float: left;
}

.helpcontent_text{
	width: 570px;
	float:left;
	padding-bottom: 20px;
}




.attention{
	font-weight: bold;
}
/*------------------------------------------------------------
 ページのトップに戻る
----------------------------------------------------------- */
.pagetop{
	text-align: right;
}


/*------------------------------------------------------------
 フォームの閉じるボタン
----------------------------------------------------------- */
.windowclose{
	text-align: center;
	margin-top: 5px;
}






/*------------------------------------------------------------
 アイコン説明ページ
----------------------------------------------------------- */
h2.icon_h2{
	padding: 0;
	font-size: 100%;
	margin-bottom: 10px;
}

h2.icon_h2 img{
	vertical-align: middle;
}

.icon_h2text{
	font-weight: bold;
	padding: 0 0 0 8px;
}




div.icon_content_top{
	background-color: #f9f9f9;
	border: #999999 1px solid;
	padding: 10px;
}

div.icon_content{
	background-color: #f9f9f9;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	padding: 10px;
}
















