@charset "utf-8";



/*

Site Name: Site Name: SBI Holdings, Inc.

Description: gloval style

*/



/* universal reset

----------------------------------------- */

body,div,

dl,dt,dd,ul,ol,li,

h1,h2,h3,h4,h5,h6,

pre,form,fieldset,input,textarea,p,blockquote,th,td{

	margin:0;

	padding:0;

}



div{



}



div:after{



}



/* body and base setting

----------------------------------------- */

body{

	padding: 0px;

	margin: 0px;

	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3;

	color: #000;

	text-align: center;

	background-color: #FFF;

	background-image: url(../img/body-bg.gif);

	background-position: 0px 59px;

	background-repeat: repeat-x;

}



/* general style

----------------------------------------- */

h1, h2, h3, h4, h5, h6, div,  pre, ul, ol, dl, dt, dd, address, form, blockquote{

	padding: 0;

	margin: 0px;

	text-align: left;

}



h1, h2, h3, h4, h5, h6{

	

}



p{

}



table{

	margin: 0;

	empty-cells: show;

}



img{

	padding: 0px;

	margin: 0px;

	border: none;

}



dl,ul{

	line-height: 1;

}



li{

	list-style: none;

}



form label{

	cursor : pointer;

}



select option{

	padding : 0 5px;

}



/* link style

----------------------------------------- */

a:link{

	color: #039;

	text-decoration: underline;

}



a:visited{

	color: #039;

	text-decoration: underline;

}



a:hover{

	color: #558CCF;

	text-decoration: underline;

}



a:active{

	color: #F03;

}



a.blank{

	background-image: url(../img/href-blank.gif);

	background-repeat: no-repeat;

	background-position: 0% 50%;

	padding-left: 14px;

}

a.pdf{
	background: url(../img/href-pdf.gif) no-repeat;
	padding-left:17px;
}

a.flash{

	background-image: url(../img/href-flash.gif);

	background-repeat: no-repeat;

	background-position: 0% 50%;

	padding-left: 17px;

}

a.movie{

	background-image: url(../img/href-movie.gif);

	background-repeat: no-repeat;

	background-position: 0% 0.15em;

	padding-left: 17px;

}

a.prev {

	background-image: url(../img/pageswitch-prev.gif);

	background-repeat: no-repeat;

	background-position: 0% 50%;

	padding-left: 10px;

	text-decoration: underline;

}

a.gray {

	background-image: url(../img/list-gray.gif);

	background-repeat: no-repeat;

	background-position: 0% 0.25em;

	padding-left: 10px;

	text-decoration: underline;

}



/* layout parts

----------------------------------------- */

.clear{

	clear: both;

}



.right{

	text-align: right;

}



.left{

	text-align: left;

}



.center{

	text-align: center;

}



