@charset "utf-8";

/* グローバルナビスタイル
----------------------------------------------------------- */
ul#gnavi li#gnavi_medical a {
	background: url(../../common/images/gnavi/gnavi_medical_on.gif) 0 0 no-repeat;
}




/* サイドナビスタイル
----------------------------------------------------------- */
div#side_left div.snavi ul li#snavi_shipment a {
	background: url(../../common/images/side/bg_snavi_on.gif) 0 0 no-repeat #ECF8FF;
	font-weight: bold;
}





/* サンド製品出荷情報スタイル
----------------------------------------------------------- */
div#main_contents h2 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 120%;
	color: #094187;
	border-bottom: none; 
}

div#main_contents p.text_bottom {
	margin: 0 0 15px 0;
}


div#main_contents p.up {
	margin: 0 0 40px 0;
	text-align: right;
}

div#main_contents p.up a {
	background: url(../../common/images/i_arrow02.gif) 0 4px no-repeat;
	padding: 0 0 0 15px;
}

div#main_contents p.no_bottom {
	margin: 0;
}





/* テーブルスタイル */
div#main_contents table {
	color: #333;
	font-size: 100%;
	line-height: 1.7;
	width: 100%;
	margin: 0 0 20px 0;
}

div#main_contents table tr th ,
div#main_contents table tr td {
	padding: 5px 10px;
	border: 1px solid #E6E6E6;
}

div#main_contents table th {
	text-align: center;
	background: #FFFCE6;
	font-weight: bold;
}




div#main_contents div#ex {
	margin: 0 0 40px 0;
}

div#main_contents div#ex span#blue {
	background: #EDF9FF;
	padding: 0 25px 0 25px;
	width: 50px;
}

div#shipment table tr.bg_blue {
	background: #EDF9FF;
}

div#shipment table td.bg_white {
	background: #FFFFFF;
}



