/* ------------------------------------- 
 *  共通設定
 * ------------------------------------- */

* {
	margin: 0px;
	padding:0px;
}

body {
	color:#322C28;
	background-color:#FFFFFF;
	font: 12px/1.5 "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}


img { border:none; }

li { list-style:none; }

br.clear {
	clear:both;
	font:0/0 sans-serif;
}



/* ------------------------------------- 
 *  リンクカラーの設定
 * ------------------------------------- */

a:link,
a:visited,
a:active  {color: #322C28; text-decoration: underline;}
a:hover   {color: #158CB1; text-decoration: underline;}



/* ------------------------------------- 
 *  ページレイアウト
 * ------------------------------------- */
/*
#wrapper { background: url(./template/tekkon1/img/wrapper_bg.jpg) repeat-x; }
*/
#wrapper_pad { width:850px; margin:0px auto; }

#header {
	width:850px;
	height:420px;
	background: url(http://last200.img.jugem.jp/20070512_22954.jpg) no-repeat;
	color:#FEFCF0;
}

#sidemenu {
	width:220px;
	padding:0 0 0 40px;
	float:left;
}

#main {
	width:510px;
	padding:0 0 0 40px;
	float:left;
}

#footer {
	width:510px;
	margin:30px 0 180px 300px;
	clear:both;
}



/* ------------------------------------- 
 *  ヘッダー（サイトタイトル）
 * ------------------------------------- */
/*
#header h1 {
	padding:200px 0 0 336px;
}

	#header h1 a:link,
	#header h1 a:visited,
	#header h1 a:active,
	#header h1 a:hover {
		width:366px;
		height:90px;
		display:block;
		background: url(./template/tekkon1/img/header_link.jpg) no-repeat;
		text-indent:-9999px;
		text-decoration: none;
	}
*/
/*
.studio4c {
	padding:0 0 0 720px;
}

	.studio4c a:link,
	.studio4c a:visited,
	.studio4c a:active,
	.studio4c a:hover {
		width:90px;
		height:30px;
		display:block;
		background: url(./template/tekkon1/img/4c_link.jpg) no-repeat;
		text-indent:-9999px;
		text-decoration: none;
	}
*/
/*
#header h2 {
	width:346px;
	margin:35px 0 0 336px;
	font-size:24px;
	line-height: 120%;
}

	#header h2 a:link,
	#header h2 a:visited,
	#header h2 a:active  {color: #322C28; text-decoration: none;}
	#header h2 a:hover   {color: #158CB1; text-decoration: underline;}
*/

.toplink {
	padding:150px 0 0 0;
}

	.toplink a:link,
	.toplink a:visited,
	.toplink a:active,
	.toplink a:hover {
		width:850px;
		height:140px;
		display:block;
		text-indent:-9999px;
		text-decoration: none;
	}

#header .description {
	color:#000000;
	width:380px;
	font-size:20px;
	line-height: 120%;
	margin:0 0 0 310px;
        padding:5px 0 0 0;
}

/* ------------------------------------- 
 *  サイドメニュー
 * ------------------------------------- */

#sidemenu dl {
	width:200px;
	margin:0 10px 35px;
	text-align:right;
	font-size:10px;
}

	#sidemenu dt {
		height:25px;
		color:#158CB1;
		font-size:12px;
		font-weight:bold;
	}

	#sidemenu dd {  }

	#sidemenu li {
		padding-left:10px;
		margin-bottom:3px;
	}


.powered { margin: 10px 0; }



/* ------------------------------------- 
 *  カレンダー
 * ------------------------------------- */

#sidemenu dl#calendar {
	width:200px;
	margin:0 10px 35px;
}

	#sidemenu dl#calendar dt {
		height:25px;
		color:#158CB1;
		font-size:12px;
		font-weight:bold;
	}

	#sidemenu dl#calendar dd { width:200px; }


#calendar table {
	width:189px;
	margin: 0 auto;
}

	.cell {
		width: 26px;
		height:22px;
		text-align:center;
	}

	.cell a { font-weight:bolder;}

	.weekday {
		width: 27px;
		height:21px;
		font-size:9px;
		text-align:center;
	}

	.weekday_sun {
		width: 27px;
		height:21px;
		font-size:9px;
		color:#FF0000;
		text-align:center;
	}

	.weekday_sat {
		width: 27px;
		height:21px;
		font-size:9px;
		color:#0000FF;
		text-align:center;
	}

	.calendar_month {
		text-align:center;
		padding:5px 0 0 0;
	}



/* ------------------------------------- 
 *  Amazon (Recommend)
 * ------------------------------------- */

.amazon_text {
	width:150px;
	padding:0 0 0 50px;
}



/* ------------------------------------- 
 *  エントリー
 * ------------------------------------- */

dl.entry, dl.comment, dl.trackback {
	width:510px;
	margin-bottom:35px;
}

	dl.entry dt {
		width:510px;
		margin:0 0 5px;
		font-weight:bolder;
	}

.entry_title {
	font-size:15px;
}


	dl.entry dd {
		width:510px;
		margin:10px 0;
	}


.entry_state {
	text-align:right;
	font-size:10px;
}

	.entry_state a:link,
	.entry_state a:visited,
	.entry_state a:active  { font-weight:bolder; color:#666; text-decoration: underline; }
	.entry_state a:hover   { color: #158CB1; text-decoration: underline; }


	blockquote {
		font-size: 11px;
		color: #808080;
		border: 1px solid #ddd;
		margin: 10px 0px;
		padding: 5px;
	}

	.pict {
		padding: 4px;
		border-top: 1px #D1D1D1 solid;
		border-right: 1px #989898 solid;
		border-bottom: 1px #989898 solid;
		border-left: 1px #D1D1D1 solid;
	}



/* ------------------------------------- 
 *  コメント・トラックバック
 * ------------------------------------- */

dl.comment dt, dl.trackback dt {
	margin: 20px 0 10px;
	font-weight:bold;
}

	dl.tb_box { margin:10px; }
	dl.tb_box dd.tb_body { padding:5px 0; }
	dl.tb_box dd.tb_body strong { margin-bottom:5px; }

	dl.tb_box dd.tb_state {
		padding:3px 10px;
		text-align:right;
		border-top:1px dotted #DDD;
		font-size:11px;
	}

	dd.com_form { margin:3px 10px; }
	dd.com_form input.form { width:250px; }
	dd.com_form textarea { width:350px; }

	dd.tb_url {
		width:470px;
		height:18px;
		padding:4px 10px;
		margin:10px 10px 20px;
		font-size:11px;
		border: 1px solid #ddd;
		background:#F3F3F3;
	}



/* ------------------------------------- 
 *  ナビゲーション（エントリーリンク、ページリンク）
 * ------------------------------------- */

ul.navi {
	width:510px;
	padding:5px 7px;
	margin:0 0 30px;
	font-size:10px;
	text-align:center;
}

ul.navi li { display:inline; }
ul.navi li.prev {  }
ul.navi li.next {  }
ul.navi li.num { margin:0 5px; }



/* ------------------------------------- 
 *  フッター
 * ------------------------------------- */

.pagetop {
	float:right;
	font-size:10px;
}

#footer address {
	font-style:normal;
	font-size:10px;
	color: #158CB1;
}

	#footer a:link,
	#footer a:visited,
	#footer a:active  {color: #158CB1; text-decoration: underline;}
	#footer a:hover   {color: #158CB1; text-decoration: underline;}

/* ------------------------------------- 
 *  ここからオリジナルスタイルシート
 * ------------------------------------- */

div.title{
padding-left: 10px;
border-style: solid;
border-width: 1px 0px 1px 10px;
border-color: #20B2AA;
font-weight: bolder;
}

div.title2{
padding-left: 10px;
border-style: solid;
border-width: 1px 0px 1px 10px;
border-color: #20B2AA;
font-weight: bolder;
}

table.race-hyo{
border-width: 1px 1px 1px 1px;
border-style: solid; 
border-color: #000000;
}

TR.result-title{
text-align: center;
border-width: 1px 1px 1px 1px;
border-color: #000000;
color: #FFFFFF;
background-color: #20B2AA;
}

TD.k0{
width: 20px;
height: 20px;
}

TD.k1{
width: 30px;
height: 20px;
text-aling: center;
}

TD.k2{
width: 100px;
height: 20px;
}

TR.result-data{
text-align: center;
border-width: 1px 1px 1px 1px;
border-color: #000000;
color: #000000;
}

TD.wk1{
color: #000000;
background-color: #FFFFFF;
}

TD.wk2{
color: #FFFFFF;
background-color: #000000;
}

TD.wk3{
color: #FFFFFF;
background-color: #FF0000;
}

TD.wk4{
color: #FFFFFF;
background-color: #0000FF;
}

TD.wk5{
color: #000000;
background-color: #FFFF00;
}

TD.wk6{
color: #FFFFFF;
background-color: #008000;
}

TD.wk7{
color: #FFFFFF;
background-color: #FF9900;
}

TD.wk8{
color: #FFFFFF;
background-color: #FF00FF;
}

TD.wk9{
color: #FFFFFF;
background-color: #800080;
}

table.result{
border-width: 1px 1px 1px 1px;
border-style: solid; 
border-color: #20B2AA;
}

.ken{
text-align: center;
color: #FFFFFF;
background-color: #20B2AA;
}

.ken_result{
text-align: center;
text-decoration: blink;
font-weight: bolder;
}

table.yosoo{
border-width: 1px 1px 1px 1px;
border-style: solid; 
border-color: #20B2AA;
}

.yosoo_title{
text-align: center;
color: #FFFFFF;
background-color: #20B2AA;
border-color: #20B2AA;
font-weight: bolder;
}

.yosoo_title1{
width: 10%;
height: 10%;
text-align: center;
color: #FFFFFF;
background-color: #20B2AA;
}

table.reason{
border-width: 1px 1px 1px 1px;
border-style: solid; 
border-color: #20B2AA;
}

TR.yosoo{
color: #000000;
font-weight: bolder;
border-color: #20B2AA;
}

TD.yosoo_no{
width: 30%;
height: 10%;
text-align: left;
}