@charset "utf-8";


/* ここからネットアローCSS */

td { font-size: 12px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
h1{ font-size:12px; margin:0; display:inline; }
h1.head { color: #FFF; }
h2{ font-size:12px; margin:0; display:inline; }
h3{ font-size:12px; margin:0; display:inline; }
h4{ font-size:12px; margin:0; display:inline; }
a:link { color:#666666; text-decoration:underline; }
a:visited { color:#666666; text-decoration:underline; }
a:active { color:#666666; text-decoration:underline; }
a:hover { color:#FF6600; text-decoration:none; }
img { border: 0; }
.white { color: #FFF; }
a.white { color: #FFF; }
.black { background: #000; }


/* ここまでネットアローCSS */



/*
============================ Common CSS ==============================

			基本CSS
				1.要素設定
				2.枠組み

====================================================================
*/


/* 1.要素設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

.cen { text-align: center; }

.ddr h3.stitle,
.rotation h3.stitle {
	clear: both;
	background: url(../img/products/smb/h3_back.jpg) no-repeat;
	color: #014099;
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 850px;
	height: 32px;
	margin: 0 0 15px;
	padding: 10px 0 0 10px;
}
.oneway h3.stitle {
	clear: both;
	background: url(../img/products/smb/h3_back.jpg) no-repeat;
	color: #00B9EF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 850px;
	height: 32px;
	margin: 0 0 15px;
	padding: 10px 0 0 10px;
}

h4 {
	clear: both;
	background:url(../img/products/ddr/h4_icon.jpg) no-repeat 0 center;
	display: block;
	padding: 0 0 0 15px;
	margin: 0 0 5px 10px;
}

.inH3 {
	margin: 0 0 5px 10px;
}
.inH3a {
	margin: 0 0 15px 10px;
}
.inH4 {
	margin: 0 0 5px 25px;
}
.inH4a {
	margin: 0 0 15px 25px;
}
.style2 {color: #00AAAA}
.clear { clear: both; }

.m10b { margin-bottom: 10px; }
.m20b { margin-bottom: 20px; }
.m30b { margin-bottom: 30px; }

	/* 2-1.ヘッダー
	──────────────────── */
