@charset "utf-8";

*{padding: 0;	margin: 0;}

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visited{
color: #990099;
text-decoration: underline;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}

body{
font-size: 90%;
text-align: center;
font-family: "MS UI Gothic",sans-serif;
padding: 0;
margin: 0;
}


#wrapper{
text-align: center;
margin: 0 0 0 0;
width: 752px;
border: 1px solid silver;
}


#header{
height: 101px;
}

.summary {
	font-size: 10px;
	text-align: center;
	color: #006600;
	margin: 0px;
	width: 752px;
	padding: 2px 0px;
	background-color: #FFFFFF;
}

h1{
font-size: 140%;
padding: 0 0 20px 0;
}


#header p{padding-left: 20px;}


#container{
width: 100%;
position: relative;
padding: 0 0 0 0;
}


#contents{
padding: 20px 20px;
width: 520px;
float: left;
border-right: 1px solid silver;
}


#sidebar{
padding: 20px 10px;
width: 165px;
float: right;
text-align: left;
}


#footer{
clear: both;
width: 100%;
padding: 0.5em 0px;
border-top: 1px solid silver;
}

#footer p{text-align: center;}

#address{
font-size: 90%;
clear: both;
width: 100%;
padding: 0.5em 0px;
}

#address p{text-align: center;}


#globalnavi{
position: relative;
width: 100%;
height: 40px;
}

#globalnavi ul{list-style-type: none;}

#globalnavi li{
text-indent: -9999px;
float:left;
width: 150px;
}

#globalnavi li a{
display: block;
width: 100%;
height: 40px;
background-image: url(http://www.revivegolf.com/img/globalnavi.gif);
background-repeat: no-repeat;
}

#globalnavi li a:hover{
background-image: url(http://www.revivegolf.com/img/globalnavi2.gif);
background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -150px 0;}
#menu3 a{background-position: -300px 0;}
#menu4 a{background-position: -450px 0;}
#menu5 a{background-position: -600px 0;}

#menu1 a:hover{background-position: 0;}
#menu2 a:hover{background-position: -150px;}
#menu3 a:hover{background-position: -300px;}
#menu4 a:hover{background-position: -450px;}
#menu5 a:hover{background-position: -600px;}



h2,h3{
font-size: 120%;
margin-bottom: 10px;
padding: 2px 0 2px 3px;
border-left: 5px solid #CC0000;
}

h3{margin-top: 2em;}


#contents p{
line-height: 1.5;
margin-bottom: 1em;
  
}


#contents dl{
width: 90%;
margin: 1.5em auto;
}

#contents dt{
margin-bottom: 0.5em;
font-weight: bold;
border-bottom: 1px solid #000000;
}

#contents dd{margin-bottom: 1.5em;}


#contents dd p{
line-height: 1.5;
margin-bottom: 1em;
}

#contents dd span{color: #ff0000;}


#contents ul{margin: 1em 0 2em 20px;}

#contents ul li{margin: 0 0 1em 0;}

.p_sidetitle{
padding: 5px 5px 5px 10px;
margin: 0;
background-color: #666666;
color: #ffffff;
}

#sidebar .globalnavi{
list-style-type: none;
margin: 1em 0 2em 0;
}

#sidebar .globalnavi li{margin: 0 0 0.5em 0;}