@charset "utf-8";


/********** common **********/

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#cf9 url('images/bg.gif') top repeat-x;
	color:#444;
}

body,th,td,li,div,address{
	font:10pt/170% Verdana, Arial, sans-serif;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.ImageRight{
	float:right;
	margin-left:10px;
}

.clear { clear:both; }
.clear hr { display:none; }


/********** links **********/
a{
	text-decoration:none;
}

a:link,
a:active{
	color:#36c;
}

a:visited{
	color:#06c;
}

a:hover{
	color:#c60;
}


/********** header **********/

#headline,
#header,
#menubar,
#contents{
	width:780px;
	margin:0 auto;
	text-align:left;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
}

/* headline */
#headline{
	height:35px;
	background-position:0 0;
}

#headline h1{
	margin-bottom:5px;
	padding:0 10px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	color:#090;
	float:left;
}

#headline p{
	margin-bottom:5px;
	padding-right:10px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

#headline p a { color:#060; }
#headline p a:hover { color:#090; }


/* header */
#header{
	height:150px;
	background-position:0 -35px;
}

#header #title,
#header #title a{
	display:block;
	width:300px;
	height:65px;
	overflow:hidden;
	text-indent:-9999px;
}

#header #title { margin:0 10px 10px; }

#header p#description{
	margin:0 10px;
	font-size:12px;
	color:#fff;
}

#header_bottom{
	text-align : right;
	font-size : 7pt;
}


/********** menubar **********/
#menubar{
	padding:0;
	height:45px;
	background-position:0 -185px;
}

#menubar ul { list-style:none; }

#menubar li{
	padding:0 10px;
	line-height:40px;
	float:left;
	background:url('images/bgMenubar.gif') right 0 no-repeat;
}

#menubar li#home{
	padding:0 10px 0 20px;
}

#menubar li a{
	color:#060;
	font-weight:bold;
}
#menubar li a:hover { color:#f60; }


/********** contents **********/
#contents{
	background-image:url('images/bgContents.gif');
	background-repeat:repeat-y;
	background-position:left;
}

#inner{
	padding:10px 13px 10px;
}

/* 最新記事5件 */

#NewEntries{
	margin-bottom:10px;
	width:470px;
	float:left;
}

#NewEntries p,
#NewEntries ul{
	padding:0 5px;
	list-style:none;
}

#NewEntries p{
	color:#080;
	font-weight:bold;
	border-bottom:solid 1px #dddddd;
	margin-bottom:2px;
}

#NewEntries li{
	padding-left:18px;
	background:url('http://golf.bhlife.net/images/note.gif') left top no-repeat;
}




#mainWrap{
	width:470px;
	float:left;
}

/* entries wrap */
.entriesHeader{
	margin-bottom:10px;
	background:url('images/bgEntryHeader.gif') left bottom no-repeat;
}

.entriesHeader h2{
	margin:0 0 5px;
	padding:5px 0 0 40px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	background:url('images/bgEntryTitle.gif') left bottom no-repeat;
}

.entriesHeader h2 a:link,
.entriesHeader h2 a:active,
.entriesHeader h2 a:visited { color:#080; }
.entriesHeader h2 a:hover { color:#f90; }

.entryData{
	padding:0 5px;
	text-align:right;
	font-size:10px;
	line-height:16px;
}

.entryBody{
	margin-bottom:30px;
	padding:0 0 0 2px;
}

.entryBody p{
	margin:15px 0;
	font-size:12px;
}

.entryBody a { text-decoration:underline; }

.entryMore { font-weight:bold; }

/********** sidebar **********/

#sideWrap{
	width:270px;
	float:right;
}

.moduleWrap{
	margin-bottom:12px;
	padding:9px;
	border:solid 1px #ccc;
	background:#dfd;
}

.moduleTitle{
	height:30px;
	margin-bottom:9px;
	padding:0 3px 0 25px;
	background:#090;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	background:url('images/bgSideTitle.gif') 0 0 no-repeat;
}

.moduleBody{
	font-size:12px;
	line-height:18px;
}

.moduleBody li{
	margin-left:18px;
	font-size:12px;
	line-height:18px;
}


/********** footer **********/

#footer{
	clear:both;
	padding:30px 0 15px;
	text-align:center;
	border-top:dotted 2px #ccc;
}

#footer #footLink
#footer address{
	line-height:30px;
}

.EntryFooter{
	padding:0 3px;
	font-size:10px;
	border-top:solid 1px #cccccc;
	text-align:right;
}
.SubAreaTitle{
	font-weight:bold;
	font-size:12px;
	line-height:24px;
	color:#006633;
	border-bottom:solid 1px #00CC00;
	margin-bottom:10px;
}
#content-navi{
	padding:10px;
}

.trackbacks-head,
.comments-head,
.comments-open-head,
.comments-system-head{
	margin:20px 0 10px;
	padding:0 0 0 20px;
	font-size:12px;
	color:#fff;
	line-height:30px;
	background:url('http://golf.bhlife.net/images/sub_title.gif') left top no-repeat;
}

.comments-system-head{
	margin:0 0 10px;
}

#tb-url{
	width:438px;
}

#trackbacks h3{
	margin:1em 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.trackback-content{
	border-left:solid 5px #ccc;
	padding-left:5px;
	margin-bottom:1em;
}

.trackback-content p{
	margin:0;
	padding:0 0 0 5px;
}

.trackback-site{
	font-size:10px;
	background:#eee;
}

.comment-data{
	border-bottom:solid 1px #999;
	font-weight:bold;
}

#comments-open-data dt{
	width:70px;
	float:left;
	clear:left;
	margin:0 0 10px;
	padding:0;
}

#comments-open-data dd{
	width:360px;
	margin:0 0 10px;
	padding:0;
}

#comment-author{
	width:100px;
}

#comment-email,
#comment-url{
	width:250px;
}

#comment-text{
	font:12px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";;
	width:438px;
	height:180px;
}


/********** arachives **********/

#archivesWrap dt{
	width:110px;
	float:left;
	clear:left;
}

#archivesWrap dd{
	margin-left:115px;
}
