@charset "shift_jis";

/*会社概要ページのCSS
--------------------------------------------------------------*/
#page_content p{
	color: #333;
	font-size: 14px;
}
#page_content p a{
	color: #333;
	font-weight: bold;
}
#page_content p a:visited{
	color: #000066;
}
#page_content p a:hover{
	color: #000066;
}

#flow {
	color: #333;
	font-size: 14px;
	padding-bottom: 20px;
}
#formtitle {
	width: 600px;
	color: #000066;
	margin-left: 20px;
	text-indent: 20px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #999999;
	font-size: 14px;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#formarea {
	padding: 10px;
	width: 580px;
	margin-left: 20px;
	height: auto;
	background-color: #CCCCCC;
	margin-bottom: 40px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
}
#formarea p {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#formarea:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
}
.item_title {
	width: 550px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-left: 15px;
	color: #000066;
	font-size: 14px;
	clear: left;
	font-weight: bold;
	padding-top: 30px;
}
dt {
	width: 140px;
	vertical-align: top;
	margin-left: 28px;
	color: #000000;
	font-size: 14px;
	float: left;
	display: inline;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
dd {
	width: 397px;
	vertical-align: top;
	color: #000000;
	font-size: 14px;
	float: left;
	display: inline;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 150%;
}
.red {
	color: #FF0000;
}