@charset "UTF-8";

/*
 *	Style Sheet for JSSEAS WEB site
 *	変更・退会フォーム／文献目録投稿フォーム用のスタイルシート
 */

@import "jsseas.css";

fieldset {
	border: 1px #ccc solid;
	padding-left: 0.5em;
}

fieldset div {
	margin-bottom: 0.5em;
}

#changeform label,
#withdraw label,
#bibform label {
	display: block;
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	line-height: 1.5;
}

#changeform input,
#withdraw input {
	width: 12em;
}
#changeform input#postal1,
#changeform input#postal2 {
	width: 6em;
}
#changeform input#addr1,
#changeform input#addr2 {
	width: 29em;
}
#changeform input#major,
#changeform input#meng,
#changeform input#theme1,
#changeform input#theme2,
#changeform input#theme3 {
	width: 20em;
}

#changeform input#type1,
#changeform input#type2,
#changeform input#postadr1,
#changeform input#postadr2,
#changeform input#postadr3,
#changeform input#postsend1,
#changeform input#postsend2,
#changeform input#postsend3 {
	width: 2em;
}

#changeform textarea,
#withdraw textarea,
#bibform textarea {
	width: 34.5em;
}

.buttons {
	text-align: center;
}

/*--------------------------------------------------------------------------- */
/* 文献目録投稿フォーム凡例で使っている書式 */

ul#biblioformat ul li {
	margin-left: 1em;
}

ul#biblioformat ul li ol li {
/*	list-style: none none;*/
	margin-left: 0;
	margin-bottom: 0;
}


