<!--
*{	margin	:	0	;
	padding	:	0	;
	font-style:	normal	;	}

html,body
{	margin		:	0 auto ;
	background	:	#f5f5f5 ;
	line-height : 		135% ;
	text-align	:	center ;	}

a,a:link	{ color : #0000ee 	; background: none;}
a:visited	{ color : #ee3a8c 	; background: none;}
a:active	{ color : #32cd32 	; background: none;}
a:hover		
{	color :			#0000cd ;
	background-color : 	#b0c4de ;
	position : 		relative;
	top : 			1px ; left:1px ; }

.travelmenu	
{ 		background-color : 	#FFFFFF ;
		margin-top : 	15px ;
		margin-bottom :	15px ;
		line-height : 	135%; 		}
td,th
{		padding :	5px ;			}

*:first-child+html body{padding:0 0 0 1px;}

* html body{		padding:0 0 0 1px;}

h2,h3,h4,h5,h6
{	color	:	#333;
	font-weight:	normal;}

h3,h4,h5,h6
{	margin	:	1em 0 -0.4em 0;}

h2 {	font-size:	115%;}
h3 {	font-size:115%;
	border-bottom:3px double #ddd;	}
h4 {	font-size:110%;
	border-bottom:1px solid #ddd;	}
h5 {	font-size:100%;
	border-bottom:1px dotted #ddd;}


blockquote
{	padding :	2px 10px;
	border :	1px solid #ddd;	}

p.source
{	text-align:	right	;	}

code,pre
{	font-family :	"Courier New","Courier",monospace;	}

pre
{	width :		100%;
	overflow :	auto;	}


ul.footnote{
list-style:none;
padding:0;
font-size:85%;
}


/* --------------------- layout --------------------- */
/* 全体の幅・フォントなど */

div#header,div#body,div#footer
{	width	:	750px;
	margin	:	0 auto;
	color	:	#666;
	font-family:	"Lucida Sans Unicode","Lucida Grande",sans-serif;
	text-align:	left	;	}


/* フッター部分 */
div#footer{
	padding:8px 0 0 0;
	background:#333 ;	}

/* 回り込み解除 */
div#header ul:after,
div#body:after,
div.amazon:after,
div.entry:after,
dl.recommend dd:after
{
content:"";
display:block;
clear:both;
visibility:hidden;
}

div#header ul,
div#body,
div.entry,
div.menu,
div.amazon,
dl.recommend dd
{	min-height:1px;
	display:inline-table;	}


/* --------------------- header --------------------- */

/* ヘッダー部分 */
div#header
{	position:	relative	;
	height	:	250px		;
	background :	url(go_travel.jpg) no-repeat 0 0 ;	}


/* サイト名 */
h1{	padding :	15px;
	color :		#FFFFFF ;
	font-size :	130%;
	font-weight :	bold ;	}

div#header h1 a
{	color : 	#FFFFFF ;	}

/* コンテンツ名 */
h2
{	padding :	15px;
	color :		#fff;
	font-size :	100%;		
	font-weight :	bold ;	}

/* サイトの解説 */
div.description
{	padding :		5px;
	background-color :	#281830 ;
	color :			#fff;
	font-size :		85%;		}




/* メニュー欄 */

div#header ul{
	position :		absolute;
	background-color :	#281830 ;
	background :		url(../wp/z_go_menu.jpg) no-repeat 0 0;
	bottom :		0;	
	list-style :		none;
	width :			100%;
	height :		38px;
	margin :		0;
	line-height :		38px ;
	color :			#fff ;	}

div#header ul li{
bottom:0;
float:left;
width:80px;
text-align:center;
}

div#header ul li a{
color:#fff;
display:block;}


/* 著作権表示 */
address{
color:#fff;
font-size:80%;
font-style:normal;
text-align:center;
line-height:40px;
}

-->