@charset "utf-8";

/*----------サイト全体の汎用style　html上から記述----------*/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial;
	font-size: 11pt;
	line-height: 1.5;
	text-align: left;
	margin: 0px auto;
	min-width: 800px;
	background-color: #000;
	color: #CCC;
}
html {
   overflow-y:scroll;
}


/*----------基本のリンク設定----------*/
a{
	font-weight: bold;
	color: #3CF;	
}
a:hover{
	font-weight: bold;
	color: #FFF;
	background-color: #06F;
}
a:visited{
	font-weight: bold;
	color: #0CF;	
}

/*------clear:both--------*/
.clearboth{
	clear: both;	
}

/*----------見出し不可視化----------*/
h1,h2{
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*--------本文　784px幅----------*/
.text784{
	display: block;
	width: 784px;
	height: auto;	
	margin: 5px auto;
}
/*--------本文　372px幅-約２分の１。マージン２０pxが可能---------*/
.text372{
	display: block;
	width: 372px;
	height: auto;	
	margin: 5px auto;	
}
/*--------本文　754px幅----------*/
.text754{
	display: block;
	width: 754px;
	height: auto;
	margin: 5px auto;
}

.winmiddle{
	text-align: center;
}
/*----------汎用ウィンドウstyle。【middleのheightは臨機応変に変更】---------*/
.wintop{
	width: 784px;
	height: 10px;
	background-image: url(../img/top/win_top.png);
}
.winmiddle{
	width: 784px;
	height: auto;
	xbackground-image: url(../img/top/win_middle.png);
	xbackground-repeat: repeat-y;
}
.winbottom{
	width: 784px;
	height: 10px;
	background-image: url(../img/top/win_bottom.png);	
}


/*--------footer文字を常に小さく。---------*/
#footer{
	font-size: 11pt;
}
/*--------太字に----------*/
.bold{
	font-weight: bold;
}
/*------------注意喚起文style---------------*/
.attention{
	background-image: url(file:///C|/Users/Mukais/Documents/%E3%82%B5%E3%82%A4%E3%83%88/%E2%98%85StarBoat/html/images/common/attention.gif);
	background-repeat: no-repeat;
	text-indent: 1.5em;
	font-size: 80%;
	vertical-align: middle;
	font-weight: bold;
	color: #F00;
	margin-top: 10px;
	display: block;
}



/*--------�N���A�t�B�b�N�XclearfixSTART--------------------*/
.clearfix:after {
	content: ".";  /* �V�����v�f���� */
	display: block;  /* �u���b�N���x���v�f�� */
	clear: both;
	height: 0;
	visibility: hidden;
	margin: 0px;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*-------�N���A�t�B�b�N�X-clearfixEND-----------------------*/
