* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 13px;
	color: #090909;
	font-family:'ＭＳ Ｐゴシック', Osaka-Mono !important;
	line-height: 150%;
}

.bg_gray {
	width:100%;
	background-color: #F0F0F0;
	margin: 0px 0px 10px;
}

/* clearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}


a {
	color: #0661A7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2.obi {
	margin: 0px 0px 10px;
}

h3 {
	clear: both;
	height: 23px;
	line-height: 20px;
	border-bottom: 1px solid #D6D6D6;
	font-weight: bold;
	margin: 0px 0px 15px;
	font-size: 15px;
	color: #505050;
}


/* リスト */
ul.list_triangle {
	list-style-type: none;
	margin: 0px 0px 10px;
}
ul.list_triangle li {
	list-style-type: none;
	background-image: url(../images/ar_red.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
}



/* フォーム部分レイアウト */
.formTable td {
	padding-bottom: 10px;
	vertical-align: top;
}
.tableLeft {
	width: 330px;
}
.instr {
	font-weight: bold;
	font-size: 14px;
	padding: 20px 0px 7px !important;
}
.instr2 {
	padding: 10px 0px;
	border-top: 1px solid #DDDDDD;
}
.chu {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}
.mess {
	font-size: 12px;
	color: #BD1616;
	padding-left: 16px;
}
.fontTitle {
	font-weight: bold;
	font-size: 20px;
	color: #D83E24;
}
.fontRed {
	font-weight: bold;
	color: #D83E24;
}
.Red {
	color: #D83E24;
}
.pTop {
	padding: 10px 0px 0px;
}
.pLeft {
	padding: 0px 0px 0px 12px;
}
.pLeft_title {
	border-left: 3px solid #0F3F45;
	padding: 0px 0px 0px 12px;
}
.fLeft {
	float: left;
}
.fLeft_pic {
	float: left;
	margin: 0px 5px 10px 0px;
}
.fRight {
	float: right;
}
.fRight_pic {
	float: right;
	margin: 0px 0px 10px 5px;
}
.strg {
	font-size: 14px;
	color: #E47911;
	font-weight: bold;
}
.display_none {
	display: none;
}

input.text,
textarea.text {
	padding: 2px;
	margin:0 0 4px 1px;
}
input.btn {
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
}


.blockTable {
	clear: both;
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 10px;
}
.blockTable th{
	text-align: right;
	font-weight: normal;
	background-color:#DDD6CC;
	border:1px solid #948A7C;
	color: #555555;
	padding: 5px 10px 5px 10px;
	width: 165px;
}
.blockTable td{
	background-color:#FaFaFa;
	border:1px solid #948A7C;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

.blockTable_s {
	clear: both;
	width: 100%;
	border-collapse:collapse;
}
.blockTable_s th{
	text-align: right;
	font-weight: normal;
	background-color:#DDD6CC;
	border:1px solid #948A7C;
	color: #555555;
	padding: 5px 10px 5px 0px;
	width: 76px;
}
.blockTable_s td{
	background-color:#FaFaFa;
	border:1px solid #948A7C;
	padding: 5px 0px 5px 10px;
	vertical-align: top;
}

.blockTable_r {
	clear: both;
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 10px;
}
.blockTable_r th{
	font-weight: normal;
	background-color:#DDD6CC;
	border:1px solid #948A7C;
	color: #555555;
	padding: 5px 10px 5px 10px;
}
.blockTable_r td{
	background-color:#FaFaFa;
	border:1px solid #948A7C;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}
.required_mark {
	background-color: #FADDDD !important;
}
.bgCream {
	background-color: #F7F5D1 !important;
}

/* table-LINE */
.table_dl {
	float:left;
	border-collapse:collapse;
	width:870px;
	font-size:12px;
	height:auto;
	margin:0 -3px 0 20px;
	padding:0;
}
	.table_dl th {
		width:140px;
		border-bottom:1px solid #EDEDED;
		font-weight: bold;
		line-height:28px;
		padding-left:10px;
		text-align:left;
		vertical-align: top;
	}
	.table_dl td {
		height:auto;
		border-bottom:1px solid #EDEDED;
		line-height:170%;
		padding:5px 0px 10px 10px;
	}

/* dl */
dl.table_dldl {
	float: left;
	width:100%;
	margin: 10px 0px;
}
dl.table_dldl dt {
background-image:url(../images/ar2.gif);
background-position:left 4px;
background-repeat:no-repeat;
clear:both;
color:#666666;
float:left;
font-weight:bold;
padding:0 0 0 20px;
margin: 5px 0px;
width:700px;
}
dl.table_dldl dd{
clear:both;
line-height:145%;
margin:0 0 10px;
padding:0 0 0 20px;
width:700px;
}

dl.table_dldl dt label {
	margin:4px 0;
}

dl.table_dldl {
	float: left;
	width:100%;
	margin: 10px -3px 0px 0px;
}
dl.table_dldl2 dt {
background-position:left 4px;
background-repeat:no-repeat;
clear:both;
color:#666666;
float:left;
font-weight:bold;
padding:0 0 0 20px;
margin: 5px 0px;
width:200px;
}
dl.table_dldl2 dd{

line-height:145%;
margin:0 0 10px;
padding:0 0 0 20px;
width:400px;
}
dl.table_dldl2 dt label {
	margin:4px 0;
}

/* dl-list */
dl.list_dl {
	width: 100%;
	line-height: 150%;
	margin: 0px 0px 10px;
}
dl.list_dl dt {
	clear: both;
	width: 100%;
	margin: 0px 0px 5px;
	font-weight: bold;
	color: #0F3F45;
}
dl.list_dl dd {
	clear: both;
	width: 100%;
	margin: 0px 0px 15px;
}



/* ボックス要素 */
.box_border {
	background-color: #ffffff;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 0px 10px 10px;
	overflow: auto;
}

.box {
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
}

.box_cornerRound {
	background-color: #ffffff;
	border: 1px solid #E6E6E6;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 6px 6px;
	padding: 10px;
}
