@charset "utf-8";

/* import css */
@import url(pformat.css);
@import url(phead.css);
@import url(pfoot.css);

/* common parts */

.wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	text-align: left;
}

/* navi_menu */
.PK_menu {
	width: 922px;
	height: 20px;
	font-size: x-small;
	margin-top: 0;
	margin-left: 20px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	clear:both;
}

.content{
	width: 920px;
	margin: 0 auto;
}

.banner {
	width: 920px;
	height:32px;/* 仮 */
	/*margin: 20px auto;*/
}

.indent{
	width: 740px;
	margin: 0 auto;
}
.indent02{
	width: 900px;
	clear:both;
}

.indent_comment{
	width:720px;
	margin: 20px auto 0;
	display:block;
	padding-bottom:2px;
}
#indent_comment{
	display:block;
	padding-bottom:2px;
	clear:both;
}
.content_title{
	display:block;
	background-color:#A0A0A0;
	text-align:center;
	height:30px;
	padding-top:2px;
	clear:both;
}

p.center{
	text-align:center;
	line-height:110%;
	clear:both;
}

p.bold{
	font-weight:bold;
	margin:3px;
	clear:both;
}

.content_end{
	margin-top:10px;
	margin-bottom:50px;
	display:block;
	background-color:#F0F0F0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	clear:both;
}

.right_bt{
	float:right;
	display:block;
	margin:2px 0 2px 0;
	clear:both;
}

.note{
	color:#CB0101;
	text-align:right;
}

.w500{
	width:500px;
	margin-right:90px;
	clear:both;
}

.w400{
	width:400px;
	margin-right:110px;
	clear:both;
}

/*----------　エラー画面のエラーメッセージ　----------*/

.error_msg{
	display:block;
	border:2px #ff0000 solid;
	border-left: none;
	border-right: none;
	margin:0 0 15px 0;
	line-height:110%;
	color:#ff0000;
	font-weight:bold;
}

.error_msg p{
	margin-left:10px;
	margin-top:20px;
}
.error_msg ul,ol{
	margin-bottom:10px;
}

.error_msg li{
	list-style-type:disc;
	margin:0 0 5px 40px;
}

.error_msg ol li{
	list-style-type:none;
	margin:5px 0 5px 5px;
}

.error_message{
	color:#FF0000;
	font-size:large;
	margin:60px 0 60px;
	line-height:110%;
}
.form1_th_error {
	margin: 0px;
	padding:0px;
	float:left;
	width:179px;
	height: 29px;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	background-color:#FFF6BB;
}
.form1_th_right_error {
	float:left;
	width:124px;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	height: 29px;
	background-color:#FFF6BB;
}
.error_th{
	background-color:#FFF6BB;
}