@charset "Shift_JIS";

/*--------------------------------------------------------------------------
	Osaka daikyo for modern browser ver1.0
	designed by common-design
--------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

.imeon {
	ime-mode: active;
}

.imeoff {
	ime-mode: disabled;
}

.focus, input:focus {
	background-color: #BFE1FF;
}

body {
	font-family: verdana, arial, helvetica, 
	 "‚l‚r ‚oƒSƒVƒbƒN", "Osaka",
	 Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
	background: #c5e2d1 url(../materials/bg_630.jpg) repeat-y center;
	height: 100% !important;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

strong {
	color: #f00;
	font-weight: bold;
}

h1 {
	background: url(../materials/heading_bg.gif) repeat-x;
	border-bottom: 1px solid #B4B4B4;
	padding: 0 1em;
	margin: 0 0 10px 0;
	line-height: 31px;
	font-size: 120%;
}

table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 15px 0;
	background: url(../materials/dot.gif) repeat-x top;
	width: 100%;
}

th {
	text-align: left;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	background: url(../materials/dot.gif) repeat-x bottom;
}

td {
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
	background: url(../materials/dot.gif) repeat-x bottom;
}

p {
	background-color: #E3E3E3;
	padding: 5px 15px;
	margin: 10px 0px 10px 0px;
	font-weight: bolder;
}

td.v_line {
	background: transparent url(../materials/dot_y.gif) repeat-y center;
	width: 1px;
	padding: 3px;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#contents {
	width: 600px;
	margin: 20px auto 0 auto;
}

div#footer {
	padding-bottom: 15px;
	width: 600px;
	margin: 0 auto;
}

div#footer input {
	cursor: pointer;
}

li#cancel_button {
	float: left;
	width: 45%;
}

li#submit_button {
	margin-left: 50%;
	text-align: right;
}

li#close_button {
	text-align: center;	
}
