body {
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	background-image: url(images/Back03.gif);
	background-repeat: repeat-y;
}
#wrapper {
	margin: 0px;
	padding: 0px;
/*	height: auto;*/
	width: 800px;
	background-color: #FFFFFF;
/*	background-image: url(images/Back03.gif);
	background-repeat: repeat-y ;*/
}
#contents {
	padding: 0px;
/*	height: 500px;*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contents #main {
	margin: 0 0 0 auto;
	padding: 0px;
/*	float: right;*/
/*	height: 500px;*/
	width: 750px;
}
#contents #main h1 {
	font-size: 24px;
	color: #FFFFFF;
	height: 30px;
	background-image: url(images/h1_bk.png);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	margin: 0px;
	font-weight: bold;
}
#contents #main h2 {
	font-size: 16px;
	color: #333333;
	height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	border-left-color: #660033;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	text-align: left;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
}
#contents #main h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000033;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
}

#contents #main h4 {
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
.p5 {
	font-size: 10px;
	line-height: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
	text-align: center;
}
#wrapper #contents #main td {
	font-size: 12px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin: 0px;
}

.right {
	margin: 0px;
	padding: 10px 15px 10px 10px;
	float: right;
}
.p1 {
	font-size: 13px;
	line-height: 20px;
	margin: 0px 22px 20px 22px;
	padding: 0px;
}
.pad {
	margin: 0px;
	padding: 15px 20px 0px;
}
.p2left {
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	padding: 5px 20px 0px;
	float: left;
	width: 160px;
}

.p3 {
	font-size: 20px;
	line-height: 25px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 10px;
	margin-left: 22px;
	font-weight: bold;
}

.p4 {
	font-size: 12px;
	line-height: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}
#main #image_box {
	padding: 10px;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999999;
	text-align: center;
}


/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	margin-bottom: 5px;
	margin-top: 7px;
}
th, td	{
	color: #1D5C79;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 12px;
}


/* サンプル10
----------------------------------------------------------- */
.table10	{
	border: 1px solid #DDD;
}
.table10 th	{
	background: url(images/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
.table10 td	{
	border: 1px solid #DDD;
	color: #333;
}
