@charset "utf-8";
/* CSS Document */


/* *********************************************************

Title : include.css

Created : 2009-09-18

Last Modified : 

Editor(s) : Cutout.inc

********************************************************* */


@import url("base.css");
@import url("../../act/include.css");


/* ---------------------------------------------------------
   Basic Layout
--------------------------------------------------------- */

div#wrapper {
	width: 1024px;
}

div#header {
	background: url(../img/header.jpg) no-repeat left top;
	height: 100px;
	position: relative;
	width: 1024px;
}

div#contents {
	/*background: url(../img/navi_bg.jpg) no-repeat left top;*/
}

div#contents {
    zoom:1;/*for IE 5.5-7*/
}

div#contents:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

div#navigator {
	background: url(../img/navi_bg.jpg) no-repeat left top;
	width: 180px;
	height: 1000px;
	padding-top: 20px;
	float: left;
}

div#mainPage {
	float: left;
	padding: 20px;
	width: 804px;
	_width: 844px;
	text-align: center;
}

div#pageCont {
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#footer {
	text-align: left;
}


/* ---------------------------------------------------------
   Sub Block
--------------------------------------------------------- */

div#header h1 {
	left: 5px;
	top: 15px;
	position: absolute;
	height: 82px;
	width: 150px;
}

div#leaf {
	position: absolute;
	left: 525px;
	top: 0px;
	height: 90px;
	width: 220px;
}

ul#menuList {
	margin: 0px;
}

ul#menuList li {
	margin: 0px;
}

ul#menuList li a {
	margin: 0px;
	height: 0px;
}

div#topFlash {
	width: 570px;
	_width: 680px;
	padding-left: 55px;
	padding-right: 55px;
	margin-bottom: 20px;
	height: 200px;
}

div#topFlash h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

div.pageAnchor {
	font-size: 10px;
	text-align: right;
	padding: 5px;
}

div.pageAnchor a {
	font-size: 10px;
}

div#footer_navi {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
	text-align: right;
}

div.copyright {
	text-align: right;
}

ul#rule01 {
	text-align: left;
	display: block;
	margin-bottom: 20px;
	width: 415px;
}

ul#rule01 li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

ul#rule01 li a {}


/* ---------------------------------------------------------
   Fact Layout
--------------------------------------------------------- */

div.pdf_list {
	background: url(../../fact/img/pdf.gif) no-repeat 0px center;
	display: block;
	padding-left: 20px;
}


/* ---------------------------------------------------------
   100430 Fixed
--------------------------------------------------------- */

a.apology {
	display: block;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

