@charset "Shift_JIS";


/*-----------------------------------------------------
--------------------------------------------------------

Matsuura GDO Blog css Document


version: 2007/06/29


---------------------------------------------------------
----------------------------------------------------------*/


/*CSS Menu----------------------------------------------

1.Global
	[1-1]Base Font
	[1-2]Base HTML
	[1-3]Base link
	[1-4]clear
	
2.Layout
	[2-1] blog全体
	[2-2]header
	[2-3]blogcontents
	[2-4]footer

3.Blog parts

-------------------------------------------------------*/



/************************************************

1.Global

************************************************/

/*1.[1-1]Base Font------------------------------*/

body {
	color: #343434;
	font-size: 12px;
	line-height: 160%;
}

h1,h2,h3,table{
	font-size: 100%;
}

/* \*/

* html body{
	font-size: 75%;
}

* html table{
	font-size: 100%;
}

*:first-child+html body{
	font-size: 75%;
}

/**/


/*1.[1-2]Base HTML------------------------------*/

*{
	word-break:break-all;
	font-family:verdana, arial, sans-serif;
}

body,div,h1,h2,h3,p,form,input,img,pre,blockquote,ul,ol,dl{
	margin:0;
	padding:0;
}

body { 
 	background-color:#F7F7F7; 
 	text-align:center; 
}

img,
a img{
	border: 0px;
}

table,td,tr,th{
	margin: 0px;
	padding: 0px;
}


HR{ color:#ddd; height:1px; width:98%; text-align:center; }

  
  
/*1.[1-3]Base link------------------------------*/
  
a:link { 
	color:#10105E;
	text-decoration: underline;
}
a:visited { 
	color:#10105E;
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}


/*1.[1-4]clear------------------------------*/

.cl { clear:both; height:1px; }


/************************************************

2.Layout

************************************************/


/*2.[2-1] blog全体---------------------------------------- */

div#range{
    width:860px;
    margin:0px auto; 
    text-align: center;
 	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/254/img20070628.gif) repeat-y left;
 }


/*2.[2-2]header-------------------------------------------*/

div#header{
	position: relative; 
	width:850px;
	margin:0px auto; 
}

div#header div.blog_description{
	position: absolute;
	width: 400px;
	height: 100px;
	top: 160px;
	left: 55px;
	text-align: left;
	overflow: auto;
}

/* タイトル・説明文 */
.blog_title { width:620px; margin:0 0 20px 20px; padding:0; overflow:hidden; word-break:break-all;}

.blog_title a:link { color:#000000; text-decoration:none; }
.blog_title a:visited { color:#000000; text-decoration:none; }
.blog_title a:hover { color:#000000; text-decoration:none; background:none;}

	


/*2.[2-3]blogcontents-------------------------------------*/

.center { text-align:center; }

div.contener{
	width: 850px;
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/254/img20070628_2.jpg) no-repeat left top;
	margin: 0 auto;
}

table#blogcontents{
	width: 850px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table#blogcontents td.left_sidetd{
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/256/img20070628.gif) repeat-y center;
	width: 175px;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

table#blogcontents td.right_sidetd{
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/256/img20070629.gif) repeat-y center;
	width: 175px;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

table#blogcontents td.space{
	width: 5px;
}

table#blogcontents td.entrytd{
	width: 480px;
	vertical-align: top;
	text-align: center;
}


table#blogcontents td.pagetd{
	width: 480px;
	vertical-align: bottom;
	text-align: center;
}

/*2.[2-4]footer-------------------------------------*/

div#footer{
	width: 860px;
	height: 43px;
	margin: 0px auto;
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/254/img20070628_1.gif) no-repeat left top;
}
	


/************************************************

3.Blog parts

************************************************/



/* ロゴ部分 */
.logo {  }
.logo a:link { color:none; text-decoration:none; }
.logo a:visited { color:none; text-decoration:none; }
.logo a:hover { color:none; text-decoration:none; }

/* 記事部分 */

.entry_head{
	width: 480px;
	height: 22px;
	margin: 0 auto;
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/257/img20070628.gif) no-repeat left top;
}	

.entry_box { 
	width: 480px; 
	margin:0 auto;
	padding-bottom: 10px;
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/257/img20070628_1.gif) repeat-y;
	text-align: center;
}

.entry{
	width: 480px;
}

.entry h3{
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/257/img20070628_3.gif) no-repeat 0 0;
	margin: 0px 0px 5px 15px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
}

.date{
	margin: 0px 0px 15px 30px; 
	letter-spacing:1px;
	text-align: left; 
}

.entry_text{
	width: 440px;
	margin: 0 auto;
	padding:0px 0px 5px 0px;
	text-align: left;
}

.entry_foot{
	width: 100%;
	height: 8px;
	margin: 0 auto 50px auto;
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/257/img20070629.gif) no-repeat left top;
}


/* 記事・コメント部分の幅制限 */

.entry_layer{ 
	width:100%; 
	overflow:hidden; 
	word-break:break-all; 
}

.comment_layer{ 
	width:100%; 
	overflow:hidden; 
	word-break:break-all;
	text-align: left; 
}


/* posted */

.posted{
	width: 450px;
	margin:0 auto; 
	padding:5px 0px 10px 0px;
	text-align:right;
	border-top:1px dotted #ccc;
}






/* サイド */

.side { 
	width:175px; 
	margin:0px auto 10px auto; 
	padding:0; 
	text-align:left;
	overflow: hidden;
}


.side ul {
	width: 155px;
	margin-left: 15px;
	margin-top: 5px;
	list-style-type: none;
}
.side li {
	background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/258/img20070628.gif) no-repeat 0px 5px;
	padding:0px 0px 3px 10px; 
}

.side_header { 
	width:165px;
	margin-left: 10px;
}

.side_title {
  width:165px;
  background: url(https://blog.golfdigest.co.jp/user/rocketboy/img/258/img20070628_1.gif) no-repeat 0 0;
  padding-left: 10px;
  text-align:left; 
  overflow:hidden; 
  word-break:break-all; 
  letter-spacing:1px; 
}

.side_box { 
	width:165px; 
	overflow:hidden;
	margin-left: 5px;
	padding-bottom: 40px; 
	word-break:break-all;
	text-align: center;
}

.side_text {
	width: 155px;
	margin: 0px auto; 
	text-align:left; 
}

.photo { margin:3px; }


/* regist */

.regist { 
	width:155px; 
	margin:10px auto 0px auto; 
	padding:10px 0 12px 0; 
	text-align:center; 
	font-size:11px;
	border:1px solid #888;
}

.regist_txt_box { 
	margin:5px 0 5px 0; 
	/*padding:5px; */
	text-align:left; 
	line-height:1.3; 
}


/* カレンダー */

.calendar_bg { 
	width:165px; 
	padding:5px 0 5px 0;
	margin: 10px 0px 10px 15px;
	text-align:center;
}

/* \*/

* html .calendar_bg { 
	margin: 10px auto;
}

*:first-child+html .calendar_bg { 
	margin: 10px auto;
}

/**/

.calendar { 
	width:18px; 
	padding:1px;
	margin:0px; 
	font-size:12px; 
	text-align:center; 
	line-height:1.3; 
}
.calendar a:link { 
	color:#343434; 
	text-decoration:none; 
	border:1px solid #402B83; 
	display:block; 
}
.calendar a:visited {
	color:#343434; 
	text-decoration:none; 
}
.calendar a:hover {
	 color: #0033CC; 
	 text-decoration:underline; 
	 background:#EEEEEE;
	 border-color: #848484; 
}



/* アーカイブ */

.page {
	width: 100%;
	text-align: center;
	letter-spacing:1px;
	overflow:hidden; 
	word-break:break-all; 
	padding-bottom:3px; 
}
.page a:link {
	color: #343434;
	text-decoration:none; 
}
.page a:visited {
	color: #343434; 
	text-decoration:none; 
}
.page a:hover {
	color:#10105E; 
	text-decoration:underline; 
}


/* 一記事のみのCSS */

td.entrytd form{
	width: 440px;
	margin: 0 auto;
	text-align: center;
}

table.comment_table{
	width: 440px;
	margin: 0 auto;
	border-collapse: collapse;
}

table.comment_table th{
	width: 15%;
	padding-top: 2px;
	padding-right: 3px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

table.comment_table td{
	width: 85%;
	padding-bottom: 5px;
	text-align: left;
}

div.entry_box_oth { 
	width: 440px; 
	margin:0 auto; 
	text-align:left;
}

div.entry_box_oth div.entry{
	width: 100%;
}

div.title_box {
	width: 440px; 
	margin:10px auto; 
	padding:2px 5px; 
	background:#666666;
}

div.oth_title{
	color:#EEEEEE; 
	margin:0; 
	padding:2px 5px;
	border-left:3px solid #cccccc; 
}

div.cookie{
	width: 400px;
	margin-left: 25px;
}

div.comment_aria{
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

input.comment_btn{
	margin: 10px auto;
}

.btn { 
	background:url(/template/2/img/btn_input.gif) no-repeat; 
	width:97px; 
	height:26px;
	border:none; 
	cursor: pointer;
}
.comment_box { 
	width:98%; 
	margin:0 0 10px 0; 
	border:1px solid #999999; 
	background:#FFFFFF; 
	padding:8px; 
	text-align:left;
}












