body {
	text-align:left
	}

/* 亥瀦々タイル */
* {
	margin:0; padding:0;
	font-size:14px;
	font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.5em;
}

a { color:#039; }
a:visited { color:#579; }
a:hover { background-color:#039; color:#fff; text-decoration:none; }

.contents {
	margin-top:2em;
	margin-left:3em;
	margin-bottom:3em;
	width:600px;
	}

.title1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom:1.5em;
}

.priv {
	border:solid 1px #999999;
	width:590px;
	}

.txt1 {
	margin-top: 1.5em;
	}

.txt2 {
	margin-top: 1.5em;
	margin-bottom:1.5em;
	font-size:12px;
	background-color: #F2F2F2;
	padding: 10px;
	color: #333333;
	border-top:solid 2px #999999;
	border-bottom:solid 2px #999999;
	}

.txt3 {
	margin-top: 1.5em;
	margin-bottom:1.5em;
	font-size:12px;
	background-color: #F7F4F7;
	padding: 10px;
	color: #333333;
	border-top:solid 2px #999999;
	border-bottom:solid 2px #999999;
	}

table {
	border-top:solid 2px #999999;
	border-bottom:solid 2px #999999;
	}

td,th {
	padding: 6px;
	vertical-align: top;
	border-bottom:dashed 1px #999999;
	line-height: 1.5em;
	}

.item {
	width:150px;
	font-weight: bold;
	background-color: #F7F4F7;
	font-size: 13px;
	padding-top: 7px;
	}

.item2 {
	width:150px;
	font-weight: bold;
	background-color: #F7F4F7;
	font-size: 13px;
	padding-top: 7px;
	border-bottom:none;
	}

.data {
	border-bottom:none;
	}

.attn {
	font-size: 12px;
	font-style: normal;
	color: #BE5B01;
	vertical-align: middle;
	margin-top: 0.5em;
	}

.attn2 {
	font-size: 14px;
	font-style: normal;
	color: #CC0000;
	vertical-align: middle;
	margin-top: 1em;
	background-color: #FFFFFF;
	}

.attn3 {
	font-size: 12px;
	font-style: normal;
	vertical-align: middle;
	margin-top: 1em;
	}

.center1 {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

.success {
	text-align: left;
	background-color: #F7F4F7;
	margin-top: 2.5em;
	margin-bottom: 6em;
	margin-left: 3em;
	margin-right: 3em;
	padding: 2em;
	border-top:solid 2px #999999;
	border-bottom:solid 2px #999999;
	}

.error {
	color: #D96868;
	font-weight: bold;
	}

.copyright {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 3em;
	}

.copyright2 {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	text-align: left;
	}

.float-left {
	FLOAT: left
}


/* フォームスタイルｉ"・・菎*/
input:hover	{
	background-color: #DBDBDB;
	}

input:focus	{
	background-color: #AADDFF;
	}

input:active	{
	background-color: #FFD6AC;
	}

input:checked {
	outline: solid 3px #AADDFF;
	}

textarea:hover	{
	background-color: #DBDBDB;
	}

textarea:focus	{
	background-color: #AADDFF;
	}

textarea:active	{
	background-color: #FFD6AC;
	}

textarea:checked {
	outline: solid 3px #AADDFF;
	}

select:hover	{
	background-color: #DBDBDB;
	}

select:focus	{
	background-color: #AADDFF;
	}

select:active	{
	background-color: #FFD6AC;
	}

select:checked {
	outline: solid 3px #AADDFF;
	}


