/* BASIC LAYOUT */

body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-size:10px;
	_font-size:62.5%;
}

div#container {
	width:750px;
	margin:0 auto;
}

div#catch {
	width:750px;
	height:270px;
	margin:0;
}

div#main {
	padding:20px;
	background-color:#ffffff;
}



/* COMMON */

img {
	border:0;
}

p {
	margin:0 0 20px;
	font-size:1.2em;
	line-height:1.6em;
	color:#666666;
}

a {
	color:#cc6600;
	text-decoration:none;
}

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

div.image-left {
	float:left;
	margin:0 15px 15px 0;
}

div.image-center {
	margin:0 15px;
	text-align:center;
}

div.image-right {
	float:right;
	margin:0 0 15px 15px;
}



/* HEADER */

div#header {
	position:relative;
	width:750px;
	height:130px;
}

div#logo {
	position:absolute;
	top:87px;
	left:0;
	width:140px;
	height:30px;
}

div#logo a {
	display:block;
	background:url(/img/arigaria.gif) no-repeat;
	width:140px;
	height:30px;
	margin:0;
	padding:0;
	font-size:10px;
	text-indent:-5000px;
}

div#HeaderMenu {
	position:absolute;
	top:10px;
	left:332px;
}

div#HeaderMenu ul {
	margin:0;
	padding:0;
}

div#HeaderMenu ul li {
	float:left;
	width:100px;
	height:100px;
	margin:0 6px 0 0;
	padding:0;
	list-style-type:none;
}

div#HeaderMenu ul li a {
	display:block;
	width:100px;
	height:100px;
	font-size:10px;
	text-indent:-5000px;
}

div#HeaderMenu ul li#MenuEssay {
	background:url(/img/button_essay_on.jpg) no-repeat;
	font-size:10px;
	text-indent:-5000px;
}

div#HeaderMenu ul li#MenuBike a {
	background:url(/img/button_bike.gif) no-repeat;
}

div#HeaderMenu ul li#MenuTravel a {
	background:url(/img/button_travel.gif) no-repeat;
}

div#HeaderMenu ul li#MenuPhoto {
	margin:0;
}

div#HeaderMenu ul li#MenuPhoto a {
	background:url(/img/button_photo.gif) no-repeat;
}



/* ENTRY */

div.entry h2 {
	margin:0 0 1em;
}



/* FOOTER */

address {
	margin:20px 0;
	font-size:10px;
	font-style:normal;
	color:#999999;
	text-align:right;
}



/* CLEARFIX */

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
