@charset "UTF-8";

/*
 *	Style Sheet for JSSEAS WEB site
 *	SEAML案内ページ／変更フォーム用のスタイルシート
*/

@import "jsseas.css";

div#seaml_onegai {
	border: 1px solid #e00000;
	width: 80%;
	margin:0 auto 1em auto;
	padding: 0.5em;
	text-align: left; 
	background-color: #fff;
}

p#onegai_title {
	text-align: center;
}

ol#smallmenu {
	margin: 1em;
	padding: 0.5em 1em;
	width: 50%;
	border-top: solid 1px #0e00b0;
	border-bottom: solid 1px #0e00b0;
}
ol#smallmenu li {
	font-size: 85%;
	line-height: 1.2;
	padding: 0 0.1em;
	margin: 0 1em;
}
ol#smallmenu a:link {color: #333333; text-decoration: none; }
ol#smallmenu a:visited {color: #333333; text-decoration: none; }
ol#smallmenu a:hover {color: #ff0000; text-decoration: underline; }

ul#seaml_hist {
	font-size: 85%;
}
fieldset {
	border: 1px #ccc solid;
	padding-left: 0.5em;
}

#sbsform input{
	font-size: 110%;
}
#sbsform fieldset#nameandaddr label {
	display: block;
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
#sbsform fieldset#nameandaddr input { 
	width: 18em;
}
#sbsform fieldset#nameandaddr input#name {
	width: 10em;
}

#sbsform p.buttons {
	font-size: 90%;
	text-align: center;
}

