@charset "utf-8";

/*##################### 
	rule reset
#######################*/
h1,h2,h3 {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute; left: 0; top: 32px;
	font-size:100%;
	font-weight:normal;
}

.style1 {

	color: #000;
	
	font-size: 16px;

	font-style: normal;

	font-weight: normal;

}

.style2 {

	color: #F00;
	
	font-size: 11px;

	font-style: normal;

	font-weight: normal;

}

.style3 {

	color: #CCC;
	
	font-size: 11px;

	font-style: normal;

	font-weight: normal;

}

.style4 {

	color: #000;
	
	font-size: 13px;

	font-style: normal;

	font-weight: bold;

}


td,th {
	line-height: 150%;

}

a:link {

	color: #000;

}

a:visited {
	
	color: #000;

}

a:hover {

	color: #F00;
	text-decoration:none;

}

a:active {

	color: #000;

}

a img {
	border-style: none;
}

/* text */
#textleft{
	
	text-align:left;

}

#textlefttop{

	text-align:left;
	
	vertical-align:top;

}

#textright{
	
	text-align:right;

}

#textrightbottom{

	text-align:right;
	
	vertical-align: bottom;
	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*##################### 
	layout style
#######################*/
html, body, div, span{

	margin:0;
	
	padding:0;
	
	border:0;
	
	outline:0;

}

body {
	
	color: #000;
	
	background-color:#000;
	
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/* background-attachment:fixed; */
	/* background-repeat: repeat; */
	
}

body#index div.wrap {


}

/* Wrap */
body div.wrap {


}
		
/* #outergroup */
#outergroup {
	
	text-align: left;
	
	width: 800px;
	
	margin-top: 0px;
	
	margin-right: auto;
	
	margin-bottom: 0px;
	
	margin-left: auto;
	
	padding: 0px;

}
	
#clear{
	
	clear: both;

	}
	
/* link_pagetop */ 
#outergroup #main #contentgroup #link_pagetop {
	
	text-align: right;
	
	border-top-style: none;
	
	border-right-style: none;
	
	border-bottom-style: none;
	
	border-left-style: none;
	
	margin-top: 10px;
	
	margin-right: 0;
	
	margin-left: 0;
	
	margin-bottom: 0;
	
	padding-right: 10px;

}