@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#008000;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.view_mobile {
   display:none;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:960px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #fff;
   border-bottom:5px solid #DEDDD0;
}

#header {
   position:relative;
   width:960px;
   height:180px;
   background:#fff;
   background:url("/nanocarbon/common/images/header.jpg") 0 50% repeat-x;
}

#contents {
   float: left;
   position: relative;
   clear:both;
   width:960px;
   min-height:680px;
   height:auto !important;
   height:480px;
   margin-top:10px;
}

#main {
   float:left;
   margin:0 0 0 190px;
   width:770px;
}

#menu {
   position:absolute;
   top:-100px; /* MENU MARGIN*/
   float:left;
   width:180px;
   height:100%;
   z-index:50;
}

#footer {
   position:relative;
   clear:both;
   width:960px;
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

table.member{
	margin-bottom:15px;
	border: solid 1px #BFBFBF;
	width:80%;
	border-spacing: 2px;
	empty-cells:show;
}
table.member th{
	padding:3px 3px;
	background-color:#EBEBEB;
	border-right: solid 1px #A5A5A5;
	border-bottom: solid 1px #A5A5A5;
	white-space:nowrap;
}
table.member td{
	padding:3px 3px;
	border-right: solid 1px #A5A5A5;
	border-bottom: solid 1px #A5A5A5;
	line-height: 1.3;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 10px;
   font-size:24px;
   color:#000;
   line-height:80px;
}

#header h1 a {
   color:#000;
}

#header h1 a:hover {
   color:#ddd;
}

#header .pr {
   position:absolute;
   top:10px;
   right:0;
}



/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   /* color:#008000; */
}

#main a:hover {
   text-decoration:underline;
}

#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:15px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("/nanocarbon/common/images/bg_h2.gif");
}

#main h3 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:3px double #000;
}

#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   line-height:1.4;
   background:#ddd;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

#main p{
   margin:0 0 1em 0;
   line-height:1.4;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

#main table.program tr td{
   vertical-align:top;
   padding:0 1.5em 0 0;
}


/* ========MENU CONTENTS CUSTOMIZE======== */
#menu .section {
   margin-top:100px; /* MENU MARGIN*/
   background:#DEDDD0;
}

#menu .menu_header {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   padding:5px 2px;
   background:#333333 url("/nanocarbon/common/images/bg_menu_header.gif") 0 50%;
}

#menu ul {
   margin:0;
   padding:5px 0;
}

#menu ul li{
   margin: 0;
   padding: 0;
   border: 0;
   list-style:none;
}

#menu ul li a {
   display:block;
   margin:0;
   padding:10px 0 10px 21px;
   line-height:1.8;
   color:#333;
   background:#DEDDD0 url("/nanocarbon/common/images/bg_list.gif") 3px 15px no-repeat;
   list-style:none;
}

#menu ul li a:hover {
   color:#BF2216;
   text-decoration:none;
   background:#EFEEE1 url("/nanocarbon/common/images/bg_list.gif") 5px 15px no-repeat;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   display:none;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("/nanocarbon/common/images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   margin:20px 0;
   padding:0;
}