@charset "UTF-8";


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

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

body,th,td,li,div{
	font:10pt/20px Verdana, Arial, sans-serif;
}

form,input{
	font:10pt/16px Verdana, Arial, sans-serif;
}

textarea{
	font:10pt/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

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

img{
	border:none;
}

.clear{
	clear:both;
	height:0;
	line-height:0;
}

.clear hr{
	display:none;
}

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


/***** links *****/

a{
	text-decoration:none;
}

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

a:visited{
	color:#06c;
}

a:hover{
	color:#c60;
}


/***** layout *****/

#wrap{
	width:924px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

#innerWrap{
	width:100%;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

#contentsWrap{
	width:auto;
	margin:0 10px 15px;
}

#mainWrap{
	width:470px;
	float:left;
	overflow:hidden;
	background:#fff url('http://golf-bloggers.com/siteparts/bgMainWrap.gif') 0 0 no-repeat;
}

#sideWrap{
	width:424px;
	float:right;
	overflow:hidden;
}

#sideAlpha{
	width:244px;
	float:left;
}

#sideBeta{
	width:175px;
	float:right;
}

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

#header{
	background:#fff;
}

#header h1{
	margin:0;
	padding:0 10px;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	background:url('http://golf-bloggers.com/images/bgHeadline.gif') bottom repeat-x;
}

#header h2{
	margin:0;
	padding:0;
}


/***** global navi *****/
#gNavi{
	padding:5px 0 10px;
	height:45px;
	overflow:hidden;
	background:url('http://golf-bloggers.com/images/bgGnavi.gif') top repeat-x;
}

#gNavi ul {
	height:30px;
	overflow:hidden;
	margin:0 15px;
	list-style:none;
	border-left:solid 1px #6c6;
	border-right:solid 1px #6c6;
}

#gNavi li{
	padding:0 10px;
	line-height:30px;
	float:left;
	border-right:solid 1px #6c6;
}

#gNavi li#home{
	padding:0 10px 0;
}

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

/***** member info *****/
#memberInfo{
	width:480px;
	overflow:hidden;
}

#memberInfo div{
	width:150px;
	height:125px;
	margin:10px 10px 0 0;
	overflow:hidden;
	float:left;
}

#memberInfo p.memberPhoto{
	width:150px;
	height:70px;
	overflow:hidden;
}

#memberInfo p.memberText{
	width:150px;
	height:48px;
	margin-top:5px;
	overflow:hidden;
	line-height:12px;
	font-size:10px;
}

/***** index recent entries *****/
#indexRecentEtnries{
	margin:0 0 5px 0;
}

#indexRecentEtnries div.lefty,
#indexRecentEtnries div.tunka,
#indexRecentEtnries div.haku,
#indexRecentEtnries div.ruu,
#indexRecentEtnries div.mako,
#indexRecentEtnries div.kojika,
#indexRecentEtnries div.orange
{
	padding-left:70px;
	height:70px;
}

#indexRecentEtnries div.lefty{background:url('http://golf-bloggers.com/images/photo/kazuwo.jpg') 0 0 no-repeat;}
#indexRecentEtnries div.tunka{background:url('http://golf-bloggers.com/images/photo/tunka.jpg') 0 0 no-repeat;}
#indexRecentEtnries div.haku{background:url('http://golf-bloggers.com/images/photo/ogata.jpg') 0 0 no-repeat;}
#indexRecentEtnries div.ruu{background:url('http://golf-bloggers.com/images/photo/ruu.jpg') 0 0 no-repeat;}
#indexRecentEtnries div.mako{background:url('http://golf-bloggers.com/images/photo/mako.jpg') 0 0 no-repeat;}
#indexRecentEtnries div.kojika{background:url('http://golf-bloggers.com/images/photo/kojika.jpg') 0 0 no-repeat;}
#indexRecentEtnries div.orange{background:url('http://golf-bloggers.com/images/photo/orange.jpg') 0 0 no-repeat;}


#indexRecentEtnries h3{
	margin:0 0 10px;
}

#indexRecentEtnries .indexRecentEntryWrap{
	margin:0 0 15px;
}

#indexRecentEtnries h4{
	font-size:12px;
}


/***** main wrap *****/

.topicPath{
	margin-bottom:10px;
	list-style:none;
}

.topicPath li{
	padding-right:5px;
	display:inline;
}

#mainWrap h2{
	margin:20px 0 0;
	font-size:16px;
	font-weight:bold;
	color:#009900;
	border-bottom:solid 2px #33cc33;
}


/* entry body */

#entryBody a:link,
#entryBody a:active,
#entryBody a:visited{
	color:#003399;
	text-decoration:underline;
}

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

#entryBody p{
	font-size:14px;
	margin:15px 0;
}

#entryBody blockquote{
	margin:20px;
	padding:5px;
	background:#F0EBB1;
	font-size:14px;
}

#entryBody ul{
	margin-left:20px;
	font-size:14px;
}

#entryBody li{
	font-size:14px;
}

.entryData{
	margin:0 0 10px;
	text-align:right;
}

.entryData p{
	display:inline;
	padding-left:10px;
}


/* entry sub area */

.subAreaTitle{
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
}


/* archive entries */
#archiveEntries{
	margin:10px 0;
}

#archiveEntries dt,
#archiveEntries dd{
	padding-left:10px;
	border-left:solid 5px #ccc;
}

#archiveEntries dt{
	font-weight:bold;
	border-bottom:dotted 2px #ccc;
}

#archiveEntries dd{
	color:#666;
	margin:0 0 10px;
}
}


/***** writeback *****/

.writebacks{
	margin:20px 0 10px;
}

/* trackback */

#trackbackURL{
	width:420px;
}

.trackbackWrap{
	margin:20px 0;
}

.trackbackHeader{
	margin-bottom:5px;
	padding-left:18px;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	background:url('http://golf-bloggers.com/images/icon/tb.gif') left no-repeat;
	border-bottom:solid 1px #ddd;
}

.trackbackHeader a{
	font-weight:bold;
}

.trackbackBody{
	margin-left:18px;
	font-size:10px;
	line-height:14px;
	color:#666666;
}

.trackbackFooter{
	margin-top:5px;
	font-size:10px;
	text-align:right;
	border-top:solid 1px #cccccc;
}

/* comment */

.commentWrap{
	margin:10px 0;
	padding:5px;
	border:solid 1px #ccc;
}

.commentBody p{
	padding:5px 0;
}

.commentFooter{
	margin-top:5px;
	padding-top:5px;
	border-top:solid 1px #cccccc;
}

.commentFooter a{
	font-weight:bold;
}

#commentsModerated{
	margin:10px 0;
}

#commentsOpenData dt{
	width:70px;
	float:left;
	clear:left;
	margin:0 0 10px;
	padding:0;
}

#commentsOpenData dd{
	width:340px;
	margin:0 0 10px;
	padding:0;
}

#comment-author,
#mail_author{
	width:100px;
}

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

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

/***** side bar *****/

.moduleWrap{
	padding:5px;
}

.moduleTitle{
	margin-bottom:5px;
	padding:2px 5px 4px;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	background:url('http://golf-bloggers.com/images/bgSideTitle.gif') bottom repeat-x;
	color:#090;
}

.moduleBody{
	padding:5px;
	background:#fff;
}

/***** footer *****/
#footer{
	margin:15px 15px 0;
	padding-bottom:15px;
	text-align:center;
}

#footer p{
	padding-top:20px;
	border-top:solid 1px #ccc;
}
#footer address{
	font-style:normal;
	padding:5px;
	line-height:20px;
}