@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS 下層ページ
----------------------------------------------------------- */

#pan {
	clear: both;
	width: 600px;
	float: left;
	margin-bottom: 10px;
}
#pan li {
	float: left;
}
#pan #second {
	padding-left: 15px;
	background-image: url(../img/page/icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#comapny-title {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 600px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../img/page/company-title.jpg);
}

#company-list td {
	vertical-align: top;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#company-list #left {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	width: 25%;
	color: #666666;
	font-weight: bold;
}

#company-list #right {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	color: #666666;
}


#privacy-title {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 600px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../img/page/privacy-title.jpg);
}

#privacy-list dt {
	color: #006699;
	font-weight: bold;
	margin-bottom: 5px;
}
#privacy-list dd {
	margin-bottom: 15px;
	line-height: 135%;
}

#contact-title {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 600px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../img/page/contact-title.jpg);
}

#business-title {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 600px;
	margin-bottom: 10px;
	clear: both;
	background-image: url(../img/page/business-title.jpg);
}#business-list {
	clear: both;
	float: left;
	width: 600px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
#business-list dt {
	padding: 1px;
	float: left;
	width: 200px;
	border: 1px solid #CCCCCC;
}
#business-list dd {
	float: right;
	width: 380px;
	line-height: 135%;
	clear: right;
}
#business-list #title {
	background-repeat: no-repeat;
	margin-bottom: 15px;
	color: #333333;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	line-height: 135%;
}
#contact-list #left {
	background-color: #f4f4f4;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	vertical-align: top;
}
#contact-list #right {
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#contact-box {
	background-color: #f4f4f4;
	padding: 18px;
	width: 560px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contact-box .c-title {
	background-color: #dddddd;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	margin-bottom: 10px;
}
