@charset "utf-8";


/*
------------------------------------------------
Top Layout
------------------------------------------------*/
/* Body */
body {
	background: #FEFDF1 url("../img/bg.jpg") repeat-x 0px 0px;
	text-align: center;
}

#wrap {
	text-align:left;
}
#wrap:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*		#all-container
	--------------------*/
#all-container {
	width:940px;
	margin:0 auto;	
}
#all-container:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*		#main
	--------------------*/
#main {
	clear:both;
	padding:0 0 30px 0;
	width:940px;
}

/*		#contents
	--------------------*/
#contents {
	float:right;
	width:680px;
}
#contents #top-r{
	padding:30px 0 0 0px;
	text-align:right;
}

/* Header */
#wrap #header h1 {
	padding-top: 21px;
}

#wrap #header {
	height: 112px;
	width: 940px;
	position: relative;
}
#wrap #header h1 {
	padding-top: 21px;
}
#wrap #header .hinfo01 {
	position: absolute;
	left: 230px;
	top: 36px;
}
#wrap #header .hinfo02 {
	position: absolute;
	left: 479px;
	top: 24px;
}
#wrap #header .hbtn01 {
	position: absolute;
	left: 780px;
	top: 36px;
}
#wrap #header .hbtn02 {
	position: absolute;
	left: 780px;
	top: 69px;
}
#wrap #gnavi {
	height: 56px;
	padding-bottom: 20px;
}
#wrap #gnavi li {
	float: left;
}

/* Sidebars */
#wrap #side {
	float: left;
	width: 240px;
	padding-bottom: 30px;
	margin-right: 20px;
}
#wrap #side ul {
	background: #ECD9D3 url("http://www.tukamoto-shika.jp/blog/wp-content/themes/tsukamoto/css/img/snavi_bg.jpg") no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}

/* Footer */
#pageTop {
	clear: both;
	text-align: right;
	height: 30px;
	width: 940px;
	margin: 0 auto;
}

#footer {
	width: 940px;
	margin: 0 auto;
}
#footer p {
	background: #ECD9D3 url("../img/footer_bg.jpg") no-repeat left bottom;
	border-top: 2px solid #D9306E;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
#footer p a {
	color: #333333;
	text-decoration: none;
}
#footer p a:hover {
	color: #D8306D;
	text-decoration: underline;
}
#footer address {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 20px;
}


