/******************************************************************************/
/* P-ATPases 2017 */
/* main style sheet - last update: 17.07.07 */


/******************************************************************************/
/* common */

* {
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 12px;
}

html {
	overflow-y: scroll;
}

body {
	background: #EEEEEE url(../img/body_bg.png) repeat-x left top;
	color: #333333;
	text-align: center;
}

hr {
	display :none;
}

img {
	border: 0px none;
}

table {
	border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

a {
	color: #3333FF;
}

a:visited {
	color: #3333FF;
}

a:hover {
	color: #CC6666;
}

sup {
	font-size: 8px;
	vertical-align: baseline;
	position: relative;
	top: -1.2ex;
}

sub {
	font-size: 8px;
}


/******************************************************************************/
/* wrapper */

#wrapper {
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: left;
}

.h2_home {
	background: url(../img/h2_home_bg.png) no-repeat left 10px;
}
.h2_greet {
	background: url(../img/h2_greet_bg.jpg) no-repeat left 10px;
}
.h2_general {
	background: url(../img/h2_general_bg.jpg) no-repeat left 10px;
}
.h2_program {
	background: url(../img/h2_program_bg.jpg) no-repeat left 10px;
}
.h2_schedule {
	background: url(../img/h2_schedule_bg.jpg) no-repeat left 10px;
}
.h2_social {
	background: url(../img/h2_social_bg.jpg) no-repeat left 10px;
}
.h2_regist {
	background: url(../img/h2_regist_bg.jpg) no-repeat left 10px;
}
.h2_travel {
	background: url(../img/h2_travel_bg.jpg) no-repeat left 10px;
}
.h2_sympo {
	background: url(../img/h2_sympo_bg.jpg) no-repeat left 10px;
}
.h2_contact {
	background: url(../img/h2_contact_bg.jpg) no-repeat left 10px;
}
.h2_links {
	background: url(../img/h2_links_bg.jpg) no-repeat left 10px;
}
.h2_admin {
	background: url(../img/h2_admin_bg.jpg) no-repeat left 10px;
}
.h2_abst {
	background: url(../img/h2_abst_bg.jpg) no-repeat left 10px;
}
.h2_etc {
	background: url(../img/h2_etc_bg.jpg) no-repeat left 10px;
}


/******************************************************************************/
/* header */

#header {
	width: 940px;
	height: 100px;
	padding: 10px 10px 160px 10px;
}

#header a,
#header a:visited,
#header a:hover {
	display: block;
	text-decoration: none;
	width: 940px;
	height: 100px;
}

#header span {
	display: none;
}


/******************************************************************************/
/* menu */

#menu {
	float: left;
	width: 220px;
	margin-right: 20px;
	padding-top: 6px;
	background: url(../img/menu_top_bg.png) repeat-x left top;
}

#menu .menu {
	margin-bottom: 15px;
}

#menu .menu li {
	width: 220px;
	height: 35px;
}

#menu .menu a,
#menu .menu a:visited {
	display: block;
	width: 200px;
	height: 35px;
	padding: 0px 0px 0px 20px;
	line-height: 35px;
	color: #555555;
	background: url(../img/menu_c_bg.png) no-repeat left top;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#menu .menu a:hover,
#menu .menu a.s,
#menu .menu a.s:visited,
#menu .menu a.s:hover {
	color: #FFFFFF;
	background: url(../img/menu_s_bg.png) no-repeat left top;
}


/******************************************************************************/
/* menu banner */

#menu .update {
	width: 220px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	color: #EEEEEE;
}

#menu .poster {
	font-size: 10px;
	line-height: 100%;
	margin-bottom: 5px;
	width: 220px;
	text-align: center;
}

#menu .poster * {
	font-size: 10px;
}


/******************************************************************************/
/* maincontent */

#maincontent {
	float: left;
	width: 720px;
	padding-top: 6px;
	background: url(../img/menu_top_bg.png) repeat-x left top;
}

#maincontent .text {
	background: url(../img/text_bg.png) repeat-y left top;
	border-bottom: 1px solid #A29E91;
	margin-bottom: 15px;
	padding-top: 15px;
}

#maincontent h3 {
	background: url(../img/h3_bg.png) no-repeat left top;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 15px 15px 15px;
	padding: 0px 0px 0px 25px;
	color: #330909;
	letter-spacing: 0.1em;
	height: 29px;
	line-height: 29px;
}

#maincontent h4 {
	background: url(../img/h4_bg.png) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 20px 15px 20px;
	padding: 0px 0px 0px 27px;
	color: #330909;
	letter-spacing: 0.1em;
	height: 14px;
	line-height: 14px;
}

#maincontent h5 {
	background: url(../img/h5_bg.png) no-repeat left 3px;
	font-weight: bold;
	margin: 0px 0px 10px 25px;
	padding: 0px 15px 0px 17px;
	letter-spacing: 0.1em;
}

#maincontent p,
#maincontent ul {
	margin: 0px 25px 15px 25px;
	line-height: 160%;
}
	
#maincontent .li01 li {
	background: url(../img/li01_bg.png) no-repeat left 4px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#maincontent .li02 li {
	background: url(../img/li02_bg.png) no-repeat left 5px;
	padding-left: 26px;
	margin-bottom: 5px;
}


/******************************************************************************/
/* maincontent - table_normal */

#maincontent .table_normal {
	margin-left: 25px;
	margin-bottom: 15px;
}

#maincontent .table_normal td {
	vertical-align: top;
	padding: 3px 20px 3px 0px;
	line-height: 160%;
}


/******************************************************************************/
/* maincontent - table_fixed */

#maincontent .table_fixed {
	margin-left: 25px;
	margin-bottom: 15px;
	width: 615px;
}

#maincontent .table_fixed td {
	vertical-align: top;
	padding: 3px 10px;
	line-height: 160%;
}

#maincontent .table_fixed td.h {
	background: #4A433B;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#maincontent .table_fixed td.d {
	background: #EDE9E1;
	border: 1px solid #FFFFFF;
}


/******************************************************************************/
/* maincontent - table_center */

#maincontent .table_center {
	margin-left: 25px;
	margin-bottom: 15px;
	width: 615px;
}

#maincontent .table_center td {
	vertical-align: top;
	text-align: center;
	padding: 2px;
}


/******************************************************************************/
/* maincontent - table_form */

#maincontent .table_form {
	margin: 0px 20px 15px 20px;
	width: 680px;
}

#maincontent .table_form td {
	vertical-align: center;
	padding: 10px 10px;
	line-height: 160%;
}

#maincontent .table_form td.h2 {
	background: #4A433B;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

#maincontent .table_form td.h {
	background: #EDE9E1;
	border: 1px solid #FFFFFF;
	width: 128px;
	font-weight: bold;
}

#maincontent .table_form td.d {
	background: #F6F5F3;
	border: 1px solid #FFFFFF;
}


/******************************************************************************/
/* maincontent - table_formsub */

#maincontent .table_formsub td {
	vertical-align: top;
	padding: 4px 10px 4px 0px;
}


/******************************************************************************/
/* maincontent .hr */

#maincontent .hr {
	clear: both;
	background: url(../img/hr_bg.png) repeat-x left top;
	width: 680px;
	height: 1px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}


/******************************************************************************/
/* form button */

#maincontent .submit {
	width: 200px;
	height: 50px;
/*	letter-spacing: 0.25em;*/
}

#maincontent .submit2 {
	width: 300px;
	height: 50px;
/*	letter-spacing: 0.25em;*/
}

#maincontent .errmsg {
	font-weight: bold;
	color: #EE0000;
}


/******************************************************************************/
/* mainvisual */

#mainvisual {
	width: 660px;
	height: 370px;
	background: url(../img/mainvisual_bg.png) no-repeat left top;
	margin-bottom: 5px;
}

#mainvisual span {
	display: none;
}


/******************************************************************************/
/* jumptop */

#jumptop {
	clear: both;
	width: 120px;
	height: 26px;
	padding: 0px 0px 10px 840px;
	background: url(../img/jumptop_bg.png) no-repeat 840px top;
}

#jumptop a,
#jumptop a:visited,
#jumptop a:hover {
	display: block;
	width: 120px;
	height: 26px;
	text-decoration: none;
}

#jumptop span {
	display: none;
}


/******************************************************************************/
/* footer */

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background: url(../img/footer_bg.png) repeat-x left top;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	line-height: 100px;
}


/******************************************************************************/
/* general */

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.red {
  color: #CC0000;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.ls01 {
	letter-spacing: 0.1em;
}

.normal {
	font-weight: normal;
}

.small {
	font-weight: normal;
	font-size: 12px;
}

.mb2e {
	margin-bottom: 2em;
}

.lh160 {
	line-height: 160%;
}

.spc0 {
	letter-spacing: 0em;
}

.indent1 {
	text-indent: 1em;
}

.pdfi {
	font-size: 0px;
	color: #FFFFFF;
	padding: 13px 0px 3px 16px;
	margin-left: 10px;
	background: url(../img/acrobat.gif) no-repeat left top;
}

.doci {
	font-size: 0px;
	color: #FFFFFF;
	padding: 13px 0px 3px 16px;
	margin-left: 10px;
	background: url(../img/word.png) no-repeat left top;
}

.ymd {
	color: #722B46;
	margin-right: 1em;
}

.newi {
	font-size: 0px;
	color: #FFFFFF;
	padding: 10px 0px 3px 24px;
	margin-left: 10px;
	background: url(../img/new_bg.gif) no-repeat left top;
}

.button_abst,
.button_regist {
	width: 220px;
	height: 60px;
	text-align: center;
	margin: 0px auto 5em auto;
}

.button_exc {
	width: 220px;
	height: 60px;
	text-align: center;
	margin: 0px auto 1.5em auto;
}

.button_abst a,
.button_exc a,
.button_regist a {
	display: block;
	width: 220px;
	height: 60px;
}

.button_abst a {
	background: url(../img/button_abst_c.png) no-repeat left top;
}

.button_abst a:hover {
	background: url(../img/button_abst_s.png) no-repeat left top;
}

.button_exc a {
	background: url(../img/button_exc_c.png) no-repeat left top;
}

.button_exc a:hover {
	background: url(../img/button_exc_s.png) no-repeat left top;
}

.button_regist a {
	background: url(../img/button_regist_c.png) no-repeat left top;
}

.button_regist a:hover {
	background: url(../img/button_regist_s.png) no-repeat left top;
}

.button_abst span,
.button_exc span,
.button_regist span {
	display: none;
}

