/** CSS document **/

body	{
	text-align	:	center;
	margin	:	0px auto;
}
hr	{
	width: 732px;
}
div.base{
	width:776px;
	margin:0 auto;
	background-color:black;
}
div#signboard	{
	height: 50px;
}
div#indexcontents	{
	height: 260px;
}
div.face	{
	width:732px;
	margin:0 auto;
	color:white;
}
div.logo	{
	float: left;
	width: 200px;
	height:50px;
	border: 0px solid red;
}
h1	{
	float: right;
	display: block;
	width:532px;
	height: 40px;
	background-image:url(../img/corpname.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px solid red;
	margin-top: 10px;
}
h1 span	{
	display: none;
}
div.cap	{
	width:776px;
	height:26px;
	margin:0 auto;
	background-image:url(../img/bar.png);
}
div.shoe	{
	width:776px;
	height:30px;
	margin:0 auto;
	background-image:url(../img/bar.png);
	background-position: 0 -26px;
}
div.breadcrumb	{
	text-align: left;
	text-indent: 1em;
	word-spacing: 1em;
}
div.breadcrumb a	{
	color: white;
}
div.breadcrumb a:hover	{
	color: blue;
}
div.englishname	{
	width:100%;
	text-align:right;
}
ol.indexmenu	{
	float: left;
	display: block;
	width: 150px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
}
ol.indexmenu li	{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.indexmenu li a	{
	display: block;
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-image:url(../img/link-bgsq.png);
	line-height: 250%;
	text-indent: 1.5em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
ol.indexmenu li a:hover	{
	background-image:url(../img/link-bgsq-h.png);
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

div.publicframe	{
	width: 776px;
	height: 56px;
	margin:0 auto;
}
div.publicframe2	{
	width: 600px;
	height: 30px;
	margin:20px auto;
}
ol.publicmenu	{
	width: 776px;
	height: 56px;
	margin: 0;
	padding: 0;
	background-image:url(../img/bar.png);
}
ol.publicmenu li	{
	float: left;
	width: 194px;
	height: 56px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.publicmenu li a	{
	display: block;
	width: 194px;
	height: 56px;
	margin: 0;
	padding: 0;
	line-height: 350%;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../img/bar.png);
	background-position: -194px;
}
ol.publicmenu li a:hover	{
	background-image:url(../img/public-link-h-center.png);
	color: black;
	font-weight: bold;
}
ol.publicmenu li a.lft	{
	background-position: 0;
}
ol.publicmenu li a.lft:hover	{
	background-image:url(../img/public-link-h-left.png);
}
ol.publicmenu li a.rgt	{
	background-position: 194px;
}
ol.publicmenu li a.rgt:hover	{
	background-image:url(../img/public-link-h-right.png);
}

div.indextext	{
	float: left;
	width: 300px;
	height: 200px;
	text-align: left;
	background-image:url(../img/smi_logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.indextext ul	{
	margin-top: 0;
}
div.indextext ul li	{
	list-style: none;
}
div.moon	{
	float: right;
	width: 267px;
	height: 200px;
	background-image:url(../img/moon.jpg);
}

span.sp	{
	font-size: 100%;
	line-height: 150%;
}
p	{
	font-size: 80%;
	margin-bottom: 0;
	padding-bottom: 0;
}

table	{
	margin: 30px auto;
	color: black;
}
table tr th	{
	background-color: white;
	padding: 1em;
	text-align: right;
}
table tr td	{
	background-color: white;
	padding: 1em 1em 1em 2em;
	text-indent: -1em;
	text-align: left;
}
