@import url(defaultreset.css);

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	font-size: 85%;
	background-color: #fdfdf0;
}
a {
	color: #ed6c00;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
p{
	line-height: 1.75em;
}
strong {
	font-weight: bold;
}
.clearfix:after { 
	content: url(../images/common/pixel.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
.clearfix {
	 zoom: 1;/*for IE 5.5-7*/
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.bold {
	font-weight: bold;
}
.red {
	color: #F91F00;
}
.enji {
	color: #B94047;
}
.bg-blue {
	background-color: #edf6ff;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.line-through{
	text-decoration: line-through;
}
.img-border {
	border: 1px solid #ccc;
}
.font-12px {
	font-size: 0.857em;
}
.font-16px {
	font-size: 1.143em;
}
.m-t_0 {
	margin-top: 0px !important;
}
.m-t_5 {
	margin-top: 5px !important;
}
.m-t_10 {
	margin-top: 10px !important;
}
.m-t_15 {
	margin-top: 15px !important;
}
.m-t_20 {
	margin-top: 20px !important;
}
.m-t_30 {
	margin-top: 30px !important;
}

.p-t_0 {
	padding-top: 0px !important;
}
.p-t_5 {
	padding-top: 5px !important;
}
.p-t_10 {
	padding-top: 10px !important;
}
.p-t_15 {
	padding-top: 15px !important;
}
.p-t_20 {
	padding-top: 20px !important;
}

.m-l_0 {
	margin-left: 0px !important;
}
.m-l_5 {
	margin-left: 5px !important;
}
.m-l_10 {
	margin-left: 10px !important;
}
.m-l_15 {
	margin-left: 15px !important;
}

.p-l_0 {
	padding-left: 0px !important;
}
.p-l_5 {
	padding-left: 5px !important;
}
.p-l_10 {
	padding-left: 10px !important;
}
.p-l_15 {
	padding-left: 15px !important;
}

.m-b_0 {
	margin-bottom: 0px !important;
}
.m-b_5 {
	margin-bottom: 5px !important;
}
.m-b_10 {
	margin-bottom: 10px !important;
}
.m-b_15 {
	margin-bottom: 15px !important;
}
.m-b_30 {
	margin-bottom: 30px !important;
}

.p-b_0 {
	padding-bottom: 0px !important;
}
.p-b_5 {
	padding-bottom: 5px !important;
}
.p-b_10 {
	padding-bottom: 10px !important;
}
.p-b_15 {
	padding-bottom: 15px !important;
}

.img-r {
	float: right;
	margin: 0px 0px 15px 15px;
}
.img-l {
	float: left;
	margin: 0px 15px 15px 0px;
}


div#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/main_bg_top.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div#header {
	background-image: url(../images/common/hd-bg.png);
	background-repeat: no-repeat;
	height: 95px;
	position: relative;
}
div#main {
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 40px;
	background-image: url(../images/common/main_bg.png);
	background-repeat: repeat-y;
}
div#menuarea {
	width: 210px;
	float:left;
}

div#contents {
	float: right;
	width: 660px;
	line-height: 1.6;
}
div#footer {
	height: 26px;
	background-image: url(../images/common/ft-bg.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size:85%;
	line-height: 1.2;
	padding-top: 8px;
}

div#menuarea ul#menu li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	background-image: url(../images/common/menu_bg_on.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	background-color: #d4ebe3;
	line-height: 1.25em;
}

div#menuarea ul#menu li a,
div#menuarea ul#menu li#link-none{
	display: block;
	padding: 14px 15px;
	background-color: #f2f2f2;
	background-image: url(../images/common/menu_bg.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	color: #341305;
	text-decoration: none;
}

div#menuarea ul#menu li a:hover {
	background:transparent;
}

div#menuarea div#contact {
	margin-top: 30px;
	border: solid 1px #b3b3b3;
	background-color: #f2f2f2;
}

div#menuarea div#contact p,
div#menuarea div#contact address {
	padding: 7px;
	line-height: 1.5;
}

div#header h1 {
	position: absolute;
	left: 20px;
	top: 0px;
}

div#main div#pagetop {
	text-align: right;
	clear: both;
	padding: 30px 0px 0px;
}

div#contents div#update {
	padding-top: 30px;
}

div#contents div#update dl {
	margin-top: 5px;
	height: 250px;
}

div#contents div#update dl dt {
	clear: left;
	float: left;
	width: 9em;
	background-image: url(../images/common/blt.gif);
	background-repeat: no-repeat;
	background-position: 10px 1em;
	padding: 8px 0px 10px 1.7em;
}

div#contents div#update dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding: 8px 0px 10px 10.7em;
}

div#contents h2 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	font-size:120%;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}
div#contents h2:after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #155d43;
}

div#contents h3 {
	position: relative;
	background-image: url(../images/common/hdln3-bg.gif);
	padding: .6em 0 .5em 2.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #155d43;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 110%;
}
div#contents h3:after {
	position: absolute;
	top: .6em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 3px solid #155d43;
}
div#contents h3:before {
	position: absolute;
	top: .8em;
	left: .9em;
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 3px solid rgba(150, 150, 150, .5);
}

div#contents h4 {
	color: #004e3b;
	font-weight: bold;
	border-bottom: 1px dashed #888;
	padding: .5em 0;
	line-height: 1.25;
	margin-top: 20px;
}
div#contents p,
div#contents ul,
div#contents ol {
	margin: 10px 0px 0px 0px;
}

div#contents ul li {
	background-image: url(../images/common/blt_circle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}
div#contents ol li {
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
}
div#contents table.tbl-dsgn,
div#contents table.tbl-dsgn2 {
	margin: 10px 0px 0px 0px;
	border: 1px solid #999999;
	margin-bottom: 1.5em;
}
div#contents table.tbl-dsgn th {
	background-color: #EEF5F7;
}
div#contents table.tbl-dsgn2 th {
	background-color: #336faa;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
div#contents table.tbl-dsgn th, div#contents table.tbl-dsgn td,
div#contents table.tbl-dsgn2 th, div#contents table.tbl-dsgn2 td {
	border: 1px dotted #999999;
	padding: 5px 10px;
}

div#contents table.tbl-smpl {
	margin: 10px 0px 0px 0px;
}
div#contents table.tbl-smpl th, div#contents table.tbl-smpl td {
	padding: 3px 5px;
	vertical-align: top;
}
div#contents table p,
div#contents table ul,
div#contents table ol {
	margin: 5px 0px 0px 0px;
}
div#contents div.btn_abstract {
	margin: 15px 0px 30px 20px;
}
div#contents div.btn_abstract p{
	float: left;
	margin-right: 50px;
}

#main #contents #deadline-area {
	padding: .75em;
	margin-top: 25px;
	border: 3px #F5B1AA solid;
}
#main #contents #program-area {
	margin-top: 20px;
	padding: .75em;
	background-color: #fdfce0;
	border: 1px solid #f3d900;
}



#main #contents dl.dl-dsgn dt {
	float: left;
	font-weight: bold;
	padding: .25em 0;
}
#main #contents dl.dl-dsgn dd {
	padding: .25em 0;
}

#main #contents .dl-dsgn1 {
	margin-top: 1em;
	margin-bottom: 2.5em;
}
#main #contents .dl-dsgn1 dt {
	float: left;
	font-weight: bold;
	color: #ed6c00;
	padding: .5em 0;
}
#main #contents .dl-dsgn1 dd {
	padding: .5em 0;
	border-bottom: 1px dashed #aaa;
}
#main #contents .dl-dsgn2,
#main #contents .dl-dsgn3 {
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#main #contents .dl-dsgn2 dt {
	float: left;
	padding: .5em 0;
}
#main #contents .dl-dsgn2 dd {
	padding: .5em 0;
}

#main #contents .dl-dsgn3 dt {
	float: left;
	padding: .15em 0;
}
#main #contents .dl-dsgn3 dd {
	padding: .15em 0;
}

dt.w3 {
	width: 3em !important;
}
dd.w3 {
	padding-left: 3em !important;
}
dt.w4 {
	width: 4em !important;
}
dd.w4 {
	padding-left: 4em !important;
}
dt.w5 {
	width: 5em !important;
}
dd.w5 {
	padding-left: 5em !important;
}
dt.w7 {
	width: 7em !important;
}
dd.w7 {
	padding-left: 7em !important;
}
dt.w8 {
	width: 8em !important;
}
dd.w8 {
	padding-left: 8em !important;
}
dt.w9 {
	width: 9em !important;
}
dd.w9 {
	padding-left: 9em !important;
}
dt.w10 {
	width: 10em !important;
}
dd.w10 {
	padding-left: 10em !important;
}
dt.w11 {
	width: 11em !important;
}
dd.w11 {
	padding-left: 11em !important;
}
dt.w13 {
	width: 13em !important;
}
dd.w13 {
	padding-left: 13em !important;
}
dt.w19 {
	width: 19em !important;
}
dd.w19 {
	padding-left: 19em !important;
}
dt.w20 {
	width: 20em !important;
}
dd.w20 {
	padding-left: 20em !important;
}

.button{ 
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
    padding: 1em 0;
	width: 200px;
    text-align: center;
    color: #FFFFFF;
    font-size: 107.1%;
	line-height: 150%;
    font-weight: bold;
    background: #dc770b;
 	background-image: -webkit-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -moz-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -ms-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -o-linear-gradient(top, #feba4e, #dc770b);
  	background-image: linear-gradient(to bottom, #feba4e, #dc770b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba4e',  endColorstr='#dc770b', GradientType=0 );
    border-width: 1px;
    border-style: solid;
    border-color: #e65c00;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #FFE0B5;
    text-shadow: 1px 1px 1px #4c2802;
} 
.button:hover{ 
    background: #e89338;
	background-image: -webkit-linear-gradient(top, #fdca78, #e89338);
  	background-image: -moz-linear-gradient(top, #fdca78, #e89338);
  	background-image: -ms-linear-gradient(top, #fdca78, #e89338);
 	background-image: -o-linear-gradient(top, #fdca78, #e89338);
 	background-image: linear-gradient(to bottom, #fdca78, #e89338);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdca78',  endColorstr='e89338', GradientType=0 );
}


#main #contents ul.list-kome li {
	background-image: none;
	list-style-type: none;
	text-indent: -1em;
}
#main #contents ul.list-kome li:before {
	display: inline;
	content: "※";
}

/*////////////演題登録/////////////*/
p.end_abstract {
	color: #F91F00;
	font-weight: bold;
	width: 18em;
	border: 2px #F91F00 solid;
	text-align: center;
	padding: .5em 0;
	margin-top: 1em;
}
/*////////////HOME/////////////*/
ul.list-program li{
	background-image: none !important;
	margin-left: -1em !important;
	margin: 0 10px;
	display: inline;
}