@charset "UTF-8";
/*
----------------------------------
	landing.css
	CSS
----------------------------------
*/

#wrapper div#content { padding: 20px; }

body, h1, h2, h3, h4, h5, h6, p, th, td, strong, em {
	font-size: 14px;
	line-height: 1.6;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align: left;
}
div#content div#crumbNav {
	margin-bottom: 20px;
}
/* --------------------------------
1: メイン画像
-------------------------------- */

div#content table.images td {
	background-color: #FFF;
	padding: 20px 0 15px 12px;
}
div#content table.images img {
	margin-left: 8px;
	margin-bottom: 5px;
	vertical-align: top;
}

/* --------------------------------
2: タイトル
-------------------------------- */

div#content td h2.ttl {
	background: transparent url(/land/images/ttlbg_01.jpg) repeat-x 0 0;
	padding: 10px;
	border-left: 3px solid #5F1916;
	border-bottom: 1px solid #5F1916;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
}


/* --------------------------------
3: リード文
-------------------------------- */

/* --------------------------------
4:小見出し
-------------------------------- */
div#content td h3.ttl01 {
	font-weight: bold;
	clear: both;
	border-bottom: 1px solid #CCC;
	border-left: 12px solid #CCC;
	margin-bottom: 10px;
	padding: 4px 0 5px 10px;
	font-size: 18px;
	line-height: 1.3;
}

/* --------------------------------
5:資料請求
-------------------------------- */
div#content td.orderLink a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: transparent url(/land/images/requestorder.jpg) no-repeat 0 0;
	width: 351px;
	margin: 0 auto;
	text-align: center;
}
div#content td.orderLink a:hover, div#content td.orderLink a:active {
	background-position: 0 -70px;
}

/* --------------------------------
6:本文内
-------------------------------- */

div#content td p.sitelink a {
	font-weight: bold;
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 6px 8px 6px 24px;
	background: #E5E0C9 url(/land/images/linkbg.gif) no-repeat 0 0;	
	width: 336px;
}
div#content td p.sitelink a:hover,
div#content td p.sitelink a:active {
	border: 1px solid #972B31;
}




