/*1.0.0*/
/*=======================================
  roundabout default CSS    ver 1.0.5
=======================================*/

/*--------------------------------------
  reset
---------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,img,a,br {
	margin:0;padding:0;border:0px;border:none;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	}
	
table,tr,td {
	border-collapse:collapse;border-top:0;border-bottom:0;border-left:0;border-right:0;border-spacing:0;margin:0;padding:0;
	}

body{
		background-color:#2d4056;
}

a {
text-decoration: none;
outline:none;
	}

img {
	vertical-align:top;
	}
	
#next_main{
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height: 450px;*/
	
	background-image: url();
	background-size: 320px 108px;
	-webkit-background-size: 320px 108px;
	-moz-background-size: 320px 108px;
	-o-background-size: 320px 108px;
	background-repeat: repeat-y;
	
	text-align: center;
	
	position: relative;
}

/*--------------------------------------
 all
---------------------------------------*/

#all {
margin: 0 auto;
overflow: hidden;
width: 640px;
background-color: #30314e;
background-image:url(/m1/img/new_face/sm/new_a/bg_re00.gif);
background-size:100%;
background-repeat:repeat-y;
position: relative;
}
	
/*----------------------------------------
 text
----------------------------------------*/

.text_a{
	margin: 0px;
	padding: 0px;
	width: 85%;
	text-align: left;
	}