@charset "utf-8";
/*
	Site Name: Biwax
	Description: index setting
*/

/*
===== Initial setting ==========================================
*/

/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

body {
	text-align:center;/* box centering */
	font: normal 62.5% 'CI','Meiryo','Hiragino Kaku Gothic Pro','qMmpS Pro W3','Osaka','lr oSVbN',sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#000;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6,
p, pre, li, ol, dt, dd,
address, form, blockquote {
	font-size: 1.2em;
}
table {margin : 0;empty-cells: show; font-size:1.2em;}

img {
	border: none;/* img do not want a border */
}

li { list-style: none; }/* link do not want a dot */

option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

a {
	color: #000001;
	text-decoration:none;
}

a:link{
	color: #000001;
	text-decoration:none;
}

a:visited{
	color: #000001;
	text-decoration:none;
}

a:hover{
	color: #2D72D6;
	text-decoration:none;
}

a:active{
	color: #000001;
	text-decoration:none;
}

/*
===== Layout ==========================================
*/

div#container {
	width:990px;
	margin:0 auto;
	background: url(../images/bg_container.gif) repeat-y;
}

div#header{
	margin: 0 5px;
	padding: 10px;
	border-top: 1px solid #000000;
	/*border-bottom: 2px solid #003772;*/
	height: 88px;
}

div#footer{
	width: 990px;
	margin: 0 auto;
}

div#main{
	padding: 5px 5px 50px 5px;
}

/*
===== Common ==========================================
*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1#logo {
	width: 420px;
	float: left;
}

#navi_bottom {
	margin: 0 5px;
	padding: 0 10px;
	border-top: 1px solid #000000;
}

#navi_bottom li {
	line-height: 35px;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #000000;
}

address {
	line-height: 45px;
	text-align: center;
	font-style: normal;
	color: #fffffe;
	font-weight: 900;
	background: url(../images/bg_footer.gif) no-repeat bottom;
}

#navi {
	float: right;
	width: auto;
	padding: /*59px*/31px 5px 0 0;
	position: relative;
}

.dropdown ul {
	position: relative;
	left: -4px;
}
.dropdown li a {
	width: 113px;
	height: 29px;
	display: block;
}

li.menu_01 a {
	width: 113px;
	height: 29px;
	display: block;
	background: url(../images/menu_01.gif);
	text-indent: -9999px;
}

li.menu_02 a {
	width: 113px;
	height: 33px;
	display: block;
	background: url(../images/menu_02.gif);
	text-indent: -9999px;
}

li.menu_01 a:hover {
	background-position: 0 -29px;
}
li.menu_02 a:hover {
	background-position: 0 -33px;
}


/*
===== Each module ==========================================
*/

.flash_01 {
	margin: 30px 0 0 0;
}

.flash_02 {
	margin: 40px 0 0 0;
	text-align: center;
}

.flash_03 {
	margin: 40px 0 0 0;
	text-align: center;
}

.flash_02 a span,
.flash_03 a span {
	display: none;
}