@charset "utf-8";

#top-head {
	width: 940px;
	margin: 0 auto 0;
	}
#light_mid {
	margin: 0px;
	padding: 0px;
	height: 1180px;
	width: 940px;
}

/* リスト全体 */
.top_area {
	height: 125px;/*japanese 125px*/
	width: 100%;
	background-image: url(../images/bg/img_bkg_150.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.top_area_onwork {
	height: 132px;
	width: 100%;
	background-image: url(../images/bg/img_bkg_onwork.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.top_title {
	background-image: url(../images/button/whitebutton-tukamoto.png);
}
.top_language {
	font-size: 14px;
	background-image: url(../images/button/whitebutton-language.jpg);
	font-weight: bolder;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.top-head {
	width: 940px;
	margin: 0 auto 0;
}
.top_background {
	position: relative;
}
#top_link{
}
#top_link a{/*リンクされた文字*/
	color:black;
	font-style:normal;
	text-decoration:none;
}
#top_link a:link  {/*未訪問のリンク*/
	color:black;
	font-style:normal;
	text-decoration:none;
}
#top_link a:visited  {/*訪問後のリンク*/
	color:black;
	text-decoration:none;
}
#top_link a:hover  {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:none;
}
#top_link a:active  {/*クリック中*/
    text-decoration:none;
}

.top_logo {
	position: absolute;
	left: 15px;
	top: 24px;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	float: left;
}
.top_logo_name {
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	float: left;
}

.top_menu {
	width: 940px;
	height: 50px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	background-image: url(../images/bg/bk-m.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.top_menu ul
   {
	width:940px;          /* リスト全体の幅 */
	height:50px;      /* リストマークを無しにする */
	text-align:center;    /* 文字を中央 */
	font-size:150%;     /* 文字を太く */
	line-height:200%;     /* 行の高さを調整 */
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	color: #2A0000;
	text-decoration:none;
	font-family: "ＭＳ ゴシック";
   }

/* 各項目 */
.top_menu ul li
   {
	width:100px;          /* 項目の幅 */
	height:50px;          /* 項目の高さ */
	float:left;           /* 各項目を左側から回り込み */
	margin: 0px;
	padding: 0px;
	color: #2A0000;
	text-decoration:none;
   }

/* リンク部分 */
.top_menu a
   {
	display:block;          /* リンク範囲をブロックに変換 */
	width:100%;             /* リンク範囲（幅）をリスト項目範囲全て */
	height:100%;            /* リンク範囲（高さ）をリスト項目範囲全て */
	/*background-image:url(../images/button/whitebutton-tukamoto.png);      リンク範囲の背景画像設定 */
	background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
	color:#00F;                    /* リンク文字色 */
	background-position: left center;
	margin: 0px;
	padding: 0px;
   }

.top_menu a:link
   {
	color:#2A0000;
}                 /* まだ見ていないリンク色 */

.top_menu a:visited
   {
	color:#00F;
}                 /* 既に見たリンク色 */
 
.top_menu a:hover
   {
	color:#FF9F00;                  /* マウスが上に来た時の文字色 */
	background-repeat: no-repeat;
	background-position: left center;
   }

/* リンク部分 */
.top_menu img
   {display:none;}                  /* 画像２を表示しない */

/* 言語　*/
.top_lan
{
	height:8px;      /* 言語サイズ */
}
