/*------------------------------
  reset elements
-------------------------------*/
h4, h5, h6{
	position:static;
	margin:0;
	padding:0;
	display:block;
}

div, hr, blockquote, address, noscript{
	position:static;
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

ul, ol, dl, dt, dd{
	position:static;
	margin:0;
	padding:0;
}

pre, table, form{
	position:static;
	margin:0;
	padding:0;
}

em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym{
	position:static;
	margin:0;
	padding:0;
}

img{
	border:0px;
	border-style:none;
	margin:0;
	padding:0;
}

br{
	letter-spacing:0;
}

/*------------------------------
  basic elements
-------------------------------*/
ul li{
	margin-left:1em;
	text-align:left;
}

pre{
	display:block;
	font-family:monospace;
}

em{
	font-style:normal;
	font-weight:normal;
	color:#666666;
}

strong{
	font-weight:bold;
	color:#333333;
}

blockquote{
	display:block;
	padding:0.5em;
	color:#666666;
	border:1px solid  #cccccc;
}

p{
	padding:0.5em 0em;
}


dt{
	font-weight:bold;
	padding-left:1em;
}

dd{
	padding-left:2em;
}

.textcontents{
	margin:5px;
	display:inline;
	float:left;
}

/*------------------------------
  image
-------------------------------*/
.pict{
	margin:5px;
	display:inline;
}

.imgleft{
	margin:5px;
	display:inline;
	float:left;
}

.imgright{
	margin:5px;
	display:inline;
	float:right;
}

.spanleft{
	margin:5px;
	float:left;
	display:inline;
}

.spanright{
	margin:5px;
	float:right;
	display:inline;
}

/*------------------------------
  main
-------------------------------*/
*{
	margin:0;
}

html, body{
	height:100%;
}

body{
	color:#666;
	text-align:center;
	line-height:1.6;
	font-size:90%;
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
}

#container{
	text-align:left;
/*    margin:auto; */
	min-height:100%;
	height:auto !important;
	height:100%;
/*	margin:0 auto -40px; the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height:40px /* .push must be the same height as .footer */
}

.footer{
	color:#666666;
	margin:auto;
	padding:0px 10px;
	text-align:center;
	clear:both;
	background: url(img/dpalogo.gif) 10px no-repeat;
}

/*------------------------------
  header
-------------------------------*/
#header{
	display:block;
	text-align:left;
	width:100%;
	/*height:120px;*/
	/*background-color:#FFFFFF;*/

	position: fixed;
	top:0px;
}

/*------------------------------
  contents
-------------------------------*/
#contents{
	clear:both;
	padding:0px 20px;
	padding-top:60px;
	margin-left:150px;
	color:#333;
	text-align:left;
	z-index:0;
}

#contents .caution {
  margin:10px;
  color: #DD2222;
}

/*------------------------------
  menu
-------------------------------*/
#menu {
	position: fixed;
	margin-top:53px;
	margin-left:0px;
	padding:10px;
	background-color:#FFFFFF;
	width:140px;
	height:100%;
	z-index:1;

	background-color:#F0F0F0;
	border-right:2px solid #A68A38;
}

/*------------------------------
  clearfix
-------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
	}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

p.actionMsg{
	margin:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
	background-color:#EECCAA;
	color:#DD0000;
	font-weight:bold;
}

div.actionMsg {
	margin:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
	background-color:#EECCAA;
	color:#DD0000;
	font-weight:bold;
}
