body {
	color:#4B4B4B;
	width: 700px;
	margin: auto;
	font-size: 10pt;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	margin-top: 15px;
}

fieldset {
	padding: 5px;
}

p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:160%;
}

/************************************************
 * ヘッダ
 ************************************************/
div#header {
	border-bottom: solid 2px #bbb;
	height: 80px;
}

p#lead_paragraph {
	font-size: 11px;
	font-weight: bold;
	color: rgb(204,204,204);
	float: right;
	width: 100%;
	text-align: right;
	line-height:16px;
	padding-bottom: 13px;
}

div#header h1 {
	float: right;
}



/* ------ ユーザメニュー ------------------------*/

ul#user_menu {
	margin-top: 2px;
	height:34px;
	width: 50%;
	float: left;
}

ul#user_menu li {
	float: left;
	list-style: none;
	display:block;
        font-size: 10px;
       	font-weight:bold;
        line-height: 100%;
}
/*
ul#user_menu > li > a{
	display:block;
	padding: 6px;
	margin: 3px;
	font-size: 12px;
	height: 12px;
	font-weight:bold;
	background-color: #eef0ee;
	border-color:#AEAEAE;
	border-style: outset;
	border-width:1px;
	text-decoration:none;
}

ul#user_menu > li > a:visited,ul#user_menu > li > a:link,ul#user_menu > li > a:active {
	color: #4B4B4B;
}

ul#user_menu > li > a:hover {
	background-color: #dde0dd;
	color: #4B4B4B;
}


ul#user_menu li ul {
	background-color: #dde0dd;
}

ul#user_menu li ul input{
	width: 150px;
}

ul#user_menu li ul li a {
	width: 150px;
}
*/
#login_form label, #login_form a{
	display:block;
	margin: 5px;
}

#login_form input.login{
	display:block;
	margin: 5px;
}


#login_form label input{
	width: 150px;
}

#login_form fieldset {
	border-style: none;
        padding-left: 50px;
}

/************************************************
 * コンテンツ
 ************************************************/
div#content {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}


/************************************************
 * フッタ
 ************************************************/
div#footer {
	clear: both;
	font-size: 8pt;
}

div#footer ul {
	text-align: center;
	height: 20px;
	padding-top: 10px;
	background-color: #E4E6E7;
}

div#footer li {
	display: inline;
}

div#footer li + li {
	border-left: solid 1px #000;
	padding-left: 4px;
}

p#copyright {
	text-align: right;
}

div.component {
margin-bottom: 1em;
}

/************************************************
 * テーブル設定
 ************************************************/
table {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 80%;
}

td,th {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 3px;
}

th {
	background-color: darkgray;
	color: white;
}

td.numeric {
	text-align : right;
}

td.date {
	font-family: monospace;
}

caption {
	margin-top: 13px;
	text-align: left;
	font-size: 1.1em;
}

/************************************************
 * フォーム
 ************************************************/
.error {
	background-color: #f6c0c5;
}

form *.controller {
text-align: right;
}


form ul.error_message {
	list-style-position: inside;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style: italic;
	color: #ba2153;
}



div.form_control {
	padding: 2px;
}

div.form_control input {
	margin: 5px;
}

input.password {
	width: 10em;
}

form#login legend {
	display:none;
}
