﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#D0FFD0;
/*	background-image:url(../img/pt3_30%25.jpg);*/
	background-repeat:repeat;
	background:url(../img/b01.png);
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:18px;
}
.sbody{
}

#topline{
	background-color:#030;
	margin:0px;
	padding:5px;
	font-size:5px;
	font-style:normal;
	font-weight:100;
	color:#FFF;
}

#frame{
	width:900px;
	/*background-color:#FFFFFF;*/
/*	background-image:url(../img/ichi2_900x3100_15%25.jpg);*/
	background-image:url(../img/585_900x3000_1_30%25.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-width:1px;
	border-style:solid;
	border-color: #FFF;
}

#header{
	width:900px;
	height:100px;
	text-align:right;
	margin-top:0px;
}
#header img{
	background:url(../img/header.png);
}

#footer{
	width:900px;
	height:100px;
}
#footer img{
	background:url(../img/footer.png);
}


#menu{
	width:900px;
	height:30px;
}

#menu img{
	width:180px;
	height:30px;
/*	background-color:#090;*/
	background-color:#fff;
	display:inline-block;
	vertical-align: bottom;
}
/*
#menu_btn1{
	background:url(../img/menu_top.png);
}

#menu_btn2{
	background:url(../img/menu_company.png);
}

#menu_btn3{
	background:url(../img/menu_product.png);
}

#menu_btn4{
	background:url(../img/menu_access.png);
}*/

#menu ul{
	display:inline;
	padding:0px;
	list-style-type: none;
	vertical-align: bottom;
}

#menu li{
	display:inline;
	padding:0px;
	list-style-type: none;
	vertical-align: bottom;
}

#label{
	width:900px;
	text-align:right;
}
#label ul{
	display:inline;
	padding:0px;
	margin-right:0px;
}
#label li{
	display:inline;
	padding:0px;
}
#label a{
	display:inline-block;
	padding:0px;
	margin-right:5px;
/*	background-color:#F33;
	color:#FFF;  */
    color:#888;

	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	width:80px;
	height:20px;
}

.center{
		text-align:center;
}

.left{
		text-align:left;
}

.right{
		text-align:right;
}

.cet_left{
	margin-left:auto;
    margin-right:auto;
      text-align:left;
}

.cha{
   background-color:rgba(51,255,51,0.7);
    /* box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    border-width:1px;
	border-style:solid;
	border-spacing:0px;
	border-color:#999;
     width:100px;
     height:70px;


}

.ichi{
   background-color:rgba(255,51,51,0.7);
   /*  box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    border-width:1px;
	border-style:solid;
	border-spacing:0px;
	border-color:#999;
     width:100px;
     height:70px;
}

.satu{
   background-color:rgba(255,255,51,0.7);
     /*  box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    border-width:1px;
	border-style:solid;
	border-spacing:0px;
	border-color:#999;
     width:100px;
     height:70px;

}

.toumo{
   background-color:rgba(136,136,51,0.7);
    /*   box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    border-width:1px;
	border-style:solid;
	border-spacing:0px;
	border-color:#999;
     width:100px;
     height:70px;

}

.daiko{
   background-color:rgba(136,136,136,0.7);
    /*   box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    border-width:1px;
	border-style:solid;
	border-spacing:0px;
	border-color:#999;
     width:100px;
     height:70px;

}





h1{
	display:inline;
	margin: 0px;
	padding:0px;
}

h2 {
/*	border-left:16px solid #3C9;
	color:#066;
	padding:3px 15px;
	margin:20px 20px 0px 20px;
	display:inline-block;*/
	background:url(../img/line01a.png);
	background-repeat:no-repeat;
	height:40px;
	/*margin-left:5px;*/
	margin:10px 0px 0px 5px;
	padding:5px 0px 5px 20px;
	font-weight:bold;
	color:#FFF;
}


h3{
	/*margin-top:50px;*/
	margin-top:0px;
}

.line{
	background:url(../img/line01a.png);
	background-repeat:no-repeat;
	height:40px;
	margin-left:5px;
	padding:10px 0px 5px 20px;
	font-weight:bold;
	color:#FFF;
}

.imgblock{
}
.imgblock img{
	border-width:1px;
	border-style:solid;
	border-spacing:1px;
/*	border-color:#CCC;*/
	border-color:#aaa;
	padding:5px 5px 5px 5px;
}

.imgblock2{
}
.imgblock2 img{
	border-width:1px;
	border-style:dashed;
	border-spacing:1px;
/*	border-color:#CCC; */
	border-color:#aaa;

	padding:5px 5px 5px 5px;
}
/* line height*/
.lh10px{
	line-height:10px;
}
.lh11px{
	line-height:11px;
}
.lh12px{
	line-height:12px;
}
.lh13px{
	line-height:13px;
}
.lh14px{
	line-height:14px;
}
.lh15px{
	line-height:15px;
}

.lh16px{
	line-height:16px;
}

.lh17px{
	line-height:17px;
}

.lh18px{
	line-height:18px;
}

.lh19px{
	line-height:19px;
}

.lh20px{
	line-height:20px;
}

.lh21px{
	line-height:21px;
}

.lh22px{
	line-height:22px;
}

.lh23px{
	line-height:23px;
}

.lh24px{
	line-height:24px;
}


/*sub color */
.red_01{
	color:rgba(255,0,0,0.1);
}

.red_02{
	color:rgba(255,0,0,0.2);
}
.red_03{
	color:rgba(255,0,0,0.3);
}
.red_04{
	color:rgba(255,0,0,0.4);
}
.red_05{
	color:rgba(255,0,0,0.5);
}
.red_06{
	color:rgba(255,0,0,0.6);
}
.red_07{
	color:rgba(255,0,0,0.7);
}
.red_08{
	color:rgba(255,0,0,0.8);
}
.red_09{
	color:rgba(255,0,0,0.9);
}
.red_10{
	color:rgba(255,0,0,1.0);
}

.green_01{
	color:rgba(0,255,0,0.1);
}

.green_02{
	color:rgba(0,255,0,0.2);
}
.green_03{
	color:rgba(0,255,0,0.3);
}
.green_04{
	color:rgba(0,255,0,0.4);
}
.green_05{
	color:rgba(0,255,0,0.5);
}
.green_06{
	color:rgba(0,255,0,0.6);
}
.green_07{
	color:rgba(0,255,0,0.7);
}
.green_08{
	color:rgba(0,255,0,0.8);
}
.green_09{
	color:rgba(0,255,0,0.9);
}
.green_10{
	color:rgba(0,255,0,1.0);
}

.blue_01{
	color:rgba(0,0,255,0.1);
}

.blue_02{
	color:rgba(0,0,255,0.2);
}
.blue_03{
	color:rgba(0,0,255,0.3);
}
.blue_04{
	color:rgba(0,0,255,0.4);
}
.blue_05{
	color:rgba(0,0,255,0.5);
}
.blue_06{
	color:rgba(0,0,255,0.6);
}
.blue_07{
	color:rgba(0,0,255,0.7);
}
.blue_08{
	color:rgba(0,0,255,0.8);
}
.blue_09{
	color:rgba(0,0,255,0.9);
}
.blue_10{
	color:rgba(0,0,255,1.0);
}

.black_01{
	color:rgba(0,0,0,0.1);
}

.black_02{
	color:rgba(0,0,0,0.2);
}
.black_03{
	color:rgba(0,0,0,0.3);
}
.black_04{
	color:rgba(0,0,0,0.4);
}
.black_05{
	color:rgba(0,0,0,0.5);
}
.black_06{
	color:rgba(0,0,0,0.6);
}
.black_07{
	color:rgba(0,0,0,0.7);
}
.black_08{
	color:rgba(0,0,0,0.8);
}
.black_09{
	color:rgba(0,0,0,0.9);
}
.black_10{
	color:rgba(0,0,0,1.0);
}

.white_01{
	color:rgba(255,255,255,0.1);
}

.white_02{
	color:rgba(255,255,255,0.2);
}
.white_03{
	color:rgba(255,255,255,0.3);
}
.white_04{
	color:rgba(255,255,255,0.4);
}
.white_05{
	color:rgba(255,255,255,0.5);
}
.white_06{
	color:rgba(255,255,255,0.6);
}
.white_07{
	color:rgba(255,255,255,0.7);
}
.white_08{
	color:rgba(255,255,255,0.8);
}
.white_09{
	color:rgba(255,255,255,0.9);
}
.white_10{
	color:rgba(255,255,255,1.0);
}


.yellow_01{
	color:rgba(255,255,0,0.1);
}

.yellow_02{
	color:rgba(255,255,0,0.2);
}
.yellow_03{
	color:rgba(255,255,0,0.3);
}
.yellow_04{
	color:rgba(255,255,0,0.4);
}
.yellow_05{
	color:rgba(255,255,0,0.5);
}
.yellow_06{
	color:rgba(255,255,0,0.6);
}
.yellow_07{
	color:rgba(255,255,0,0.7);
}
.yellow_08{
	color:rgba(255,255,0,0.8);
}
.yellow_09{
	color:rgba(255,255,0,0.9);
}
.yellow_10{
	color:rgba(255,255,0,1.0);
}

.purple_01{
	color:rgba(255,0,255,0.1);
}

.purple_02{
	color:rgba(255,0,255,0.2);
}
.purple_03{
	color:rgba(255,0,255,0.3);
}
.purple_04{
	color:rgba(255,0,255,0.4);
}
.purple_05{
	color:rgba(255,0,255,0.5);
}
.purple_06{
	color:rgba(255,0,255,0.6);
}
.purple_07{
	color:rgba(255,0,255,0.7);
}
.purple_08{
	color:rgba(255,0,255,0.8);
}
.purple_09{
	color:rgba(255,0,255,0.9);
}
.purple_10{
	color:rgba(255,0,255,1.0);
}

.blue_green_01{
	color:rgba(0,255,255,0.1);
}

.blue_green_02{
	color:rgba(0,255,255,0.2);
}
.blue_green_03{
	color:rgba(0,255,255,0.3);
}
.blue_green_04{
	color:rgba(0,255,255,0.4);
}
.blue_green_05{
	color:rgba(0,255,255,0.5);
}
.blue_green_06{
	color:rgba(0,255,255,0.6);
}
.blue_green_07{
	color:rgba(0,255,255,0.7);
}
.blue_green_08{
	color:rgba(0,255,255,0.8);
}
.blue_green_09{
	color:rgba(0,255,255,0.9);
}
.blue_green_10{
	color:rgba(0,255,255,1.0);
}


.blue1_01{
	color:rgba(70,181,255,0.1); /*#46b5ff*/
}

.blue1_02{
	color:rgba(70,181,255,0.2); /*#46b5ff*/
}

.blue1_03{
	color:rgba(70,181,255,0.3); /*#46b5ff*/
}

.blue1_04{
	color:rgba(70,181,255,0.4); /*#46b5ff*/
}

.blue1_05{
	color:rgba(70,181,255,0.5); /*#46b5ff*/
}

.blue1_06{
	color:rgba(70,181,255,0.6); /*#46b5ff*/
}

.blue1_07{
	color:rgba(70,181,255,0.7); /*#46b5ff*/
}

.blue1_08{
	color:rgba(70,181,255,0.8); /*#46b5ff*/
}

.blue1_09{
	color:rgba(70,181,255,0.9); /*#46b5ff*/
}

.blue1_10{
	color:rgba(70,181,255,1.0); /*#46b5ff*/
}


.green1_01{
	color:rgba(121,236,51,0.1);/*#79ec33*/
}

.green1_02{
	color:rgba(121,236,51,0.2);/*#79ec33*/
}

.green1_03{
	color:rgba(121,236,51,0.3);/*#79ec33*/
}

.green1_04{
	color:rgba(121,236,51,0.4);/*#79ec33*/
}

.green1_05{
	color:rgba(121,236,51,0.5);/*#79ec33*/
}

.green1_06{
	color:rgba(121,236,51,0.6);/*#79ec33*/
}

.green1_07{
	color:rgba(121,236,51,0.7);/*#79ec33*/
}

.green1_08{
	color:rgba(121,236,51,0.8);/*#79ec33*/
}

.green1_09{
	color:rgba(121,236,51,0.9);/*#79ec33*/
}

.green1_10{
	color:rgba(121,236,51,1.0);/*#79ec33*/
}



.orange_01{
	color:rgba(255,135,28,0.1);/*#ff871c*/
}

.orange_02{
	color:rgba(255,135,28,0.2);/*#ff871c*/
}

.orange_03{
	color:rgba(255,135,28,0.3);/*#ff871c*/
}

.orange_04{
	color:rgba(255,135,28,0.4);/*#ff871c*/
}

.orange_05{
	color:rgba(255,135,28,0.5);/*#ff871c*/
}

.orange_06{
	color:rgba(255,135,28,0.6);/*#ff871c*/
}

.orange_07{
	color:rgba(255,135,28,0.7);/*#ff871c*/
}

.orange_08{
	color:rgba(255,135,28,0.8);/*#ff871c*/
}

.orange_09{
	color:rgba(255,135,28,0.9);/*#ff871c*/
}

.orange_10{
	color:rgba(255,135,28,1.0);/*#ff871c*/
}

.pink_01{
	color:rgba(249,105,217,0.1);/*#f969d9*/
}

.pink_02{
	color:rgba(249,105,217,0.2);/*#f969d9*/
}

.pink_03{
	color:rgba(249,105,217,0.3);/*#f969d9*/
}

.pink_04{
	color:rgba(249,105,217,0.4);/*#f969d9*/
}

.pink_05{
	color:rgba(249,105,217,0.5);/*#f969d9*/
}

.pink_06{
	color:rgba(249,105,217,0.6);/*#f969d9*/
}

.pink_07{
	color:rgba(249,105,217,0.7);/*#f969d9*/
}

.pink_08{
	color:rgba(249,105,217,0.8);/*#f969d9*/
}

.pink_09{
	color:rgba(249,105,217,0.9);/*#f969d9*/
}

.pink_10{
	color:rgba(249,105,217,1.0);/*#f969d9*/
}

.purple1_01{
	color:rgba(173,73,232,0.1);/*#ad49e8*/
}

.purple1_02{
	color:rgba(173,73,232,0.2);/*#ad49e8*/
}

.purple1_03{
	color:rgba(173,73,232,0.3);/*#ad49e8*/
}

.purple1_04{
	color:rgba(173,73,232,0.4);/*#ad49e8*/
}

.purple1_05{
	color:rgba(173,73,232,0.5);/*#ad49e8*/
}

.purple1_06{
	color:rgba(173,73,232,0.7);/*#ad49e8*/
}

.purple1_07{
	color:rgba(173,73,232,0.7);/*#ad49e8*/
}

.purple1_08{
	color:rgba(173,73,232,0.8);/*#ad49e8*/
}

.purple1_09{
	color:rgba(173,73,232,0.9);/*#ad49e8*/
}

.purple1_10{
	color:rgba(173,73,232,1.0);/*#ad49e8*/
}

.brown_01{
	color:rgba(182,96,00,0.1);/*#b66000*/
}

.brown_02{
	color:rgba(182,96,00,0.2);/*#b66000*/
}

.brown_03{
	color:rgba(182,96,00,0.3);/*#b66000*/
}

.brown_04{
	color:rgba(182,96,00,0.4);/*#b66000*/
}

.brown_05{
	color:rgba(182,96,00,0.5);/*#b66000*/
}

.brown_06{
	color:rgba(182,96,00,0.6);/*#b66000*/
}

.brown_07{
	color:rgba(182,96,00,0.7);/*#b66000*/
}

.brown_08{
	color:rgba(182,96,00,0.8);/*#b66000*/
}

.brown_09{
	color:rgba(182,96,00,0.9);/*#b66000*/
}

.brown_10{
	color:rgba(182,96,00,1.0);/*#b66000*/
}

.gray1_01{
	color:rgba(134,134,134,0.1);/*#868686*/
}

.gray1_02{
	color:rgba(134,134,134,0.2);/*#868686*/
}

.gray1_03{
	color:rgba(134,134,134,0.3);/*#868686*/
}

.gray1_04{
	color:rgba(134,134,134,0.4);/*#868686*/
}

.gray1_05{
	color:rgba(134,134,134,0.5);/*#868686*/
}

.gray1_06{
	color:rgba(134,134,134,0.6);/*#868686*/
}

.gray1_07{
	color:rgba(134,134,134,0.7);/*#868686*/
}

.gray1_08{
	color:rgba(134,134,134,0.8);/*#868686*/
}

.gray1_09{
	color:rgba(134,134,134,0.9);/*#868686*/
}

.gray1_10{
	color:rgba(134,134,134,1.0);/*#868686*/
}




/*font style */

.Mincho{
	font-family:Georgia, "MS PMincho", "Hiragino Mincho Pro";
}

.Mincho_italic {
	font-family:Georgia, "MS PMincho", "Hiragino Mincho Pro";
	font-style:italic;
}

.Mincho__bold {
	font-family:Georgia, "MS PMincho", "Hiragino Mincho Pro";
	font-weght:bold;
}

.Mincho_italic_bold {
	font-famly:Georgia, "MS PMincho", "Hiragino Mincho Pro";
	font-style:italic;
	font-weght:bold;
}

.Gothic {
	font:  "Hiragino Kaku Gothic Pro", "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.Gothic_italic {
	font-style:italic;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	/*"MSゴシック", "Hiragino Kaku Gothic Pro", "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;*/
}

.Gothic_bold {
	font-weight:bold;
	font-family:"Hiragino Kaku Gothic Pro", "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.Gothic_italic_bold {
	font-weight:bold;
	font-style:italic;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
/*	
	font: italic bold  "Hiragino Kaku Gothic Pro", "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
	*/
}

.fs_7{
	font-size:7px;
}

.fs_8{
	font-size:8px;
}

.fs_9{
	font-size:10px;
}

.fs_10{
	font-size:10px;
}

.fs_11{
	font-size:11px;
}

.fs_12{
	font-size:12px;
}

.fs_13{
	font-size:13px;
}

.fs_14{
	font-size:14px;
}

.fs_15{
	font-size:15px;
}

.fs_16{
	font-size:16px;
}

.fs_17{
	font-size:17px;
}

.fs_18{
	font-size:18px;
}

.fs_19{
	font-size:19px;
}

.fs_20{
	fontsize:20px;
}

