@charset "utf-8";
/* ===================================================================
CSS information

 file name  :list.css
 author	 :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#contents
		メイン
----------------------------------------------------*/

p {
	margin:0;
	padding:0;
}

h2.okage {
	margin-top:5px;
}

div.box_contents {
    margin: 0 20px;
    width: 920px;
}

div.box_contents div.note {
	width:838px;
	margin: 0 20px 40px 20px;
	padding:20px;
	border-left:1px solid #b08f00;
	border-right:1px solid #b08f00;
	border-bottom:1px solid #b08f00;
}

div.box_contents div.note .note_tbl {
	margin:10px 0 10px 0;
	width:838px;
}

div.box_contents div.note .note_tbl {
	padding:5px 0;
}

div.note .note_title {
	font-weight:bold;
	color:#010101;
	width:125px;
	border-bottom:1px dotted #adadad;
	padding:5px;
}

span.title_maru {
	width:13px;
	height:13px;
	position:relative;
	top:2px;
	right:5px;
}

.dod_line {
	border-bottom:1px dotted #adadad;
	padding:5px;
}

.dod {
	padding:5px;
}

div.note .note_title_n {
	font-weight:bold;
	color:#010101;
	width:125px;
	padding:5px;
}
	





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
