/*会社情報*/
#cAreawrap {
	margin-left: 0px;
}

#cAreawrap a:link {
	color: #000000;
	text-decoration: underline;
}
#cAreawrap a:visited {
	color: #000000;
	text-decoration: underline;
}
#cAreawrap a:active {
	color: #000000;
	text-decoration: underline;
}
#cAreawrap a:hover {
	color: #cc3333;
	text-decoration: none;
}
.corporateBoxL {
	background-color: #EDF5F8;
	width: 100%;
	height: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.corporateBoxR {
	background-color: #EDF5F8;
	height: 100%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
.corporateBoxL p {
	padding: 10px 0px 5px 10px;
}
.corporateBoxR p {
	padding: 10px 0px 5px 10px;
}
/*プレスリリース*/
.prArea {
	width: 512px;
	margin-top: 12px;
	padding-bottom: 12px;
	background-image: url("/common/images/dotline.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}
#incText {
	margin-bottom: 15px;
	padding:0px 5px 0px 15px;
	width: 480px;
}
.prDate {
	float: left;
	width: 20%;
	padding-left: 8px;
}
.prSubject {
	float: right;
	width: 78%;
}


/*会社概要*/
.proIndent {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

