@CHARSET "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
}

body { /*
	font-family: "Lucida Grande", helvetica, arial,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	font-family: "MS Sans Serif","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans", helvetica, arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", sans-serif;
	*/
	font-family: Verdana, sans-serif;
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 150%;
}

/*	Base font settings ================================================== */
h1,h2,h3,h4,h5,h6 {
	color: #000;
	line-height: 130%;
}

.small {
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
}

/*	Block elements ================================================== */
hr {
	color: transparent;
	height: 0px;
	border: none;
	border-bottom: 1px dashed #ccc;
	background-color: transparent;
}

hr.spacer {
	display: none;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 70%;
}

/* ul,ol overwrites ========================================= */
ul,li,ol {
	list-style-type: none;
	display:block;
}

dt {
	font-weight: bold;
}

/*	inline elements ================================================== */
img {
	border: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #a00;
}

/*	standard tables setting  ================================================== */
table {
	width: 100%;
	border: 1px solid #bbb;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	font-size: small;
}

table td,table th {
	padding: 0px 8px;
	border-bottom: 1px dashed #ccc;
}

table th {
	background-color: #f7f7f7;
}

/*	dynamic elements ================================================== */
a {
	color: #008;
	text-decoration: none;
}

a:hover {

}

a:active {
	color: #A00;
}

/*	Page layout ================================================== */
#container {
	text-align: center;
}

#header_wrapper,#footer_wrapper,#body_wrapper {
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	clear: both;
}

#content_wrapper {
	position: relative;
	float: left;
	width: 580px;
}

#sidebar_wrapper {
	position: relative;
	float: right;
	width: 200px;
}

#top_wrapper,#bottom_wrapper {
	position: relative;
	clear: both;
}

#content {
	margin: 50px;
}

#content h1,#content h2,#content table {
	margin-bottom: 40px
}

#content p,#content ul,#content ol,#content dl {
	margin-bottom: 20px
}

/****************************************************************************
	FormElement
****************************************************************************/
#content form {
	text-align: center;
	margin-bottom:40px;
}

#content form table {
	text-align: left;
}

#content form .requireSign {
	color: red;
}

#content p.error_message {
	color: #900;
	text-decoration: underline;
	text-align: center;
}

#content form .error_message {
	color: #900;
	background-color: #fee;
	font-size: 10.5px;
	padding-left: 10px;
}

#content form td,#content form th {
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
}

#content form textarea,#content form input,#content form select,#content form option {
	font-size: 15px;
}
#content form textarea,#content form input.sdfTextField{
	border:1px solid #ccc;
	padding: 1px 4px;
	width: 98%;
}
#content form select {
	border:1px solid #ccc;
	width: 100%;
}
#content form option {
	padding: 1px 4px;
}

#content .sdfSubmitButton {
	font-size: 14px;
	width: 120px;
	height: 30px;
}

#content textarea {
	width: 99%;
	height: 100px;
}