/* CSS Document */

a { 
  color: #333333;
  text-decoration: none;
  }   
a:link {
	color: #333333;
	text-decoration: none;
  }   
                      
a:visited {                 /* 既に見たリンク */
  color: #333333;
  text-decoration: none;
}
a:active { color: #333333;
text-decoration: none;} /* クリック時のリンク */
a:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  text-decoration: none     /* 下線を消す */
}


#body {
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align:center;
	background-position: center;
	background-image:url(../top_image/back.jpg);
	background-repeat:repeat-y;
}

/* ボディ------------------------------------------------------------------------------------------- */


#bodyline {
	width:840px;
	height:900px;
	text-align:center;
	border: 1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image:url(../top_image/backgreen01.jpg);
	background-repeat: no-repeat;
	background-position: -50px top;
}

#container {
	float:none;
	width:800px;
	height:auto;
	text-align:left;
	overflow:hidden;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
  
h1{
	font-size: 16px;
	font-weight: bold;
}
h2{
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
}
h3{
    font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
}
  
  
/* ヘッダー------------------------------------------------------------------------------------------ */
#site_heder {
	width:840px;
	height:30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
	background-image:url(../top_image/hed.jpg);
	background-repeat:no-repeat;
	line-height: 30px;
	text-align: left;
	text-indent: 10px;
}
.hed_rogo {
    width:800px;
	height:auto;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:30px;
}


/* メニュー-------------------------------------------------------------------------------------------*/
#site_menu {
	width:800px;
	height:50px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	overflow:hidden;
	margin-top:10px;
}
/*ナビゲーションボタン*/
ul {
	list-style:url(none) none outside;
	height: auto;
	width: 800px;
	overflow:hidden;
}
li {
	float:left;
	width:100px;
	height:39px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../top_image/btn-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
	text-decoration:none;
	color: #333333;               /*←文字カラー*/
	line-height: 40px;
	display:inline;
}
li a, li a:link,li:visited {
	text-decoration:none;
	display:inline;
	width:100px;
	float:left;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	color:#333333;　　　　　　　 　/*←文字カラー*/
	background-image:url(../top_image/btn-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
}
li a:hover,li a:active{
   color:#990000;                  /*←ロールオーバー文字カラー*/
   display:inline;
   background-image:url(../top_image/btn-2.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
   text-decoration:none;
}

/*最初のボタン*/
.top {
	float:left;
	width:99px;
	height:39px;
	margin-right:0px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../top_image/btn_top-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
	text-decoration:none;
	color: #333333;　　　　　　　 　/*←文字カラー*/
	line-height: 40px;
	display:inline;
}
.top a, .top a:link,.top:visited {
	text-decoration:none;
	display:inline;
	width:99px;
	float:left;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	color:#333333;　　　　　　　 　/*←文字カラー*/
	background-image:url(../top_image/btn_top-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
}
.top a:hover,.top a:active{
   color:#990000;                  /*←ロールオーバー文字カラー*/
   display:inline;
   background-image:url(../top_image/btn_top-2.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
   text-decoration:none;
}

/*最後のボタン*/
.end {
	float:left;
	clear: right;
	width:100px;
	height:39px;
	margin-right:0px;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../top_image/btn_end-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
	text-decoration:none;
	color: #333333;　　　　　　　 　/*←文字カラー*/
	line-height: 40px;
	display:inline;
}
.end a, .end a:link,.end:visited {
	text-decoration:none;
	display:inline;
	width:100px;
	float:left;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	color:#333333;　　　　　　　 　/*←文字カラー*/
	background-image:url(../top_image/btn_end-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
}
.end a:hover,.end a:active{
   color:#990000;                  /*←ロールオーバー文字カラー*/
   display:inline;
   background-image:url(../top_image/btn_end-2.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
   text-decoration:none;
}




/* メイン---------------------------------------------------------------------------------------------- */
#site_main {
	width:590px;
	height:auto;
	float:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin-top:10px;
	clear: right;
	overflow:hidden;
}

/*プロモーションサービス------------------------------------------*/
.box1 {
	width:190px;
	height:184px;
	background-image:url(../top_image/190_184-1.gif);
	background-repeat:no-repeat;
	float: left;
}
.box2 {
	width:190px;
	height:184px;
	margin-left:10px;
	background-image:url(../top_image/190_184-1.gif);
	background-repeat:no-repeat;
	float: left;
}
/*boxヘッド*/
.box_hed {
	height: 20px;
	width: 174px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
/*boxヘッドIE6*/
*html .box_hed {
	height: 20px;
	width: 174px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
/*boxヘッド2*/
.box_hed2 {
	height: 18px;
	width: 174px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#FF0000;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
/*boxヘッド2IE6*/
*html .box_hed2 {
	height: 18px;
	width: 174px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#FF0000;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
/*boxテキスト*/
.box_text1 {
	height: auto;
	width: 174px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#333333;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
/*boxボタン*/

.box_btn1 a, .box_btn1 a:link,.box_btn1:visited {
	height: 22px;
	width: 160px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#333333;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	background-image:url(../top_image/box_btn1.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:22px;
	text-indent:22px;
	display:block;

}
.box_btn1 a:hover,.box_btn1 a:active{
    height: 22px;
	width: 160px;
   color:#990000;                  /*←ロールオーバー文字カラー*/
   background-image:url(../top_image/box_btn2.gif);    /*←ボタンカラー*/
	background-repeat:no-repeat;
	line-height:22px;
	text-indent:22px;
	display:block;

}
/*boxボタンIE6*/

*html .box_btn1 a, *html .box_btn1 a:link,*html .box_btn1:visited {
	height: 22px;
	width: 160px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#333333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 8px;
	background-image:url(../top_image/box_btn1.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:22px;
	text-indent:22px;
	display:block;
	float:left;

}
*html .box_btn1 a:hover,*html .box_btn1 a:active{
    height: 22px;
	width: 160px;
   color:#990000;                  /*←ロールオーバー文字カラー*/
   background-image:url(../top_image/box_btn2.gif);    /*←ボタンカラー*/
	background-repeat:no-repeat;
	line-height:22px;
	text-indent:22px;
	display:block;

}

/*boxボタン2*/

.box_btn2 a, .box_btn1 a:link,.box_btn2:visited {
	height: 22px;
	width: 160px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#333333;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	background-image:url(../top_image/box_btn1.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:22px;
	text-indent:22px;
	display:block;

}
.box_btn2 a:hover,.box_btn2 a:active{
   color:#990000;                  /*←ロールオーバー文字カラー*/
   background-image:url(../top_image/box_btn2.gif);    /*←ボタンカラー*/
	background-repeat:no-repeat;
	line-height:22px;
	text-indent:22px;

}
/*NEWS--------------------------------------------------------------------*/



/*BOX背景*/
.news_box {
    width:390px;
	height:225px;
	margin-top:10px;
	float:left;
	background-image:url(../top_image/news.jpg);
	background-repeat:no-repeat;
}
.news_box2 {
    width:370px;
	height:200px;
	margin-top:30px;
	margin-left:10px;
}
/*IE6*/
*html .news_box2 {
    width:370px;
	height:200px;
	margin-top:40px;
	margin-left:10px;
}
/*新着情報日付*/
.news_day {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	height: auto;
	width: 370px;
	color: #333333;
}
/*新着情報見出し*/
.news_titel {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	height: auto;
	width: 370px;
	color:#FF0000;
	font-weight:bold;
}
/*新着情報テキスト*/
.news_text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	clear: right;
	float: left;
	height: auto;
	width: 370px;
	color: #333333;
	display:inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom:3px;
}



/*3M--------------------------------------------------------------------*/

/*BOX背景*/
.vikuiti_box {
    width:190px;
	height:225px;
	margin-top:10px;
	float:left;
	background-image:url(../top_image/3M.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}
.vikuiti_box2 {
    width:170px;
	height:225px;
	margin:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:333333;
}
*html .vikuiti_box2 {
    width:170px;
	height:225px;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:-10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:333333;
}
.vikuiti_01 {
    margin-bottom:5px;
	font-weight:bold;
}
.vikuiti_02 {
    color:#FF0000;
}
.vikuiti_03 {
    margin-bottom:5px;
}




/*サイドバー--------------------------------------------------------------------------------------------*/
#site_sidebar {
	float:left;
	width:190px;
	height:auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin-top:10px;
	margin-left:20px;
	overflow:hidden;
}
/*バナー*/
.baner_01 {
    margin-bottom:7px;
}
.baner1 a, .baner1 a:link,.baner1:visited {
	height: 76px;
	width: 190px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#333333;
	margin-top: 0px;
	margin-bottom: 7px;
	background-image:url(../top_image/baner01.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:22px;
	text-indent:22px;
	display:block;
	text-align:left;

}
.baner1 a:hover,.baner1 a:active{
    height: 76px;
	width: 190px;
   color:#990000;
   background-image:url(../top_image/baner02.gif);
	background-repeat:no-repeat;
	line-height:22px;
	text-indent:22px;
	display:block;
	text-align:left;

}

.baner2 {
    width:50px;
	height:63px;
	margin-top:7px;
	margin-left:-12px;
	margin-right:9px;
	margin-bottom:6px;
	float:left;
}

/*IE6*/
*html .baner2 {
    width:50px;
	height:63px;
	margin-top:7px;
	margin-left:-12px;
	margin-right:-12px;
	margin-bottom:6px;
	float:left;
}

.baner3{
    width:130px;
	height:20px;
	margin-top:8px;
	margin-bottom:8px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	float:left;
}
.baner4{
    width:130px;
	height:18px;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	float:left;
	text-align:left;
	line-height:14px;
}





/*itoma*/
.box_itoma {
    width:190px;
	height:170px;
	background-image:url(../top_image/itoma.gif);
	background-repeat:no-repeat;
}
.txt_itoma {
	width: 176px;
	height:auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	font-weight:bold;
	color:#000000;
	line-height: 12px;
	margin-top: -3px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
}


.itoma_btn a, .itoma_btn a:link,.itoma_btn:visited {
	height: 46px;
	width: 176px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#FFFFFF;
	margin-top: 73px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	text-align:center;
	background-image:url(../top_image/itoma_btn1.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:65px;
	display:block;

}
.itoma_btn a:hover,.itoma_btn a:active{
    height: 46px;
	width: 176px;
   color:#FFFFFF;
   background-image:url(../top_image/itoma_btn2.gif);
	background-repeat:no-repeat;
	line-height:65px;
	display:block;

}


/*フッター-----------------------------------------------------------------------------------------------*/
#site_footer {
	margin-left:20px;
	width:800px;
	height:10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
/*IE6*/
*html #site_footer {
	margin-left:20px;
	width:800px;
	height:1px;
	margin-top:-15px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

/*文字マージン*/
.footer_txt {
	width:auto;
	height:auto;
	margin-top:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	text-align:center;
	color:#333333;
	line-height:20px;
}
/*IE6*/
*html .footer_txt {
	width:auto;
	height:auto;
	margin-top:-5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	text-align:center;
	color:#333333;
	line-height:20px;
}

/*リンクデコレーションクリア*/
.f_crear {
	width:auto;
	height:auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin-top:-8px;
	text-align:center;
	color:#333333;
	text-decoration: underline;
}