/* box*/
.box { 
       text-align:left;
       margin:0px auto;
       width: 670px;　　/*ボックス幅の設定*/
}

#box1 { 
       text-align:left;
       margin: 5px auto;
       width: 100%;　　/*ボックス幅の設定*/

}
.box2 {                    /*概略表*/
	text-align: left;
	border : 1px solid #999;
	padding: 2px 2px;
	margin: 0px 0px;
	width: 250px;
	height: 100%;
        float: left;
}

.table01 { 
        width: 250px;
        background-color:#f0ffff;
        text-align: center;
}

.table02 { 
        width: 640px;
        background-color:#f0ffff;
        text-align: center;
}

th {
        border: 1px #999 solid;
        text-align: center;
}

td {
        border: 1px #999 solid;
        text-align: left;
        padding: 2px 2px;
}

th.koumoku {    
        width: 40%;
}

td.naiyou {
        width: 60%; 
}


#box3 {                    /*経営理念*/
	text-align: left;
	border : 1px solid #999;
	padding: 3px 3px;
	margin: 0px 5px;
	width: 390px;
        float: left;
}

#box4 {                    /*だめな人間設定*/
	text-align: left;
	border :;
        font-size: 16px;
	padding: 5px 10px;
	margin: 5px 5px;
	width: 630px;
	height: ;
        float: left;
}


#box5 {                    /*だめな人間設定*/
	text-align: left;
	border :;
	padding: 5px 10px;
	margin: 5px 5px;
	width: 630px;
	height: ;
        float: left;
}
/*見出しbox
---------------------------------------------------------------------------*/
.midasi {         /*文字と背景青色ライン*/
	margin: 10px 0px;
        text-indent:20px;
	font-size: 15px;
        font-weight:bold;
	background-image: url(midasi.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 15px;
	clear: both;
}

/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background-color: #f9f9f9; /* ナビゲーションの背景色 */
border-top: 0px #cccccc solid; /* 上境界線 */
border-bottom: 0px #cccccc solid; /* 下境界線 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 480px; /* メニューの幅 */
margin: 2px auto; /* センターに配置 */
padding: 0;
background-color: #ffffff; /* メニューの背景色 */
border: 1px #cccccc solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 120px; /* 項目の幅 */
float: left;
background-color: #f0ffff; 
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 0px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
border-right: 1px #cccccc solid; 
background-color: #ffffff; /* 表示項目以外のリンク先 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}