/* 初期化 */
body, div, p, h1, h2, h3, h4, h5, h6,ul,li,a,img {
	margin		: 0;
	padding		: 0;
	-webkit-text-size-adjust: 100%;

} 
h1, h2, h3, h4, h5, h6 {
	font-size	: 1em;
	font-weight	: normal;
}

/* ボディ   ********************************  */
body {
	color				: #ffffff;
	font-size			: 14pt;
	font-family			:"メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	background-color	: #503c32;
	margin:0 auto;
}

/* メイン******************************  */

table {
	padding:10px 0px;
	position:relative;
	margin:0 auto;
}

img {
    border-style		:none;
}

div.float{
	margin:10px 20px;
	position:fixed;
	top:0px;
	left:0px;
}

td {
	padding: 0 2px;
}

a.g {
	width		: 60px;
	height		: 43px;
	padding-top : 17px;
	text-align	: center;
	position	: relative;
	overflow	: hidden;
	display		: block;
	border:2px dotted #d1c0a5;
	border-radius: 31px;
	background:#503c32;
}

a:link {
	color : #ffffff;
	text-decoration: none;
}

a:visited{
	color : #ffffff;
	text-decoration: none;
}

a:hover{
	color : #ffffff;
	text-decoration: none;
}
