@import url("../css/default.css");
@import url("../css/style.css");
@import ("../print.css") print ;

/*================■経営理念（id=rinen）■================*/

#rinen {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

#rinen h2 {
	color: #fff;
	margin-top: 3px;
	margin-bottom: 5px;
	background: url(img/rinen.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	overflow: hidden;
	}

#rinen div {
	width: 550px;
	border: 1px dotted #999;
	padding: 10px;
	font-size: 15px;
	}

#rinen span {
	font-weight: bold;
	color: #666;
	}

#rinen hr {
	border: 0px dotted #999;
	}

#rinen p {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	}

/*================■会社概要（id=gaiyou）■================*/

#gaiyou {
	width: 600px;
	margin-top: 10px;
	margin-bottom : 20px;
	}

#gaiyou h2 {
	margin-top: 3px;
	margin-bottom: 5px;
	background: url(img/gaiyou.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 550px;
	height: 30px;
	overflow: hidden;
	}

#gaiyou th {
	width: 100px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border-bottom: 1px dotted #999;
	vertical-align: top;
	}

#gaiyou td {
	width: 400px;
	padding: 3px;
	border-bottom: 1px dotted #999;
	}


#contents_right img {
	padding-top: 20px;
	}
