/* Format */

*{
	margin:0px;
	padding:0px;
	}

h1,h2,h3,h4,h5,h6,h7,{
	font-size:11px;
	line-height:15px;
	font-style:normal;
	}

.invisible{
	display:none;
	}

.clearfix:after{/* floatバグ回避用 */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix {/* IEのfloatバグ回避用 */
	clear:both; 
	display: inline-table;
	}

/* Hides from IE-mac \*/
* html .clearfix{/* IEのfloatバグ回避用 */
	height: 1%;
		}
.clearfix{/* IEのfloatバグ回避用 */
	display: block;
		}
/* End hide from IE-mac */

body {
	margin:0; 
	padding:0;
	text-align:center;
	background-repeat:repeat-y;
	background-position: center;
	background-image:url(../css/body-bgimage.gif);
	background-attachment:fixed;
	font-family:Arial, Geneva, Helvetica, san-serif;
	font-size:11px;
	line-height:15px;
	color:#1F1F1F;
	}

a:link,a:visited{/* リンクの設定変更12/01/2009 */
	text-decoration:none;
	color:#003A69;
	}

a:active,a:hover{/* リンクの設定変更12/01/2009 */
	text-decoration:none;
	color:#666666;
	}

a img {
	border-style:none;
	}

ul{
	list-style-type:none;
	}


/* Container */

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

/* Header */

#header{
	width:900px;
	height:80px;
	}

#header h1{
	display:inline;
	float:left;
	}

#header p{
	display:inline;
	float:right;
	}

/* Header V002 */

#header_v002{
	width:900px;
	height:30px;
	}

#header_v002 h1{
	display:inline;
	float:left;
	}

#header_v002 p{
	display:inline;
	float:right;
	}

#header_v002 p.headermenu{
	width:500px;
	text-align:right;
	vertical-align:bottom;
	margin:8px 0 0 0;
	}


/* Title */

#title{}


/* ContentsHeader */

#pagetitle{
	border:#1F1F1F 1px solid;
	background-color:#E6E6E6;
	padding:3px;
	}

#pagetitle .title{
	float:left;
	width:100%;
	height:22px;
	margin-right:-80px;
	}

#pagetitle .title h3{
	font-size:12px;
	margin:3px 83px 3px 7px;
	}

#pagetitle .title-none h3{
	font-size:12px;
	color:#ABABAB;
	margin:3px 83px 3px 7px;
	}

#contentsspec{
	margin:4px 10px 0 10px;
	}

#contentsspec .location,
#contentsspec .filename{
	float:left;
	width:420px;
	}

#contentsspec .filename{
	text-align:right;
	}


/* Contents */

#contnetsheader{
	margin:20px;
	}

#contents{
	width:860px;
	margin:20px;
	}


/* Footer */

#footer{
	clear:both;
	width:860px;
	margin:40px 20px 20px 20px;
	}

#footer .pagetop{
	text-align:right;
	}


/* NewFooter */

#newfooter{
	clear:both;
	width:860px;
	margin:40px 20px 20px 20px;
	}

#newfooter .pagetop{
	text-align:right;
	margin:0 0 10px 0;
	}

#newfooter table.endbar{
	width:860px;
	}

#newfooter .copyright{
	width:450px;
	text-align:left;
	vertical-align:bottom;
	}

#newfooter .footermenu{
	width:410px;
	text-align:right;
	vertical-align:bottom;
	}
