@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-color: #ffffff;
}
a:link {
	color: #004080;
	font-size: 12px;
}
a:hover {
	color: #005ebb;
	font-size: 12px;
}
a:visited {
	color: #004080;
	font-size: 12px;
}
p {
	margin: 18px 0 18px 0;
	line-height: 180%;
	letter-spacing: 1px;
}

/*---------- メイン ----------*/

#main {
	width: 900px;
	background-color: #ffffff;
	border-top: 5px solid #005ebb;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main img.head_photo {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*---------- ヘッダー ----------*/

#header {
	margin: 0;
	width: 900px;
	height: 80px;
	border-bottom: solid 3px #005ebb;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
/* 
#header h1 {
  margin: 0;
  padding: 3px 0 4px 12px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-size: 10px;
  color: #ffffff;
  background-image: url(img/h_back.gif);
}

#header h2 {
  margin: 0;
  padding: 25px 10px 10px 15px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}

 */
#table-left {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 130%;
	text-decoration: none;
}
#table-left a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
#table-left a:hover {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
#table-right {
	text-align: right;
	margin: 0;
	padding: 2px 14px 2px 0;
	font-size: 16px;
	color: #c9171e;
	line-height: 150%;
	text-decoration: none;
}
#table-right a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#table-right a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#search {
	/* float:left; */
	width: 400px;
	margin-top: 3px;
	margin-right: 0px;/* margin-left:30px; */
}
#header-menu {
	width: 885px;
	height: 20px;
	background-color: #333333;
	margin: 0px;
	padding: 7px 0 12px 18px;
	background-repeat: repeat-x;
	text-align: left;
	width: auto;
	background-image: url(../img/head_menu_back.gif);
}
#header-menu ul {
	text-align: left;
	padding-bottom: 1px;
	margin: 0px;
	padding: 0px;
}
#header-menu ul li{
	color: #FFFFFF;
	display: inline;
	padding-left: 30px;
	padding-right: 24px;
	background-position: right center;
	background-image: url(../img/l_icon.gif);
	background-repeat: no-repeat;
	font-family: "Noto Sans Japanese";
	font-weight: 400;
}
#header-menu ul li.last {
	color: #FFFFFF;
	display: inline;
	padding-left: 30px;
	padding-right: 24px;
	background-image: none;
}
#header-menu a {
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
}
#header-menu a:hover {
	color: #cccccc;
}
/*---------- コンテンツ ----------*/

#container {
	width: 900px;
	margin: 0px;
	padding: 6px 0 6px 0;
	background-color: #ffffff;
}
/*---------- メインコンテンツ ----------*/

#contents {
	float: left;
	margin: 0;
	padding: 5px 4px 0 10px;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 1px;
	width: 640px;
}
#contents h2 {
	line-height: 110%;
	font-size: 12px;
	color: #004080;
	background-image: url(../img/titlebar.gif);
	background-repeat: no-repeat;
	font-family: "Noto Sans Japanese";
	font-weight: 700;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;
}
#contents p {
	margin: 18px 0 18px 0;
	padding: 0 5px 0 0;
	line-height: 190%;
	letter-spacing: 1px;
}
#contents a {
	color: Noto Sans Japanese;
	font-size: 12px;
}
#contents a:hover {
	color: #005ebb;
	font-size: 12px;
}
#contents img.head_photo {
	margin: 0 0 10px 0;
}
#contents img.photo {
	float: left;
	margin: 10px 20px 0 0;
}
#contents img.picture {
	margin: 0 10px 10px 0;
	float: left;
}
#contents p.photo {
	margin: 0 0 20px 0;
	padding: 0;
}
#contents ul {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents ul li {
	font-family: "Noto Sans Japanese";
	font-weight: 700;
}
table#t01 {
	border: solid 1px #999999;
	border-collapse: collapse;
}
td#t01 {
	border: solid 1px #999999;
	border-collapse: collapse;
}
td#head {
	padding: 6px;
	border: solid 1px #999999;
	border-collapse: collapse;
}
/* パンくずリスト */
#pankuzu {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: "Noto Sans Japanese";
	font-weight: 300;
	}
#pankuzu li {
	display: inline;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
#pankuzu li a {
	background-image: url(../img/li_01.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}
/*---------- メニュー ----------*/
#menu {
	float: right;
	margin: 3px 0 15px 0;
	padding: 0;
	width: 230px;
	letter-spacing: 1px;
	text-align: left;
	background-image: url(../img/menu_back.gif);
}
#menu h2 {
	margin: 0 0 2px 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}
.menulist {
	margin: 0 0 14px 0;
	padding: 5px 2px 0px 8px;
	width: 215px;
	text-align: left;
	background-image: url(../img/menu_back.gif);
}
.menulist h2 {
	margin: 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}
.menulist a {
	color: #004080;
	display: block;
	border-bottom: solid 1px #999999;
	padding: 11px 0 8px 24px;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../img/side_menu_bg.gif);
	background-repeat: no-repeat;
	line-height: 1.6;
	background-position: 0px 3px;
}
.menulist a:hover {
	text-decoration: underline;
	background-image: url(../img/side_menu_bg_hover.gif);
	background-repeat: no-repeat;
}
.menu_free {
	margin: 0 0 14px 0;
	padding: 5px 2px 0px 8px;
	width: 215px;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(../img/menu_back.gif);
}
.menu_free h2 {
	margin: 0;
	padding: 6px 0 6px 12px;
	line-height: 110%;
	font-size: 12px;
	color: #fffffc;
	background-image: url(../img/sidebar.gif);
	background-repeat: no-repeat;
}
.menu_free a {
	color: #004080;
	width: 203px;
	padding: 6px 0 5px 0;
	font-size: 12px;
}
.menu_free a:hover {
	color: #004080;
}
.menu_free p {
	margin: 10px 4px 0 4px;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 1px;
}
#menu p {
	margin: 10px 4px 0 4px;
	line-height: 180%;
}
/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top: solid 4px;
	border-top-color: #005ebb;
	background-color: #ffffff;
}
#footer a {
	color: #333333;
	font-size: 12px;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* 過去のフォーラム一覧 */
#past_area {
	padding: 0px 20px 10px 0px;
	width: 650px;/* background-color: #99ff99; */
}
#past_area ul {
	border-bottom: 1px dotted #c0c0c0;
	margin: 10px 0;
	padding-bottom: 8px;/* margin:0;
	padding:0; */
}
#past_area li {
	display: inline;
	padding: 3px 8px;
	margin-right: 30px;
}
#past_area li a {
	background-image: url('file:///Macintosh HD/Users/hide_sasa/Dropbox/進行中/プラ松/九州建設技術フォーラムWeb/img/list1.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.year {
	color: #fff;
	background-color: #666;
}
#viewer {
	margin: 0 auto;
	width: 900px;
	height: 300px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
/* 開催プログラム */

#t_pro1 {
	/* width: 700px; */
	width: 640px;
	margin: 0 auto;
	font-size: 0.9em;
}
#t_pro1 h4 {
	padding: 0 0.5em 0;
	margin: 0;
	margin-top: 0.5em;/* background-color:#ffffdd; */
}
#t_pro1 table {
	background-color: #c0c0c0;
}
#t_pro1 td {
	background-color: #fff;
}
#t_pro1 .time {
	background-color: #097eb3;
	color: #fff;
	width: 13%;
	padding-left: 0.3em;
}
#t_pro1 .place {
	width: 14%;
	padding-left: 0.3em;
	background-color: #f0f0ff;
}
#t_pro1 .koumoku {
	width: 73%;
}
#t_pro1 .jouhou2 {
	width: 27%;
	padding: 1.0em 0.5em 2.0em 0.5em;
}
#t_pro1 .jouhou4 {
	width: 21%;
	padding: 1.0em 0.5em 2.0em 0.5em;
}
#t_pro1 .jouhou2 .gijutu li, #t_pro1 .jouhou4 .gijutu li {
	margin-left: 0;
	list-style: none;
}
#t_pro1 .jouhou2 .gijutu li a, #t_pro1 .jouhou4 .gijutu li a {
	padding: 3px 5px;
	color: #333;
}
#t_pro1 td p {
	font-size: 1.0em;
}
#t_pro1 .jouhou3 {
	width: 75%;
	padding: 1.0em 0.5em 2.0em 0.5em;
}
#t_pro1 .jouhou2 .gijutu li span, #t_pro1 .jouhou4 .gijutu li span {
	padding: 4px 5px 2px;
	color: #333;
}
#t_pro1 .jouhou3 .gijutu2 li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#t_pro1 .jouhou3 .gijutu2 li span {
	padding: 4px 9px 2px;
	color: #333;
	float: left;
	margin-right: 5px;
}
/* テーブル装飾　*/
.table_02 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 14px;
	font-weight: bold;
}
.table_02 th {
	width: 25%;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	background-color: #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 16px;
}
.table_02 td {
	padding: 40px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.table_03 {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 14px;
	margin-bottom: 15px;
}
.table_03 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
}
.table_03 {
	/* width: 10px; */
	border-spacing: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
.table_03 th {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: left;
	text-shadow: 0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table_03 th:first-child {
	border-radius: 5px 0 0 0;
}
.table_03 th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table_03 tr td {
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.table_03 tr td.title {
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #9FD3FF;
	color: #FFF;
}
.table_03 tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_03 tr {
	background: #fff;
}
.table_03 tr:nth-child(2n+1) {
	background: #f1f6fc;
}
.table_03 tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table_03 tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.table_03 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.table_03 tr:hover {
	background: #bbd4ee;
	cursor: pointer;
}
/*　出展技術の紹介　*/
.box1 {
	margin-bottom: 10px;
}

/*　写真配置　*/
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* その他装飾 */
.lefttxt2 img {
	padding:7px;
	border:1px solid #ccc;
	background:#fff;
	moz-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
	-webkit-box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}

address {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-style: normal;
	line-height: 1.6;
}

.block {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 50px #add8e6 inset, 5px 5px 0 #cecece;
    -moz-box-shadow: 0 0 50px #add8e6 inset, 5px 5px 0 #cecece;
    -webkit-box-shadow: 0 0 50px #add8e6 inset, 5px 5px 0 #cecece;
}
.block2 {
	padding: 10px;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #315687;
	border-right-color: #315687;
	border-bottom-color: #315687;
	border-left-color: #315687;
}
