@charset "UTF-8";

/* デフォルトリセット------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

h1, h2 {
	font-weight: 700;
}

h1 {
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
}

/* 全体------------------------------------------------------------------ */
body {
	background-image: url(seminar/img/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #555555;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 150%;
}

a:link 		{color: #49728B; text-decoration: none;}
a:visited 	{color: #49728B; text-decoration: none;}
a:active 	{color: #0000FF; background-color: #FFDD00; text-decoration: none;}
a:hover 	{color: #0000FF; background-color: #FFDD00; text-decoration: none;}

hr {
	margin: 0px 0px 0px 0px;
	height: 1px;
	width: 100%;
	color: #333333;
}

div hr {
	width: 613px;
	height: 1px;
	color: #CCCCCC;
}

#wrapper {
	margin: 10px auto;
	padding: 0px 0px 0px 0px; /*上右下左*/
	background-color: #FFFFFF;
	width: 700px;
	text-align: center;
	box-shadow: gray 2px 2px 5px 0;
	border-top-right-radius:10px 10px;
	border-bottom-right-radius:10px 10px;
	border-top-left-radius:10px 10px;
	border-bottom-left-radius:10px 10px;
}

#header {
	margin: 0;
	padding: 0 0 0 0;
}

#content {
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	width: 613px;
	border: 0px #000000 solid;
}

#content div.main {
	margin: 0 0 0 0;
	padding: 0px 15px 0px 5px;
	width: 270px;
	text-align: left;
	float: left;
	border: 0px #000000 solid;
}

#content div.info {
	width: 313px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	border: 0px #000000 solid;
	float: left;
}

#content div.new {
	line-height: 140%;
	font-size: 11px;
	font-weight: 700;
	margin: 10px 10px 10px 5px;  
}

div.info hr {
	margin: 0px 0px 0px 0px;
	height: 1px;
	width: 100%;
	border-top: 1px #CCCCCC solid;
	border-bottom: 0 #555555 solid;
	border-left: 0 #555555 solid;
	border-right: 0 #555555 solid;
}


#content2 {
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	width: 613px;
	border: 0px #000000 solid;
	text-align: left;
	clear: both;
}

#content2 p {
	margin: 10px 10px 10px 10px;
}

#content2 p strong {
	color: #0099CC;
}

#content2 h1,h2,h3 {
	margin: 10px 5px 10px 5px;
}

#content2 ul {
	margin: 10px 5px 10px 20px;
}

#content2 hr {
	margin: 0px 0px 0px 0px;
	height: 1px;
	width: 100%;
	border-top: 1px #CCCCCC solid;
	border-bottom: 0 #555555 solid;
	border-left: 0 #555555 solid;
	border-right: 0 #555555 solid;
}

#footer {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 700px;
	text-align: center;
	border: 0px #000000 solid;
	clear: both;
}


p {
	line-height: 140%;
	margin: 10px 0 10px 0;
	text-indent: 0em;
}

td.textarea {
	width: 280px;
	padding: 10px 15px 0px 5px;
}

div.box {
	width: 320px;
	float: right;
	font-size: 11px;
	padding: 10px;
	margin: 10px;
	line-height: 170%;
	border: 1px #777777 dotted;
	border-top-right-radius:5px 5px;
	border-bottom-right-radius:5px 5px;
	border-top-left-radius:5px 5px;
	border-bottom-left-radius:5px 5px;
}

/*--- お問い合わせ ---*/

div.adv {
	width: 248px;
	padding: 5px 10px;
	margin-top: 5px;
	border: 1px #FFDD99 solid;
	background-color: #FFFFDD;
	clear: both;
	border-top-right-radius:5px 5px;
	border-bottom-right-radius:5px 5px;
	border-top-left-radius:5px 5px;
	border-bottom-left-radius:5px 5px;
	line-height: 150%;
}

div.adv h2 {
	font-size: 9pt;
	line-height: 100%;
	margin: 10px 0;
}

div.adv p {
	font-size: 9pt;
	line-height: 140%;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#map {
	width: 640px;
	margin: 5px 0 10px 0;
	padding: 0px 10px 0px 0;
	color: #555555;
	border: 0px #999999 solid;
	font-size: 9pt;
	line-height: 100%;
	text-align: right;
}

/* --- リストエリア --- */
ol.topicPath {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9pt;
	color: #999999;
}

/* --- リスト項目 --- */
ol.topicPath li {
	display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
	margin-right: 6px; /* リンクエリアの右マージン */
}



#content2 table.linktable {
	border: 1px #CCCCCC solid;
	width: 591px; margin: 10px;
	border-collapse: collapse;
}

table.linktable img {
	border: 0 #000000 solid;
}

table.linktable td {
	width: 280px;
	padding: 10px;
	border: 1px #CCCCCC solid;
}

table.resume {
	width: 100%;
	margin: 5px 0 20px 0;
	border: 1px #999999 solid;
	border-collapse: collapse;
}

table.resume td{
	border: 1px #999999 solid;
	border-collapse: collapse;
	line-height: 130%;
	padding: 7px 18px 7px 7px;   
}

table.resume td.que01 {
	background-color: #FFFFDD;
	width: 40px;
}

table.resume td.que02 {
	background-color: rgb(204, 255, 255);
	width: 40px;
}

table.resume td.que03 {
	background-color: #CCCCCC;
	width: 40px;
}

table.adobe {
	width: 500px;
	margin: 5px 0 20px 0;
	border: 0px #999999 solid;
	border-collapse: collapse;
	font-size: 10px;
	line-height: 120%;
}

table.adobe td.ado {
	width: 140px;
	padding: 5px;
	border: 0px #999999 solid;
	border-collapse: collapse;
	text-align: center;
}

table.photo {
	width: 550px;
	border: 0px #999999 solid;
	border-collapse: collapse;
	margin: 0 auto 15px;
}

table.photo td {
	border: 0px #999999 solid;
	border-collapse: collapse;
	text-align: center;
	padding: 5px 0 5px 0;
	line-height: 100%;
}

table.photo img {
	margin: 5px;
	padding: 0;
	border: 0 #999999 solid;
}

table.photoex {
	width: 550px;
	border: 0px #999999 solid;
	border-collapse: collapse;
	margin: 0 auto 15px;
}

table.photoex td {
	border: 0px #999999 solid;
	border-collapse: collapse;
	text-align: center;
	padding: 0;
	line-height: 100%;
}

table.photoex img {
	margin: 5px;
	padding: 0;
	border: 0 #999999 solid;
}


/* --- 凡例 --- */

div.eg {
	border: 2px #777777 dotted;
	background-color: #FFFFDD;
	margin: 20px 30px 10px 30px;
	padding: 5px 10px;
}

div.eg h4 {
	border: 2px #777777 dotted;
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	position: relative; /* IE6用 */
	width: 8.5em; /* 見出しの幅 */
	margin: -1.2em 0 5px 5px; /* 見出しのマージン（上右下左） */
	background-color: #FFFFDD; /* 見出しの背景色 */
	font-size: 100%; /* 見出しの文字サイズ */
	text-align: center;
	font-weight: 700;
}

div.ronten {
	border: 1px #999999 solid;
	margin: 5px 15px;
	padding: 5px 0;
	background-color: #FFFFEE;
	line-height: 140%;
}

div.wine {
	color: #666666;
	border: 1px #CCCCCC solid;
	background-color: #FFFFDD;
	margin: 20px 30px 10px 30px;
	padding: 5px 10px;
	box-shadow: gray 2px 2px 5px 0;
}

div.wine h4 {
	color: #666666;
	border: 1px #CCCCCC solid;
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	position: relative; /* IE6用 */
	width: 18.5em; /* 見出しの幅 */
	margin: -1.2em 0 5px 5px; /* 見出しのマージン（上右下左） */
	background-color: #FFFFDD; /* 見出しの背景色 */
	font-size: 100%; /* 見出しの文字サイズ */
	text-align: center;
	font-weight: 700;
	box-shadow: gray 2px 2px 5px 0;
}

/* --- リストエリア --- */
ol.flow {
	width: 500px; /* リストエリアの幅 */
	margin: 10px 0 0 40px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

/* --- リスト項目 --- */
ol.flow li {
	margin-bottom: 12px; /* リスト項目の下マージン */
	padding-bottom: 28px; /* リスト項目の下パディング */
	background: url(seminar/img/flow_back.gif) no-repeat center bottom; /* リスト項目の背景 */
}
/* --- 最後のリスト項目 --- */
ol.flow li.last {
	margin-bottom: 10px;
	padding-bottom: 0;
	background-image: none;
}

/* --- ボックス --- */
ol.flow dl {
	margin: 0;
	border: 1px #c0c0c0 solid; /* ボックスの境界線 */
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
}

/* --- タイトルエリア --- */
ol.flow dt {
	padding: 9px 10px 7px; /* タイトルエリアのパディング（上、左右、下） */
	border-bottom: 1px #c0c0c0 solid; /* タイトルエリアの下境界線 */
	font-weight: bold;
	color: #999999;
	box-shadow: gray 2px 2px 5px 0;
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
/* --- タイトル --- */
ol.flow dt strong {
	margin-left: 3px;
	color: #2b2b2b;
}

/* --- 本文エリア --- */
ol.flow dd {
	margin: 0;
	padding: 15px 10px; /* 本文エリアのパディング（上下、左右） */
	background-color: #ffffff; /* 本文エリアの背景色 */
	color: #666666;
	line-height: 150%;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	box-shadow: gray 2px 2px 5px 0;
}

table.hanrei {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: center;
	padding: 0;
	line-height: 100%;
	width: 560px;
	margin: 0 20px 10px;
}

table.hanrei td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: center;
	padding: 5px 5px 5px 5px;
	line-height: 100%;
}

div.figure a:link 		{color: #49728B; text-decoration: none;}
div.figure a:visited 	{color: #49728B; text-decoration: none;}
div.figure a:active 	{color: #0000FF; background-color: transparent; text-decoration: none;}
div.figure a:hover 		{color: #0000FF; background-color: transparent; text-decoration: none;}

.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 5px;
	left: 5px;
	width: 180px;
	height: 126px;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8),
		inset 0 0 100px rgba(0, 0, 0, 0.3);
}

table.photomenu {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: center;
	padding: 0;
	line-height: 100%;
	width: 540px;
	margin: 0 30px 10px;
}

table.photomenu td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: center;
	padding: 5px 5px 5px 5px;
	line-height: 100%;
	height: 40px;
}

table.photomenu td.year {
	color: #666666;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: left;
	padding: 5px 5px 5px 5px;
	line-height: 100%;
	height: 18px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

table.photomenu td.plus {
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: left;
	padding: 5px 5px 5px 5px;
	line-height: 100%;
	height: 18px;
	background: rgb(96,108,136); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

tr.tabletitleha {
	color: #666666;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
