@charset "UTF-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
}
body {
	border-top: #009FE8 3px solid;
	background: url(../img/header_back.png) left 8px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding :0;
	font-weight: normal; 
}
table {
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #0044AA;
}
a:hover {
	color: #009FE8;
}

p {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	float: left;
}


/*ヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#header {
	width: 800px;
	height: 125px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
#seo {
	color: #AAAAAA;
	padding: 5px 5px 0 0;
	float: right;
}
#header span {
	display: none;
}
h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
}
h1 a {
	background: url(../img/logo.png) no-repeat;
	width: 310px;
	height: 50px;
	display: block;
}
ul#topmenu {
	margin: 0;
	padding: 26px 5px 0 0;
	float: right;
}
ul#mainmenu {
	background: url(../img/mainmenu_back.png) no-repeat;
	width: 790px;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
}
ul#mainmenu li {
	background: url(../img/mainmenu_space.png) right top no-repeat;
	padding: 0 4px 0 0;
}
ul#mainmenu li#menu4  {
	background: none;
	padding: 0;
}
ul#mainmenu li a {
	background: url(../img/mainmenu_set.png) no-repeat;
	width: 192px;
	height: 40px;
	display: block;
}

ul#mainmenu li#menu1 a {
	background-position: 0px top;
}
ul#mainmenu li#menu2 a {
	background-position: -196px top;
}
ul#mainmenu li#menu3 a {
	background-position: -392px top;
}
ul#mainmenu li#menu4 a {
	background-position: -588px top;
}
ul#mainmenu li#menu1 a:hover {
	background-position: 0px bottom;
}
ul#mainmenu li#menu2 a:hover {
	background-position: -196px bottom;
}
ul#mainmenu li#menu3 a:hover {
	background-position: -392px bottom;
}
ul#mainmenu li#menu4 a:hover {
	background-position: -588px bottom;
}

#topimage {
	background: url(../img/topimage2.jpg) no-repeat;
	width: 800px;
	padding: 280px 0 10px 0;
}


/*フッター
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
ul#footermenu {
	padding: 0 0 6px 0;
	text-align: center;
}
ul#footermenu li {
	float: none;
	display: inline;
}
#copy {
	border-top: #009FE8 2px solid;
	padding: 2px 0 0 0;
	text-align: right;
}


/*サイド
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#side {
	width: 204px;
	padding: 0;
	float: left;
	position: relative;
	left: -1px;
	top: 1px;
}
#side_contact {
	text-indent: -9999;
	height: 55px;
	width: 204px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#side_contact a {
	background: url(../img/button_contact.png) no-repeat;
	width: 204px;
	height: 55px;
	display: block;
	text-indent: -9999;
}
#side_contact a:hover {
	background-position: bottom 0px;
}

#side li {
	padding: 2px 0;
	float: none;
}
#side .title {
	width: 204px;
	height: 31px;
}
.side_note {
	background: url(../img/side_back.png) repeat-y;
	padding: 10px 12px 0 12px;
}
.side_bottom {
	background: url(../img/side_bottom.png) no-repeat;
	height: 22px;
}
#side_link {
	background: url(../img/side_link.png) no-repeat;
}
#side_sponsor {
	background: url(../img/side_sponsor.png) no-repeat;
}
#side_link2 {
	background: url(../img/side_link2.png) no-repeat;
}



/*コンテンツ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
#back {
	width: 80px;
	margin: 0  auto;
	padding: 30px 0 0 0;
}
#back a {
	width: 80px;
	height: 20px;
	display: block;
}

#content {
	width: 580px;
	padding: 0;
	line-height: 130%;	
	float: right;
	text-align: justify;
	text-justify: distribute;
}
#content .linheight1 {
	line-height: 120%;
}

.pagetitle {
	background: url(../img/pagetitle_back.png) no-repeat;
	color: #555555;
	width: 565px;
	height: 30px;
	padding: 0 0 15px 15px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}
.pagetitle2 {
	background: url(../img/pagetitle_back2.png) no-repeat;
	width: 555px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 5px;
}
.pagetitle3 {
	background: url(../img/pagetitle_back3.png) no-repeat;
	width: 555px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 5px;
}
.pagetitle3 span {
	font-size: 12px;
	font-weight: normal;
}
.subtitle {
	padding: 5px 0;
	font-weight: bold;
}
.pagearea {
	padding: 0 10px;
}
.pagearea2 {
	padding: 10px;
}
.pagearea3 {
	padding: 10px 10px 20px 10px;
}
.pagetop {
	padding: 20px 10px 0 0;
	float: right;
}
.pagetop a {
	background: url(../img/pagetop.png) no-repeat;
	width: 150px;
	height: 15px;
	display: block;
}


.topicsarea {
	border-bottom: #CCCCCC 1px dotted;
	margin: 0 0 10px 0;
	padding: 5px 0 15px 0;
}
.topicstitle {
	color: #FF6600;
	font-size: 16px;
	padding: 0 0 10px 0;
}
.topicstitle span {
	color: #666666;
	font-size: 12px;
}

.pagearea p {
	text-indent: 1em;
	padding: 0 0 10px 0;
}
.pagearea dl {
	margin: 0;
	padding: 15px 0 0 0;
}
.pagearea dt {
	background: url(../img/pagetitle_back2.png) no-repeat;
	width: 555px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 5px;
}
.pagearea dd {
	margin: 0;
	padding: 10px 10px 20px 10px;
}

/*九州創発塾とは
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#introduction {
	border: #009FE8 1px solid;
	background: #F4FAFF;
	padding: 15px;
}


/*熊本大会概要
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.table1 {
	padding: 10px 0 0 0;
}
.table1 table {
	background: #009FE8;
	width: 100%;
}
.table1 th {
	background: #F4FAFF;
	width: 80px;
	padding: 5px 10px;
	text-align: center;
}
.table1 td {
	background: #FFFFFF;
	padding: 5px 10px;
}

.pagearea .table1 dl {
	margin: 0;
	padding: 0;
}
.pagearea .table1 dt {
	color: #0044AA;
	background: none;
	width: 420px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.pagearea .table1 dd {
	margin: 0;
	padding: 0 0 10px 10px;
}

.table2 {
	padding: 0 0 20px 0;
}
.table2 table {
	border-top: #CCCCCC 1px dotted;
	width: 100%;
}
.table2 th {
	width: 100px;
	vertical-align: top;
}
.table2 th,
.table2 td {
	border-bottom: #CCCCCC 1px dotted;
	padding: 10px 0;
}

/*プログラム
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.lecturearea {
	padding: 0 0 30px 0;
}
.program {
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}
.program table {
	border: #999999 1px solid;
	border-bottom: none;
	width: 100%;
}
.program th {
	background: #EEEEEE;
	border-bottom: #999999 1px solid;
	width: 40px;
	height: 100%;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
	text-align: right;
	vertical-align: top;
}
.program td {
	border-bottom: #999999 1px solid;
	margin: 0;
	padding: 5px 10px;
}


/*講師紹介
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.lecturearea {
	padding: 0 0 30px 0;
}
.pagearea dl.dlstyle1 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	text-justify: none;
}
.pagearea .dlstyle1 dt {
	clear: both;
	background: none;
	width: 100px;
	height: 100%;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
}
.pagearea .dlstyle1 dd {
	width: 460px;
	margin: 0;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/*サイトマップ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#sitemap_l {
	width: 270px;
	padding: 10px 0 0 20px;
	float: left;
}
#sitemap_r {
	width: 270px;
	padding: 10px 0 0 0;
	float: right;
}
.button_sitemap {
	padding: 0 0 10px 0;
}
.button_sitemap a {
	border: #009FE8 1px solid;
	width: 220px;
	height: 30px;
	padding: 0 0 0 10px;
	line-height: 30px;
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}
.button_sitemap a:hover {
	background: #F4FAFF; 
}




/*お問い合わせ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.foam_area {
	padding: 10px 0 0 0;
}
.foam_area table {
	width: 100%;
}

.foam_title1,
.foam_title2,
.foam_title3,
.foam_content1,
.foam_content2,
.foam_content3 {
	background: #FFF5E5;
	border: #FF9900 solid 1px;
	padding: 5px 10px;
}

.foam_title1 {
	border-bottom: none;
}
.foam_title2 {
	width: 100px;
	border-right: none;
}
.foam_title3 {
	border-top: none;
	border-right: none;
}


.foam_content1 {
	background: #FFFFFF;	
	border-top: none;
	padding: 5px;
}
.foam_content2 {
	background: #FFFFFF;
	border-left: none;
	padding: 5px;
}
.foam_content3 {
	background: #FFFFFF;
	border-top: none;
	border-left: none;
	padding: 5px;
}


.foam_text1 {
	width: 410px;
	height: 200px;
}
.foam_text2 {
	width: 240px;
}
.foam_text3 {
	padding: 0 0 0 5px;
}
.foam_text4 {
	width: 40px;
}
.foam_text5 {
	width: 100px;
}

.err {
	color: #FF0000;
	font-weight: bold;
	border: #FF0000 1px solid;
	padding: 10px;
}

.sub-title {
  padding: 5px;
  background-color: #F2F2F2;
}




.pagearea dl.graf1 {
	width: 560px;
	float: left;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
}
.pagearea dl.graf1 dt {
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFF;
	background-image: none;
}
.pagearea dl.graf1 dd {
	float: left;
	width: 440px;
	margin: 0px;
	padding: 0px;
}

