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

html{
    height:100%;
}

body{
    height:100%;
}

* html div .total_rect{
    height:100%;
}

.total_rect{
    margin:0px auto;
    position:relative;
    min-height: 100%;
}

body > .total_rect {
        height: auto;
}

.main_region{
	width:80%;
}

*+html .contents_region{width:600px;}
*+html .main_region{
	bottom:0px;
padding-bottom:0px;
}

#siteinfo{
    position:absolute;
    bottom:0px;
    height:10px;
    width:100%;
}

.solo_title{
	color: #000;
	border-bottom: 2px solid #C93;
	font-weight:bold;
	}
	
	.solo_text{
	line-height: 120%;
	font-size:100%;
}



.solo_title_top{
	font-family:serif;
	color: #000;
	border-bottom: 2px solid #597;
	font-weight:bold;
	}
	
	.solo_text_top{
		font-family:serif;
	line-height: 120%;
	font-size:100%;
}


.auther_comments{
	color: #000;
	border-bottom: 1px solid #579;
	font-weight:bold;
	}
	
	.auther_comments_rect{width:90%;margin-left:30px;}
