@charset "utf-8";


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

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

body,th,td,li,div,address{
	font:12px/150% 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('http://ginzaol.golf-bloggers.com/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:30px 10px;
	font-size:12px;
	color:#fff;
}


/********** 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('http://lefty.golf-bloggers.com/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('http://lefty.golf-bloggers.com/images/bgContents.gif');
	background-repeat:repeat-y;
	background-position:left;
}

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

#innerMain{
	width:570px;
	float:left;
}

#mainWrap{
	width:380px;
	float:right;
}

#sideLeftWrap{
	width:180px;
	float:left;
}


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

.entriesHeader h3{
	margin:0 0 5px;
	padding:5px 0 0 40px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	background:url('http://lefty.golf-bloggers.com/images/bgEntryTitle.gif') left bottom no-repeat;
}

.entriesHeader h3 a:link,
.entriesHeader h3 a:active,
.entriesHeader h3 a:visited { color:#080; }
.entriesHeader h3 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; }

.entryFooter{
	border-top:dotted 1px #999;
	padding:0 5px;
	text-align:right;
	font-size:10px;
	line-height:16px;
}


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

#sideWrap{
	width:200px;
	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('http://lefty.golf-bloggers.com/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;
}

.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://lefty.golf-bloggers.com/images/sub_title.gif') left top no-repeat;
}

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

#tb-url{
	width:378px;
}

#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:320px;
	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:378px;
	height:180px;
}
