/* CSS Document */

.a { 
  color: #333333;
  text-decoration: none;
  }   
.a:link {
	color: #333333;
	text-decoration: underline;
  }   
                      
.a:visited {                 /* 既に見たリンク */
  color: #666666;
  text-decoration: underline}
.a:active { color: #00ff00 } /* クリック時のリンク */
.a:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  text-decoration: none     /* 下線を消す */
}

#body {
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align:center;
	background-position: center;
	background-image:url(../img/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(../img/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(../img/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(../img/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(../img/btn-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
}
li a:hover,li a:active{
   color:#990000;                  /*←ロールオーバー文字カラー*/
   display:inline;
   background-image:url(../img/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(../img/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(../img/btn_top-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
}
.top a:hover,.top a:active{
   color:#990000;                  /*←ロールオーバー文字カラー*/
   display:inline;
   background-image:url(../img/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(../img/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(../img/btn_end-1.gif);     /*←ボタンカラー*/
	background-repeat:no-repeat;
}
.end a:hover,.end a:active{
   color:#990000;                  /*←ロールオーバー文字カラー*/
   display:inline;
   background-image:url(../img/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;
}

/*ヘッド*/
.hed_box {
   width:590px;
   height:26px;
   background-image:url(../img/bar1.gif);
   background-repeat:no-repeat;
   margin-bottom:10px;
}
.hed_text1 {
   width:auto;
   height:26px;
   margin-left:20px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:18px;
   color:#333333;
   float:left;
   line-height:26px;
}

/*IE6*/
*html .hed_text1 {
   width:auto;
   height:26px;
   margin-left:10px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:18px;
   color:#333333;
   float:left;
   line-height:26px;
}

.hed_text2 {
   width:auto;
   height:26px;
   margin-left:10px;
   font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:12px;
   color:#FF0000;
   float:left;
   line-height:30px;
}


/*プロフィール*/
.main_box {
    width:590px;
	height:383px;
	background-image:url(../img/main_box.gif);
	background-repeat:no-repeat;
}
.plofile {
	width:570px;
	height:30px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}
.pf01 {
    width:590px;
	height:auto;
	text-align:left;
	float:left;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin-top:5px;
}
.pf02 {
    width:350px;
	height:auto;
	margin-left:20px;
	text-align:left;
	float:left;
	line-height:25px;
}
.pf00 {
    margin-bottom:-12px;
}

/*boxボタン*/

.box_btn1 a, .box_btn1 a:link,.box_btn1:visited {
	height: 22px;
	width: 89px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color:#333333;
	background-image:url(../img/box_btn1.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:22px;
	text-indent:22px;
	display:block;
	float:left;
}
.box_btn1 a:hover,.box_btn1 a:active{
    height: 22px;
	width: 89px;
   color:#990000;                  /*←ロールオーバー文字カラー*/
   background-image:url(../img/box_btn2.gif);    /*←ボタンカラー*/
	background-repeat:no-repeat;
	line-height:22px;
	text-indent:22px;
	display:block;
	float:left;
}
.map_line{
    width:570px;
	height:363px;
	margin:10px;
}
	



/*サイドバー--------------------------------------------------------------------------------------------*/
#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(../img/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(../img/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(../img/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(../img/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(../img/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;
}
