/* style: index */


/* `common 
-------------------------------------------------- */
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden}
.clearfix{display:inline-table}
*html .clearfix{height:1%}
.clearfix{display:block}
.clear{clear:both}

h1 {
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 40px;
	margin-left: 10px;
	font-weight: normal;
}
li {
	width: 250px;
}

/* `iepngfix 
-------------------------------------------------- */
li, .container .grid_10, #pmt, #re_on_twitter, #ol_on_twitter, #re_blog {
	behavior: url(css/iepngfix.htc);
}

/* container 
-------------------------------------------------- */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.grid_10, .grid_5 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.grid_5 {
	width: 280px;
	padding-left: 50px!important;
	padding-left: 20px;
}
.grid_10 {
	/* 
	background: transparent url(../img/bg_lt_index.png) no-repeat scroll right bottom;
	 */
	height: 402px;
	width: 587px;
}

body {
	background-color: #B8B89F;
	color: #fff;
	font-family: arial,verdana,sans-serif;
}

#pmt {
	background: transparent url(../img/bg_rt_index2.png) no-repeat scroll left top;
	position: relative;
	left: -10px;
	width: 277px;
	height: 200px;
	padding-left: 23px;
	padding-top: 10px;
}
#pmt ul {
	font-size: 13px;
}
#pmt ul li {
	background: transparent url(../img/checkbox.png) no-repeat scroll 0 center;
	line-height: 1.6;
	padding-left: 25px;
}

#form {
	margin-top: 20px;
}
/* 
#form a {
	background: transparent url(../img/bg_login.png) no-repeat scroll 0 0;
	display: block;
	font-size: 0;
	height: 56px;
	width: 162px;
}
#form p {
	font-size: 18px;
	line-height: 4;
	color: #627476;
}
*/
.txt {
	font-size: 14px;
	line-height: 2;
	color: #627476;
	text-align: right;
}
a#login_button {
	background-color: #ECE9D8;
	display: block;
	height: 25px;
	width: 84px;
	text-align: center;
	line-height: 1.8;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
}
a#login_button:hover {
	color: #000;
	background-color: #F9E9D8;
}
a#signin_or {
	display: block;
	font-size: 12px;
	color: #F9E9D8;
	line-height: 2;
	margin-top: 35px;
	
}
a#signin_or:hover {
	text-decoration: underline;
}

.selection {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
.selection  {
	width: 100%;
	margin: 0 auto;	
}
.selection a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
a#t_oauth {
	margin: 40px auto 0;
	background-color: #78BCC9;
	padding: 10px 20px;
	font-size: larger;
	color: #fff;
	width: 140px;
	text-align: center;
}
a#t_oauth:hover {
	background-color: #92BCC9;
}
a#t_basic {
}


label {
	font-weight: bold;
	float: left;
	display: inline;
}
input {
	font-family: arial, verdana, sans-serif;
	border: 1px solid #999;
	width: 180px;
	height: 18px;
}
.choice {
	font-size: 10px;
	display: block;
	background: transparent url(../img/choice.png) no-repeat scroll 0 0;
	height: 20px;
	padding-left: 20px;
	line-height: 1.8;
}
#trip {
	font-style: italic;
	color: red;
	font-size: 12px;
}

/* `footer 
-------------------------------------------------- */
#footer {
	background-color: #627476;
	height: 37px;
	line-height: 3;
	margin-top: 30px;
	margin-left: 10px;
	clear: both;
	font-size: 12px;
	position: relative;
}
*html #footer {
	height: 30px;
	padding-top: 5px;
}
#footer p {
	position: absolute;
	right: 10px;
	top: 0;
}
#footer a {
	color: #B8B89F;
	cursor:	pointer;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
