@charset "utf-8";
/* CSS Document */

/* tag ***********************************************************************/

html,h1,h2,h3,h4,h5,h6,table,p,div,pre,span,ul,ol,li,dl,dt,dd,form,strong,em,img,embed,object {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	background: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 140%;
}

img {
	border: 0px;
}

table {
	font-size: 100%;
}
#contents{
	margin:0px auto 0px auto;
/* 	*_margin:20px 0px 0px 30px; */
	padding: 0px 0px 0px 0px;
}
#contents02{
	margin:20px auto 0px auto;
	*_margin:20px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
#select-type{
	margin:20px 0px 0px 20px;
	*_margin:20px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
a:link {
	color: #666666;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #666666;
	text-decoration:underline;
	background-color: transparent;
}
a:active {
	color: #666666;
	text-decoration:underline;
	background-color: transparent;
}
a:hover {
	color: #666666;
	text-decoration:underline;
	background-color: transparent;
}

/* tag end *******************************************************************/
.gl_menu{
	background: url(/static/image/practice/skin_greenwood/gl_menu.gif) no-repeat top left;
	font-size:15px;
	width: 130px;
	height: 30px;line-height:30px;
    text-align:center;
    padding: 0px 0px 0px 0px;
    display: block;
    overflow: hidden;
	color:#FFFFFF;
	text-decoration: none;
	border:0;
}

.gl_menu:hover{
	background: url(/static/image/practice/skin_greenwood/gl_menu_hover.gif) no-repeat top left;
}
.left_menu{
	background: url(/static/image/practice/skin_golf_umesato/lm_07_a.gif) no-repeat top left;
	font-size:14px;
	width: 190px;
	height: 40px;line-height:40px;
    text-align:left;text-indent:30px;
    padding: 0px 0px 0px 0px;
    display: block;
    overflow: hidden;
	color:#FFFFFF;
	text-decoration: none;
	border:0;
}
.left_menu a{
	line-height:40px;
}

.left_menu:hover{
	background: url(/static/image/practice/skin_golf_umesato/lm_07_b.gif) no-repeat top left;
}

.clear {
	clear: both;
}

.float_l{
	float: left;
}

.float_r{
	float: right;
}

/* float end *****************************************************************/




/* layout ********************************************************************/

#layout {
	width: 780;
	padding: 0px 0px 0px 42px;
	margin-left:auto;
	margin-right:auto;
}

/* layout end ****************************************************************/



/* header ********************************************************************/

#header {
	width: 780;
	height: 65px;
	padding: 0px 0px 0px 0px;
	background: url(/static/image/practice/skin_greenwood/header_bg.jpg) no-repeat top left;
}

	#header h1 {
		text-indent: -9999px;
		height: 50px;
		width: 210px;
		/* background: url(/static/image/practice/skin_greenwood/logo.jpg) no-repeat top left; */
	margin: 5px 0px 0px 0px;
		float: left;
		/*\*/ overflow:hidden; /* */
	}

		#header h1 a {
			display: block;
			height: 65px;
			width: 210px;
			text-decoration: none;
		}

#header_left {
	height: 65px;
	width: 570px;
	float: left;
}

#header_left li {
	text-indent: -9999px;
	list-style: none;
	/*\*/ overflow:hidden; /* */
}




/* header menu ------------------------------------------------------------- */

#header_menubox {
	height: 15px;
	margin: 5px 0px 0px 0px;
}

ul#header_menu {
	padding: 0px;
	margin: 0px 0px 0px 300px;
}

ul#header_menu2 {
	padding: 0px;
	margin: 0px 0px 0px 300px;
}

	ul#header_menu li,ul#header_menu2 li {
		padding: 0px 0px 0px 20px;
		margin-bottom: -4px;
		float: left;
	}

		ul#header_menu li a,ul#header_menu2 li a {
			height: 15px;
			display: block;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-decoration: none;
		}

		li#hdm_1 a {
			width: 100px;
			background: url(/static/image/practice/skin_greenwood/hd_menu_1.gif) no-repeat top left;
		}
		li#hdm_1 a:hover {
			width: 100px;
			background: url(/static/image/practice/skin_greenwood/hd_menu_1.gif) no-repeat top left;
		}
		li#hdm_1b a {
			width: 100px;
			background: url(/static/image/practice/skin_greenwood/hd_menu_1.gif) no-repeat top left;
		}

		li#hdm_2 a {
			width: 100px;
			background: url(/static/image/practice/skin_greenwood/hd_menu_2.gif) no-repeat top left;
		}
		li#hdm_2 a:hover {
			width: 100px;
			background: url(/static/image/practice/skin_greenwood/hd_menu_2.gif) no-repeat top left;
		}
		li#hdm_2b a {
			width: 100px;
			background: url(/static/image/practice/skin_greenwood/hd_menu_2.gif) no-repeat top left;
		}

/* header menu end --------------------------------------------------------- */



/* login form -------------------------------------------------------------- */

#login_form {
	height: 38px;
	margin: 0px;
	padding: 0px;
}

#login_form table {
float: right;
}

#login_form td {
	height: 21px;
	padding:0px 0px 0px 0px;
	line-height: 100%;
	vertical-align: middle;
}


	#login_form input.login_id {
		color: #666666;
		height: 15px;
		width: 100px;
		background: #FFFFFF;
		border: solid #999999 1px;
	}

	#login_form input.login_pass {
		color: #666666;
		height: 15px;
		width: 100px;
		background: #FFFFFF;
		border: solid #999999 1px;
	}

	#login_form input.login_bt {
		color: #666666;
		width: 72px;
		background: #FFFFFF;
		border: solid #999999 1px;
	}

/* login form end ---------------------------------------------------------- */



/* usre menu --------------------------------------------------------------- */

#usr_menubox {
	height: 21px;
	margin: 0px 0px 17px 15px;
}


ul#usr_menu {
	height: 21px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

	ul#usr_menu li {
		padding: 0px 0px 0px 0px;
		margin: 0px 1px 0px 1px;
		float: left;
	}

		ul#usr_menu li a {
			height: 21px;
			width: 142px;
			display: block;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-decoration: none;
		}

		li#um_1 a {background: url(/static/image/practice/skin_greenwood/um_1.gif) no-repeat top left;}
		li#um_1 a:hover {background: url(/static/image/practice/skin_greenwood/um_1.gif) no-repeat top left;}
		li#um_1b a {background: url(/static/image/practice/skin_greenwood/um_1.gif) no-repeat top left;}
		li#um_2 a {background: url(/static/image/practice/skin_greenwood/um_2.gif) no-repeat top left;}
		li#um_2 a:hover {background: url(/static/image/practice/skin_greenwood/um_2.gif) no-repeat top left;}
		li#um_2b a {background: url(/static/image/practice/skin_greenwood/um_2.gif) no-repeat top left;}
		li#um_3 a {background: url(/static/image/practice/skin_greenwood/um_3.gif) no-repeat top left;}
		li#um_3 a:hover {background: url(/static/image/practice/skin_greenwood/um_3.gif) no-repeat top left;}
		li#um_3b a {background: url(/static/image/practice/skin_greenwood/um_3.gif) no-repeat top left;}
		li#um_4 a {background: url(/static/image/practice/skin_greenwood/um_4.gif) no-repeat top left;}
		li#um_4 a:hover {background: url(/static/image/practice/skin_greenwood/um_4.gif) no-repeat top left;}
		li#um_4b a {background: url(/static/image/practice/skin_greenwood/um_4.gif) no-repeat top left;}

/* usre menu end ----------------------------------------------------------- */



/* global menu ------------------------------------------------------------- */


#gl_menubox {
	clear: both;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

ul#gl_menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


	ul#gl_menu li {
		text-indent: -9999px;
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		float: left;
		/*\*/ overflow:hidden; /* */
	}

		ul#gl_menu li a {
			height: 30px;
			width: 130px;
			display: block;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-decoration: none;
		}

		li#glm_1 a {background: url(/static/image/practice/skin_greenwood/gl_menu_1a.gif) no-repeat top left;}
		li#glm_1 a:hover {background: url(/static/image/practice/skin_greenwood/gl_menu_1b.gif) no-repeat top left;}
		li#glm_1b a {background: url(/static/image/practice/skin_greenwood/gl_menu_1a.gif) no-repeat top left;}
		li#glm_2 a {background: url(/static/image/practice/skin_greenwood/gl_menu_2a.gif) no-repeat top left;}
		li#glm_2 a:hover {background: url(/static/image/practice/skin_greenwood/gl_menu_2b.gif) no-repeat top left;}
		li#glm_2b a {background: url(/static/image/practice/skin_greenwood/gl_menu_2a.gif) no-repeat top left;}
		li#glm_3 a {background: url(/static/image/practice/skin_greenwood/gl_menu_3a.gif) no-repeat top left;}
		li#glm_3 a:hover {background: url(/static/image/practice/skin_greenwood/gl_menu_3b.gif) no-repeat top left;}
		li#glm_3b a {background: url(/static/image/practice/skin_greenwood/gl_menu_3a.gif) no-repeat top left;}
		li#glm_4 a {background: url(/static/image/practice/skin_greenwood/gl_menu_4a.gif) no-repeat top left;}
		li#glm_4 a:hover {background: url(/static/image/practice/skin_greenwood/gl_menu_4b.gif) no-repeat top left;}
		li#glm_4b a {background: url(/static/image/practice/skin_greenwood/gl_menu_4a.gif) no-repeat top left;}
		li#glm_5 a {background: url(/static/image/practice/skin_greenwood/gl_menu_5a.gif) no-repeat top left;}
		li#glm_5 a:hover {background: url(/static/image/practice/skin_greenwood/gl_menu_5b.gif) no-repeat top left;}
		li#glm_5b a {background: url(/static/image/practice/skin_greenwood/gl_menu_5a.gif) no-repeat top left;}
		li#glm_6 a {background: url(/static/image/practice/skin_greenwood/gl_menu_6a.gif) no-repeat top left;}
		li#glm_6 a:hover {background: url(/static/image/practice/skin_greenwood/gl_menu_6b.gif) no-repeat top left;}
		li#glm_6b a {background: url(/static/image/practice/skin_greenwood/gl_menu_6a.gif) no-repeat top left;}
		li#glm_7 a {background: url(/static/image/practice/skin_greenwood/gl_menu_7a.gif) no-repeat top left;}
		li#glm_7 a:hover {background: url(/static/image/practice/skin_greenwood/gl_menu_7b.gif) no-repeat top left;}
		li#glm_7b a {background: url(/static/image/practice/skin_greenwood/gl_menu_7a.gif) no-repeat top left;}

/* global menu ------------------------------------------------------------- */

/* top image ------------------------------------------------------------- */
/* top image ------------------------------------------------------------- */


/* header end ****************************************************************/



/* main container ************************************************************/


#main_container {
	width: 800px;
	padding: 0px;
	margin-right: 5px;
	background: url(/static/image/practice/skin_greenwood/main_container_bg.gif) repeat-y;
}

/* main container end ********************************************************/



/* left container ************************************************************/

#left_container {
	width: 190px;
	padding-top: 14px;
	padding-bottom: 14px;
	float: left;
}

h2#contents_menu {
	height: 30px;
	width: 190px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	background: url(/static/image/practice/skin_greenwood/h2_contents_menu.gif) no-repeat top left;
}


h2#usr_info {
	height: 30px;
	width: 190px;
	padding: 0px;
	margin: 0px 19px 0px 0px;
	text-indent: -9999px;
	background: url(/static/image/practice/skin_greenwood/h2_usrinfo.gif) no-repeat top left;
}

#usr_infobox {
	width: 170px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid #C0C0C0 1px;
	margin-bottom: 15px;
	background: url(/static/image/practice/skin_greenwood/usr_infobox_bg.gif) repeat-y;
}


dt#usr_name {
	font-weight: bold;
	line-height: 100%;
	background: url(/static/image/practice/skin_greenwood/usr_stats_ico1.gif) no-repeat top left;
	padding-left: 15px;
	margin: 0px 8px 10px 8px;
}

dd#usr_msg {
	font-size: 80%;
	line-height: 100%;
	background: url(/static/image/practice/skin_greenwood/usr_stats_ico2.gif) no-repeat top left;
	padding-left: 15px;
	margin: 0px 8px 10px 8px;
}

dd#last_login {
	font-size: 80%;
	line-height: 100%;
	background: url(/static/image/practice/skin_greenwood/usr_stats_ico3.gif) no-repeat top left;
	padding-left: 15px;
	margin: 0px 8px 10px 8px;
}

dd#point {
	font-size: 80%;
	line-height: 100%;
	background: url(/static/image/practice/skin_greenwood/usr_stats_ico4.gif) no-repeat top left;
	padding-left: 15px;
	margin: 0px 8px 10px 8px;
}



/* left menu --------------------------------------------------------------- */

#left_menu {
	width: 170px;
	margin: 0px 0px 20px 0px;
}

h2#regist {
	margin: 0px 0px 15px 3px;
}

#left_menu li {
	list-style: none;
	text-indent: -9999px;
	width: 170px;
	/*\*/ overflow:hidden; /* */
}


#left_menu li a {
	height: 40px;
	width: 170px;
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}



/* LeftMenu logout ----------------------------------------------- */

#lm_1 a {background: url(/static/image/practice/skin_greenwood/lm_1a.gif) no-repeat top left;}
#lm_1 a:hover {background: url(/static/image/practice/skin_greenwood/lm_1b.gif) no-repeat top left;}
#lm_1b a {background: url(/static/image/practice/skin_greenwood/lm_1a.gif) no-repeat top left;}

#lm_2 a {background: url(/static/image/practice/skin_greenwood/lm_2a.gif) no-repeat top left;}
#lm_2 a:hover {background: url(/static/image/practice/skin_greenwood/lm_2b.gif) no-repeat top left;}
#lm_2b a {background: url(/static/image/practice/skin_greenwood/lm_2a.gif) no-repeat top left;}

#lm_3 a {background: url(/static/image/practice/skin_greenwood/lm_3a.gif) no-repeat top left;}
#lm_3 a:hover {background: url(/static/image/practice/skin_greenwood/lm_3b.gif) no-repeat top left;}
#lm_3b a {background: url(/static/image/practice/skin_greenwood/lm_3a.gif) no-repeat top left;}

#lm_4 a {background: url(/static/image/practice/skin_greenwood/lm_4a.gif) no-repeat top left;}
#lm_4 a:hover {background: url(/static/image/practice/skin_greenwood/lm_4b.gif) no-repeat top left;}
#lm_4b a {background: url(/static/image/practice/skin_greenwood/lm_4a.gif) no-repeat top left;}

#lm_5 a {background: url(/static/image/practice/skin_greenwood/lm_5a.gif) no-repeat top left;}
#lm_5 a:hover {background: url(/static/image/practice/skin_greenwood/lm_5b.gif) no-repeat top left;}
#lm_5b a {background: url(/static/image/practice/skin_greenwood/lm_5a.gif) no-repeat top left;}

#lm_6 a {background: url(/static/image/practice/skin_greenwood/lm_6a.gif) no-repeat top left;}
#lm_6 a:hover {background: url(/static/image/practice/skin_greenwood/lm_6b.gif) no-repeat top left;}
#lm_6b a {background: url(/static/image/practice/skin_greenwood/lm_6a.gif) no-repeat top left;}

#lm_7 a {background: url(/static/image/practice/skin_greenwood/lm_7a.gif) no-repeat top left;}
#lm_7 a:hover {background: url(/static/image/practice/skin_greenwood/lm_7b.gif) no-repeat top left;}
#lm_7b a {background: url(/static/image/practice/skin_greenwood/lm_7a.gif) no-repeat top left;}

#lm_8 a {background: url(/static/image/practice/skin_greenwood/lm_8a.gif) no-repeat top left;}
#lm_8 a:hover {background: url(/static/image/practice/skin_greenwood/lm_8b.gif) no-repeat top left;}
#lm_8b a {background: url(/static/image/practice/skin_greenwood/lm_8a.gif) no-repeat top left;}

#lm_9 a {background: url(/static/image/practice/skin_greenwood/lm_9a.gif) no-repeat top left;}
#lm_9 a:hover {background: url(/static/image/practice/skin_greenwood/lm_9b.gif) no-repeat top left;}
#lm_9b a {background: url(/static/image/practice/skin_greenwood/lm_9a.gif) no-repeat top left;}

/* LeftMenu logout end-------------------------------------------- */


/* LeftMenu login ------------------------------------------------ */

#lm_1 a {background: url(/static/image/practice/skin_greenwood/lm_1a.gif) no-repeat top left;}
#lm_1 a:hover {background: url(/static/image/practice/skin_greenwood/lm_1b.gif) no-repeat top left;}
#lm_1b a {background: url(/static/image/practice/skin_greenwood/lm_1a.gif) no-repeat top left;}

#lm_2 a {background: url(/static/image/practice/skin_greenwood/lm_2a.gif) no-repeat top left;}
#lm_2 a:hover {background: url(/static/image/practice/skin_greenwood/lm_2b.gif) no-repeat top left;}
#lm_2b a {background: url(/static/image/practice/skin_greenwood/lm_2a.gif) no-repeat top left;}

#lm_3 a {background: url(/static/image/practice/skin_greenwood/lm_3a.gif) no-repeat top left;}
#lm_3 a:hover {background: url(/static/image/practice/skin_greenwood/lm_3b.gif) no-repeat top left;}
#lm_3b a {background: url(/static/image/practice/skin_greenwood/lm_3a.gif) no-repeat top left;}

#lm_4 a {background: url(/static/image/practice/skin_greenwood/lm_4a.gif) no-repeat top left;}
#lm_4 a:hover {background: url(/static/image/practice/skin_greenwood/lm_4b.gif) no-repeat top left;}
#lm_4b a {background: url(/static/image/practice/skin_greenwood/lm_4a.gif) no-repeat top left;}

#lm_5 a {background: url(/static/image/practice/skin_greenwood/lm_5a.gif) no-repeat top left;}
#lm_5 a:hover {background: url(/static/image/practice/skin_greenwood/lm_5b.gif) no-repeat top left;}
#lm_5b a {background: url(/static/image/practice/skin_greenwood/lm_5a.gif) no-repeat top left;}

#lm_6 a {background: url(/static/image/practice/skin_greenwood/lm_6a.gif) no-repeat top left;}
#lm_6 a:hover {background: url(/static/image/practice/skin_greenwood/lm_6b.gif) no-repeat top left;}
#lm_6b a {background: url(/static/image/practice/skin_greenwood/lm_6a.gif) no-repeat top left;}

#lm_7 a {background: url(/static/image/practice/skin_greenwood/lm_7a.gif) no-repeat top left;}
#lm_7 a:hover {background: url(/static/image/practice/skin_greenwood/lm_7b.gif) no-repeat top left;}
#lm_7b a {background: url(/static/image/practice/skin_greenwood/lm_7a.gif) no-repeat top left;}

#lm_8 a {background: url(/static/image/practice/skin_greenwood/lm_8a.gif) no-repeat top left;}
#lm_8 a:hover {background: url(/static/image/practice/skin_greenwood/lm_8b.gif) no-repeat top left;}
#lm_8b a {background: url(/static/image/practice/skin_greenwood/lm_8a.gif) no-repeat top left;}

#lm_9 a {background: url(/static/image/practice/skin_greenwood/lm_9a.gif) no-repeat top left;}
#lm_9 a:hover {background: url(/static/image/practice/skin_greenwood/lm_9b.gif) no-repeat top left;}
#lm_9b a {background: url(/static/image/practice/skin_greenwood/lm_9a.gif) no-repeat top left;}

/* LeftMenu login end--------------------------------------------- */



/* left menu end ----------------------------------------------------------- */


.mobile_bn {
	margin: 0px 0px 15px 5px;
}

.golsta_bn {
	margin: 0px 0px 15px 5px;
}

/* left container end ********************************************************/



/* right container ***********************************************************/

#right_container {
	width: 590px;
	padding-top: 14px;
	float: left;
}
#right_container hr {
	clear: both;
	display: none;
}

h2#promotion1 {
	margin: 0px 0px 0px 0px;
	float: right;
}

h2#maintenance {
	height: 42px;
	width: 295px;
	text-indent: -9999px;
	margin: 0px;
	background: url(/static/image/practice/skin_greenwood/h2_maintenance.jpg) no-repeat top left;
	/*\*/ overflow:hidden; /* */
}

h2#whatsnew {
	height: 28px;
	width: 380px;
	text-indent: -9999px;
	margin: 0px;
	background: url(/static/image/practice/skin_greenwood/h2_whatsnew.gif) no-repeat top left;
	/*\*/ overflow:hidden; /* */
}

#flashcontent {
	width: 420px;
	margin: 0px;
	padding-top: 18px;
	background: url(/static/image/practice/skin_greenwood/h2_flashcontent.jpg) no-repeat top left;
}


#index_movie_sec {
	height: 262px;
	width: 403px;
	margin: 0px 0px 5px 0px;
	float: left;
}
#mypage_movie_sec {
height: 310px;
width: 403px;
background: url(/static/image/practice/skin_greenwood/mypage_movie_sec_bg.jpg) no-repeat top left;
padding: 0px;
margin: 0px 0px 5px 0px;
text-align: center;
}

#mypage_movie_sec table {
padding: 0px;
margin-top: 15px;
margin-left:auto;
margin-right:auto;
}

#mypage_movie_sec p {
padding: 0px;
margin: 13px 0px 0px 0px;
}


h2#pickup {
	height: 42px;
	width: 590px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background: url(/static/image/practice/skin_greenwood/h2_pickup.gif) no-repeat top left;
	/*\*/ overflow:hidden; /* */
}

.pickup_item_box {
	width: 585px;
	margin: 0px 7px 10px 8px;
	padding-top: 10px;
}

.pickup_item {
	width: 195px;
	margin-bottom: 10px;
	float: left;
	font-size: 80%;
}

.pickup_item img {
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
#title_img{
	margin:0px 0px 0px 0px;
	padding:0px 40px 0px 40px;
}

/* right container end *******************************************************/



/* footer ********************************************************************/

#foot_container {
	width: 800px;
	clear: both;
	margin-right: 5px;
	background: url(/static/image/practice/skin_greenwood/bg.jpg) repeat-y;
}

	#foot_container h2 {
		height: 21px;
		width: 800px;
		text-indent: -9999px;
		padding: 0px;
		margin: 0px;
		background: url(/static/image/practice/skin_greenwood/footer_h2_bg.gif) no-repeat top left;
	}

	#foot_container p {
		text-align: right;
		padding: 0px 10px 0px 0px;
		margin: 0px;
	}

	#foot_container span {
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}

	#foot_container a {
		text-decoration: none;
	}

	#foot_container a:hover {
		text-decoration: underline;
	}

	address {
		height: 20px;
		width: 370px;
		padding: 0px 0px 20px 0px;
		margin: 10px 10px 0px 430px;
		text-indent: -9999px;
		background: url(/static/image/practice/skin_greenwood/address_bg.jpg) no-repeat top left;
	}

	#footerlink {
		width: 800px;
		text-align: right;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 10px;
	}

/* footer end ************************************************************/



/* common parts **********************************************************/

.date {
	color: #FF9900;
}

.infobox1 {
	width: 380px;
	background: url(/static/image/practice/skin_greenwood/infobox1_bg.gif) repeat-y;
	border-bottom: solid #C0C0C0 1px;
}

.infobox1 li {
	list-style: none;
	text-align: left;
	padding: 0px 8px 5px 8px;
}


.infobox2 {
	width: 570px;
	background: url(/static/image/practice/skin_greenwood/infobox2_bg.gif) repeat-y;
	border-bottom: solid #C0C0C0 1px;
}

.loginbox {
	width: 170px;
	background: url(/static/image/practice/skin_greenwood/login_bg.gif) repeat-y;
	border-bottom: solid #C0C0C0 1px;
}

/* common parts end ******************************************************/

.infobox_font {
font-size:11px;
}


/* swing list **********************************************************/

h3#new_movie {
	color: #C184C1;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 0px 20px;
	margin: 0px 8px 0px 7px;
	background: url(../../img/tpl/basic/h3_new_movie_head.jpg) no-repeat top left;
}

#new_movie_sec {
	width: 388px;
	padding: 5px 0px 5px 0px;
	margin: 0px 8px 10px 7px;
	background: url(../../img/tpl/basic/dl_bg1.gif) repeat-y;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
}

#new_movie_sec p {
	margin: 10px 14px 5px 14px;
}

.new_movie_box {
	margin: 5px 14px 5px 14px;
	list-style: none;
}

.new_movie_thum {
	padding: 3px 2px 0px 0px;
	float: left;
}

.new_movie_stats {
	padding: 0px 2px 0px 0px;
	float: left;
}

.new_movie_stats_list {
	margin: 0px 0px 0px 10px;
}

.new_movie_stats_list li {
	font-size: 10px;
	list-style: none;
	padding: 0px 0px 0px 18px;
}

.new_movie_ico1 {background: url(../../img/tpl/basic/ico_new_movie_1.gif) no-repeat center left;}
.new_movie_ico2 {background: url(../../img/tpl/basic/ico_new_movie_2.gif) no-repeat center left;}
.new_movie_ico3 {background: url(../../img/tpl/basic/ico_new_movie_3.gif) no-repeat center left;}
.new_movie_ico4 {background: url(../../img/tpl/basic/ico_new_movie_4.gif) no-repeat center left;}
.new_movie_ico5 {background: url(../../img/tpl/basic/ico_new_movie_5.gif) no-repeat center left;}
.new_movie_ico6 {background: url(../../img/tpl/basic/ico_new_movie_6.gif) no-repeat center left;}

/* swing list **********************************************************/

#this_container{
	display:block;
	width:530px;
	margin:0px auto;
	*_margin : 0px 0px 0px 30px;
}
.section{
	display:block;
	width:530px;margin:0px auto;
}
.maincontents_title{
	width:530px !important;
	margin:0px auto !important;
}
.maincontents_subtitle{
	width:530px !important;
	margin:0px auto !important;
}
#login_mode{width:100% !important;}
.error_table{margin-top:20px !important;}

#loginpanel
{
	display:block;
	width:170px;text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}
.mymenuTitle{
	display:block;
	width:90px; height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-indent:-9999px; overflow:hidden;
	background:url(/static/image/common/mymenu_title.gif) no-repeat 0px 0px;
}
.mymenu_username{
	display:block;
	text-align:right;
	line-height:30px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}
.mymenu_list{
	display:block;
	margin:0px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}
.mymenu_list li{
	line-height:23px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:disc;
	list-style-position:inside;
	text-align:left;
}
