@charset "utf-8";

/* basic
============================================================*/
img, div { behavior: url(/umi10/dt/css/iepngfix.htc) }

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color : #333333;
	text-align: center;
	font-family: Hiragino Kaku Gothic Pro,"MS UI Gothic",sans-serif;
	background: #0099cc url(../images/basebgd.jpg) 0 0 repeat-x ;
}

div,img,hr,h1,h2,h3,h4,h5,h6,ul,li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
}

strong {
	font-weight: bold;
}

/* layout
============================================================*/
div#html_container {
	line-height: 140%;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
}


/* link style
============================================================*/
a {
	color: #004891;
	text-decoration: underline;
	outline: none;
}

a:link {
	color: #004891;
	text-decoration: underline;
}

a:visited {
	color: #004891;
	text-decoration: underline;
}

a:hover {
	color: #ff0099;
	text-decoration: underline;
}

a:active {
	color: #ff0099;
	text-decoration: underline;
}

/* head
============================================================*/
div#html_head_container {
	width: 840px;
	height: 235px;
	padding-top: 5px;
	background: #ffffff url(../images/html_head.jpg) 0 0 no-repeat ;
}

div#sanyologo {
	margin: 0px 0px 0px 735px;
	width: 96px;
	height: 22px;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/sanyologo.png) 0 0 no-repeat ;
}
div#sanyologo a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

div#html_head_container h1 {
	margin: 85px 0px 0px 35px;
	width: 596px;
	height: 52px;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/h1.gif) 0 0 no-repeat; 
}

ul#mainmenu {
	position: relative;
	top: 0px;
	margin: 30px 0px 0px 40px;
	width: 760px;
	height: 31px;
	list-style: none;
	overflow: hidden;
	border-bottom: solid 2px #915705;
}
ul#mainmenu li a{
	position: absolute;
	width: 174px;
	height: 31px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	top: 0;
}

li#top a{ background: transparent url(../images/btn_top.jpg) 0 0 no-repeat; left: 49px;}
li#download a{ background: transparent url(../images/btn_download.jpg) 0 0 no-repeat; left: 228px;}
li#install a{ background: transparent url(../images/btn_install.jpg) 0 0 no-repeat; left: 407px;}
li#faq a{ background: transparent url(../images/btn_faq.jpg) 0 0 no-repeat; left: 586px;}

li#top_o a{ background: transparent url(../images/btn_top_o.jpg) 0 0 no-repeat; left: 49px;}
li#download_o a{ background: transparent url(../images/btn_download_o.jpg) 0 0 no-repeat; left: 228px;}
li#install_o a{ background: transparent url(../images/btn_install_o.jpg) 0 0 no-repeat; left: 407px;}
li#faq_o a{ background: transparent url(../images/btn_faq_o.jpg) 0 0 no-repeat; left: 586px;}

li#top a:hover{ background: transparent url(../images/btn_top_o.jpg) 0 0 no-repeat;}
li#download a:hover{ background: transparent url(../images/btn_download_o.jpg) 0 0 no-repeat;}
li#install a:hover{ background: transparent url(../images/btn_install_o.jpg) 0 0 no-repeat;}
li#faq a:hover{ background: transparent url(../images/btn_faq_o.jpg) 0 0 no-repeat;}


/* body
============================================================*/
div#html_body_container {
	width: 840px;
	background-color: #ffffff; 
}
div#html_body_container_top {background: #ffffff url(../images/bgd.jpg) 0 0 no-repeat; width: 840px;}
div#html_body_container_faq {background: #ffffff url(../faq/images/bgd.jpg) 0 0 no-repeat; width: 840px;}
div#html_body_container_install {background: #ffffff url(../install/images/bgd.jpg) 0 0 repeat; width: 840px;}
div#html_body_container_download {background: #ffffff url(../download/images/bgd.jpg) 0 0 repeat-y; width: 840px;}


div.content {
	margin: 0px 40px;
}

div.paragraph01 {
	margin: 10px 40px 0px 40px;
	line-height: 140%;
}

div.paragraph02 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	line-height: 140%;
}

h2 {
	margin: 0px 0px 0px 40px;
}

h2.second {
	margin: 40px 0px 0px 40px;
}
h3 {
	margin: 10px 0px 0px 40px;
}
h3.second {
	margin: 40px 0px 0px 40px;
}
h4 {
	margin: 30px 0px 5px 40px;
}

/* foot
============================================================*/
div#html_foot_container {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	width: 840px;
	height: 34px;
	background: transparent url(../images/html_foot.gif) 0 0 no-repeat ;
}




/* Utilities
============================================================*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix{
	zoom:1;
}