@charset "UTF-8";
/* CSS Document */

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td { margin:0; padding:0;}

body{ background-color: #000000; background-image: url(../img/bg.jpg); background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif;	background-position: center top; color:#ffffff; font-size: 12px;}
img { border: 0;}
a {	color: #F00; text-decoration: none;}
a:hover{ color: #A7030E;}
a:visited{ color: #C00;}
a:hover img{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: “alpha( opacity=60 )”;}

.wrap-all{width: 900px; margin:0 auto;}

.sns{float:right;}

#wrap{width:800px; margin:0px auto; position: relative;}

.top{ with:800px; text-align:center; margin-top: 43px; margin-bottom: 0px;}

.footer{with: 800px; text-align:center; margin: 45px 0 30px 0;}




body#tab_sample div#javascript_tab_sample {
	margin:20px auto 0 auto;
	width:820px;
	text-align:left;
	}

div#javascript_tab_sample ul#tab {
	margin:0;
	padding:0;
	border-bottom:1px solid #000;
	float:left;
	width:810px;
	}

div#javascript_tab_sample ul#tab li {
width:100px;
	background-color:#333;
	list-style:none;
	margin:0 0 0 0.5em;
	padding:0.8em 0;
	text-align:center;
	border:none;
	border-bottom:none;
	float:left;
	width:5em;
	}
	
div#javascript_tab_sample ul#tab li.selected {
	width:120px;
	background-color:#000;
	}

div#javascript_tab_sample ul#tab li.selected a {
	color:#fff;
	
	#tab li img{opacity:0.6; filter:alpha(opacity=60); -ms-filter:"alpha(opacity=60)";}

	}

div#javascript_tab_sample dl {
	margin:0;
	padding:1em;
	color:#fff;
	border:1px solid #000;
	border-top:1px solid #000;
	background-color:#000;
	clear:both;
	}

div#javascript_tab_sample dl dt {
	margin-bottom:1em;
	padding-bottom:1em;
	}

div#javascript_tab_sample dl dd {

	}

div#javascript_tab_sample dl dd p {
	margin-bottom:1em;
	}