/* all page design */

body {
	margin: 0px;
	background-color: #ECECEC;
	background-image: url(images/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #333;
}

body,
p,
div,
span,
li,
dt,
dd,
pre,
td,
th {
    line-height: 1.5em;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif, "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}

a:link {
	text-decoration: none;
	color: #457181;
}
a:visited {
	text-decoration: none;
	color: #457181;
}
a:hover {
	text-decoration: underline;
	color: #457181;
}
a:active {
	text-decoration: none;
	color: #457181;
}

a img{
	text-decoration: none;
}

p,
li {
	font-size: small;
    line-height: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: small;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif, "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";

}
#Wrap {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#Header {
	background-image: url(images/line_left_sp.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 60px;
}

#Header img {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#Header h1,
#Header .logo {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	float: left;
}

#Header .headermenu {
	display: block;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	float: right;
}

#Footer {
	background-image: url(images/line_right_sp.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#Footer p {
	margin: 10px;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* top page design */

#TopImage {
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(images/top_img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 180px;
}

#TopImage img {
	margin: 10px;
	margin-left: 30px;
	padding: 0px;
	padding-top: 8px;
}

#TopImage p {
	margin: 0;
	padding: 0;
	width: 350px;
	margin-left: 30px;
}

#MainContents {
	background-image: url(images/shadow_line.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 10px;
}

#MainContents p {
	margin: 0;
	padding: 0;
}

#MainContents h3 {
	margin: 0;
	padding: 0;
	background-image: url(images/export_products.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 35px;
	text-indent: -10000px;
}

#MainContents h4 {
	font-weight: bold;
}

#MainContents table {
	margin: 0;
	margin-left: 30px;
	padding: 0;
	width: 700px;
}

#MainContents table.menu {
	margin: 0;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 0;
	width: 700px;
}

#MainContents table.menu {
	background-image: url(images/dot_line.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#MainContents table.con {
	border-top: 1px solid #ccc;
}

#MainContents table tr,
#MainContents table td {
	margin: 0;
	padding: 0;
}

#MainContents table.menu tr {
	 background-image: url(images/dot_line.gif);
	 background-position: bottom;
	 background-repeat: repeat-x;
}

#MainContents table td {
	padding: 7px;
	width: 50%;
}

#MainContents .dotline {
	 background-image: url(images/dot_line.gif);
	 background-position: bottom;
	 background-repeat: repeat-x;
}

#MainContents img {
	display: block;
	margin: 0;
	margin-right: 7px;
	padding: 0;
	float: left;
}

#WhatsNew {
	margin: 0;
	clear: left;
	padding-bottom: 10px;
}

#WhatsNew h3 {
	margin: 0;
	padding: 0;
	background-image: url(images/whats_new.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	height: 33px;
	text-indent: -10000px;
}

#WhatsNew ul,
#WhatsNew li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#WhatsNew li {
	margin: 0;
	margin-left: 35px;
	margin-right: 35px;
	padding: 0;
	padding-left: 15px;
	background-image: url(images/list_img.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
}

/* sub page design */

#ContentsMenu {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

#ContentsMenu table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#ContentTitle {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

#ContentTitle h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 10px;
}

#Content,
#Contenttop {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
}

#Content p,
#Contenttop p {
	margin: 10px;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
}

#Content ul li {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-right: 20px;
	list-style: none;
	list-style-type: none;
	background-image: url(images/li_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#Content h1 {
	margin: 0;
	padding: 0;
}

#Content ul,
#Content li {
	margin: 0;
	padding: 0;
}

#Content h2 {
	margin: 0;
	margin-bottom: 0.6em;
	margin-top: 1.3em;
	padding: 0.3em;
	padding-top: 0.4em;
	font-size: medium;
	color: #666666;
	border-left: 4pt solid #CC0033;
}

#Content h3 {
	margin: 0;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	padding: 0.1em;
	padding-left: 20px;
	font-size: medium;
	font-weight: normal;
	color: #009900;
	background-image: url(images/h3_icon.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
	border-bottom: 2px solid #E3F7CA;
}

#Content h4 {	
	font-size: small;
	font-weight: normal;
	padding-right: 5px;
	vertical-align: bottom;
	border-right: 4px solid #FF9A00;
}

/* stationery design */

h2.title {
	margin: 0;
	padding: 0;
	margin-left: 18px;
	padding-top: 0.4em;
	padding-left: 0.3em;
	padding-bottom: 0.1em;
	font-size: medium;
	color: #666666;
	border-bottom: 1px solid #999;
}
#Contenttop table {
	/*margin-top: 10px;*/
}
#Contenttop td {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.dotline {
	 background-image: url(images/dot_line.gif);
	 background-position: bottom;
	 background-repeat: repeat-x;
}
