/*
########################################################
	2008.1.8 CSSdata solmarks all rights reserved.
########################################################
*/
/*
---------------------------------------------------------------------
	基本設定　　　***
---------------------------------------------------------------------
*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #666666;
	font-weight: lighter;
	background-image: url(../z080100pict/parts/bg01.jpg);
}

/********************************** リンク設定 */
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FF0000;
}

/********************************** 段落設定 */
p {
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 5px;
	font-size: 100%;
	line-height: 120%;
	color: #555555;
}
.red {
	color: #FF0000;
	font-size: 75%;
}


/********************************** 見出し設定 */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 200%;
	color: #FFEEEE;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 130%;
	color: #660000;
	font-weight: bold;
	line-height: 200%;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #333333;
	font-weight: lighter;
}
/*
---------------------------------------------------------------------
	割付レベル１　　　***
---------------------------------------------------------------------
*/
#header {
	background-color: #660000;
	width: 100%;
	height: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #550000;
}

#bg {
	width: 760px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bottom {
	width: 760px;
	background-position: center top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	height: 20px;
}
/*
---------------------------------------------------------------------
	割付レベル２
---------------------------------------------------------------------
*/
#header2 {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #550000;
	border-left-color: #550000;
	background-image: url(../z080100pict/parts/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #550000;
	border-left-color: #550000;
}
#footer {
	background-color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #550000;
	border-bottom-color: #550000;
	border-left-color: #550000;
	height: 50px;
	text-align: center;
	background-image: url(../z080100pict/parts/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
---------------------------------------------------------------------
	header書式設定
---------------------------------------------------------------------
*/
#header h1 {
	float: left;
	margin-left: 10px;
}
#header h3 {
	float: left;
	margin-left: 10px;
	padding-top: 7px;
	color: #FFEEEE;
}
/*
---------------------------------------------------------------------
	menu書式設定
---------------------------------------------------------------------
*/
#menu {
	width: 160px;
	margin: 0px;
	text-align: right;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

/********************************** リスト設定 */
#bg #main #menu ul {
	list-style-type: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	line-height: 150%;
}
#bg #main #menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-right: 10px;
}

/********************************** 画像設定 */
#bg #main #menu img {
	margin-top: 3px;
}
#link {
	width: 150px;
	clear: left;
	float: left;
	position: absolute;
	left: 32px;
	top: 207px;
	right: 0px;
	bottom: 0px;
	text-align: right;
	padding-right: 10px;
	padding-left: 20px;
}
/*
---------------------------------------------------------------------
	contents書式設定
---------------------------------------------------------------------
*/
#contents {
	text-align: center;
	margin-right: 0px;
	margin-left: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #550000;
	border-right-color: #550000;
	border-bottom-color: #550000;
	border-left-color: #550000;
}
#main .contnts01 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #550000;
	padding-right: 5px;
	width: 470px;
}
#main .contnts02 {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #550000;
	width: 450px;
	height: 115px;
}

/********************************** 段落設定 */
.data {
	color: #555555;
	float: left;
	padding-top: 80px;
	padding-left: 10px;
}


/********************************** 見出し設定 */
#bg #main #contents h2 {
	padding-left: 20px;
	background-image: url(../z080100pict/parts/point02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 400px;
}
#bg #main #contents h3 {
	font-size: 110%;
	width: 470px;
	font-weight: bold;
}

/********************************** リスト設定 */
#bg #main #contents ul {
	list-style-type: disc;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
/*
---------------------------------------------------------------------
	table010書式設定
---------------------------------------------------------------------
*/
table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 300px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table010 th,
table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table010 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}
table.table010 td.fee {
	text-align: right;
	white-space: nowrap;
	width: 100px;
}
/*
---------------------------------------------------------------------
	table011書式設定
---------------------------------------------------------------------
*/
table.table011 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 470px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table011 th,
table.table011 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table011 th {
	background: #E6E6E6;
	text-align: center;
	white-space: nowrap;
	color: #666;
	width: 130px;
}
/*
---------------------------------------------------------------------
	mailform書式設定
---------------------------------------------------------------------
*/
table.mailform td p {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #006699;
	display: block;
	margin: 0px;
}
table.mailform td span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FF0000;
}
/*
---------------------------------------------------------------------
	footer書式設定
---------------------------------------------------------------------
*/
#bg #footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #333333;
}
