@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{
	font-weight: normal;
	margin:0;
	padding:0;
}

html,body{
scrollbar-base-color: #000000;
scrollbar-track-color:#000000;
scrollbar-face-color: #000000;
scrollbar-shadow-color:#C0C0C0;
scrollbar-darkshadow-color:#363636;
scrollbar-highlight-color: #C0C0C0;
scrollbar-3dlight-color: #363636;
scrollbar-arrow-color:#FFFFFF;
}

body{
	margin:0;
	padding:33px 20px 0px 33px;
	background:#000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka', 'ＭＳ Ｐゴシック',sans-serif;
	color:#929497;
	overflow-x: hidden;
}

p {
	font-size:12px;
	line-height:180%;
	margin-top:0px;
}
a {
	outline:none;
	color:#3355aa;
	text-decoration:none;
}
a:hover {
	color:#3366cc;
	text-decoration:underline;
}
img {
	border:none;
}

li {
	list-style: none;
}

.clear {
	clear:both;
}
.clear hr {
	display:none;
}
.bold {
	font-weight:bold;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

.titletxt {
	position:absolute;
	left:-9999px;
}

/* 二段カラム */

#rap {
	background:  #000000;
	margin: 0;
	width: 790px;
	height: auto;
	text-align: left;
	clear: both;
	
}

#sideMenu {
	float: left;
	width: 225px;

	}

#main {
	padding: 0 0 0 50px;
	width: 515px;
	_width: 565px;
	float:right;
}

#rap .page_top {
	width: 790px;
	text-align: right;
	padding-bottom: 20px;
	clear: both;
}
