/* ### レイアウト ### */
#container	{width: 100%;}

#content	{width: 62.5%;}

#sidebar	{width: 31.25%;}

/* ### 画像 ### */
img	{max-width: 100%;
	height: auto;}

/* --- ボックス --- */
div.section {
width: 100%; /* ボックスの幅 */
height: 300px; /* ボックスの高さ */
overflow: auto;
background-color: #f9f9f9; /* ボックスの背景色 */
border: 1px #c0c0c0 dotted; /* ボックスの境界線 */
font-size: 80%; /* 文字サイズ */
color: #000000; /* 文字色 */
}

/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/* 会社概要 */
.left {
	width:95%;
	}
.left2 {
	width:95%;
	height:22px;
	}
.right {
	width:95%;
	}
