@charset "UTF-8";
/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.ne.senshu-u.ac.jp/~kousa2010/style.css> a :CSSStylesheet;
 :title "コウサ展2010 - 陽庭(はるにわ) - CascadingStyleSheet";
 :shortdesc "CSS for all modern PC browser on this site.";
 :created "2009-11-18";
 :author [:name "コウサ展2010 実行委員"; :homepage <http://www.ne.senshu-u.ac.jp/~kousa2010/> ];
 :license <http://creativecommons.org/licenses/by/3.0/deed.ja> .
 */

/*==============================================================================
 * Override Default Style
 *----------------------------------------------------------------------------*/
* {
	word-break: break-all;
}
html, body, div,
p, pre, blockquote, address,
table, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset,
object {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
input, textarea, select {
	margin: 0;
}
ul, ol {
	list-style-position: outside;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
address, cite, q, em, strong,
caption, td, th, label,
abbr, acronym, dfn, del, ins,
code, kbd, samp, var {
	border: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
}
q:before, q:after {
	content: "";
}
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
*:first-child+html table {
	border-collapse: collapse;
}
* html table {
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
}
img {
	border: none;
	vertical-align: baseline;
}
a img {
	vertical-align: text-bottom;
}
* html a img {
	vertical-align: baseline;
}
p {
	vertical-align: baseline;
}
br {
	letter-spacing: 0;
}

/*==============================================================================
 * Common Style
 *----------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	font: 100%/1.2 sans-serif;
}
input, textarea, select {
	font-family: sans-serif;
}
textarea {
	font-family: "MS Gothic", monospace;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, sans-serif;
}
a:link {
	color: #06c;
}
a:visited {
	color: #96c;
}
a:hover {
	color: #0cc;
}
a:active {
	color: #f00;
}
a:focus {
	overflow: hidden;
	color: #f00;
}
a.external {
	padding-right: 12px;
	background-image: url(./img/link_external.png);
	background-repeat: no-repeat;
	background-position: 100% 20%;
}

/*======================================
 * for CSS Disabled
 *------------------------------------*/
h2, hr {
	display: none;
}

/*======================================
 * Clearfix
 *------------------------------------*/
#header #logo,
#header #nav ul,
#id_conference #sec_schedule div.section div.body,
#id_conference #sec_cast div.body {
	zoom: 1;
}
#header #logo:after,
#header #nav ul:after,
#id_conference #sec_schedule div.section div.body:after,
#id_conference #sec_cast div.body:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*==============================================================================
 * Layout Style
 *----------------------------------------------------------------------------*/
html {
	min-height: 100%;
}
body {
	background: url(./img/bg_body_bottom_red.png) repeat-x 50% 100%;
}
#body {
	background: url(./img/bg_body_top_green.png) repeat-x 50% 0%;
}
#container {
	width: 800px;
	margin: auto;
	padding: 0;
}
#content {
	margin: 10px 0;
}

/*======================================
 * #header
 *------------------------------------*/
#header {
	padding-top: 16px;
}

/*==================
 * #logo
 *----------------*/
#header #logo {
	overflow: hidden;
	height: 80px;
}
#header #logo h1 {
	float: left;
	width: 240px;
	height: 80px;
	background: url(./img/logo.png) no-repeat;
	text-indent: -9999px;
}
#header #logo h1 a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#header #logo p.caption {
	display: none;
	position: relative;
	top: 10px;
	left: 10px;
	width: 320px;
	height: 30px;
	padding: 2px 5px;
	margin-left: 240px;
	background: url(./img/text_caption.png) no-repeat;
	color: #c90;
	font-size: 137.5%;
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-indent: -9999px;
}

/*==================
 * #nav
 *----------------*/
#header #nav {
	position: relative;
	padding-top: 4px;
}
#header #nav ul li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#header #nav ul#nav_1 li {
	overflow: hidden;
	float: left;
	width: 160px;
	height: 40px;
}
#header #nav ul#nav_1 li a {
	background: url(./img/button_nav_1.png) no-repeat;
	text-indent: -9999px;
}
#header #nav ul#nav_1 li#menu_about a           { background-position:    0px 0px; }
#header #nav ul#nav_1 li#menu_exhibits a        { background-position: -160px 0px; }
#header #nav ul#nav_1 li#menu_conference a      { background-position: -320px 0px; }
#header #nav ul#nav_1 li#menu_past_exhibition a { background-position: -480px 0px; }
#header #nav ul#nav_1 li#menu_access a          { background-position: -640px 0px; }
#header #nav ul#nav_1 li#menu_about a:hover           { background-position:    0px -40px; }
#header #nav ul#nav_1 li#menu_exhibits a:hover        { background-position: -160px -40px; }
#header #nav ul#nav_1 li#menu_conference a:hover      { background-position: -320px -40px; }
#header #nav ul#nav_1 li#menu_past_exhibition a:hover { background-position: -480px -40px; }
#header #nav ul#nav_1 li#menu_access a:hover          { background-position: -640px -40px; }
#header #nav ul#nav_2 {
	overflow: hidden;
	width: 560px;
	height: 24px;
	position: absolute;
	top: -24px;
	right: 0px;
}
#header #nav ul#nav_2 li#menu_exhibitor {
	width: 140px;
}
#header #nav ul#nav_2 li {
	float: right;
	width: 100px;
	height: 24px;
}
#header #nav ul#nav_2 li a {
	background: url(./img/button_nav_2.png) no-repeat;
	text-indent: -9999px;
}
#header #nav ul#nav_2 li#menu_exhibitor a { background-position:    0px 0px; }
#header #nav ul#nav_2 li#menu_sitemap a   { background-position: -140px 0px; }
#header #nav ul#nav_2 li#menu_contact a   { background-position: -240px 0px; }
#header #nav ul#nav_2 li#menu_exhibitor a:hover { background-position:    0px -24px; }
#header #nav ul#nav_2 li#menu_sitemap a:hover   { background-position: -140px -24px; }
#header #nav ul#nav_2 li#menu_contact a:hover   { background-position: -240px -24px; }

/*======================================
 * #header
 *------------------------------------*/
#footer {
	margin: 10px 0;
	border-top: 1px solid #090;
}
#footer address {
	padding: 4px;
	border-top: 1px solid #999;
	font-size: 81.25%;
	font-family: sans-serif;
	text-align: center;
}

/*==============================================================================
 * Original Style
 *----------------------------------------------------------------------------*/
#content table {
	width: 100%;
	border-width: 0 1px 1px 0;
}
#content table,
#content th,
#content td {
	border-style: solid;
	border-color: #ccc;
}
#content th,
#content td {
	padding: 5px 8px;
	border-width: 0;
	line-height: 1.4;
	font-size: 75%;
	vertical-align: top;
}
#content th *,
#content td * {
	font-size: 100%;
}
#content th {
	padding-left: 24px;
	border-width: 1px 0 0 1px;
	background: #eee url(./img/marker_th.png) no-repeat 10px 0.55em;
	font-weight: bold;
}
#content td {
	border-width: 1px 0 0 1px;
	background: #f9f9f9;
}
#content ul li {
	padding: 2px 0 2px 24px;
	background: url(./img/marker_li.png) no-repeat 10px 0.5em;
	line-height: 1.4;
	font-size: 87.5%;
}
#content dl dt {
	font-weight: bold;
	font-size: 100%;
}
#content dl dd {
	margin: 10px 30px 20px;
	font-size: 87.5%;
}
#content #sec_information table tr span {
	margin-left: 0.5em;
	font-size: 91.66%;
}
span.contact_mail {
	font-family: Arial, Helvetica, monospace;
}

/*======================================
 * section
 *------------------------------------*/
#content div.section {
	margin: 20px 0;
}
#content div.section div.heading h3 {
	width: 60%;
	padding: 4px 12px;
	border-width: 0 0 1px 12px;
	border-style: solid;
	border-color: #096;
	color: #096;
	font-size: 150%;
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#content div.section div.body {
	margin: 1em 0;
	padding: 0 20px;
}
#content div.section div.body p {
	margin: 0.5em 0;
	line-height: 1.4;
	font-size: 87.5%;
}
#content div.section div.body p.sep {
	margin-top: 1.5em;
}
#content div.section h4 {
	margin: 10px 0;
	padding: 2px 10px;
	border-left: 8px solid #900;
	font-weight: normal;
	font-size: 112.5%;
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#content div.section div.heading h4 {
	width: 50%;
	margin: 0;
	border-bottom: 1px solid #900;
}

/*======================================
 * #id_about
 *------------------------------------*/
#id_about #sec_information table th {
	width: 6em;
}

/*======================================
 * #id_exhibits
 *------------------------------------*/
#id_exhibits #sec_hallmap div.body p {
	text-align: center;
}
#id_exhibits #sec_exhibitors div.body {
	margin-top: 0;
	padding: 0;
}
#id_exhibits #sec_exhibitors div.exhibitor {
	display: inline-block;
	width: 47%;
	margin: 1.5em 0 0 2%;
	border-top: 1px solid #099;
	background: url(./img/bg_exhibitor_box.png) no-repeat;
	vertical-align: top;
}
*:first-child+html#id_exhibits #sec_exhibitors div.exhibitor {
	zoom: 1;
	display: inline;
}
* html#id_exhibits #sec_exhibitors div.exhibitor {
	zoom: 1;
	display: inline;
}
#id_exhibits #sec_exhibitors div.exhibitor h4 {
	margin: 0 0 0 1px;
	padding: 4px 8px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #099;
}
#id_exhibits #sec_exhibitors div.exhibitor h4 span {
	color: #c00;
}
#id_exhibits #sec_exhibitors div.exhibitor p.image {
	display: inline;
	float: left;
	width: 100px;
	margin: 0 8px;
	padding: 8px 0 0;
}
#id_exhibits #sec_exhibitors div.exhibitor p.image img {
	vertical-align: bottom;
}
#id_exhibits #sec_exhibitors div.exhibitor p.desc {
	margin-top: 0;
	margin-left: 1px;
	padding: 8px 0;
	border-top: 1px solid #ccc;
	font-size: 81.25%;
}
/*======================================
 * #id_conference
 *------------------------------------*/
#id_conference #content div.section div.heading h4 {
	width: auto;
	border-bottom: none;
}
#id_conference #content div.section div.heading h4 span.theme {
	margin-left: 0.5em;
}
#id_conference #content div.section div.section div.section h5 {
	margin: 10px 0 0 20px;
	padding: 3px 0 2px 30px;
	background: url(./img/icon_bud.png) no-repeat 0 100%;
	font-weight: bold;
	font-size: 100%;
	font-family: "MS Gothic", sans-serif;
	word-spacing: -0.3em;
}
#id_conference #sec_schedule div.body {
	width: 800px;
	height: 215px;
	padding: 0;
	background: url(./img/conference_schedule.png) no-repeat;
}
#id_conference #sec_schedule div.body * {
	display: none;
}
#id_conference #sec_schedule div.section div.body {
	margin: 0;
	padding: 0;
}
#id_conference #sec_schedule div.section div.section {
	float: left;
	width: 50%;
	margin: 0;
}
#id_conference #sec_schedule div.section div.section div.heading {
	margin-left: 20px;
}
#id_conference #sec_schedule div.section div.section div.body {
	margin: 0 0 0 20px;
	padding: 0.5em;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #ccf0cc;
}
#id_conference #sec_schedule div.section div.section div.body p {
	margin: 0;
	color: #000;
	font-size: 100%;
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
}
#id_conference #sec_schedule div.section div.section div.body p span.name {
	white-space: nowrap;
}
#id_conference #sec_schedule div.section div.section div.body p span.sign {
	display: block;
	color: #060;
	font-size: 150%;
}
#id_conference #sec_cast div.body {
	padding: 0 10px;
}
#id_conference #sec_cast div.profile {
	float: left;
	width: 50%;
}
#id_conference #sec_cast div.profile dl {
	margin-left: 20px;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #f6f6cc;
}
#id_conference #sec_cast div.profile dl dt {
	font-size: 75%;
}
#id_conference #sec_cast div.profile dl dd {
	margin: 4px 0 8px 10px;
	font-size: 75%;
}

/*======================================
 * #id_past_exhibition
 *------------------------------------*/
#id_past_exhibition #sec_links li {
	font-size: 75%;
}

/*======================================
 * #id_access
 *------------------------------------*/
#id_access #sec_access dl dd p.site {
	font-size: 100%;
}
#id_access #sec_access dl dd span.way_out {
	margin-left: 0.5em;
}

/*======================================
 * #id_sitemap
 *------------------------------------*/
#debug #menu_sitemap {
	display: none;
}

