@charset "Shift_JIS";

/* DICの特徴
---------------------------------------------------------------------------------------------------- */
#sp_page p {
	margin: 10px 0px;
}


/* 会社案内
---------------------------------------------------------------------------------------------------- */
#company_table th{
	background-color: #F2F2F2;
}

#company_table table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 10px;
}

#company_table td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}
#company_table th {
	width: 150px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}



/* プライバシーポリシー
---------------------------------------------------------------------------------------------------- */
#privacy p {
	margin: 10px 0px;
}



/* サイトマップ
---------------------------------------------------------------------------------------------------- */
#sitemap_page {
	line-height: 2;
}

#sitemap_left {
	float: left;
	width: 300px;
	margin: 5px;
}
#sitemap_right {
	float: right;
	width: 300px;
	margin: 5px;
}
#sitemap_page h2 {
	margin-top: 5px;
	text-indent: 5px;
	color: #333333;
	background: #F0F0F0 url(none);
	width: 280px;
}



/* リンク集
---------------------------------------------------------------------------------------------------- */
#link_page_left {
	width: 315px;
	float: left;
}

#link_page_right {
	width: 315px;
	float: right;
}

#link_page_left h3 {
	background-color: #F2F2F2;
	font-size: 120%;
	padding-left: 10px;
}
#link_page_right h3 {
	background-color: #F2F2F2;
	font-size: 120%;
	padding-left: 10px;
}

#link_page_left ul {
	padding-bottom: 10px;
}
#link_page_right ul {
	padding-bottom: 10px;
}



/* お問合せ
---------------------------------------------------------------------------------------------------- */
#contact_table th{
	background-color: #F2F2F2;
}

#contact_table table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 10px;
}

#contact_table td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}
#contact_table th {
	width: 150px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}

.sizeM {
	width: 200px;
}
.sizeS {
	width: 100px;
}
.textarea {
	width: 450px;
	height: 200px;
}

.hissu {
	color: #FF0000;
}

#errormes {
	color: #FF0000;
}














