@charset "Shift_JIS";

/* BODY_BLOCK --------------------------------------------- */

	/* BODY_HEAD_BLOCK ------------------------------------ */

		div#body div#bodyHeader
		{
			width:870px;
			height:auto;
			margin:0 0 0 30px;
			font-size:10px;
		}

		div#body div#bodyHeader p
		{
			width:840px;
			height:auto;
			text-align:right;
			margin:0;
			padding:5px 0 0;
			/*border:1px dotted #083;*/
			background: none;
		}
		
		div#body div#bodyHeader h2
		{
			width:870px;
			margin:0;
			padding:20px 0 40px 0;
			border-bottom:2px solid #000;
		}

		div#body div#bodyHeader h2 img
		{
			margin:0 0 0 10px;
			padding:0;
		}

		div#bodyMain
		{
			background: url(../img/body_verticalborder.gif) repeat-y 30px 0;
			margin-top:15px;
		}

	/* BODY_LCLM_BLOCK ------------------------------------ */

		div#body div#contents
		{
			width:590px;
			float:left;
			margin: 0;
			padding:0 10px 0 40px;
			margin-bottom:0;
			/*border-right:1px solid #CCC;*/
		}
	
		div#body div#contents p
		{
			margin-bottom:10px;
		}

		div#body div#contents a
		{
			text-decoration:underline;
		}

		div#body div#contents div.txtCon
		{
			font-size:12px;
			line-height:1.4;
		}


	/* btn_conf ------------------------------------ */

		div#body div#contents div.btn_conf
		{
			width: 570px;
			text-align: center;
		}
	
	/* table ------------------------------------ */

		div#body div#contents table.Table01
		{
			width: 590px;
		}
		
		div#body div#contents table.Table01 th
		{
			width: 260px;
			text-align: left;
			vertical-align: top;
			font-size: 11px;_font-size: 9px;
			font-weight: normal;
			color: #333333;
			padding: 10px;
			background: #D1D7D8;
		}
		
		div#body div#contents table.Table01 th span{
			color: #FF6600;
		}
		
		div#body div#contents table.Table01 td{
			padding: 5px 0 0 10px;
			width: 320px;
		}
		
		div#body div#contents table.Table01 td.b_dot{
			height: 1px;
			font-size: 1px;
			padding: 10px 0;
			background: url(../img/dot_999.gif) repeat-x 0 10px;
		}
		
		div#body div#contents table.Table01 td.b_dot2{
			height: 1px;
			font-size: 1px;
			padding: 25px 0;
			background: url(../img/dot_999.gif) repeat-x 0 25px;
		}
		
		div#body div#contents table.Table01 td input
		{
			border:1px solid #000;
			border-bottom:1px solid #CCC;
			border-right:1px solid #CCC;
			background-color:#EEE;
		}

		div#body div#contents table.Table01 td textarea
		{
			border:1px solid #000;
			border-bottom:1px solid #CCC;
			border-right:1px solid #CCC;
			background-color:#EEE;
		}

	/* link ------------------------------------ */
		table.link{
			margin: 0 0 60px 0;
		}
		
		table.link td{
			padding: 15px 0 15px 10px;
			vertical-align: top;
			background: url(../img/dot_999.gif) repeat-x bottom;
			/*font-size:95%;_font-size:90%;*/
		}
		
		table.link td.noborder{
			background: none;
		}
				
		ul.slink{
			margin: 0;
			padding: 10px 0 0 20px;
		}
		
		ul.slink li{
			margin: 0 0 15px 0;
			padding: 0 0 0 15px;
			background: url(../img/list_cu03_1.gif) no-repeat 0 3px;
		}
		
		a.l_home{
			padding: 5px 0 5px 15px;
			background: url(../img/list_cu01.gif) no-repeat;
		}
		
		a.l_pickup{
			padding: 5px 0 5px 15px;
			background: url(../img/list_cu02.gif) no-repeat;
		}
		
		a.l_item{
			padding: 5px 0 5px 15px;
			background: url(../img/list_cu03.gif) no-repeat;
		}
		
		a.l_company{
			padding: 5px 0 5px 15px;
			background: url(../img/list_cu04.gif) no-repeat;
		}
		
		a.l_inquiry{
			padding: 5px 0 5px 15px;
			background: url(../img/list_cu05.gif) no-repeat;
		}
		
		a.l_service{
			padding: 5px 0 5px 15px;
			background: url(../img/list_cu06.gif) no-repeat;
		}

	/*  ------------------------------------ */

		p.pagelink{
			width: 554px;
			margin: 20px auto 15px auto;
			padding: 10px 0 10px 30px;
			border: 3px solid #EEEEEE;
			clear: both;
			font-size:12px;
		}
		
		p.pagelink a{
			margin: 0 20px 0 0;
			padding: 3px 0 3px 15px;
			background: url(../img/list_ye.gif) no-repeat;
		}
		
		table.profileTable
		{
			line-height: 1.4;
			border-collapse: collapse;
			font-size:12px;
		}
		
		table.profileTable th
		{
			color: #333;
			text-align: left;
			vertical-align: top;
			padding: 15px 10px;
			border-bottom: 2px solid #CFD5D6;
			font-weight:normal;
			font-size:12px;
		}
		
		table.profileTable td
		{
			padding: 15px 17px;
			border-bottom: 1px solid #DDDDDD;
			font-weight:normal;
			font-size:12px;
		}
		
		H3
		{
			color: #000;
			margin: 0 0 20px 0;
			padding: 3px 10px;
			border-left: 5px solid #000066;
		}