@charset "UTF-8";
html, body {min-height: 100%; height: auto !important;}

html {
    background:url('http://backgammon.gr.jp/wp-content/themes/jbl/images/120403221104.jpg');
}

body {
    font-family: 'HiraKakuPro-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    width: 1000px;
    margin: 15px auto;
    padding-top:10px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgb(217,217,217);
    border-radius: 15px;
    box-shadow: 0px 0px 1px 1px rgb(230,230,230);
}

hr { clear: both; }

a:link {
    color: navy;
}
a:visited {
    color: black;
}
a:active {
    color: coral;
}

header {
	background: url('http://backgammon.gr.jp/wp-content/themes/jbl/images/JBL_logo_square444.png') no-repeat 0 1.25em;
	width:100%;
	height: 125px;
	display: block;
	color: rgb(000, 000, 139);
	margin: 0.75em 1em;
	overflow:hidden;
}

nav {
    float: left;
}


header h1 a {
    
}

header nav {
	font-size:0.75em !important;	
}

footer {
	font-size: 0.9em;
	background:url('http://backgammon.gr.jp/wp-content/themes/jbl/images/footer-bottom-bg.png');
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top:20px;
	padding:10px 20px;
	overflow:hidden;
	clear:both;
}

footer div#googlead {
	float:right;
	margin-bottom:10px;
}

footer div.logo {
	background:url('http://backgammon.gr.jp/wp-content/uploads/2013/07/JBL_logo_square.png') no-repeat left top;
	margin-top:40px;
	padding:0;
	height:82px;
	background-size:90px 59px;
	text-align:center;
}

footer p {
	color:rgb(128,128,128);
	clear:right;
}

