@charset "Shift_JIS";

/* ■レイアウトページ共通 */

.width {  /* ヘッダ部分（950px） */
  width:		950px;
  margin:		0px 0px 0px 0px;
}

.header_tile {  /* タイトル部分（画像） */
  margin:				0;
  width:				100%;
  height:				40px;
  background-image:		url(../image/header_title.gif);
  background-repeat:	repeat-x;
}
/*
#title {   タイトル部分（文字） 
  margin:  		0;
  padding:  	5px 0px;
  font-size:  	84%;  
  color:  		#FFFFFF;
  width: 		100%;
  background:  	#FFAACC;
}
*/
#title {  /* タイトル部分（文字） */
  margin:  		0;
  padding:  	5px 0px;
  font-size:  	84%;  
  color:  		#FFFFFF;
  width: 		100%;
/*  background:  	#FF7d10;*/
/*  background:	#6491FF;*/
  background:	#00B450;
}

#header_link {  /* ヘッダーのリンク */
  color:			#FFFFFF;
  font-size:		85%;
  font-weight:		bold;
}

#top  {  /* テーブル見出し */
  width:  		728px;
  margin:  		20px auto 0px auto;
  padding:  	10px 0px 10px 0px;
  text-align:  	left;
  font-size:  	100%;
  font-weight: 	bold;
  color:  		#FFFFFF;
  background-image: url(../image/title-header1.gif);
}

#wrap  {  /* コンテンツの囲み */
  width:  		728px;
  margin:  		0px auto 0px auto;
  padding:  	10px 0px 10px 0px;
/*  background-attachment: 	fixed;*/
  background-image: 		url(../image/space_bg_tile.gif);
  background-repeat: 		repeat-y;
}

#bottom  {  /* テーブル閉じ画像 */
  width:  		728px;
  margin:  		0px auto 20px auto;
  padding:  	10px 0px 10px 0px;
  background-image: url(../image/space_bottom.gif);
}

#footer {  /* フッタ */
  width:		950px;
  margin:		0;
  padding:		5px;
  font-size:	84%;
  border-top:	solid 1px #999999;
}
/*
.subheading {   小見出し 
  color:		#FF66CC;
  font-size:	70%;
  font-weight:	bold;
}
*/
.subheading {  /* 小見出し */
  /*color:		#FF8000;*/
  color: #0A7300;
  font-size:	80%;
  font-weight:	bold;
}

.subheading_l {  /* 小見出し */
  /*color:		#FF8000;*/
  color: #0A7300;
  font-size:	80%;
  font-weight:	bold;

}

.sidemenu_txt { /* サイドメニューテキスト用 */
  width:			160px;
}

.sidemenu_txt_l { /* サイドメニューテキスト用 */
  width:			160px;
  text-align:  	left;
}

.sidemenu_img { /* サイドメニュー画像用 */
  width:		160px;
  height:		30px;
}

.tdline{
	width: 80%;
	color: #cccccc;
	text-align: left;
}

.check{
  color: #ff0000;
  font-size:	80%;
  font-weight:	bold;
}

.minifont{
  font-size:	80%;
}

.left_box{
	text-align: left;
}
