@charset "utf-8";

/* ===============================================

	FORMAT
  
=============================================== */
*{
	margin:0;
	padding:0;
}

body {
	text-align: center;
	color: #333;
	background: url(img/body_bg.gif) #fff;
}

h1,h2,h3,h4,h5 {
	line-height: 1;
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
	list-style:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight:normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}



/* ===============================================

	FONT SIZE
  
==================================================

Yahoo UI Library Fonts CSS
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/

   Font-size Adjustment

   10px = 77%       |   11px = 85%
   12px = 93%       |   13px = 100%
   14px = 108%      |   15px = 116%
   16px = 123.1%    |   17px = 131%
   18px = 138.5%    |   19px = 146.5%
   20px = 153.9%    |   21px = 161.6%
   22px = 167%      |   23px = 174%
   24px = 182%      |   25px = 189%
   26px = 197%

=============================================== */
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 100%;
}

sup {
	font-size:77%;
	vertical-align:top;
}



/* ===============================================

	FONT FAMILY
  
=============================================== */
body {
	font-family:  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ" , Meiryo, "ＭＳ Ｐゴシック",Verdana, Arial, Helvetica, sans-serif;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}


/* ===============================================

	LINK DECORATION
  
=============================================== */
a {
	color: #39C;
	text-decoration: underline;
	outline:none;
}

a:link {
	color: #39C;
	text-decoration: underline;
}

a:visited {
	color: #39C;
	text-decoration: underline;
}

a:hover {
	color: #39C;
	text-decoration: none;
}



/* ===============================================

	マウスオーバー
  
=============================================== */
a:hover img.on {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



/* ===============================================

	LAYOUT
  
=============================================== */
#container {
	width: 700px;
	margin: 20px auto;
	border: 3px solid #ccc;
	background: #d4f8c3;
	position: relative;
}

#container .next {
	position: absolute;
	right: -90px;
	top: 314px;
}

#container .nextGolf {
	font-size: 18px;
	padding: 15px 0 0 0;
	margin-bottom: -10px;
	font-weight: bold;
}

#container .nextGolf a { color: #f00;}
#container .nextGolf a:visited { color: #f00;}

#container table {
	width: 660px;
	margin: 20px auto;
	background: #fff;
	text-align: left;
	font-size: 108%;
}

#container table.information th {
	width: 100px;
	padding: 8px 10px;
	border: 1px solid #999;
	text-align: center;
	background: url(img/table_bg2.gif);
}

#container table.information.photo th {
	font-size: 123.1%;
	text-align: left;
	padding: 5px 8px;
}

#container table.information td {
	padding: 8px 10px;
	border: 1px solid #999;
}

#container table.information td .howto li {
	list-style-type: disc;
	margin-left: 1.5em;
	*margin-left: 1.6em;
}

#container table.information td .note {
	font-size: 85%;
}

#container table.information.photo td {
	text-align: center;
}

#container table.information.photo td p {
	text-align: left;
}

#container table.information.photo td {
	padding: 5px;
	border: 1px solid #999;
	vertical-align: top;
}

#container table.information td.no {
	padding:0;
}

#container table.information .red {
	color: #F00;
}

#container table.information .orange {
	color: #C60;
	padding: 5px 0 0 10px;
	display: block;
}

address {
	margin-bottom: 20px;
}

