/*============================== 初期化 ==============================*/
*{
margin:0px;
padding:0px;
font-size:small;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-style: normal;
line-height:1.4em;
}

html{overflow-y: scroll;}

table {border-spacing:0;border-collapse:collapse;} 
* html table {border-collapse:collapse;} 
table,th,td,img {border:0;}

ul,ol{
list-style:none;
}

input, textarea, select, option{
margin:1px;
padding:2px;
}

img{
border:none;
vertical-align:top;
}

/*============================== 全般 ==============================*/
body{
	background:url(../data/img/bg_body.gif) repeat-x top #FFFFFF;
	color:#333333;
}

a {
color: #990000;
}

a:hover { 
color:#999999;
}

small{
font-size:0.8em;
font-weight: normal;
}

em{
font-size:1.1em;
font-weight:bold;
color:#ab0600;
}

strong{
font-size:1.2em;
font-weight:bold;
color:#ff6503;
}

/*============================== レイアウト ==============================*/
/*---------- ヘッダ ----------*/
#header_rect, #header_rect #t_margin{
	width:100%;
}

h1 {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color:#FFFFFF;
}

ul#gnavi{
	float:right;
	width:484px;
	height:50px;
	margin-right:5px;
}
ul#gnavi li{
	float:left;
	width:120px;
}

/*---------- メニュ ----------*/
ul.lnavi{
	padding:10px;
}

ul.lnavi li{
	margin-bottom:5px;
	padding-left:25px;
	background:url(../data/img/icon_navi.gif) no-repeat 0% 55%;
	line-height:1.0em;
}

/*---------- フッタ ----------*/
dl#sitemap{
	margin:0px 0px 0px;
	line-height:1.0em;
}
dl#sitemap dt{
	clear:both;
	margin-bottom:2px;
}
dl#sitemap dd ul li{
	float:left;
	padding:0 5px;
	margin-bottom:2px;
	line-height:1.0em;
	border-right:solid 1px #ab0600;
}
dl#sitemap dd ul li.last{
	border-right:none;
}

dl#sitemap dd li a{
	font-size:12px;
}
.copyright a{
	color:#333333;
	text-decoration:none;
}

/*---------- フォーム ----------*/
/*項目名*/
.cart_border1{
	width:210px;
	margin:0;
	padding:5px;
	border:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background:none;
	font-size:100%;
}

/*フォーム*/
.cart_border2{
	width:340px;
	margin:0;
	padding:5px;
	border:none;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	font-size:100%;
}
.cart_border2 input, .cart_border2 textarea{
	width:340px;
}
/*送信ボタン*/
.cart_border4{
	border:none;
	font-size:100%;
}

/*---------- Google Maps API ----------*/
div#map span{
 font-size:7pt;
}
