/* All Layout
-------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p
{
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}


a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* ----- body ----- */

body{
  color: #666666;
  background: #ebebeb url(images/body_bg.gif) repeat-y 50% 0;
  text-align: center;
}

#wrapper {
  width: 810px;
  margin: 0 auto;
  text-align: center;
}

/*\*/
* html #wrapper {width: 830px;}	/* For Win IE */
/* */ 

/* ----- ヘッダー部分 ----- */

#header {
  color: #555555;
  background: #ffffff url(images/header_tt.gif) no-repeat 0 0;
  width: 810px;
  height: 65px;
  text-align: left;
  margin: 0 0 24px 0;
}

#header h1 {
  font-size: 12pt;
  font-weight: bold;
  position: relative;   
  top: 38px;   
  left: 138px;
}

/*--------------------title--------------------*/

.cont{
  width: 680px;
  margin: 30px auto;
}

.ttst{
  color: #ffffff;
  font-size: 11pt;
  font-weight: bold;
  background-color : #95a2ff;
  text-align: left;
  width: 660px;
  margin:0 0 20px 0;
  padding:6px 0 3px 10px;
  border-bottom: 4px solid #0000ff;
  border-left: 16px solid #0000ff;
}

.ttst a{
  color: #ffffff;
  font-size: 9pt;
  font-weight: normal;
}

.ttst a:hover {
  color: #ff0000;
  text-decoration: none;
}

.close{
  text-align: center;
  color: #ffffff;
  margin: 10px 0 0 0;
}

.totop{
  text-align: right;
  font-size: 9pt;
  color: #888888;
  padding: 0 20px 0 0;
}

/*--------------------table--------------------*/

.table1{
  width: 640px;
  text-align: center;
  margin: 0 auto 15px auto;
}

/*--------------------td--------------------*/

.tt1{
  color: #fff;
  background-color: #4646ff;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  padding: 3px 0 2px 0;
}

.tt2{
  color: #4646ff;
  text-align: center;
  line-height: 100%;
  font-size: 9pt;
  padding: 6px 0px 1px 0px;
  border-bottom: 2px solid #888;
}

.ttj{
  color: #ae0000;
  background-color: #e8e8e8;
  text-align: center;
  font-weight: bold;
  width: 70px;
  font-size: 10pt;
  padding: 1px 0 0 0;
  border-bottom: 1px solid #808080;
}

.tta{
  color: #0035a4;
  background-color: #e8e8e8;
  text-align: center;
  font-weight: bold;
  width: 70px;
  font-size: 10pt;
  padding: 1px 0 0 0;
  border-bottom: 1px solid #808080;
}

.tt4{
  color: #555555;
  text-align: center;
  background-color: #e8e8e8;
  width: 60px;
  font-size: 10pt;
  padding: 1px 0 0 0;
  border-bottom: 1px solid #808080;
}

.tt5{
  color: #555555;
  text-align: center;
  width: 75px;
  font-size: 10pt;
  font-weight: bold;
  padding: 1px 0 0 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #808080;
}

.tt6{
  color : #ff4600;
  text-align: center;
  width: 30px;
  font-size: 9pt;
  padding: 1px 0 0 0;
  border-bottom: 1px solid #808080;
}

.tt7{
  color : #fff;
  width: 20px;
}

.tt8{
  color : #ff4600;
  text-align: center;
  font-size: 12px;
  text-align: left;
  line-height: 120%;
  padding: 5px 0 0 5px;
}
/* ----- フッター（追加） ----- */

#footer
{
  width: 810px;
  background:#ffffff url(images/footer_bg.gif) repeat-x 0 0;
  padding:15px 0 10px 0;
  text-align:center;
  font-size:9pt;
  color:#999999;
}

