@charset "UTF-8";
/*--------------------------------------------------
  Base
　<page size>
  960px

  <base color>
  #3f312b ->本文
  #00488e ->リンクカラー
  #b30d23 ->メインカラー
  
  <font size>
  16px = 100%
  
  12px = 75.0%    13px = 81.3%    14px = 87.5%    15px = 93.8%
  16px = 100.0%   17px = 106.3%   18px = 112.5%   19px = 118.8%
  20px = 125.0%   21px = 131.3%   22px = 137.5%   23px = 143.8%
  24px = 150.0%   25px = 156.3%
---------------------------------------------------*/



/*--------------------------------------------------
　スタイルリセット
---------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, dl, dd, dt, ul, ol, li, form, table, tr, th, td, div, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, li, dh, dd, th, p {
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}
li {
	list-style-type: none;
}
img {
	border: none;
}



/*--------------------------------------------------
　ページ基本要素
---------------------------------------------------*/
body {
	text-align:center;
	color: #3f312b;
	font: 16px/1.7 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳゴシック", "MSGothic", sans-serif;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { /* for IE */
	display: inline-block;
}



/*--------------------------------------------------
　リンク
---------------------------------------------------*/
/*リンク部分*/
a:link {
	color: #00488e;
}
/*訪問済みリンク*/
a:visited {
	color: #bf7ee8;
}
/*マウスオーバー時*/
a:hover {
	color: #77b3ed;
}



/*--------------------------------------------------
　構造
---------------------------------------------------*/

/* コンテンツ構成要素
===================================================*/
#wrapper,
#header,
#gnavi,
#footer {
	width: 100%;
}
#header .logo,
#gnavi ul,
#contents {
	width: 960px;
	margin: 0 auto;
}


#wrapper {
	
	width: 100%;
	position: relative;
	background-color: #dfd2c3;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/* ヘッダー
===================================================*/
#header {
	height: 445px;
	margin-bottom: 65px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat;
	background-position: center top;
}
#header .logo {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;

}




/* グローバルナビゲーション
===================================================*/
#gnavi {
	height: 57px;
	margin-bottom: 65px;
	background: url(../images/bg_gnavi.gif) left top repeat-x;	
}
#gnavi ul li {
	width: 192px;
	height: 57px;
	float: left;
}



/* コンテンツ
===================================================*/
#contents {
	text-align:left;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	display: block;
	background-color: #dfd2c3;
	/* height: 2300px; */
}

/*見出し関係*/
#contents .h2_ttl {
	
}
#contents .article .h3_ttl {
	margin: 20px 20px 0;
	padding: 10px 0 5px 10px;
	line-height: 1;
	font-size: 150%;
	font-weight: bold;
	color: #173c5d;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #173c5d;
}

/*本文記事*/
#contents .content_area {
	width: 960px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	background-color: #ffffff;
}

#contents .article {
	width: 908px;
	margin: 10px 25px 0;
	border: 1px solid #d8dee4;
}
#contents .article p,
#contents .article dl {
	width: 868px;
	margin: 20px;
}

#contents strong {
	font-weight: bold;
}

/*開催概要*/
#contents .outline_list dt {
	width: 80px;
	margin-bottom: 10px;
	float: left;
	font-weight: bold;
	color: #173c5d;
}
#contents .outline_list dd {
	margin: 0 0 10px 100px;
}
#contents .outline_list dt.end,
#contents .outline_list dd.end {
	margin-bottom: 0;
}

.kome {
	background-color: #f0e9e0;
	display: block;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 18px;
	color: #666;
	line-height: 1.7em;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*プログラム*/
#contents .program_list dt {
	width: 173px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
#contents .program_list dd {
	margin-bottom: 5px;
	padding-left: 190px;
	background: url(../images/bg_program_list.gif) left top repeat-y;
}
#contents .program_list span {
	padding: 1px 3px;
	font-weight: bold;
	color: #ffffff;
	background-color:#0d63b3;
}


/*参加申し込み*/
#contents .entry_list dt {
	width: 120px;
	float: left;
	font-weight: bold;
	color: #173c5d
}
*html #contents .entry_list dt {
	width: 150px;
	margin-bottom: 10px;
	float: left;
	font-weight: bold;
	color: #173c5d;
}
#contents .entry_list dd {
	margin-left: 150px;
}
#contents .entry_list a.pdf {
	padding-right: 20px;
	background: url(../../../images/common/icon_pdf.gif) right center no-repeat;
}

*html #contents .entry_list dd {
	margin: 0 0 10px 170px;
}

/*委員会*/
#contents .member_list dt {
	width: 160px;
	float: left;
	font-weight: bold;
	color: #173c5d;
}
*html #contents .member_list dt {
	width: 110px;
	margin-bottom: 10px;
	float: left;
	font-weight: bold;
	color: #173c5d;
}
#contents .member_list dd {
	margin: 0 0 10px 100px;
}
*html #contents .member_list dd {
	margin: 0 0 10px 130px;
}

/*ページトップ*/
.pagetop {
	position: fixed;
	right: 0;
	bottom: 60px;
}
.pagetop a {
	width: 55px;
	height: 193px;
	display: block;
}





/* フッター
===================================================*/
#footer {
	height: 200px;
	color: #ffffff;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*コピーライト*/
#footer .copyright {
	padding-top: 50px;
	font-size: 87.5%;
	font-weight: normal;
	text-align: center;
}
#footer .copyright a {
	color: #ffffff;
	text-decoration: none;
}
