body{
	font-size: 13px;
	margin: 0;
	padding: 0;
}
table{
	font-size: 13px;
}
form, ul{
	margin: 0;
}
address{
	display: inline;
}
img{
	border: 0;
}
ul{
	padding: 0;
	list-style: none;
}
a:link,
a:visited{
	color: #3C5FCC;
	text-decoration: none;
}
a:hover,
a:active{
	color: #3C5FCC;
	text-decoration: underline;
}
textarea { 
  font-family: "Osaka", "ＭＳ Ｐゴシック";
  margin: 0;
}
#body{
	width: 750px;
}
#header {
	margin: 0 0 20px 0;
	position: relative;
}
#header #logo{
	margin: 5px 10px;
}
#header #search{
	position: absolute;
	top: 5;
	left: 500px;
}
#header #link {
	clear: both;
	background-color:#FF6600;
	border: 1px solid #D25A1C;
	border-bottom: 7px solid #283B6D;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 4px 4px 8px 4px;
	height: 12px;
	/* \*//*/
		height: 30px;
		font-size: 11px;
	/**/
}
#header #link a:link,
#header #link a:visited,
#header #link a:hover,
#header #link a:active
{
	color:#FFF;
}
#header #link strong{
	float: left;
}
#header #link ul{
}
#header #link li{
	display: inline;
	margin: 0 10px 0 0;
}
#body{
	padding: 5px;
}
#content table{
	color:#666666;
	border-collapse:collapse;
	border-top:1px solid #A7A7A7;
	border-bottom:1px solid #A7A7A7;
	border-spacing: 0;
	width:100%;
	margin:0 0 20px 0;
}
#content table th{
	white-space: nowrap;
	vertical-align:top;
	padding: 7px;
	font-weight: normal;
	text-align: left;
	border-bottom:1px dotted #A7A7A7!important; /* IE 以外 */
	border-bottom:1px solid #A7A7A7; /* IE */
	background-color:#FFEBDD;
}
#content table td{
	border-bottom:1px dotted #A7A7A7!important; /* IE 以外 */
	border-bottom:1px dotted #A7A7A7; /* IE */
	text-align:left;
	padding: 7px;
}
#content table textarea{
	width: 350px;
	display: block;
}
#content table small{
	display: block;
	margin: 0;
}
#footer{
	clear: both;
	border-top: 3px solid #283B6D;
	background-color: #FF6600;
	padding: 2px 10px 10px 10px;
	color: #FFF;
}
#errorExplanation{
	border:1px solid red;
	margin:3px 50px 10px 50px;
}
#errorExplanation h2{
	background-color: #FF5050!important;
	border-left: 10px solid red;
	color: #FFF;
	margin: 0!important;
	padding: 10px!important;
}
#errorExplanation ul{
	background-color: #FF9F9F;
	padding:20px;
}
div.fieldWithErrors,div.fieldWithErrors input,
div.fieldWithErrors textarea
{
	display: inline;
	background-color: #FF5050;
}
/* ヘルプなどリンク処理 */
div.button{
	text-align: center;
	margin: 10px 0;
	padding: 20px; 0;
	clear: both;
}
div.action{
	text-align: center;
}
div.action div{
	margin-bottom: 5px;
}
div.action a, div.action_center a{
	background-image: url(/images/rightArrowOrange.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 10px;
}
div.action a.question{
	background-image: url(/images/help.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 4px 0 0 22px;
}

