/**
 * e-sohko.com
 * /css/market.css
 * @version 0.01
 */

@import "../global.css";
@import "../layout_left.css";



#layout_main {
	width: 730px;
}

h1 {
	width: 730px;
	height: 54px;
	background: url(../../images/market/market_head.jpg) no-repeat;
	text-indent: -9999px;
}

p.lead {
	margin-bottom: 10px;
	font-size: 95%;
	line-height:1.5em;
	}


/** Login
-----------------------------------------*/
#market_con{
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 90%;
	}

#market_con a {
	text-decoration: underline;
	}

#market_con a:hover {
	color: #FF6633;
	}


#market_con p#reminder {
	line-height:1.5em;
	}




/** market_body
-----------------------------------------*/
#market #market_body {
	width:680px;
	margin: 0px auto 10px auto;
	padding: 10px 20px;
	/*border: 1px solid #C3CBDB;*/
	background: #ffffff;
	}

#market #market_body h2 {
	margin-bottom: 0.5em;
	font-size: 95%;
	}


#market #market_body h3 {
	margin-bottom: 0.5em;
	font-size: 90%;
	}

/** market Layout
-----------------------------------------*/
#market_left {
	float: left;
	width: 200px;
	}

#market_right {
	float: right;
	width: 480px;
	}


/** Seminar Information
-----------------------------------------*/
.market_area {
	margin-top: 25px;
	margin-bottom: 25px;
	}
.market_area ul {
	margin-top: 1.0em;
	}



.market_area ul li {
	margin-bottom: 0.8em;
	padding-left: 4.0em;
	background: url(../../images/global/allow.gif) 22px 0.4em no-repeat; 
/*	background:url(../../images/market/areaallow01.gif) 22px 0.4em no-repeat; */

	font-size: 100%;
	}
* html .market_area ul li { /* IE6 */
	margin-bottom: -0.5em;
	}
.market_area ul li span {
	display: block;
	margin-bottom: 0.5em;
	}	

.market_area ul li span.area_pre {
	font-weight: bold;
	}

.market_area ul li span.market_area_title {
	}


/** market_lead
-----------------------------------------*/
#market_lead {
	clear:both;
	margin-top:20px;
	padding:0;
	height:125px;
	}

#market_lead img {
	margin:0;
	padding:0;
	}


	
#market_body #market_lead_body {
	position: relative;
	padding: 0;
	margin-top:0px;
	height:83px;
	}

#market_body #market_lead_body p#inquiry_info {
	position: absolute;
	left: 20px;
	top: 61px;
	margin:0;
	line-height:1.8em;
	color:#475AA3;
	font-weight:bold;
	font-size:12px;

	}

#market_body #market_lead_body p#inquiry {
	position: absolute;
	left: 430px;
	top: 71px;
	margin:0;
	
	}

#market_body p#market_info{
	width:600px;
	margin:8px 22px;;
	font-size:90%;
}
