/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#wrapper {
	width:1200px;
	background:#FFFFFF;
	margin-top:0px;
	margin-left: auto;
	margin-right:auto;
	border: 1px solid #CCCCCC;
}

#header {
	background-color: #FFCCFF;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h1 {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 20px;
}

h2 {
	margin-top: 3px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}

h3 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 16px;
}

#contents {
	background-color: #FFFFFF;
}

#footer {
	background-color: #FFCCFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align:center;
	clear: both;
}

.menu {
	width: 1200px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

a.block {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 14px;
}

.name {
	font-size: 14px;
}
.kana {
	font-size: 11px;
}

/*div#menu {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div.menu a {
	line-height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

a.block {
	display: block;
	text-decoration: none;
	padding: 1px 0px 1px 10px;
}
*/

a.block:hover {
	background: #CCCCFF;
}
/*******************************************************************************
■標準テーブル
*******************************************************************************/
table.normal, th.normal, td.normal, td.center, td.right, td.right_b {
	border-collapse: collapse;
	border: 1px solid #FF00FF;
	padding: 5px;
	font-size: 10pt;
	line-height: 120%;
}

th {
	background-color: #FFF0F5;
}

td.center{
	text-align: center;
}

td.right{
	text-align: right;
}

td.right_b{
	text-align: right;
	font-weight: bold;
}

.subject {
	border: 1px dashed #0000FF;
	padding: 10px;
	background: #66CCFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.detail {
	padding: 10px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top: none;
	border-right: 1px dashed #0000FF;
	border-bottom: 1px dashed #0000FF;
	border-left: 1px dashed #0000FF;
	line-height: 150%;
}

/*******************************************************************************
■各種メッセージ
*******************************************************************************/
/*説明メッセージ*/
.navmsg {
	/*margin-right: auto;
	margin-left: auto;*/
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #0000FF;
	padding: 10px;
	line-height: 120%;
	color: #0000FF;
}
/*エラーメッセージ*/
.errmsg {
	/*margin-right: auto;
	margin-left: auto;*/
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-bottom: 10px;
}
/*処理完了メッセージ*/
.cmpmsg {
	/*margin-right: auto;
	margin-left: auto;*/
	background-color: #FFFFFF;
	border: 1px solid #0000FF;
	padding: 10px;
	margin-bottom: 10px;
}
/*確認メッセージ*/
.cnfmsg {
	/*margin-right: auto;
	margin-left: auto;*/
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.large_textbox {
	font-size: 24px;
}


.alert {
    display: none;		/* 初期状態は非表示 */
    position: fixed;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -25px;
}

th.header {
	text-align: center;
	background-color: #FFF;
	font-size: 12px;
}