* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	color: #333333;
}
img {
	border-style: none;
}


#container {
	margin: 0px auto;
	padding: 10px 40px;
	width: 900px;
	border: 1px solid #999999;
	background-image: url(images/bg_container.gif);
}
#container #global_navi {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	font-size: 12pt;
	background-color: #FFFFFF;
	background-image: url(test_contents/images/bt_g_bg.gif);
	background-repeat: repeat-x;
}
#container #global_navi li {
	display: inline;
}

#container #header {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	height: 100px;
	background-color: #FFFFFF;
}
#container #main {
	padding: 10px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#container #footer {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	text-align: right;
	background-color: #FFFFFF;
}
#container #main h1 {
	font-size: 18pt;
	line-height: 1.5em;
	color: #333333;
}
#container #main h2 {
	font-size: 14pt;
	line-height: 1.5em;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#container #main h3 {
	font-size: 12pt;
	line-height: 1.5em;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
#container #main p {
	font-size: 10pt;
	line-height: 1.5em;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
#container #main table {
	border-top: 1px solid #666666;
	border-left: 1px solid #999999;
	border-collapse:collapse;
}
#container #main #top_contents table {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #main #top_contents td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#container #main td {
	font-size: 10pt;
	line-height: 1.5em;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 6px;
}
#container #header img {
	float: left;
	margin-right: 10px;
}
#bt_regi {
	margin-left: 20px;
}
#container #main .attention {
	font-weight: bold;
	color: #990000;
}
#container #main #attention_box {
	padding: 10px;
	border: 1px solid #990000;
	font-weight: bold;
}

#container #main ol {
	list-style-position: inside;
}
#container #main li {
	list-style-position: inside;
}
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}
#container #main p b {
	color: #990000;
}
div#ad_box {
	border: 1px dotted #999999;
	background-color: #FDFDB3;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 20px;
}