html{
	overflow-y:scroll;
	}
body{
	margin:0;
	padding:0;
	font-size:10pt;
	color:#444;
	text-align:center;
	background:url(./../img/bg.png) top left repeat-x;
	font-family: 'メイリオ', 'Segoe UI', Verdana, Arial, sans-serif;
	background-color:#fff;
	}

body,p,li,tr,td,dt,dd{
	font-size:10pt;
	}

a{
	color:#692;
	text-decoration:none;
	}
a[target="_blank"]{
	background:url(./../img/blank.png) center left no-repeat;
	padding-left:12px;
	}
a:hover{
	text-decoration:underline;
	color:#666;
	}


img{
	border:0;
	vertical-align:middle;
	}
hr{
	display:none;
	}

table th, table td{
	vertical-align:top;
	}

strong{
	}
small{
	font-size:0.8em;
	}
.border{
	border:1px solid #ccc;
	}
.center{
	text-align:center;
	}
.right{
	text-align:right;
	}
.off{
	display:none;
	}


/* コンテナ --------------------------------------------------------------------*/
#container{
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:760px;
	position:relative;
	}


#header{
	margin:0;
	padding:0;
	}
#header h1{
	margin:18px 0px 5px 0px;
	padding:0;
	}
ul#navi{
	margin: 5px 0px 0px 0px;
	padding: 0;
	height: 20px;
	}
ul#navi li {
	display: inline;
	margin: 0;
	padding: 0;
	}
ul#navi li a {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	width: 120px;
	text-align:center;
	color:#fff;
	}
ul#navi li a:hover {
	background-image: url(./../img/navi-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	color:yellow;
	}
body#navi01 ul#navi li.navi01 a,
body#navi02 ul#navi li.navi02 a,
body#navi03 ul#navi li.navi03 a,
body#navi04 ul#navi li.navi04 a{
	background-image: url(./../img/navi-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	}

#topicpass{
	margin:10px 0px 0px 0px;
	}
#headerimg{
	margin:0px;
	padding:0px;
	}



#bodyleft{
	float:right;
	width:550px;
	margin:0px 0px 50px 0px;
	padding:0px;
	}


#bodyleft h2{
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	font-size:20pt;
	}

#bodyleft h3{
	margin:2em 0px 0px 0px;
	padding:0px 0px 0px 25px;
	background-image:url(./../img/h2-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	color:#4a1;
	font-size:14pt;
	}

#bodyleft h4{
	font-size:12pt;
	margin:2em 0px 0px 0px;
	border-bottom:1px solid #ccc;
	}

#bodyleft h5{
	font-size:10pt;
	}


#bodyright{
	float:left;
	width:180px;
	}

.rbox{
	margin:20px 0px 30px 0px;
	padding:0px;
	border-top:2px solid #ccc;
	}
.rbox h3{
	margin:0;
	padding:10px 5px;
	font-size:10pt;
	text-align:center;
	border-bottom:none;
	background-color:#eee;
	}
.rbox ul{
	margin:5px;
	padding:0;
	}
.rbox ul li{
	margin:0px 0px 3px 1em;
	}
.rbox h4{
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:10pt;
	}
.rbox p{
	margin:5px 0px 15px 0px;
	}


.rbox2{
	margin:20px 0px 30px 0px;
	padding:0px;
	border:1px solid #ddd;
	color:#777;
	}
.rbox2 h3{
	font-size:10pt;
	border-bottom:1px solid #ddd;
	text-align:center;
	margin:0;
	padding:5px;
	}
.rbox2 ul{
	margin:0;
	padding:0px 5px;
	list-style-type:none;
	}
.rbox2 ul li{
	margin:0px;
	padding:3px;
	font-size:8pt;
	}

#pagetop{
	position : fixed;
	bottom:0;
	right:0;

	}

#pagetop a{
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(./../img/pagetop.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 1px;
	text-decoration: none;
	text-indent: -100000px;
	/*\*/
	 overflow: hidden;
	/**/
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;

	}
#pagetop a:hover{
	background-position: bottom center;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	}

#footer{
	clear:both;
	margin:0px;
	padding:10px;
	border-top:1px solid #ccc;
	background-image:url(./../img/footer-bg.png);
	}
#footer p{
	margin:0px;
	text-align:center;
	}

#footer address{
	margin:20px 0px;
	text-align:center;
	font-style:normal;
	font-size:8pt;
	}


#contact{
	position: absolute;
	top: 0px;
	right: 0px;
}



#tt {
	position:absolute;
	display:block;
	border:5px solid #692;
	}
