@charset "Shift_JIS";
/**********************************************/
/*                                    共通                                    */
/**********************************************/
/* all reset */
* {
	margin: 0;
	padding: 0;
	}

/************/
/*      font      */
/************/
body {
	color:#000;
	font-family: Verdana, 'qMmpS Pro W3', 'Hiragino Kaku Gothic Pro', CI, Meiryo, 'lr oSVbN', Osaka, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin:0px;
	padding:0px;
	}

/************/
/*      背景      */
/************/
body{
	background-color: #ffffff;
	background-image : url("/img/bk00.jpg"); 
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 0% 0%;
	}

/**********************/
/*     スクロールバーの色     */
/**********************/
body {
	scrollbar-arrow-color:#000;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#000;
	scrollbar-track-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-darkshadow-color:#000;
	}

/************/
/*   リンク色   */
/************/
/* リンクの設定 */
a:link{
	color: #000000; text-decoration: none;
	}
/* 訪問済みリンクの設定 */
a:visited{
	color: #000000; text-decoration: none;
	}
/* クリック時の設定 */
a:active{
	color: #eedcb3; text-decoration: none;
	}
/* マウスオーバ時の設定 */
a:hover{
	color: #eedcb3; text-decoration: line-through;
	}




/**********************************************/
/*                    各種                    */
/**********************************************/

/*********/
/* INDEX */
/*********/
div#indexBox{
	margin:0;
	padding:0;
	text-align:center;
	}

div#index{
	position:absolute;
	width:300px;
	height:120px;
	left:50%;
	top:50%;
	margin-left:-150px; /* widthの半値 */
	margin-top:-60px;   /* heightの半値 */
	}

/* 背景透過 */
/* border-radius: 15px;        *//* 角丸CSS3 */
/* -moz-border-radius: 15px;   *//* 角丸Firefox */
/* -webkit-border-radius: 15px;*//* 角丸Safari,Chrome */
/* background:#ffffff; */
/* filter:alpha(style=0,opacity=92);opacity:.92; */
/* padding:10px 0px 10px 0px; */



/*********/
/*  menu */
/*********/
div#menuBody{
	background-color: #ff0000;
	padding:1px 0px 2px 0px;
	}


/*********/
/* about */
/*********/
div#aboutBox{
	margin:0;
	padding:0;
	text-align:center;
	}

div#about{
	position:absolute;
	width:300px;
	height:240px;
	left:50%;
	top:50%;
	margin-left:-150px;   /* widthの半値 */
	margin-top:-120px;   /* heightの半値 */
	border-radius: 10px;                    /* 角丸CSS3 */
	-moz-border-radius: 10px;           /* 角丸Firefox */
	-webkit-border-radius: 10px;        /* 角丸Safari,Chrome */
	background:#ffffff;
	filter:alpha(style=0,opacity=98);opacity:.98;
	padding:12px 0px 10px 0px;
	}

/* behavior: url(border-radius.htc);   *//* 角丸IE *//* 透過無効になる */