/* regist
-------------------------------------------------------------*/
.regist_table, .mobile_table {
	margin : 10px 0px;
	width : 560px;
}

.regist_table th, .mobile_table th {
	width : 100px;
	border : 1px solid #666699;
	text-align : center;
	vertical-align:middle;
	padding : 5px;
	background-color : #ECEAF4;
	font-weight: normal;
}

.regist_table td, .mobile_table td {
	padding : 10px;
	border : 1px solid #666699;
}

.price_width {
	background-color: #ECEAF4;
}

.gold_members_text dl {
	width : 560px;
}

.gold_members_text dt {
	width : 154px;
	margin-right : 5px;
	margin-bottom : 30px;
	float : left;
}

.gold_members_text dd {
	width : 394px;
	margin-left : 5px;
	margin-bottom : 30px;
	float : left;
}

td.border_erase_lb {
	border-left : none;
	border-bottom : none;
	padding : 5px 5px 4px 5px;
}

td.border_erase_rb {
	border-right : none;
	border-bottom : none;
	padding : 5px 5px 4px 5px;
}

td.border_erase_lrb {
	border-left : none;
	border-right : none;
	border-bottom : none;
	padding : 5px 5px 4px 5px;
}

td.border_erase_tb {
	border-top : none;
	border-bottom : none;
	padding : 4px 5px;
}

td.border_erase_tbr {
	border-top : none;
	border-bottom : none;
	border-right : none;
	padding : 4px 5px;
}

td.border_erase_tbl {
	border-top : none;
	border-bottom : none;
	border-left : none;
	padding : 4px 5px;
}

td.border_erase_t {
	border-top : none;
	padding : 4px 5px 5px 5px;
}

td.border_erase_all {
	border : none;
	padding : 4px 5px;
}

/* ticket_table
-------------------------------------------------------------*/
#ticket_table {
	width : 560px;
	margin-bottom: 15px;
}

#ticket_table th {
	padding : 5px;
	width : 300px;
	border : 1px #000000 solid;
	background-color:#E4E4FF;
}

#ticket_table td {
	border : 1px #000000 solid;
	padding : 5px;
}

.ticket_amount {
	width : 10px;
}

.ticket_price {
	width : 160px;
}

/* login_form
-------------------------------------------------------------*/
.login_text_block {
	border : 1px dotted #666699;
	padding : 10px;
	text-align : center;
	vertical-align : middle;
	background-color : #ECEAF4;
}

/* logout
-------------------------------------------------------------*/
.logout_image_block {
	margin : 30px 0px;
	text-align : center;
}

/* company
-------------------------------------------------------------*/
.company_info_table th,.inquiry_table th {
	width : 100px;
	background-color : #EDEBF4;
	border : 1px solid #003366;
	padding : 10px;
	text-align : center;
	vertical-align : middle;
	font-weight: normal;
	color: #003366;
}
.company_info_table td {
	width : 460px;
	border : 1px solid #003366;
	padding : 10px;
}

.pp_company_block {
	margin-top : 10px;
	border-top : 1px #999999 dotted;
	padding : 10px 0px;
}

/* inquiry
-------------------------------------------------------------*/
.inquiry_table {
	margin: 0px auto 20px auto;	
}
.inquiry_table td {
	width : 310px;
	border : 1px solid #003366;
	padding : 10px;
}

/* common form class
----------------------------------------------*/
.inquiry_form_width {
	width : 280px;
}

.inquiry_formarea {
	margin : 20px 0px;
}

.align_center input {
	margin: 0px 10px;
	width: 100px;
}


#sub_contents_right_step {
	background-image: url(../images/common/back_submenu_c.png);
	background-repeat: repeat-y;
	margin-left: 40px;
	width: 210px;
	float: left;
}
*html #sub_contents_right_step {
	margin-left: 20px
}

#sub_contents_right_step li {
	margin-left: 15px;
}

/* sitemap
------------------------------------------------------------------*/
.sitemap_category {
	height : 40px;
	width : 570px;
	padding : 5px 5px 3px 5px;
	font-weight:bold;
	font-size : 120%;
	background-image:url(../images/common/sitemap_list_back_top.png);
	background-repeat : no-repeat;
	background-position : left top;
}
.sitemap_category a,.sitemap_list a {
	color: #666699;
	text-decoration: none;
}
.sitemap_category a:hover,.sitemap_list a:hover {
	color: #CC3333;
	text-decoration: underline;
}

.sitemap_category p {
	padding-top : 20px;
	padding-left : 25px;
	background-image: url(../images/icon/bluestar_01.gif);
	background-repeat: no-repeat;
	background-position: 7px 23px;
}

.sitemap_list {
	width : 568px;
	margin-bottom : 20px;
	padding : 3px 5px 5px 5px;
	border-left : 1px solid #F2B74E;
	border-right : 1px solid #F2B74E;
	border-bottom : 1px solid #F2B74E;
}
.sitemap_list .strong {
	padding-left: 15px;
}


.sitemap_list li {
	width : 155px;
	margin-right : 10px;
	float : left;
	margin-left : 15px;
	display: block;
	color: #999999;
}
#sub_text_box .sitemap_list li a {
	background-image: url(../images/icon/icon_mini01.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
}


.sitemap_subtitle {
	margin : 15px 0px 5px 0px;
	font-size : 110%;
	font-weight : bold;
	border-bottom : 1px #E4E4FF solid;
	background-image: url(../images/icon/bluestar_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	color: #666699;
}

.s_clear {
	clear : both;
	height : 15px;
}

/* mobile contents
--------------------------------------------------------------------*/
.mobile_contents_text dt {
	width : 460px;
	float : left;
}

.mobile_contents_text dd {
	float : right;
}

.mobile_strongtext {
	margin-bottom : 5px;
	font-size : 110%;
	font-weight : bold;
	background-image: url(../images/icon/bluestar_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	color: #666699;
}

/* research */
#research_email {
	background-color: #CCCCFF;
	border: 1px #9999FF dashed;
	text-align: center;
	padding: 10px;
}

#research_table1 {
	width: 560px;
	border: 1px #000000 solid;
}
#research_table1 p {
	margin: 0px 0px 0px 5px;
	font-size: 12px;
}
#research_table1 th {
	font-weight: normal;
	vertical-align: middle;
	background-color: #EDEBF4;
	width: 160px;
	height: 40px;
	padding: 0px 10px;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
#research_table1 td {
	vertical-align: middle;
	padding: 5px;
	border-bottom: 1px #000000 solid;
}
.research_text {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.research_textarea {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 50px;
}
.research_select {
	margin-left: 5px;
}
.research_radio {
	padding-left: 5px;
}
#research_table2 {
	width: 560px;
	border: 1px #000000 solid;
	margin-top: 15px;
}
#research_table2 th {
	font-weight: normal;
	vertical-align: middle;
	background-color: #EDEBF4;
	padding: 5px 10px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
#research_table2 td {
	padding: 5px;
}

#research_table2 dd {
	margin-left: 18px;
	vertical-align: middle;
}
#research_button {
	margin-top: 20px;
}

/* nenga */
.nenga_sample {
	text-align: center;
	margin: 15px 0px;
}
.nenga_text p {
	padding-left: 30px;
}

/* update_myroom */
.update_myroom h6 {
	margin-bottom: 10px;
}

.update_myroom p {
	margin-bottom: 20px;
}

.update_myroom_title {
	color: #FF0000;
}

/* introduction（運勢予報告知ページ） */
.entry_box_n {
	text-align: center;
	width: 500px;
	margin: 10px auto 40px;
	border: 1px dotted #F9BD55;
	padding: 10px 0px;
	background-color: #FFFBD7;
	line-height: 1.4em;
	font-weight: normal;
	color: #003366;
}
.entry_box_g {
	text-align: center;
	width: 500px;
	margin: 10px auto 40px;
	border: 1px dotted #A2D337;
	padding: 10px 0px;
	background-color: #F6FFD9;
	line-height: 1.4em;
	font-weight: normal;
	color: #003366;
}
