/* ブロック組 */
/* 外枠 */

* { margin : 0 ; padding : 0 ; }

body { 
color: #999;
text-align: center;
font-size: 10pt;
font-family: "Tahoma","Verdana","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","ＭＳ Ｐゴシック";
background-color: #000;
background-image: url(/img/bg.png);   /* 背景影 */
background-repeat: no-repeat;
background-position: center 120px;
margin-top : 0;
margin-left : auto;
margin-right : auto;
margin-bottom : 0;
padding: 0;
}

#container {
	width: 780px;
	margin-left : auto;
	margin-right : auto;
}

#main_menu {
	padding: 10px 0 0 0;
	float: right;
}

#main_menu ul {
	list-style : none;  /*リストマークを消す*/
	margin: 0;
	padding:0;
}

#main_menu li { 
	float:left;  /*一列にリストを並ばせる*/
	margin: 0;
	padding: 0;
/*	display: inline;*/
}

#main_menu li img {
	margin: 0;
	padding: 0;
	border: 0 solid #bfbfbf;
}

#menu li a {   
	display:block;  /*リンク範囲をブロックに変更*/
}


#currtitle {
	margin: 0 auto 0 0; 
	padding: 0;
	vertical-align: middle;
	border-collapse: collapse;
}

#currtitle_l {
	margin: 0; 
	padding: 0;
	background-image: url("/img/title_l.png");
	background-repeat: no-repeat;
	width: 36px; 
	height: 56px;
}

#currtitle_c {
	margin: 0; 
	padding: 0;
	background-image: url("/img/title_c.png");
	background-repeat: repeat-x;
	height: 56px;
	color:#999;
	font:bold 200% helvetica, arial, sans-serif;
}

#currtitle_r {
	margin: 0; 
	padding: 0;
	background-image: url("/img/title_r.png");
	background-repeat: no-repeat;
	width: 36px; 
	height: 56px;
}

#main1 {
	padding : 0;
	margin : 0;
	text-align: left;
}

#submenu {
	float: left;
	width: 126px;
	padding-top: 10px;
}
    #submenu ul {
	padding : 0;
	margin : 0;
	list-style : none;  /*リストマークを消す*/
	text-align: left;
	}

    #submenu li {
	margin : 0;
	padding: 0;
	display: inline;  /*縦に隙間なくリストを並ばせる*/
	line-height: 1;
	text-indent: 0; 
	}

    #submenu li a {
	padding: 8px;
	display:block;  /*リンク範囲をブロックに変更*/
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}

    #submenu li a:hover {
	color: #66f;
	}


#main2 {
	float: right;
	width: 650px;/* IEにバグあり。左と足して100%はダメ。4引く位が霊験灼か */
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	text-align: left;
}

.separater {
	clear: both; /*コンテンツ下でも使用する為*/
	width: 100%;
	vertical-align: top;
}


tr,td,th { font-size: 10pt;  }


table#counter {
	display: inline;
	margin: 0; 
	padding: 0;
	border-collapse: collapse; 
}

table#counter td {
	background-image: url(ttbimg/counter/counter_flame.png);
	background-repeat: no-repeat;
	background-position: center top; 
	text-align: center;
	vertical-align: middle;
	width: 93px;
	height: 33px;
}


table.subject {
	display: inline;
	margin: 0; 
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	float: left;
}

td.subject_l {
	background-image: url(img/subject/subject_l.png);
	background-repeat: no-repeat;
	width: 11px; 
	height: 22px;
}

td.subject_c {
	background-image: url(img/subject/subject_c.png);
	background-repeat: repeat-x;
	height: 22px;
	color:#6c6;
	font-weight:bold; 
	white-space: nowrap;
}

td.subject_r {
	background-image: url(img/subject/subject_r.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 22px;
}

/*
.gf {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	background-color:#1c1c1c;
	width: 780px; 
	border: solid 1px #666 ;
}

.parent_source {
	margin: 5px auto 10px auto; 
	width: 760px;
	line-height: 1.5;
}

.child_source {
	margin: 10px auto 10px 60px; 
	width: 680px;
	line-height: 1.5;
}

hr.com_sep {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 87%;
	border: solid 1px #333;
}

*/

#footer {
	padding: 10px;
	color: #999;
	background-color: #333;
	width: 780px;
	border: 1px solid #666;
}


/*span { font-size: $t_size; }*/
span { font-size: 18pt; } /* span は他にも指定したので改善のこと */
big  { font-size: 12pt; }

A:link {color:#999; text-decoration:none;}
A:alink {color:#999 ; text-decoration:none;}
A:visited {color:#666 ; text-decoration:none;}
A:hover {color: #66f; text-decoration: underline;}


img {
	border: 0 solid #000;
	outline:　none; 
	vertical-align: text-bottom; /* 画像下の余白生成防止 */
}

dl.prof {
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding: 1em;

	background-color: #1c1c1c;
	border: 1px solid #666;
}

dl.prof dt {
	display: block;
/*	margin-top: 1em;*/
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: bold;
	/*color:#ccc;*/
}

dl.prof dd {
	font-size: 12px;
	margin-left: 1em;
	/*color:#ccc;*/
}


td.banner {
	text-align: center;
}

