@charset "utf-8";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 80%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

select {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	margin: 3px;
	padding: 3px;
}

br {
	letter-spacing: normal;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

textarea,select {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 1em;
}

input {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
}



form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
		color:#3A68AA;
		text-decoration: none;
}
a:hover {
	color: #055723;
	text-decoration: none;
}

a.ktform {
		font-size: 11px;
		color:#FFFFFF;
		text-decoration: underline;
}
a:hover.ktform {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.ktformw {
		color:#FFFFFF;
		text-decoration: underline;
}
a:hover.ktformw {
	color: #FFFFFF;
	text-decoration: underline;
}

/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/container_bg.gif);	/*HP最上段にある色のついたボーダー*/
	background-repeat: repeat-y;
	padding-top: 1px;
	clear: left;
}



/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	left: 10px;	/*ヘッダーのブロックに対して左から10pxに配置*/
	top: 10px;	/*ヘッダーのブロックに対して上から10pxに配置*/
}

/*サイト名ロゴ画像設定*/
#logo {
	position: absolute;
	left: 0px;	/*ヘッダーのブロックに対して左から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}

/*電話番号画像設定*/
#tel {
	position: absolute;
	right: 0px;	/*ヘッダーのブロックに対して右から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(../images/menu_bg.gif);
	height: 10px;
	width: 964px;
	padding-left: 19px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}

#uppermenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px;
  width: 200px;
  height: 20px;
  border: solid 1px #ccc;
  font-weight: bold;
}
#uppermenu li:hover {
  color: #fff;
  background: #333;
}
#uppermenu li ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  padding: 5px;
  width: 200px;
  background: #eee;
  border: solid 1px #ccc;
}
#uppermenu li ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  border: none;
}
#uppermenu li ul li a {
  display: inline-block;
  width: 200px;
  height: 20px;
}
#uppermenu li ul li a:hover {
  background: #999;
  color: #fff;
}

/*トップページのFLASH
---------------------------------------------------------------------------*/
#mainimg {
	background-image: url(../images/mainimg_bg.gif);	/*FLASH下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	text-align: center;
}

#mainimg img {
	vertical-align: bottom;
}



/*トップメインコンテンツ（whatsnew部分）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 710px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: inline;
	margin-right: 10px;
}

#main h2 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 42px;
	color: #000000;
	background-image: url(../images/h2bg3.gif);	/*h2背景画像設定*/
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 32px;
	background-color: #FFFFFF;
	clear: both;
}

#main h3 {
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 42px;
	color: #000000;
	background-image: url(../images/h2bg3.gif);	/*h3背景画像設定*/
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 32px;
	background-color: #FFFFFF;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;
}


/*通常ページメインコンテンツ（右側）
---------------------------------------------------------------------------*/
#pmain {
	float: right;
	width: 715px;
	padding-top: 10px;
	padding-bottom: 35px;
	display: inline;
	margin-right: 10px;
}

#pmain2 {
	float: right;
	width: 935px;
	padding-top: 10px;
	padding-bottom: 35px;
	display: inline;
	margin-right: 10px;
}

#pmain5 {
	float: right;
	width: 935px;
	padding-top: 10px;
	padding-bottom: 35px;
	display: inline;
	margin-right: 10px;
}

#pmain5.TD.mid {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	height: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
}

#pmain5.TD.midc {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	height: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
	border-bottom: solid 3px;
}

#pmain2 {
	float: right;
	width: 935px;
	padding-top: 10px;
	padding-bottom: 35px;
	display: inline;
	margin-right: 10px;
}



#pmain h2 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: #000000;
	background-image: url(../images/h2bg2.gif);	/*h2背景画像設定*/
	background-repeat: no-repeat;
	height: 36px;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 3px;
	background-color: #FFFFFF;
	clear: both;
}

#pmain h3 {
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 36px;
	color: #000000;
	background-image: url(../images/h2bg2.gif);	/*h3背景画像設定*/
	background-repeat: no-repeat;
	height: 36px;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 3px;
	background-color: #FFFFFF;
	clear: both;
}

#pmain h4 {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #000000;
	background-image: url(../images/h2bg4.gif);	/*h2背景画像設定*/
	background-repeat: no-repeat;
	height: 32px;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 3px;
	background-color: #FFFFFF;
	clear: both;
}

#pmain p {
	font-size: 100%;
	padding: 0.5em 10px 1em;
}

#pmain ul {
	margin-left: 20px;
	list-style-type: disc
}

#pmain2 h2 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: #000000;
	background-image: url(../images/p2h2bg2.gif);	/*h2背景画像設定*/
	background-repeat: no-repeat;
	height: 36px;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 3px;
	background-color: #FFFFFF;
	clear: both;
}

#pmain2 h3 {
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 36px;
	color: #000000;
	background-image: url(../images/h2bg2.gif);	/*h3背景画像設定*/
	background-repeat: no-repeat;
	height: 36px;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 3px;
	background-color: #FFFFFF;
	clear: both;
}

#pmain2 h4 {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #000000;
	background-image: url(../images/h2bg4.gif);	/*h2背景画像設定*/
	background-repeat: no-repeat;
	height: 32px;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 3px;
	background-color: #FFFFFF;
	clear: both;
}

#TD.mid {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	height: 32px;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
}

#TD.midc {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	height: 32px;
	overflow: hidden;
	background-color: #FFFFFF;
	clear: both;
	border-bottom: solid 3px;
}

#pmain2 p {
	font-size: 100%;
	padding: 0.5em 10px 1em;
}

#pmain2 ul {
	margin-left: 20px;
	list-style-type: disc
}


/*トップページ用サイドコンテンツ（右側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	margin-left: 12px;
}

#side h3 {
	font-size: 110%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(../images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side p {
	padding-top: 1em;
	padding-bottom: 1.5em;
}

/*ポップアップページ用コンテンツ
---------------------------------------------------------------------------*/
#popup {
	float: left;
	width: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	margin-left: 12px;
}

#popup2 {
	float: left;
	width: 512px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	margin-left: 12px;
}

#popup3 {
	float: left;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	margin-left: 12px;
}

#popup h3 {
	font-size: 110%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(../images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#popup2 h3 {
	font-size: 110%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(../images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#popup3 h3 {
	font-size: 110%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(../images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#popup p {
	text-align: left;	
	padding-top: 1em;
	padding-bottom: 1.5em;
}

#popup3 p {
	text-align: left;	
	padding-top: 1em;
	padding-bottom: 1.5em;
}

/*通常ページサイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#pside {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: inline;
	margin-left: 10px;
}

#pside h3 {
	font-size: 100%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(../images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pside p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/*サイドメニュー1
---------------------------------------------------------------------------*/
#side .sidemenu {
	margin-bottom: 1em;
}

#side .sidemenu li {
	background-image: url(../images/sidemenu_bg.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
}

#side .sidemenu a {
	display: block;
	width: 195px;
	border-bottom: 1px solid #bfbfbf;	/*下線*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#side .sidemenu a:hover {
	background-color: #d9e3dd;	/*カーソルオーバー時の背景色*/
}


#side .sidemenu2 {
	margin-bottom: 1em;
	background-color: #ffdddd;
}

#side .sidemenu2 li {
	background-image: url(../images/sidemenu_bg.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
}

#side .sidemenu2 a {
	display: block;
	width: 195px;
	border-bottom: 1px solid #bfbfbf;	/*下線*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#side .sidemenu2 a:hover {
	background-color: #d9e3dd;	/*カーソルオーバー時の背景色*/
}


/*サイドメニュー2
---------------------------------------------------------------------------*/
#pside .sidemenu {
	margin-bottom: 1em;
}

#pside .sidemenu li#menu1 {
	background-image: url(../images/sidemenu_bg.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #dce7f9;
}

#pside .sidemenu li#menu2 {
	background-image: url(../images/sidemenu_bggr.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
}

#pside .sidemenu li#menu3 {
	font-size: 10px;
	background-image: url(../images/sidemenu_bggrs.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

#pside .sidemenu li#menu4 {
	font-size: 10px;
	background-image: url(../images/sidemenu_bgs.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

#pside .sidemenu a {
	display: block;
	width: 190px;
	border-bottom: 1px solid #bfbfbf;	/*下線*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#pside .sidemenu a:hover {
	background-color: #d9e3dd;	/*カーソルオーバー時の背景色*/
}




/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}




/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	padding: 40px 4px 20px;
}


/*メインコンテンツ内の「What's New」部分 -----ここの高さは頻繁に変える------
---------------------------------------------------------------------------*/
#main dl.new {
	width: 700px;			/*What's Newボックスの幅*/
	height: 470px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}

#main dd {
	font-size:13px;
}

/*その他
---------------------------------------------------------------------------*/
ol {
	padding-left:28px
}

ol#jigyo {
	padding-left:32px
}

.color1 {
	color: #FF0000;
}

.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}


TD.middle {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:15px;
		letter-spacing:0.05em;
		color:#000000;
		line-height:25px
		}
		
TD.middle a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:15px;
		color:#3A68AA;
		line-height:25px
		}
		
TD.base {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		letter-spacing:0.05em;
		color:#000000;
		line-height:24px
		}

TD.base a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		color:#3A68AA;
		line-height:24px
		}
		
TD.footer {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:11px;
		color:#000000;
		line-height:15px
		}
		
TD.LMenu1 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:15px;
		font-weight : bold ;
		color:#000000;
		line-height:24px
		}

TD.LMenu1 a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:15px;
		font-weight : bold ;
		color:#3A68AA;
		text-decoration: none;
		line-height:24px
		}

TD.LMenu2 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:14px;
		color:#000000;
		line-height:22px
		}
		
TD.LMenu2 a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:14px;
		color:#3A68AA;
		text-decoration: none;
		line-height:22px
		}
		
TD.LMenu3 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:12px;
		color:#000000;
		line-height:18px
		}
		
TD.LMenu3 a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:12px;
		color:#3A68AA;
		text-decoration: none;
		line-height:18px
		}


TD.Main1 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:15px;
		font-weight : bold ;
		color:#000000;
		text-decoration: none;
		line-height:23px
		}
		
TD.Main1 a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:16px;
		font-weight : bold ;
		color:#3A68AA;
		text-decoration: none;
		line-height:24px
		}
		
TH.Main2 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:14px;
		font-weight : bold ;
		color:#000000;
		line-height:20px
		}
		
TD.Main2 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		color:#000000;
		line-height:21px
		}

TD.Main3 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:20px;
		font-weight: bold;
		color:#000000;
		line-height:25px
		}
		
TD.Main2rb {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		color:#000000;
		line-height:21px
		BORDER-RIGHT: #A1CAE1 2px solid; PADDING-RIGHT: 2px;
		}
		
TD.Main3 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:12px;
		color:#000000;
		line-height:18px
		}
		
TD.Main3spe {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:12px;
		color:#000000;
		line-height:18px
		padding-left: 50px;
		padding-right: 50px;
		}
		
TD.Main4 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		color:#000000;
		line-height:15px
		}

TD.Main5 {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		color:#000000;
		line-height:22px
		}
		
TD.Main2 a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		color:#3A68AA;
		text-decoration: none;
		line-height:21px
		}

TD.Main3 a {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:12px;
		color:#3A68AA;
		text-decoration: none;
		line-height:18px
		}
		
TD.upinfoMain1 {
		padding-top: 13px;
		padding-bottom: 13px;
		padding-left: 18px;
		padding-right: 18px;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:12px;
		color:#000000;
		line-height:18px
		}
		
TD.norBc {
		text-align: center;
		padding-top: 6px;
		padding-bottom: 6px;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		letter-spacing:0.05em;
		color:#000000;
		line-height:18px
		}
		
TD.norCc {
		text-align: center;
		padding-top: 3px;
		padding-bottom: 2px;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:13px;
		letter-spacing:0.05em;
		color:#000000;
		line-height:18px
		}
		
div.middle * {
           vertical-align:middle;
       }
       
div.got * {
			font-family: "ＭＳ Ｐゴシック", Osaka;
       }

p.maru {
		margin-left:30px;
		}
		
span.expl {
	font-size: 11px; 
	font-weight: normal;
}

span.size15 {font-size: 15px; }
span.size20 {font-size: 20px; }