﻿@charset "utf-8";
/* CSS Document 粉川拓也WEB*/

/*------------------------------

       common

--------------------------------*/
*{
margin:0;
padding:0;
}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:white;/*bodyの文字色＝ホワイト*/
	background-color:black;
	font-size:12px;
}

a{
	text-decoration:none;
} 

a:link{
	color:white;
}

a:visited{
	color:white;
}
/*-------------------------------

 	main structure

---------------------------------*/
div#container{
	width:800px;
	margin:0 auto;
	border-style:none;
}
/* ●トップページ */
/* 粉川拓也WEBヘッダー */
div#header{
	position:relative;
	width:800px;
}

h1{
	position:relative;	
}

.center{
	text-align:center;
}

/*div#header object{
	top:300px;
} */

/* 粉川拓也WEBヘッダー終わり */
/* ----粉川拓也WEBメニュー -----*/
ul#menu{ 
	width:800px;
	color:white;
	margin:3px 0 0 0;
	/*
	border-top: 2px;
	border-top-style: dotted;
	border-top-color: #535353;/*charcoalgrey*/
	
}

ul#menu li{
	list-style-type: none;
	display:inline;
	font-size: 18px;
	padding:0 30px 0 30px;
	
} 

img{
	border-style:none;
}

ul#menu li a{
}  

ul#menu li a:hover{ 
	color:#a9a9a9; /*dark grey*/
	/*background:#f5f5dc; /*beige*/
}
/* -----粉川拓也WEBメニュー終わり -----*/
/* ----粉川拓也WEB本文-----*/
#honbun{
	width:800px;
	color:white;
}

/* ----粉川拓也WEB本文終わり-----*/
/* 粉川拓也WEBフッター */
#footer{
	font-size: 18px;
	/*border-top: 2px;*/
	/*border-top-style: dotted;*/
	/*border-top-color: #535353;/*charcoalgrey*/
}

#footer span{
	padding:0 30px 0 30px;
}

#footer a:hover{ 
	color:#a9a9a9; /*dark grey*/
	/*background:#f5f5dc; /*beige*/
}

p#copyright{
	font-style:oblique;
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 12px;
}
/* 粉川拓也WEBフッター終わり */
/* ●トップページ終わり */

/* ●プロフィールページ */
h2{
	font-size: 24px;
	color:red;
	margin:0 0 0 300px;
}
#honbun ul#profile li{
	width:250px;
	list-style-type: none;
	font-size: 14px;
	margin:0 250px 0 300px;
} 
/* ●プロフィールページ終わり */

/* ●戦績ページ */
h3{
	font-size: 24px;
	color:red;
	text-align:center;
	margin:0 0 25px 0;
}
#honbun ul#records li{
	width:250px;
	list-style-type: none;
	font-size: 14px;
	margin:0 250px 0 300px;
} 

#honbun table,td,th{
	border:1px #666666 solid;
	border-collapse:collapse;
	padding:3px;
}

#honbun table td{
	empty-cells:show;	
}

#honbun table th.date{
	width:100px;
}

#honbun table td.date{
	width:100px;
}

#honbun table th.result{
	width:85px;
}
/* ●戦績ページ終わり*/
