/* CSS Document */

/*  base  */
body{
	background-image:url(../img/bg.jpg);
	background-color:#890403;
	background-position:center top;
	background-repeat:repeat-x;
	font-size:12px;
	line-height:20px;
	color:#444;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Helvetica',Arial,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

a {
	color: #555;
	text-decoration:none
}

a img {
	color: #000;
	border: none;
}

a:visited {
	color: #555;
	text-decoration:none;
}

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


* {
	margin: 0;
	padding: 0;
}

img{border:0px;}

form{
	margin:0px;
	padding:0px;
}
.f-r{float:right;}
.clear{clear:both;}
.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}
.col{color:#CC9933;}
.col-red{color:#C82A38;}
.col-green{color:#008572;}
.col-w{color:#ffffff;}
.col-bl{color:#000000;}
.col-gry{color:#444444;}

.bold{font-weight:bold;}

.txt11{
	font-size:11px;
	line-height:18px;
}
.txt12{
	font-size:12px;
	line-height:18px;
}

.txt14{
	font-size:14px;
	line-height:20px;
}

.txt16{
	font-size:16px;
	line-height:22px;
}
.txt18{
	font-size:18px;
	line-height:24px;
}
.txt20{
	font-size:20px;
	line-height:26px;
}
.txt24{
	font-size:24px;
	line-height:26px;
}
.txt30{
	font-size:30px;
	line-height:32px;
}



/*==================  header  ==================*/
#header{
	width:900px;
	margin:0px auto 0px auto;
}

#header_text{
	height:24px;
	color:#CCC;
	font-size:10px;
	line-height:24px;
	text-align:center;
}

h1#header_logo{
	width:240px;
	height:72px;
	float:left;
	margin:0px 40px 0px 0px;
}

img.header_bat{
	float:left;
	margin:15px 10px 0px 0px;
}

img.header_bam{
	float:left;
	margin:21px 0px 0px 0px;
}

#header_patent{
	color:#FFFFFF;
	float:right;
	text-align:right;
}

#header_patent ul{
    list-style:none;
	line-height:1.3em;
	padding:5px 10px 0px 0px;
    font-size:11.5px;
}

#header_menu{
	position:relative;
	width:900px;
	height:72px;
	background-image:url(../img/menu-bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#menu_conts ul{
    color:#333333;
	list-style:none;
	width:900px;
}

#menu_conts li{
	float:left;
	width:180px;
	padding-top:15px;
	font-size:14px;
	font-weight:;
}


#menu_conts li a{
    padding-left:30px;
}


/*==================  pankuzu  ==================*/
#pankuzu{
	margin:16px 0px 0px 30px;
	color:#CCCCCC;
	font-size:11px;
}
#pankuzu a{
	color:#FFFFFF;
}

/*==================  footer ==================*/

#footer{
	width:900px;
	margin:0px auto;
	padding:10px 0px;
	background-color:#14161A;
}

#footer #footer_navi{
	width:100%;
	padding:2px 0px;
	background-color:#000;
	text-align:left;
}

#footer #footer_navi ul{
    list-style: none;
	margin:2px 0px 5px 20px;
}

#footer #footer_navi li {
    float:left;
	margin:0px 10px;
}

#footer #footer_navi li a{
	padding-left:30px;
	color:#666666;
	background-image:url(../img/fooer-line.gif);
	background-repeat:no-repeat;
	background-position:0%
}


#footer #copyright{
    float:right;
	font-size:10px;
	color:#888;
	line-height:12px;
	margin:5px 20px 12px 0px;
}


