@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	line-height:150%;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,address,form {
margin:0 ; 
padding:0;
font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
color:#fff;
list-style:none;

}
html,body{
height: 100% ;

}

a {
	color:#fff;
}

img{border-width:0px}

#wrap{
	overflow:hidden;
	min-height:100%;

	margin:0px;
	padding: 0px;
	border-style: none;
    background-image:url(../images/wrapperbg.jpg);
    background-repeat:repeat-x;
    background-color:#5f0000;
	
	
}

#nob_30logo2{
    background-image:url(../images/nob_30_logo.png);
    background-repeat:no-repeat;
    background-position:0 0;

    width:70px;
    height:65px;
    position:absolute;
	margin-left:820px;
    top:0px;
}

#content{
	width:902px;
	display:block;
	margin-top:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/haishin/busyo_title.png) no-repeat;
	background-color:#4c0302;
	background-position:0 30px;
	border-left:solid 1px #EE0000;
	border-right:solid 1px #EE0000;
}

#arc{
	width:780px;
	display:block;
	margin:0 auto;
}

#words{
	width: 580px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}

.title{
	text-align:center;
	height:45px;
	margin-top:45px;
}

.sumi{
	text-align:center;
	height:35px;
	margin-top:15px;
}

.half{
	opacity:0.6;
	filter: alpha(opacity=60);
  	-moz-opacity:0.6;
}

.half2{
	opacity:0.8;
	filter: alpha(opacity=80);
  	-moz-opacity:0.8;
}

.half2 hover{
	opacity:1;
	filter: alpha(opacity=100);
  	-moz-opacity:1;
}


.busyo{
	margin-top:10px
}

#uketori{
	width:780px;
	background:#000000;
	border:solid 1px #EDD66F;
}

.shortcut{
	text-align:center;
	margin:5px auto;
	ha
}

.uketoribox{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:580px;
}

.uketoriwords{
	padding:15px 60px;	
}

.link_top{
	font-size:12px;
	text-align:right;
	margin-right:20px;
	padding-top:40px;
	font:#FFF;
}

.annai{
	height:40px;
	text-align:center;
	margin-top:15px;
}

/*アコーディオン*/

dt{
    display:block;
    text-align:center;
    cursor:pointer;
    }
	
dd{
    width:780px;
    height:500px;
    line-height:50px;
    text-align:center;
    display:none;
    }