@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(Mimage/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
--------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
--------------------------*/

#header {
	background-image: url(Mimage/header1.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #3333FF;
	position: relative;
}
#profile #header {
	background-image: url(Mimage/header2.jpg);
}
#works #header {
	background-image: url(Mimage/header2.jpg);
}
#saiyo #header {
	background-image: url(Mimage/header2.jpg);
}
#faq #header {
	background-image: url(Mimage/header2.jpg);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	width: 858px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	height: 2.5em;
	width: 170px;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top: 3px solid #66FFFF;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}

#header ul li#nHome a {
	border-left-style: none;
}

#header ul li a:hover {
	background-color: #E8ECF5;
}
#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#faq #header #nFaq a,
#saiyo #header #nSaiyo a {
	color: #FFFFFF;
	background-color: #828CA7;
}


/* main styles
--------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #0000CC;
	border-bottom: 1px dotted #666666;
	background-image: url(Mimage/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main dl#news dt {
	width: 5em;
	float: left;
	clear: left;
	padding-left: 15px;
	margin: 0px 0px 10px;
	background-image: url(Mimage/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#home #main #news dt {
	background-image: none;
	padding-left: 5px;
}

#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
/* table
--------------------------*/

#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main  table  tr.odd  {
	background-color: #EFEFEF;
}





/* sidebar styles
--------------------------*/

#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	list-style: url(none) none;
	margin-bottom: 6px;
}
#sidebar ul li a {
	display: block;
	background-image: url(Mimage/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(Mimage/arrow_hover.gif);
}

/* footer styles
--------------------------*/

#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin: 0px;
}

/* works
--------------------------*/


#works #main h3 {
	background-image: url(Mimage/arrow.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 6px;
	background-position: 15px center;
	padding-left: 30px;
	font-size: 100%;
}
#works #main #supplier .left {
	float: left;
	width: 120px;
	padding-left: 35px;
	padding-bottom: 15px;
}
#works #main #supplier .right {
	padding-left: 250px;
	padding-bottom: 30px;
}
