html {
	overflow-y:scroll;
}
#wrapper{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, osakafu/, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#logo img{
	margin:27px 0 0 8px;　/*ロゴのマージン、大きさによって変える*/
}
#pankuzu {
	text-align:left;
	margin-top:14px;
	padding-left:5px;
	height:10px;
}
#pankuzu ol{
	list-style:none;
}
#pankuzu ol li{
	float:left;
}
h1{
	color:#fff;
	font-size:10px;
	padding:4px 0 4px 8px;
}
h1,h2,h3{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#container {
	margin-top:20px;
}
#headTitle{
	border:1px solid #e7e2e2;
}
#headTitle img{
	float:left;
	padding:8px 0 0 10px;
}
h2{
	background:url(../pict/list_detail/bg_dotBack_gray.gif);
	font-size:12px;
	height:30px;
	text-align:right;
}
h2 span{
	padding:10px 10px 0 0;
	display:block;
	}
.button {
	margin-right:10px;
}
.bottomLine{
	clear:both;
	background:url(../pict/list_detail/line_double.gif) left bottom repeat-x;
	padding-top:20px;
}
#footer {
	clear:both;
	margin-top:40px;
}
#leftBox {
	margin:0 282px 0 18px;
	text-align:left;
}
#rightBox {
	float:right;
	width:250px;
	margin-right:18px;
}
#shopSearch {
	border: 1px solid #666;
	padding-bottom: 14px;
}
#shopSearch .gray {
	background-color: #999;
	padding: 10px 0;
	border-bottom: 1px dotted #666;
}
#shopSearch .area {
	margin-top: 14px;
}
#shopSearch #areaSearch {
	text-align: left;
	padding-left: 14px;
	font-size: 12px;
	color: #333;
}
#shopSearch #areaSearch ul {
	margin-top:7px;
}
#shopSearch #areaSearch ul li {
	list-style-position: inside;
	list-style-image: url(../pict/toppage/listmark01.gif);
	padding-left: 7px;
}
.banner {
	margin-top:14px;
}
.columnT {
	background-color: #e6e2e2;
	border-left: 14px solid #bcbbbb;
	margin-top:20px;
	padding:0.5em 0 0.1em 0.5em;
	font-weight: bold;
}
.columnList{
	font-size:12px;
	margin:20px 0;
	background:url(../pict/column/line_double.gif) left top repeat-x;
	padding:1.0em 1.0em 0.5em 1.0em;
}
.bgColor {
	background-color: #eeeeea;
	background-image: url(../pict/column/line_double.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.columnList li{
	list-style-image:url(../pict/common/arrow_gray.gif);
	list-style-position:inside;
	padding-bottom:0.5em;
}
.columnImg {
	border: 2px solid #CCC;
	margin:0 20px 15px 0;
	float: left;
}
#column {
	padding:20px;
}

/*会社概要など*/
#info {
	margin-top:20px;
	font-size:12px;
}
#info p{
	line-height:1.5em;
}
#info table {
	border-collapse: collapse;
	width:800px;
	margin:20px auto;
	
}
#info th.t_top {
    border-top: #b3b3b3 4px solid;
}
#info th {
	width:150px;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	background: #f7f7f7;
	padding: 7px;
}
#info td.t_top {
	border-top: #be1309 4px solid;
}
#info td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 7px;
	line-height:1.3em;
}
#info td.bdleft {
	border-left: #e3e3e3 1px solid;
}

/*サイトインデックス用*/
#i_free{
	width:800px;
	margin:10px auto;
	overflow:hidden;
}
#i_free h3 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	letter-spacing:2px;
	border-bottom:1px #000 dotted;
	padding-top:15px;
	clear:both;
}
#i_free h3 img {
	vertical-align:middle;
}
#i_free ul {
	margin:5px auto;
	text-align:left;
	text-indent:4em;
}
#i_free ul li{
	float:left;
	width:350px;
	display:block;
	}