/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

div#wrapper{
	width:750px;
	margin:0px auto 0px auto;
	}
	
div#header{
	margin-top:5px;
	}

/*バナーエリア　（バナーにテキストを埋め込むとき使う）	
div#bannar{
	background-image:url(../images/bannar.gif);
	height:230px;
	}

div#bannar p{
	color:#FFFFFF;
	font-size:small;
	line-height:1.2em;
	padding:5px;
	margin:0px;
	}
*/

div#main{
	margin-top:0px;
	border-top: 15px solid #d5d7db;
	border-bottom: 15px solid #d5d7db;
	padding-top:4px;
	padding-bottom:20px;
	}
	
/*フッター*/
div#footer{
	clear:both;
	}
	
div#footer p{
	text-align:center;
	font-size:small;
	margin-top:5px;
	}
	
div#footer a{
	text-decoration:none;
	color:#000000;
	}
		
/*サイドバー*/
div#sidebar{
	width:300px;
	float:left;
	}

/*コンテンツ*/	
div#contents{
	width:425px;
	margin-right: 5px;
	float:right;
	}
	
div#contents p{
	line-height:1.6em;
	text-indent:1em;
	font-size:small;
	}

h1{
	font-size:x-small;
	margin:0px;
	padding:0px;
	}
	
h2{
	font-size:medium;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:1px;
	padding:0px;
	}

h3{	/*各ページの見出し画像に使用*/
	}	

h4{
	color:#000066;
	background-image:url(../images/ball.gif);
	background-repeat:no-repeat;
	text-indent:1.2em;
	border-bottom:1px solid #000066;
	}
	
img {
	border:none;
	}

.float_r{
	float:right;
	margin-left:10px;
	}

.float_l{
	float:left;
	margin-right:10px;
	}

/*用語解説*/	
dt{
	background-image:url(../images/point.gif);
	background-repeat:no-repeat;
	text-indent:1.2em;
	color:#000066;
	font-weight:bold;
	}

dd{
	margin-left:1em;
	}

/*防犯対策リスト*/
div#contents ul{
	}

div#contents li{
	font-size:small;
	}

/*会社概要テーブル*/
table{
	border:1px solid #CCCCCC;
}

th{
	padding:2px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	background-color:#666666;
	color:#FFFFFF;
	font-size:small;
	width:20%;
}

td{
	padding:2px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:small;
}

/*ランキングページ用テーブル（練習用）*/
table#ranking{
	width:100%;
	border-collapse:separate;
}

table#ranking tr{
	padding-bottom:5px;
	}
	
table#ranking th{
	background-color:#FFFFFF;
	color:#000000;
	border:none;
	}

table#ranking td{
	border-bottom:1px dashed #000066;
	}
	
/*作業の流れ*/
div.flow_box{
	height:270px;
	}
	
/*--------------------------------------------------------------------------
*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.clearbox {
 min-height:1px;　/* IE 7対策 */
}
.clearbox:after {
 content:".";
 display:block;
 height:0px;
 clear:both;
 visibility:hidden;
}
.clearbox { display:inline-table; }
/* Mac IE には適用させない \*/
* html .clearbox { height:1px; }
.clearbox { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*--------------------------------------------------------------------------
*/

.clear {
	clear: both;


/*--------------------------------------------------------------------------
JBR杉浦追加スクロール用2007.9.11
---------------------------------------------------------------------------*/

.scroll {
	overflow:scroll;
 }