@charset "UTF-8";
/* CSS Document */


/*  =========　全体　========= */

body { 
	font-family: SimSun,Arial,Arial UnicodeMS;
}

div, p, dl { margin: 0; padding: 0; text-decoration: }


div#wrapper {
	width: 600px;
}




/*  =========　会社案内　========= */

div.Company-title {
	width: 100%;
	background: #666;
	color: #fff;
	font-weight: bold;
	margin: 6px 0;
	padding: 3px 8px;
}

div.Company-notes {
	width: 100%;
}

div.Company-notes p {
	margin: 8px 0;
}

div.Company-notes strong {
	color: #0000CC;
	font-size: 120%;
}

div.Company-notes_text {
	width: 365px;
	float: left;
	margin-right: 15px;
	line-height: 140%;
}

div.Company-notes_img {
	width: *;
	float: right;
}

address.Company-profile {
	clear: both;
	padding-top: 20px;
}

address.Company-profile strong {
	color: #CC0000;
}

dl.Company-profie dt {
	float: left;
	margin-right: 10px;
}

dl.Company-profie dt:after {
	content: " :";
}



/*  =========　footer　========= */

footer {
	clear: both;
	width: 100%;
	margin: 20px 0;
	padding: 10px 0;
	font-weight: bold;
	color: #CCC;
	font-size: 110%;
	text-align: center;
	border-top: 1px solid #CCC;
}