@charset 'UTF-8';
/* HTML Elements */


/*Reset CSS*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}





/*Reset CSS */
* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: url(images/bg_body.gif) #151515;
	color: #333333;
	padding: 13px 0 25px 0;  
	font-size:16px;
	margin:0px;
	text-align:center;
/*\*/
  font-size:100%;
/**/
	}


body{
	 font-family : Verdana, Hiragino Kaku Gothic Pro, Osaka, MS PGothic, Meiryo, sans-serif; 
	 font-size:82%;
	}

div, li {
	line-height:137%;
}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #204397;
	text-decoration:none
	}

a:hover, a:active {
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size:0.9em;
	background:#f0f0f0;
	padding:3px 6px;
	}
.small {
	font-size:0.8em;
}
img, a:link img, a:visited img {
	border:0
	}
	
	

/* Structure */

#page {
	width:980px;
	margin:0 auto;
	font-size:100%;
	background:#FFF;
	text-align:left;
	border:medium double #cccccc;  
	}
#page-inner {
	padding: 10px 25px 35px 25px;
}

#branding {
	width:500px;
	padding-bottom:10px;
	}
	
#branding h1{
}
#branding h1 a {
	background:url(images/logo.gif) no-repeat;
	width:264px;
	height:49px;
	font-size:200%;
	font-weight:bold;
	width:264px;
	height:49px;
	display:block;
}
h1 span { display:none; }

#branding h1 a span{
	display:none;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	margin-bottom:35px;
	}

#leftcol {
	width:317px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:307px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav {
	margin-top:-10px;
}
.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background-color:#E0EEF5;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #CBE3ED;
	font-weight:bold;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#CBE3ED;
	text-decoration:none;
	color: #809DE3;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none;
	font-weight:normal;
	}
		
	 
	
	
/*	Headers */


	
h2 {}

h3, #sidebar h2 {
	font: 1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	/*border-top:5px solid #204397;
	border-bottom:1px solid #204397;*/
	padding:2px 0 2px 10px;
	margin:22px 0 10px 0;
	font-size:1em;
	background:url(images/bg_heading1.gif) repeat-x;
	color:#ffffff;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:665px;
	float:left;
	margin-bottom:35px;
	}
	
#content p {
	line-height:146%;
	}
	
#content h2 {
	font-size:130%;
	margin:20px 0 10px 0;
	font-weight:bold;
	padding:3px 0px;
	border-bottom:4px solid #CBE3ED;
	
}
#content h3 {
	font-size:118%;
	margin:20px 0 10px 0;
	font-weight:bold;
	padding:3px 6px;
	border-left:4px solid #000;
	background:#f0f0f0;
	color:#000;
}
#content h4 {
	font-size:100%;
	margin:15px 0 10px 0;
	font-weight:bold;
	color:#000;
}
#content ol {
	list-style-type:decimal;
}
#content ul{
	list-style-type:disc;
}
#content ul li, #content ol li {
	line-height:163%;
}



.post {

	line-height:146%;
	font-size:118%;
}
.wp-caption {
	border:1px solid #cccccc;
	background:#f0f0f0;
	padding:5px;
	font-size:0.9em;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
	text-align:center;
}
.description h2 {
	font-size: 82%;
	font-weight: bold; 
	color:#545454;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}
.feature h4, .feature h4 a {
	margin:0 0 5px 0 !important;
	padding:0 0 0 10px;
	color:#333333;
}
.feature h4 a:hover {
	color:#999999;
}
.feature h4.flag {
	background:url(../../uploads/flag_blue_16x16.png) no-repeat;
}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	/*padding:1px;
	border:1px solid #000;*/
	}

h2.sidebar-header {
	background-color:#333333;
	color:#ffffff;
	padding:3px 5px !important;
}	
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em ;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}
#leftcol .feature p {
	line-height:135%;
	font-size:0.9em;
	}
#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	
#rightcol h3 {
	margin-top:10px;
	background-color:#7D8BA3;
	padding:3px 10px;
}

#rightcol h3 a {
	color:#FFFFFF !important;
}
#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#CBE3ED;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #CBE3ED;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#CBE3ED;
	color: #798084;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#809DE3;
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#E0EEF5;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#FFFFE0;
	padding:6px 14px;
	margin:18px 35px;
	border:1px solid #E6DB55;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em ;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.8em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}
	
	
/*table style*/
table.table_style1 {
	width:95%;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	margin:1em auto;
	border-collapse:collapse;
	}
table.table_style1 caption {
	color: #333333;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}	
table.table_style1 tr.odd td	{
	background:#f7fbff
	}
table.table_style1 tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
table.table_style1 td {
	color:#333333;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:.3em 1em;
	}				
table.table_style1 th {
	font-weight:normal;
	color: #333333;
	text-align:left;
	border-bottom: 1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:.3em 1em;
	text-align:center;
	background:#EAEAEA;
	}							
table.table_style1 thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em;
	color:#333333;
	}	
table.table_style1 tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em ;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
table.table_style1 tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
	
/*table style2*/  /*using for review table*/
table.table_style2 {
	width:95%;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	margin:1em auto;
	border-collapse:collapse;
	}
table.table_style2 caption {
	color: #333333;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}	

table.table_style2 td {
	color:#333333;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:.3em 1em;
	background:#FFFFFF;
	}				
table.table_style2 th {
	font-weight:normal;
	color: #000000;
	text-align:left;
	border-bottom: 1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:.3em 1em;
	text-align:right;
	font-weight:bold;
	background:#EAF3FA;
	width:150px;
	}							


/*table style3*/  /*using for review table*/
table.table_style3 {
	width:95%;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	margin:1em auto;
	border-collapse:collapse;
	}
table.table_style3 caption {
	color: #333333;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}	

table.table_style3 td {
	color:#FFFFFF;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:.3em 1em;
	background:#FFFFFF;
	}				
table.table_style3 th {
	font-weight:normal;
	color: #000000;
	text-align:left;
	border-bottom: 1px solid #dddddd;
	border-left:1px solid #dddddd;
	padding:.3em 1em;
	text-align:right;
	font-weight:bold;
	background:#EAF3FA;
	width:150px;
	}							
	
table.table_style3 .red {
	background-color:#FF0000;

}
table.table_style3 .red {
	background-color:#FF0000;

}
table.table_style3 .green {
	background-color:#006600;

}
table.table_style3 .black {
	background-color:#000000;

}
table.table_style3 .pink {
	background-color:#FF66CC;

}

/*table_style4*/ /*roulette page*/
table.table_style4 {
	width:95%;
	border-top:1px solid #C6D9E9;
	border-right:1px solid #C6D9E9;
	border-left:1px solid #C6D9E9;
	background-color:#E4F2FD;
	margin:1em auto;
	border-collapse:collapse;
	}
table.table_style4  caption {
	color: #333333;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	}	


table.table_style4  td {
	color:#333333;
	border-bottom:1px solid #C6D9E9;
	/*border-left:1px solid #dddddd;*/
	padding:1em;
	}				
table.table_style4  th {
	font-weight:normal;
	color: #333333;
	text-align:left;
	border-bottom: 1px solid #C6D9E9;
	/*border-left:1px solid #C6D9E9;*/
	padding:.3em 1em;
	text-align:center;
	background:#EAEAEA;
	}							

	

	
/*table_style-hand*/
table.table_style-hand {
	width:95%;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	margin:1em auto;
	border-collapse:collapse;
	}
table.table_style-hand caption {
	color: #333333;
	font-size:1.2em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	font-weight:bold;
	text-align:center;
	}	
table.table_style-hand tr.odd td	{
	background:#f7fbff
	}
table.table_style-hand tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
table.table_style-hand td {
	color:#333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	padding:.3em 1em;
	text-align:center;
	}				
table.table_style-hand th {
	font-weight:normal;
	color: #333333;
	text-align:left;
	border-bottom: 1px solid #333333;
	border-left:1px solid #333333;
	padding:.3em 1em;
	text-align:center;
	background:#FFFFFF;
	font-weight:bold;
	}							
table.table_style-hand thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em;
	color:#333333;
	}	
table.table_style-hand tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em ;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
table.table_style-hand tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
table.table_style-hand td.s {
	background-color:#FF0000;
	color:#FFFFFF;
}
table.table_style-hand td.d {
	background-color:#00CCCC;
	color:#FFFFFF;
}
table.table_style-hand td.h {
	background-color:#009966;
	color:#FFFFFF;
}
table.table_style-hand td.r {
	background-color:#003300;
	color:#FFFFFF;
}
table.table_style-hand td.p {
	background-color:#000066;
	color:#FFFFFF;
}
table.table_style-hand td.dealer {
	background-color:#FFFFCC;
	font-weight:bold;
}
table.table_style-hand th.blank {
	background-color:#333333;
}

/************BUTTONS STYLE************************/

/* BUTTONS */

a.buttons, .buttons button{
    display:block;
    float:left;
    margin:0;
    background-color:#ffffe0;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-size:0.8em;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, a:hover.buttons {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


a:link.buttons2 {
    display:block;
    float:left;
    margin:0;
	background:url(images/goto_16x16.png) no-repeat #2683AE 8px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    line-height:130%;
    text-decoration:none;
    color:#FFFFFF;
    cursor:pointer;
    padding:5px 10px 6px 28px; /* Links */
	font-weight:bold;
}
a:hover.buttons2 {

    background-color:#CEE1EF;
	text-decoration:none;
    color:#151515;
}

.img_border {
	border:4px solid #666666 !important;
	background:#666666;
}
table.ranking {

}
table.ranking td {
	border-bottom:1px dotted #666666;
	font-size:0.9em;
	padding:5px 0;
}
table.ranking h5 {
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:0.3em;
}
.rank {
	font-weight:bold;
	font-size:1.3em !important;
	text-align:center;
}

ul.news {

}
ul.news li {
	background:url(../../uploads/news_16x16.png) no-repeat;
	padding-left:18px;
}
.breadcrumb {
	margin-top:20px;
	font-size:0.8em;
}