@charset "utf-8";
/* CSS Document */

h2#title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 20px 10px;
	background: #fff url(images/title.jpg) no-repeat right center;
	letter-spacing: 0.1em;
}
	h2#title strong{
		font-size: 1.4em;
		font-weight: bolder;
		color: #f00;
		background: none;
		margin: 0;
		padding: 0;
	}
	h2#title sub{
		font-size: 0.8em;
	}
	h2#title span{
		color: #090;
	}

div.contents h3{
	margin: 0;
	padding: 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	color: #212141;
	border-bottom: 1px solid #185d90;
}
	div.contents h4{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 1em;
		margin: 10px;
		padding: 2px 5px;
		border: none;
		border-left: 4px solid #9c9;
		background: none;
		color: #090;
		letter-spacing: 0;
		
	}

div.contents p{
	color: #000;
	font-size: 0.9em;
	line-height: 1.6em;
}
div.contents p.sub{
	margin: 5px 25px;
	font-size: 0.8em;
}
div.contents p#FreeDial strong{
	padding: 0 0 0 35px;
	background: #fff url(images/FreeDial.gif) no-repeat left center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: bolder;
	letter-spacing: 0.1em;
	color: #006;
}
	div.contents p#FreeDial span{
		font-size: 0.8em;
		margin: 0 0 0 20px;
		padding: 0;
	}

div.contents p strong{
	color: #000;
	background: none;
	font-weight: bolder;
	font-size: 1.1em;
	background: none;
}


div.contents div.graybox{
	margin: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
	div.contents div.graybox h3{
		font-size: 25px;
		margin: 25px 0 0 0;
		border: none;
		color: #f00;
		line-height: 1em;
	}
	div.contents div.graybox h5{
		margin: 0;
		padding: 2px 5px;
		background: #414161;
		color: #fff;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 1em;
		letter-spacing: 0.2em;
	}
	
	div.contents div.graybox dl{
		margin: 5px 0;
		padding: 5px;
		background: #fff;
	}
	div.contents div.graybox dl dt{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 1em;
		font-weight: bolder;
		margin: 5px;
		color: #f00;
		letter-spacing: 0.2em;
	}
	div.contents div.graybox dl dd{
		margin: 10px;
		color: #000;
		font-size: 0.9em;
		line-height: 1.6em;
		display: block;
	}
	
	img.rightimage{
		width: 390px;
		float: right;
		margin: 0 0 0 10px;
	}
	br.clear{
		clear: both;
	}
	
	div.contents div.graybox dl.info{
		margin: 5px 20px;
		font-size: 0.8em;
		
	}
	div.contents div.graybox dl.info dt{
		margin: 0;
		padding: 0;
		color: #000;
		font-weight: bolder;
	}
	div.contents div.graybox dl.info dt sup{
		vertical-align: top;
		color: #f00;
	}
	div.contents div.graybox dl.info dd{
		margin: 0 0 5px 2em;
		padding: 0;
	}
	
	div.contents div.graybox table{
		margin: 10px 5px;
		width: 710px;
		border-collapse: collapse;
	}
	div.contents div.graybox table caption{
		text-align: left;
		font-size: 0.9em;
		font-weight: bolder;
		color: #000;
	}
	div.contents div.graybox table td{
		text-align: left;
		font-size: 0.9em;
		padding: 4px;
		border: 1px solid #666;
		color: #000;
		line-height: 1.4em;
	}
	div.contents div.graybox table th{
		text-align: center;
		font-size: 0.8em;
		font-weight: bolder;
		background: #ddd;
		padding: 4px;
		border: 1px solid #666;
		color: #000;
		line-height: 1.4em;
	}
	div.contents div.graybox table th.th1{
		width: 100px;
	}
	div.contents div.graybox ul{
		margin: 10px 25px;
		padding: 0;
		list-style: disc none outside;
		font-size: 0.9em;
		color: #000;
	}
	div.contents div.graybox ul li{
		margin: 5px;
	}
	
	div.contents ol{
		margin: 10px 45px;
		padding: 0;
		list-style: decimal none outside;
		font-size: 0.9em;
		color: #000;
	}
	div.contents ol li{
		margin: 5px;
	}
