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


/* トップイメージ */

h2 {
	background: url(../../../policy/images/h2.png) no-repeat;
	width:1200px;
	height:120px;
	text-indent:-10000em;
	overflow:hidden;
}


.h3a {
	background: url(../../../policy/images/h3a.png) no-repeat;
	width:250px;
	height:23px;
	text-indent:-10000em;
	overflow:hidden;
	margin-bottom:5px;
}

.h4a {
	background: url(../../../policy/images/h4a.png) no-repeat;
	width:128px;
	height:19px;
	text-indent:-10000em;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
}

.h4b {
	background: url(../../../policy/images/h4b.png) no-repeat;
	width:112px;
	height:19px;
	text-indent:-10000em;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
}

.h4c {
	background: url(../../../policy/images/h4c.png) no-repeat;
	width:218px;
	height:19px;
	text-indent:-10000em;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
}

.h4d {
	background: url(../../../policy/images/h4d.png) no-repeat;
	width:237px;
	height:18px;
	text-indent:-10000em;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:20px;
}

hr {
	margin-top:5px;
}

ul.contents {
	padding-top:15px;
	padding-bottom:10px;
	margin-left:20px;
}

ul.contents li {
	background: url(../../images/list_mark.png) no-repeat 0 2px;
	padding-left:25px;
	padding-right:15px;
	padding-bottom:10px;
}

dl {
	margin-left:20px;
}

dt {
	background:url(../../images/list_mark.png) no-repeat 0 2px;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:25px;
}

dd {
	margin-left:20px;
	margin-bottom:15px;
}


/* レイアウト用のテーブル */

table.rayout {
    margin: 10px 0 20px;
}

table.rayout td {
    padding: 5px 0;
}

table.rayout td.txt {
    padding: 5px 15px;
}

/* メインエリア ボックスレイアウト */

.box_left {
	width:700px;
    float: left;
    margin: 0 0 20px 0;
}
.box_right {
	width:220px;
    float: right;
    margin: 0 0 20px 60px;
}

