@charset "Shift_JIS";

/*----------------------------------------------
  Set
----------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
}

body {
    width:100%; /* IEの領域(body)からはみ出す要素がないのに横スクロールバーが出た時のバグ対策 */
    font-size: 12px;
	color: #222;
	background-color: #FFF;
}


/*----------------------------------------------
  ID
----------------------------------------------*/

/* メイン部分全体の囲み */
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #FFF url(images/bg.gif) center top repeat-y;
}

/* ヘッダー部分 */
#header {
    width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #A9001D;
}

/* ボタン部分 */
#button {
	 margin: 0 auto;
	 width: 100%;
	 text-align: center;
	 background: #A9001D url(images/btn_bg.gif) left top repeat-x;
}


/* コンテンツ部分 */
#contents {
    width: 800px;
	margin: 0 auto;
}


/* フッター部分 */
#footer {
    width: 100%;
	margin: 20px auto 0 auto;
	padding: 5px 0;
	border-top: solid 3px #A9001D;
	color: #333;
	clear: both;
	font-size: 10px;
	font-family:Verdana, Tahoma;
	background-color: #FCE5E9;
	text-align: center;
}

#order-top {
	width: 800px;
	height: 15px;
	}

#order {
	width: 768px;
	padding: 0 15px;
	background-color: #F5F5F5;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	}

#order-bottom {
	width: 800px;
	height: 15px;
	margin-bottom: 6px;
	margin-top: -6px;
	}



/*----------------------------------------------
  見出し
----------------------------------------------*/

h1 {}

h2 {
	margin: 20px 0 10px 0;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	color :#A9001D;
	}

p {
	line-height: 130%;
	}


/*----------------------------------------------
  概要 会期・参加対象他
----------------------------------------------*/
div.kaiki {
	margin: 10px 0 12px 0;
	}

div.kaiki dl {
	line-height: 130%;
	}

div.kaiki dt {
	width: 70px;
	border-left: solid 3px #153A10;
	background-color: #EEE;
	font-weight: bold;
	float: left;
	clear: both;
	margin: 4px 0;
	padding-left: 5px;
	white-space:nowrap;
	color: #153A10;
	}

div.kaiki dd {
	border-bottom: dotted 1px #CCC;
	padding: 4px 4px 4px 90px;
	}


/*----------------------------------------------
  Table
----------------------------------------------*/

.table1 {
	color: #000;
	width: 100%;
	margin-bottom: 3px;
	border: solid 1px #A9001D;
	border-collapse: collapse;
	font-family: Verdana, Tahoma;
	}

.table1 th {
	padding: 5px;
	border: solid 1px #A9001D;
	background-color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	width: 150px;
	}

.table1 td {
	padding: 5px;
	border: solid 1px #A9001D;
	background-color: #FCE5E9;
	line-height: 140%;
	}

.table1 td.break {
	background-color: #DDD;
	text-align: center;
	padding: 2px;
	}


/*----------------------------------------------
  Text
----------------------------------------------*/

p.order-text {
	line-height: 140%;
	margin-left: 25px;
	margin-bottom:6px;
	}

.text-bold {
	font-weight: bold;
	}

.text-big {
	font-weight: bold;
	font-size: 14px;
	color: #A9001D;
	margin-bottom: 6px;
	}
	
.text-red {
	color:#FF0000;
	}
	
.text-red-bold {
	color:#FF0000;
	font-weight: bold;
	}

.text-blue-bold {
	color: #172EDC;
	font-weight: bold;
	}

.text-small {
	font-size: 11px;
	font-weight: normal;
	}

.copyright {
	text-align: right;
	}
	
address {
	text-align: right;
	font-style: normal;
	margin-top: 2px;
	}

.back {
	width: 100%;
	margin: 3px 0;
	text-align: right;
	font-size: 10px;
	}

/*----------------------------------------------
  Link
----------------------------------------------*/

/* リンク色(通常) */
a:link {
	color: #A9001D;
	text-decoration: underline;
	}

/* リンク色(訪問済) */
a:visited {
	color: #A9001D;
	text-decoration: underline;
	}

/* リンク色(マウスオーバー時) */
a:hover {
	color:#666;
	text-decoration: underline;
	}

/* リンク色(選択状態) */
a:active {
	color:#666;
	text-decoration: underline;
	}


/*----------------------------------------------
  Image
----------------------------------------------*/
img {
	border: 0;
}

.photo {
	background-color: #FFF;
	padding: 4px;
	border: solid 1px #AAA;
	margin-bottom: 3px;
}


/*----------------------------------------------
  Line
----------------------------------------------*/

.line {
	border-top: double 3px #CCC;
	width: 100%;
	height: 10px;
	margin: 15px 0 5px 0;
	}
	
.line2 {
	border-top: double 3px #CCC;
	width: 100%;
	height: 10px;
	margin: 3px 0 5px 0;
	}

.line3 {
	border-top: solid 1px #CCC;
	width: 100%;
	height: 10px;
	margin: 3px 0 5px 0;
	}


/*----------------------------------------------
  List
----------------------------------------------*/

ul {
	margin: 0 0 10px 20px;
	padding: 0;
	line-height: 130%;
	}

li {
	margin: 0 0 3px 20px;
	padding: 0;
	line-height: 130%;
	}

/*----------------------------------------------
  Spacer
----------------------------------------------*/
.spacer15 {
	margin-bottom: 15px;
	}

.spacer12 {
	margin-bottom: 12px;
	}

.spacer6 {
	margin-bottom: 6px;
	}

.spacer3 {
	margin-bottom: 3px;
	}
	
	
/*----------------------------------------------
  コーディネータ＆パネリスト
----------------------------------------------*/

dl.none {
	
	}

dl.none dt {
	width: 90px;
	padding-left: 16px;
	float: left;
	clear: both;
	font-size: 12px;
	white-space:nowrap;
	font-weight: bold;
	}

dl.none dd {
	font-size: 11px;
	float: left;
	}

dl.none2 {
	margin-left: 16px;
	}

dl.none2 dt {
	background: url(images/p.gif) left center no-repeat;
	padding-left: 16px;
	float: left;
	clear: both;
	font-size: 11px;
	white-space:nowrap;
	}

dl.none2 dd {
	font-size: 11px;
	float: left;
	}

dl.c {
	margin-left: 16px;
	}

dl.c dt {
	width: 90px;
	background: url(images/c.gif) left center no-repeat;
	padding-left: 16px;
	float: left;
	clear: both;
	font-size: 12px;
	white-space:nowrap;
	font-weight: bold;
	}

dl.c dd {
	font-size: 11px;
	float: left;
	}

dl.p {
	margin-left: 16px;
	}

dl.p dt {
	width: 90px;
	background: url(images/p.gif) left center no-repeat;
	padding-left: 16px;
	float: left;
	clear: both;
	font-size: 12px;
	white-space:nowrap;
	font-weight: bold;
	}

dl.p dd {
	font-size: 11px;
	float: left;
	}

