@charset "utf-8";
/* 基本　*/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	color: #000;
	font-size: 0.9em;
	line-height:1.5em;
}
a img {
	border: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
h1 {
}
h2 {
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
h3 {
	padding:0 0 4px 30px;
	margin:20px 0 10px 0;
	font-size:1.1em;
	font-weight:bold;
	border-bottom:2px solid #99D999;
	background:url(../images/h_bg.gif) no-repeat;
}
h4 {
	margin-top:20px;
	border-left:10px solid #060;
	padding-left:5px;
	font-size:1.1em;
	background-color:#EDDD9E;
}
strong {
	color:#F00;
}
ul {
	margin-top:10px;
}
ol {
	margin-top:10px;
	margin-left:30px;
}
p {
	text-indent:1em;
	margin-top:10px;
	line-height:1.5em;
}
table {
	margin-top:10px;
	margin-bottom:10px;
}
.mt0 {
	margin-top:0;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mr50 {
	margin-right:50px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml50 {
	margin-left:50px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.hide {
	display:none;
}
.clear {
	clear:both;
}
.red {
	color:#FF0000;
}
.u-line-dbl {
	border-bottom:double 3px #FF0000;
}
/* レイアウト　*/

#container {
	width:100%;
	background: #FFF;
	margin: 0 auto;
}
/* ヘッダー*/
#header {
	margin:0;
	padding:0;
	height:145px;
	background: #FFFFFF;
	background:url(../images/topbg.gif) repeat-x;
}
#head_menu {
	width:100%;
	height:38px;
	margin-top:3px;
	background:url(../images/nav_bg.gif) repeat-x;
	position:relative;
}
#head_titlebg {
	width:100%;
	height:104px;
	margin:0 auto;
	background:url(../images/top1_bg.gif) no-repeat top center;
}
#head_title {
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	width:790px;
}
/* ナビ　*/

#gnavi {
	width:800px;
	height: 38px;
	margin:0 auto 0 auto;
}
ul.navi {
	margin:0;
	height:38px;
}
ul.navi li {
	float:left;
	list-style:none;
	position:relative;
	z-index:1;
}
ul.navi li ul {
	display:none;
	margin:0;
	position:absolute;
	top:33px;
	left:0;
	width:160px;
	background-color:#FFF;
	border-top:5px solid #660;
	z-index:2;
}
ul.navi li ul li {
	font-size:0.8em;
	text-align:center;
	padding:5px 0 5px 0;
	border-color:#660;
	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;
}
ul.navi li ul li a {
	text-decoration:none;
	display:block;
	width:159px;
	color:#660;
}
/* コンテンツ　*/
#content {
	width:790px;
	margin:0 auto;
}
#content th {
	text-align:left;
}
/* bold指定　*/
.bold {
	font-weight:bold;
}
/* ボックス　ボーダー　*/
.boxborder {
	width:380px;
	border:5px solid #060;
	margin:20px auto 0 auto;
	padding:10px;
}
.boxborder2 {
	width:400px;
	border: 2px solid #990;
	margin:20px auto 0 auto;
	padding:10px;
}
/* 注釈インデント p　*/
p.ind_min2 {
	text-indent:-2em;
	margin-left:2em;
}
p.ind_clr {
	text-indent:0;
}
p.ind_pls1 {
	text-indent:1em;
}
/* トップページ　*/
.top_cntnt p {
	text-indent:0;
}


/* ワークショップ　*/
.ws_cntnt .right {
	font-weight:bold;
}
/* スケジュール　*/
.schedule_cntnt h4 {
	float:left;
	margin-top:0;
	width:200px;
}
.schedule {
	margin-top:20px;
	background-color:#EDDD9E;
}
/* インフォメーション */
h3#info {
	padding:0;
	background-image:none;
}
#info_box {
	margin-top:20px;
	width:448px;
	border:1px solid #99D999;
}
#info_box h3 {
	margin-top:0;
}
#info_topic {
	width:430px;
	margin:0 auto 5px auto;
}
#info_topic dt {
	font-weight:bold;
	font-size:1.05em;
	margin:5px 0;
}

#info_topic dd {
	margin-bottom:20px;
}

/* 大会長挨拶　*/
.greeting_cntnt p {
	text-indent:1em;
	margin-bottom:10px;
	line-height:2em;
}
/* アクセス　*/
.access_cntnt p.center {
	margin-top:30px;
}
#map_canvas {
	margin:30px auto 0 auto;
}
/* お問い合わせ　*/
.otoiawase_cntnt p {
	text-indent:0;
}
/* ページトップへ戻る　*/
div.pagetop {
	height:20px;
	margin:15px 0 10px 0;
}
div.pagetop a {
	font-size:0.9em;
	float:right;
	color:#060;
}
/*  フッター  */
#footer {
	width:100%;
	height:37px;
	background:url(../images/foot_bg.gif) repeat-x;
}
#copyright {
	width:800px;
	margin:0 auto;
	padding-top:10px;
	font-size:70%;
	text-align:right;
}
/* --【Clearfix】-- */
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
.clear {
	clear:both;
}
