@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CLEARFIX
	2: EACH MODULE

==========================================================
*/

/*
===== 1: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
/*
===== 2: EACH MODULE ==========================================
*/
.pagetop{
	text-align:right;
	padding:1em;
}

.line{
	clear:both;
	background:url(http://e-sora.net/po-net/images/line.png) repeat-x center bottom;
	height:15px;
	margin-bottom:15px;
	display:block;
}


a:hover img{
	opacity:0.7;	
	filter: alpha(opacity=70);
}

.orange{
	color:#F9A116;
}	


.green{
	color:#33B800;
	font-weight:bold;
}


.otherpage{
	text-align:right;	
}


p.center{
	text-align:center;	
}