@charset "utf-8";
/**********全体共通**********/
body {
	padding: 0px;
	margin: 0px;
	background-image: url(/img/tku_bk.gif);
}
#BackLeft {
	background-image: url(/img/side_shadow_l.gif);
}
#BackRight {
	background-image: url(/img/side_shadow_r.gif);
}
/**タグ指定**/
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
a { text-decoration: none; color: #FF0000; }
a:hover { text-decoration: underline; }

/**色だけ指定**/
.Red {
	color: #FF0000;
}
.RedBold {
	font-weight: bold;
	color: #FF0000;
}
.Pink {
	color: #FF0066;
}
.Blue {
	color: #0099FF;
}
.Blue2 {
	color: #0000CC;
}
.Orange {
	color: #FF3300;
}
.Purple {
	color: #CC00FF;
}

/**ヘッダー**/
#HeadText {
	background-image: url(/img/tk_head_01.jpg); 
}
#HeadLogin {
	background-image: url(/img/tk_head_02.jpg); 
}
#HeadLogin form table {
	margin-top: 2px;
}
#HeadLogin form td {
	padding-bottom: 10px;
}

/***メインコンテンツ***/
#Contents {
	padding: 10px 0px;
}
/**レフトコンテンツ**/
#LeftContents {
	background-image: url(/img/side_bk.gif);
	background-repeat: repeat-y;
}
#LeftContents #Mobile {
	background-image: url(/img/right_menu_mb.jpg);
	background-repeat: no-repeat;
	padding-top: 238px;
}
#LeftContents #Mobile b {
	color: #FFFFFF;
	font-size: 14px;
}
#LeftContents #Mobile select {
	margin: 5px 0px;
}
/**ライトコンテンツ**/
#RightContents {
	background-image: url(/img/side_bk_c.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
#RightContents #MainContents {
	background-color: #FFFFCC;
	padding: 20px 20px 0px;
	line-height: 160%;
	font-size: 12px;
}
#RightContents #MainContents .Arrow {
	vertical-align: -5px;
}
#RightContents #MainContents b {
	font-size: 16px;
}
#RightContents #MainContents .BottomLine {
	margin-bottom: 30px;
}
#RightContents .MainContBottom {
	margin-bottom: 20px;
}
/*登録部分*/
#RightContents #Regist {
	background-image: url(/img/mform.jpg);
	background-repeat: no-repeat;
}
#RightContents #Regist form {
	margin-top: 232px;
}
#RightContents #Regist .Text {
	font-size: 13px;
	color: #333333;
	padding: 4px 0px 18px;
}
/*的中実績*/
#RightContents #Result table {
	background-image: url(/img/jisseki_tk.gif);
	background-repeat: no-repeat;
}
#RightContents #Result table th {
	padding-right: 115px;
	font-size: 25px;
	color: #FFFF00
}
#RightContents #Result table td {
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#RightContents #Result div {
	padding: 10px 0px 0px;
}

/**フッター**/
#FooterMian {
	background-image: url(/img/bt_bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#FooterMian div {
	padding-top: 22px;
	line-height: 180%;
	font-size: 12px;
}
#FooterMian div span {
	color: #333333;
}