@charset "UTF-8";

/*-----------------------------------------------------

共通CSS

-----------------------------------------------------*/




/*-----------------------------------------------------
	全ページ共通
-----------------------------------------------------*/


body {
	background : #080026 none;
	width: 100%;
	color : #080026;
	font-size : 16px ;
	font-family : "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
/*Mac IE Hack ¥*/
	letter-spacing : 1px ;
/*Mac IE Hack END*/
	line-height : 200% ;
	text-align: justify;
	-webkit-text-size-adjust:none;
	margin : 0px ;
	padding: 0px;
	position: relative;
}

p {
	text-align: justify;
	margin-bottom: 0.5em;
}


img {
	border : 0px ;
	margin : 0px ;
}

a.alpha img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a.alpha:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}



.hidden {
	display : none ;
}



/* new clearfix */  
.clearfix:after {  
 visibility : hidden ;  
 display : block ;  
 font-size : 0 ;  
 content : " " ;  
 clear : both ;  
 height : 0 ;  
 }  
* html .clearfix             { zoom : 1 ; } /* IE6 */  
*:first-child+html .clearfix { zoom : 1 ; } /* IE7 */  







.curved10 {
/*角丸（FF/Safari/Chrome）IE無効*/
 border-top-left-radius: 10px;    /* 左上 */
 border-top-right-radius: 10px; /* 右上 */
 border-bottom-left-radius: 10px;    /* 左下 */
 border-bottom-right-radius: 10px; /* 右下 */

-webkit-border-top-left-radius: 10px;    /* 左上 */
-webkit-border-top-right-radius: 10px; /* 右上 */
-webkit-border-bottom-left-radius: 10px;    /* 左下 */
-webkit-border-bottom-right-radius: 10px; /* 右下 */

-moz-border-radius-topleft: 10px;    /* 左上 */
-moz-border-radius-topright: 10px; /* 右上 */
-moz-border-radius-bottomleft: 10px;    /* 左下 */
-moz-border-radius-bottomright: 10px; /* 右下 */
 }

.curved5 {
/*角丸（FF/Safari/Chrome）IE無効*/
 border-top-left-radius: 5px;    /* 左上 */
 border-top-right-radius: 5px; /* 右上 */
 border-bottom-left-radius: 5px;    /* 左下 */
 border-bottom-right-radius: 5px; /* 右下 */

-webkit-border-top-left-radius: 5px;    /* 左上 */
-webkit-border-top-right-radius: 5px; /* 右上 */
-webkit-border-bottom-left-radius: 5px;    /* 左下 */
-webkit-border-bottom-right-radius: 5px; /* 右下 */

-moz-border-radius-topleft: 5px;    /* 左上 */
-moz-border-radius-topright: 5px; /* 右上 */
-moz-border-radius-bottomleft: 5px;    /* 左下 */
-moz-border-radius-bottomright: 5px; /* 右下 */
 }



.fleft {
	float: left;
}

.fright {
	float: right;
}

.fs10 {
 font-size : 10px ;
 }
 
.fs12 {
 font-size : 12px ;
 }
 
 .fs16 {
	 font-size: 16px;
	 line-height: 160%;
 }

.textcenter {
	text-align: center!important;
}

.textright {
	text-align: right!important;
}

.vmiddle {
	vertical-align: middle;
}




/* CSS End */
 