@charset "utf-8";

@import url(/root/css/block.css);
@import url(/root/css/clearfix.css);
@import url(/root/css/font.css);
@import url(/root/css/header.css);
@import url(/root/css/menu.css);
@import url(/root/css/info.css);
@import url(/root/css/footer.css);

html,body {
	height: 100%;
}

body > #wrapper {
	height:auto;
}

* html div##wrapper{ 
    height:100%; 
} 


*{
	margin: 0;
	padding: 0;
}

html{

	height:100%;
}

body{
	background:#fff
}


address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th	{
	text-align: left;
}

object, embed{
	vertical-align: top;
}

q:before ,q:after{
	content: '';
}

hr, legend{
	display: none;
}

img, abbr, acronym, fieldset{
	border: 0;
}

li{
	list-style-type: none;
}

p, dd, blockquote {
	text-align: justify;
	text-justify: inter-ideograph;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
}

h1{
	font-size:130%;
	border-top:1px solid #369;   
    border-bottom:1px solid #369;   
    padding:0.5em 1.0em 0.3em;
	background-color:#273b7a;
}

h2{
	font-size:120%;
	border-bottom:2px solid #06C;   
    padding:0.5em 1.0em 0.3em;
	margin:20px 0 20px;
}

p.h2{
	margin:20px auto;	
}


h3{
	font-size:110%;
	border-bottom:1px dotted #999; 
	border-left:4px solid #09C;  
    padding:0.4em 0.6em 0.3em;
	margin:20px 0 20px 0px;
}

h4{

}

h5{

}

.sub_txt{
	font-size:80%;
	text-align:right;	
}

/*float*/

.left{
	float:left;
}

.right{
	float:right;
}

/*images*/

.border{
	border:1px #ccc solid;
}

.img_center{
	margin:20px auto;	
}

p.img_cap img{
	margin-bottom:0.5em;
	border:1px #666 solid;
}

p.img_cap{
	text-align:center;
	margin:20px 20px 20px 0;
}

p.img_cap span{
	font-size:80%;
	letter-spacing:0;
	line-height:1.4em;
}

p.img_cap_center{
	text-align:center;
	width:122px;
	margin-right:1.0em;
}

p.img_cap_center img{
	margin-bottom:0.3em;
}

p.img_cap_center span{
	font-size:80%;
	letter-spacing:0;
	line-height:1.4em;
}

/*To Top*/

p.top_top{
	float:right;
	background: url(/root/images/arrow2.png) no-repeat left center;
}

p.top_top span{
	text-decoration:none;
	color:#333;
	padding-left:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
}



