@charset "Shift_JIS";


/* rule reset
---------------------------------------------------- */
* {
	padding:0;
	border:0;
	outline:0;
	margin: 0;
}


/* body
---------------------------------------------------- */
body {
	font-family: "CI", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 10px;
}

a {
	text-decoration : none;
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color:#0B125F;
}
a:active {
	color:#0B125F;
}

h1 {
}

h2 {
	font-size: 20px;
	height: 26px;
	width: 680px;
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	text-indent: 40px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 9px;
}
h2.blue {
	background-image: url(../images/h2_blue.jpg);
}
h2.green {
	background-image: url(../images/h2_green.jpg);
}

h3 {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

h3.golf {
	text-align: center;
	font-size: 14px;
	background-color: #A6CD70;
	height: 25px;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	margin-top: 0px;
	border-right-color: #73B632;
	border-bottom-color: #73B632;
	border-left-color: #73B632;
}
h3 span{
	letter-spacing: -1px;
}

h4 {
	text-align: center;
	font-size: 12px;
	color: #2564A1;
}
h4 span{
	letter-spacing: -1px;
}

h4.top5 {
	margin-top: 5px;
}


p {
	margin-top: 5px;
}


img{
	border-style:none;
	border-width:0px;
}

a img {
  border: none;
  color: #ffffff;
  background: transparent;
}

hr {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* contents
---------------------------------------------------- */
#contents {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}

.profil {
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.profil2 {
	width: 320px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.profil2-div {
	width: 100px;
	float: right;
}

.profil-golfcompanion {
	width: 660px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.profil-golfcompanion-left {
	width: 490px;
	float: left;
}
.profil-golfcompanion-right {
	float: right;
}

#fiola {
	text-align: center;
	margin-bottom: 20px;
}


/* float
---------------------------------------------------- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

.clear-both {
	clear:both;
}

/* table
---------------------------------------------------- */
.table-01 {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.table-01 th {
	color: #FFFFFF;
	width: 50%;
	height: 20px;
	padding: 5px;
	background-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.table-01 td {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.table-02 {
	border-collapse: collapse;
	width: 480px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table-02 th {
	color: #FFFFFF;
	height: 18px;
	padding: 3px;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	width: 100px;
	text-align: center;
}
.table-02 td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

/* others
---------------------------------------------------- */
.height-adjustment10 {
	height: 10px;
}
.height-adjustment20 {
	height: 20px;
}
