body {
	margin: 0px 0px 0px 0px;	
        background:url(img/body_back.gif) repeat-y center;
        text-align: center; 
        letter-spacing:1px;
	}


a {
	text-decoration: underline;		
	}

a:link {
        text-decoration:none;
        color: #0000FF;
	}

a:visited {
  text-decoration:none;
	 color: #0000FF;
	}

a:active {
	 color: #0000FF;
	}

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



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


/*ベースカラー*/
#container {
	line-height: 130%;
	width:800px;
	background-color: #FFFFFF;
	border-top:1px dotted #0066CC;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	}

/*バナー*/
#banner {
	background-color: #fff;
	text-align: left;
	background-image:url(img/header2.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 780px;
	padding: 10px;
	}

#banner h1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

/*タイトル文字*/
#banner h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	padding: 0px;
	display: block;
	width: 520px;
	margin: 0px;
	text-indent: -9999px;
	height: 100%;
	}

/*サブタイトル文字*/
#banner h2 {
	font-size:14px;
        font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 0px 15px;
	}
#main {
	background-color: #FFFFFF;
	width: 570px;
	float: right;
}

/*メイン*/


.description{
	padding:0;
	text-align:left;
	font-size:14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 200px;
	margin-top: 10px;
}
#mainphoto {
	margin-bottom: 10px;
}


h2.top {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 5;
	color: #009933;
	background-image: url(img/h2top.gif);
	line-height: 30px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#menu {
	font-size: 12px;
	padding: 0px;
	background-image: url(img/menu.gif);
	margin: 0px;
	background-repeat: repeat-x;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#menu ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(img/menu.gif);
	background-repeat: repeat-x;
}
#menu li {
	list-style-type: none;
	display: inline;
	width: 100px;
	float: left;
}
#menu li a {
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/menu.gif);
	background-repeat: repeat-x;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#menu li a:hover {
	color: #FF0000;
	background-image: url(img/menu_hover.gif);
	background-repeat: repeat-x;
}



.description p{
	padding:10px;
	margin:0;
	line-height: 120%;
}

#center {
	overflow: hidden;
	padding: 0 15px 0px;
	margin-top: 20px;
	}

.content {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	}
#news {
	background-color: #FFFFCC;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #FF9900;
	width: 190px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}
.newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

#news ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
#news li {
	list-style-type: none;
}


.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	}


.content h2 {
        font-size:16px;
        margin:20px 0 0px 0px;
        font-weight:bold;
        background:#FFF;
        color: #333;
        background-image: url(img/mark.gif);
        background-position: left;
        background-repeat: no-repeat;
        padding: 0px 0px 0px 20px;
	}

.content h3 {
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding:3px 0 3px 10px;
	background-color: #FF9900;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF6600;
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
        margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
	
.content li{
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ctgy dt{
        margin-bottom:0;
        padding: 0px 0px 0px 20px;
        font-weight: bold;
        font-size: 17px;
        color: #FFFFFF;
        background-image: url(img/mark.gif);
        background-position: left;
        background-repeat: no-repeat;
	}
.ctgy dt a:link { color: #666; }
.ctgy dt a:hover{ color:red; }
.ctgy dt a:visited{ color: #666; }

.ctgy dd{
        font-size:13px;
        padding:0px 0px 0px 25px;
        margin:0px 0px 30px 0px;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
	}

.cat_list dt{
	background-image: url(img/sankaku.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:20px;
	font-size: 14px;
}
.cat_list dd{
	margin-bottom:20px;
        font-size:14px;
}

.large{
        font-size:14px;
        font-weight:bold;
        margin-left:45px;
        margin-bottom:30px;
	}

.entry-body{
	padding:0 10px 0 10px;
	font-size: 14px;
	line-height: 130%;
}

/*サイド*/

#right {
	float: left;
	width: 200px;
	overflow: hidden;
	border-right:1px solid #ddd;
	border-bottom:1px solid #999;
	background: #f8f8f8;
	text-align:left;
	margin-left: 10px;
	}

#right h2{
       background-color: #FFFFFF;	
       font-size:14px;
       font-family:"HG創英角ｺﾞｼｯｸUB";
       font-weight:normal;
       text-align:center;
}


#right h3{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(img/right_h3back.gif);
	line-height: 25px;
	color: #FFFFFF;
}

#right ul{
	font-size: 12px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#right li {
	list-style-type: none;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/menu01.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 15px;
}
#right li a {
	background-image: url(img/menu01.jpg);
	background-repeat: no-repeat;
	color: #000000;
	margin: 0px;
	padding: 0px;
	display: block;
}
#right li a:hover {
	color: #FF0000;
	background-image: url(img/menu02.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}







#powered {
       font-family: Verdana, Arial, sans-serif;
       font-size:12px;
       color: #7a818e;
       font-weight:normal;
       text-align:left;
       padding:20px 20px 7px 10px;
	}

/*XML・検索のテキスト*/
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #1B2C3B;
	margin-top: 3px;
	margin-right:15px;
	position:absolute;
	top:80px;
	right:15px;
	line-height: 150%;
	}

/* フッター */
#foot {
	padding: 5px;
	text-align: center;
	background: #009933;
	color:#FFF;
	font-weight:normal;
	margin-bottom:0;
	font-size: 12px;
	}

/* アドセンス */
.ads{
        padding:10px 0 10px 0;
        text-align:center;
}

.navi{
        margin: 10px;
        text-align: left;
}

.navi a{
        color: #0000FF;
        font-size: small;
}
.navi a:visited {
        color: #0000FF;
        font-size: small;
}
#information {
	font-size: 14px;
	line-height: 130%;
	border: 1px dotted #006699;
	text-align: left;
	margin: 15px;
	background-color: #FFFFCC;
	padding: 10px;
}
#pr_banner {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
}

/*　会員ホームページリンク　*/

#link table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 12px;
}
#link td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 5px;
}
#link .cellcolor {
	background-color: #E6EEFF;
}
.2012honbun {
	margin-left: 15px;
}
.photos img{
width:450px;
height:auto;
}

/*カラオケ同好会テーブル*/
table.karaoke{
	text-align:center;
	width:100%;
	border-collapse: collapse;
	border:1px solid #0066CC;
}
.karaoke thead td {
	background-color:#D2E9FF;
	height:40px;
	line-height:40px;
}
.karaoke tbody td {
	height:28px;
	line-height:28px;
}
.karaoke td{
	border:1px solid #0066CC;
}

/*ゴルフ同好会テーブル*/
table.golf{
	text-align:center;
	width:100%;
	border-collapse: collapse;
	border:1px solid #0066CC;
}
.golf thead td {
	background-color:#D2E9FF;
	height:40px;
	line-height:40px;
	font-weight:bold;
}
.golf tbody td {
	height:28px;
	line-height:28px;
}
.golf td{
	border:1px solid #0066CC;
}

/*会員リンク表*/
.t-gyo tr:nth-child(odd) td {
            background-color: #ffffff;
        }
.t-gyo tr:nth-child(even) td {
            background-color: #E6EEFE;
        }

/*お知らせ*/

.info {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fdfae8;
    border: solid 3px orange;
margin: 10px;
}

.info-title {
    font-weight: bold;
    color: #ff0000;
}
.info-center {
    text-align: center !important;
}
