/*  all pages  -- shinsei-mie.com web site  basic style --  */

/*  basic tag list  */

body {
	color: #333333;
	background: #ffffff;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}
p {
	line-height: 1.3;
}

/*  top area  -- gloval navigation etc. --  */

.toparea {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 65px;
	position: relative;
	margin-top: 0px;
}
.sitetoplogo {
	margin: 0px;
}



/*  footer area  -- copyright etc. --  */

.footerarea {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.footerarea hr {
	background-image: url(tp_wn_bgbottom.gif);
	background-repeat: repeat-x;
}
.footerarea p {
	border-top: 2px solid #339900;
	padding-top: 0.5em;
	font-size: 90%;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(tp_wn_bgbottom.gif);
	background-repeat: no-repeat;
}



/* ----- sub page basic ----- */



.mainarea {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(sp_snb_bg.gif) repeat-y;
	color: #333333;
	position: relative;
	clear: both;
}


/*  main area  -- main contents area --  */
.contentsarea {
	width: 580px;
	float: left;
	margin-bottom: 2em;
}
.topicpath {
	font-size: 90%;
	margin-bottom: 1.1em;
	margin-top: 1em;
	text-align: left;
}
.topicpath a {
	background: url(sp_tp.gif) no-repeat right center;
	margin-right: 8px;
	padding-right: 15px;
}
.contentsarea h1 {
	margin-bottom: 2em;
	color: #333333;
	background: #FFE7A1;
	font-size: medium;
	width: 580px;
	height: 35px;
	text-indent: -9999px;
	text-align: left;
}
.contentsarea h2 {
	margin-top: 2.5em;
	font-size: medium;
	margin-left: 1em;
	background: #64C264 url(sp_h2_bg.gif) repeat-x left top;
	border-bottom: 1px solid #006600;
	padding: 0.3em 0.3em 0.1em;
	color: #FFFFFF;
	border-left: 10px solid #008800;
}
.contentsarea p {
	line-height: 1.5em;
}
.contentsarea li {
	line-height: 1.5em;
}
.refimage {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.signature {
	text-align: right;
}
.totop {
	font-size: x-small;
	text-align: right;
	padding-bottom: 0.25em;
	clear: both;
}
.totop a:link {
	text-decoration: none;
}
.totop a:visited {
	text-decoration: none;
}
