@import "original.css";

* {
font-family : 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
}

body { 
       text-align: center; 
       background-image: url(/img/body.gif);
       background-repeat: repeat-x;
       margin: 0; 
       color: #333333;
       font-size: 12px;
       line-height: 18px;
       letter-spacing: 0.5px;
       min-width: 900px;
}

a {    color: #B60900;    }

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

/*###########################*/
#container {
       width:  900px;
       margin: auto;
       background-color:  #fff;
}

#alltrack1 { 
       height:  90px;
       background-color: #fff;
       margin: 0px auto;
}

#alltrack2 { 
       background-color: #b9deb3;
       margin: 0px auto;
}

/*###########DIVBOX###########*/

#header {
       margin: 0px;
}

#headerinner {
       width: 900px;
       height: 100px;
       margin: 0 auto;
}

#headerleft {
       margin: 0px;
       width: 630px;
       float: left;
       padding: 0px 0 0 0;
       text-align:  left;
       
}

#headerright {
       margin: 0;
       width: 270px;
       padding-top: 0px;
       float: left;
       text-align: right;
}

#headerright img {
       margin: 13px 0px 0 0 ;
}

#headerright p {
       margin: 0px;
}

h1 {
   font-size: 10px;
   font-weight: normal;
   margin: 10px 0 0 0;
}

#header h2 {
   width: 240px;
   height: 50px;
   margin: 5px 0 0 0;
   background-image: url(/img/logo.gif);
   background-repeat: no-repeat;
}

#header h2 a {
   display: block;
   width: 357px;
   height: 64px;
   margin: 0;
}

#header h2 a span {
   display: none;
}

#headertext {
       width: 280px;
       height: 40px;
       margin-top: 10px;
       font-size: 12px;
}

#headerlink {
       margin: 14px 5px 0 0;
       color: #444;
       text-align: right;
}

#headerlink img {
       vertical-align: middle;
}

#headerlink a {
       color: #444;
       text-decoration: none;
}

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

#headerlink p span {
       color: #fff;
}

#headerlink p {
       margin: 0 0px 0 0 ;
       font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
       font-size: 12px;
       padding-top: 5px;
       text-align: right;
       margin-right: 10px;
       color: #444;
       clear: both;
}


/*###########NAVIBOX###########*/

#headernavi {
       width: 900px;
       margin: 3px 0 0 0;
}

.headernavi_inner {
       padding: 0px;
}

#headernavi a {
       display: block;
       width: 150px;
       height: 65px;
}

#headernavi img {
       border: 0;
       margin: 1px 0 0 0;
}

#headernavi a span {
    display: none;
}

#headernavi a:hover img {
    filter:alpha(opacity=50);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=50)"; /* IE8用 */
    -moz-opacity:0.5; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.5;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.5; /* Firefox 1.5以上, Opera, Safari用 */
}
/*
#headernavi a:hover {
       text-decoration: none;
       color: #F79726;
       font-weight: bold;
}
*/
#headernavi h3 {
       float: left;
       margin: 0px 0 0 0;
       font-weight: normal;
       font-size: 14px;
}

.navi1 {
   width: 150px;
   height: 65px;
   background-image: url(/img/navi1.gif);
   background-repeat: no-repeat;
}

.navi2 {
   width: 150px;
   height: 65px;
   background-image: url(/img/navi2.gif);
   background-repeat: no-repeat;
}

.navi3 {
   width: 150px;
   height: 65px;
   background-image: url(/img/navi3.gif);
   background-repeat: no-repeat;
}

.navi4 {
   width: 150px;
   height: 65px;
   background-image: url(/img/navi4.gif);
   background-repeat: no-repeat;
}

.navi5 {
   width: 150px;
   height: 65px;
   background-image: url(/img/navi5.gif);
   background-repeat: no-repeat;
}

.navi6 {
   width: 150px;
   height: 65px;
   background-image: url(/img/navi6.gif);
   background-repeat: no-repeat;
}

.navi1 a:hover {
   background-image: url(/img/navi1b.gif);
   background-repeat: no-repeat;
}

.navi2 a:hover {
   background-image: url(/img/navi2b.gif);
   background-repeat: no-repeat;
}

.navi3 a:hover {
   background-image: url(/img/navi3b.gif);
   background-repeat: no-repeat;
}

.navi4 a:hover {
   background-image: url(/img/navi4b.gif);
   background-repeat: no-repeat;
}

.navi5 a:hover {
   background-image: url(/img/navi5b.gif);
   background-repeat: no-repeat;
}

.navi6 a:hover {
   background-image: url(/img/navi6b.gif);
   background-repeat: no-repeat;
}


/*#####################*/

#toppage_content {
       margin: 30px 0 0 0px;
       width: 900px;
}

#subpage_content {
       margin: 0px;
       width: 900px;
}

/*#####################*/

#footer {
       width:  900px;
       height: 120px;
       margin: 0px;
       font-size:  12px;
       color: #fff;
       background-color:  #00923a;
}

.footer_left {
       width:  640px;
       height:  120px;
       color:  #fff;
       text-align:  left;
       float:  left;
       margin: 10px 0 0 10px;
}

.footer_left p {
       margin:  50px 0 0 10px;
}

.footer_right {
       text-align:  right;
       float:  left;
}

.footer_right img {
       margin: 15px 0 0 0;
}

#navibox2 { 
    font-size: 12px;
    font-weight:  bold;
    letter-spacing: 1px;
    color: #fff; 
    text-align:  left;
}

#navibox2 ul {
    list-style-type: none;
    margin:  5px 0 0 10px;
    padding:  0px;
}

#navibox2 li {
    margin:  0px;
    padding:  0px;
}

#navibox2 a { 
       text-decoration: none; 
       color: #fff; 
       padding: 0 5px 0px 5px;
       border-right: 1px #ddd dotted;
}

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

/*#####################*/

#mainimage {
       width: 900px; 
       height: 350px;
       margin: 0px;
       background-image: url(/img/mainimage.jpg);
       background-repeat: no-repeat;
       background-color: #fff;
}

#mainimage p {
      display: none;
}

#subimage {
       width: 900px; 
       height: 200px;
       margin: 0px;
       background-image: url(/img/subimage.jpg);
       background-repeat: no-repeat;
       background-color: #fff;
}

#subimage p {
      display: none;
}


.top_info1 {
       width:  570px;
       height:  245px;
       margin:  15px 0 0 0;
       background-image: url(/img/topimage.jpg);
       background-repeat: no-repeat;
       background-color: #fff;
}

.top_info1 p {
   display: none;
}

.top_info2 {
       margin:  30px 0 0 0;
}

.contactlink {
      width: 324px;
      height: 98px;
      margin: 0px 0 0 568px;
}

.contactlink a:hover img {
    filter:alpha(opacity=90);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=90)"; /* IE8用 */
    -moz-opacity:0.9; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.9;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.9; /* Firefox 1.5以上, Opera, Safari用 */
}

.contactlink span {
      display: none;

}

.haikei {
       background-image: url(/img/shadow.gif);
       background-repeat: repeat-y;
}

#mainimage2 {
       width: 900px; 
       height: 200px;
       background-image: url(/img/mainimage2.jpg);
       background-repeat: no-repeat;
       margin: 0 0 0 5px;
}

#mainimage2 p {
       display: none;
}

.contents {
      widht: 880px;
      margin: 0 0 0 10px;
}

.downbox {
      widht: 850px;
      margin: 0px 0 0px 25px;
}
            
.topgallery {
      width: 570px;
      margin: 15px 0 0px 0;
      padding: 0 0 15px 0;
}

.topgallery dl {
      width: 179px;
      float: left;
      margin: 0 15px 0 0;
}

.topgallery dl dt {
      margin: 0;
}

.topgallery dl dt img {
      border: 1px solid #ccc;
      padding: 1px;
}

.topgallery dl dd {
      margin: 0;
}

.categorylist ul {
    margin: 0 0 20px 0;
    padding: 0 10px 10px 10px;
    list-style: inside;
}

.categorylist li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    
}

.next {
      width: 850px;
      margin-left: 15px;
}
      

.pan {
/*
      height: 20px;
      padding: 4px 0 4px 0;
*/
      margin: 10px 0 0 10px;
      font-size: 12px;
      color: #444;
      text-align:  left;
}

.pan a:hover {
      color: #F79726;
}

.nextpage { 
       font-size: 12px; 
       color: #444; 
       margin: 0px; 
       padding: 0px;
       letter-spacing: 1px; 
       clear: both;
       width: 570px;
       text-align:  left;
}

.nextpage p {
       margin:  10px 0 0 10px;
}

.nextpage a:hover {
       color: #F79726;
}

.nextpage br { 
       letter-spacing: 0;
}

.nextpagebody { 
      padding: 20px 15px 20px 15px;
      line-height: 20px;
}

.nextpagebody br { 
      letter-spacing: 0;
}

.content h4 {
      width: 570px;
      background-image: url(/img/midashi1.gif);
      background-repeat: no-repeat;
      height: 30px;
      margin: 0;
      padding: 5px 0 7px 35px;
      font-size:  14px;
      font-weight:  bold;
}

.contents h4 p {
      margin: 0;
      padding: 7px 0 7px 35px;
      margin: 0px 0 0 0;
      font-size: 14px;
}

/*########################### kakeinooishasan top's styles ################################*/

.topleft {
    width: 570px;
    float: left;
    margin:  0 0 0 25px 
}

.topright {
    width: 250px;
    float: left;
    margin: 0 0 0 30px;
}

.topright img {
    border: 0;
    vertical-align: bottom;
}

.toposhirase {
    width: 570px;
    line-height: 18px;
    margin: 0px 0 0px 0;
    padding: 10px 0;
}

.toposhirase table {
    width: 540px;
    margin: 0 0 0 15px;
    border-collapse: collapse;
}

.toposhirase table td {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    width: 85%;
}

.toposhirase table th {
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    width: 15%;
}

.toposhirase table td a {
    color: #444;
    text-decoration: none;
}

.toposhirase table td a:hover {
    text-decoration: underline;
}

.topgreeting  {
    overflow: auto;
    width: 570px;
    margin: 15px 20px 0 0;
}

.topgreeting p {
    padding: 0 20px;
}

.top_midashi1 {
    width: 570px;
    height: 30px;
    background-image: url(/img/midashi1.gif);
    background-repeat: no-repeat;
    margin: 0px;
}

.top_midashi1 p {
    margin: 0;
    padding: 8px 0 0 25px;
    color: #444;
    display: none;
}

.top_midashi1 img {
    margin: 8px 5px 0 0;
    border: 0;
}

.top_midashi1 a:hover img {
    filter:alpha(opacity=90);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=90)"; /* IE8用 */
    -moz-opacity:0.9; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.9;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.9; /* Firefox 1.5以上, Opera, Safari用 */
}

.top_midashi2 {
    width: 570px;
    height: 28px;
    margin: 20px 0 0 0;
    text-align: left;
    background-image: url(/img/midashi2.gif);
    background-repeat: no-repeat;
}

.top_midashi2 a {
     color:  #444;
}

.top_midashi2 h4 {
    font-size:  14px;
    margin:  0px 0 0px 20px;
    padding:  5px;
}

.top_midashi2 a:hover img {
    filter:alpha(opacity=90);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=90)"; /* IE8用 */
    -moz-opacity:0.9; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.9;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.9; /* Firefox 1.5以上, Opera, Safari用 */
}


.top_midashi3 {
    width: 570px;
    height: 30px;
    background-image: url(/img/midashi3.gif);
    background-repeat: no-repeat;
    margin: 20px 0 0 0;
}

.top_midashi3 p {
    display: none;
}

.topvoice_inline {
    padding: 10px 30px 10px 30px;
    margin-top: 5px;
}

.topvoice_inline img {
    margin-left: 8px;
}

.topvoice_inline table {
    width: 510px;
    font-size: 12px;
}

.topvoice_inline p {
    padding: 10px 0;
    text-align: right; 
    margin: 0;
}

.top_sidebar {
    width: 250px;
    height: 30px;
    background-image: url(/img/top_midashi3.gif);
    background-repeat: no-repeat;
}

.top_sidebar p {
    margin: 0;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: none;
}

.top_sidebar1 {
    width: 250px;
    height: 30px;
    background-image: url(/img/midashi4.gif);
    background-repeat: no-repeat;
}

.top_sidebar1 span {
    display: none;
}

.top_sidebar1 p {
    margin: 0;
    padding: 7px 0 0 25px;
    color: #444;
    display: none;
}

.top_sidebar2 {
    background-color: #FFEFF0;
    border: 1px solid #932D12;
    
}

.top_sidebar2 p {
    margin: 0;
    padding: 5px 0 5px 25px;
    color: #932D12;
    font-size: 14px;
}

.top_blogbar {
    width: 250px;
    height: 30px;
    background-image: url(/img/top_blogbar.gif);
    background-repeat: no-repeat;
}

.top_shopbar {
    width: 250px;
    height: 30px;
    background-image: url(/img/top_shopbar.gif);
    background-repeat: no-repeat;
}

.topsoudan {
    margin: 0px 0 10px 0;
    padding: 0 0 0px 0px;
}

.topsoudan dl {
    width: 240px;
    height: 72px;
    background-image: url(/img/golfprofile_back.gif);
    background-repeat: no-repeat; 
    margin: 0 0 5px 0;
}

.topsoudan dl dt {
    margin: 0;
    width: 101px;
    float: left;
}

.topsoudan dl dt img {
    border: 1px solid #fff;
    margin: 8px 0 0 18px;
}

.topsoudan dl dd {
    float: left;
    margin: 0;
}

.topsoudan dl dd p {
    margin: 0;
    padding: 7px 0 7px 0;
}

.topsoudan dl dd p span {
    color: #73271D;
    font-weight: bold;
}

.topsoudan a:hover img {
    filter:alpha(opacity=80);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=80)"; /* IE8用 */
    -moz-opacity:0.8; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.8;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}

.topinfo {
    margin: 10px 0 0 0;
    line-height: 18px;
    width: 250px;
    background-image: url(/img/company.gif);
    background-repeat: no-repeat;
}

.sitemap ul {
   margin: 0;
}

.sitemap ul li {
   margin: 0;
   padding: 5px 0 15px 0;
}

.sitemap ul li a {
   font-size: 14px;
   color: #b10123;
}

.sitemap ul li ul {
   border-top: 1px solid #ccc;
   margin: 5px 0 0 0;
}

.sitemap ul li ul li {
   padding: 5px 0;
   margin: 0;
}

.sitemap ul li ul li a {
   color: #444;
   font-size: 12px;
}

.separator {
   text-align: center;
}

.current_page {
   border: 1px solid #FFD35F;
   background-color: #FFF1CC;
   padding: 2px 5px;
   color: #FF7200;
}

.entrytime {
   text-align: right;
   border-bottom: 1px dashed #ccc;
   padding: 3px 5px 0 3px;
   font-size: 10px;
}

.widget-calendar .widget-content table {
    font-size: 10px;
}

.directblog table { 
width: 210px; 
margin: 0 0 20px 20px; 
text-align: center; 
}
.directblog table { 
width: 210px; 
margin: 0 0 20px 20px;
text-align: center; 
font-size: 12px;
}
.llltd { 
width: 10%; 
text-align: left; 
}
.rrrtd { 
text-align: left;
font-size: 12px;
}
.directblog table tr { 
padding: 5px 0 5px 0; 
border-bottom: 1px #999 dotted; 
}
.directblog table tr { 
padding: 2px 0 2px 0; 
}
.directblog table tr td { 
padding: 3px; 
background-color: #FFEFF0; 
}

.format { 
text-align: center; 
margin: 0; 
padding: 10px 0 10px 0; 
}

.president_midashi {
    width: 570px;
    height: 39px;
    background-image: url(/img/midashi2.gif);
    background-repeat: no-repeat;
    margin: 0 0 0px 0;
}

.president_midashi p {
    margin: 0;
    padding: 7px 0 0 35px;
    font-weight: bold;
}

.president_midashi a {
    font-weight: bold;
}

.president_midashi a:hover {
   text-decoration: underline;
}

/*##### SIDE BAR #####*/

#sidebar_category {
    width:  250px;
    float:  left;
}

#sidebar_category img {
    margin: 30px 0 0 0;
}


#sidebar_category a:hover img {
    filter:alpha(opacity=80);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=80)"; /* IE8用 */
    -moz-opacity:0.8; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.8;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}


.sidebox {
/*    height:  300px; */
}

.side_content {
    margin:  10px 0 0px 0;
     border-bottom:  dashed 1px #444;
    text-align:  left;
}

.side_content p {
     margin:  10px 0 10px 10px;
}