/* concept.css */
@charset "Shift_JIS";

/* コンテナ部分
--------------------------------------------------------- */
#countainer { width: 760px; margin: 10px;}

/* ページタイトル部分
--------------------------------------------------------- */
#h2-01 {
	text-indent: -9999px;
	background: url(../concept/img/concept-h2.gif) center top no-repeat;
	display: block;
	margin: 45px 0 40px;
}

/* 背景画像部分
--------------------------------------------------------- */
#content-top {
	magin-bottom: 10px;
	background: url(../concept/img/concept-border-top.gif) top no-repeat;
}
#content-mid {
	background: url(../concept/img/concept-border-mid.gif) repeat-y;
	width: 720px;
	margin: 0 auto;
}
#content-bottom {
	padding: 10px 40px 20px;
	background: url(../concept/img/concept-border-bottom.gif) bottom no-repeat;
}

/* コンテンツタイトル部分
--------------------------------------------------------- */
#h3-01 {
	margin: 10px 0;
	height: 32px;
	text-indent: -9999px;
	background: url(../concept/img/concept-h3-01.gif) left bottom no-repeat;
}
#h3-02 {
	margin: 10px 0;
	height: 32px;
	text-indent: -9999px;
	background: url(../concept/img/concept-h3-02.gif) left bottom no-repeat;
}

/* リスト部分
--------------------------------------------------------- */
ul,ol,li{ margin:0; padding:0; list-style-position:inside; 
} 
#time {
list-style: decimal;color: #925964;
font-size: 12px;line-height: 1.5;margin-bottom: 10px;
}
