/* Layout/main
----------------------------------------*/
div#main {
	float: right;
	width: 100%;
	margin-right:-2px;
}


div#main div.section {
	margin-right: 260px;
	padding: 0px 40px;
	background:url(http://www.tomii1212.com/common/section.gif) top left repeat-y;
}

div#main div.section div.section {
	margin-right: 0;
	overflow:hidden;
	display: block;
}

div#main div.section-top {
	height:22px;
	margin-right: 280px;
	background:url(http://www.tomii1212.com/common/section_top.gif) no-repeat;
}

div#main div.section-bottom {
	height:22px;
	margin-right: 280px;
	background:url(http://www.tomii1212.com/common/section_bottom.gif) no-repeat;
	clear: both;
}

div#main div.line {
	width:610px;
	height:20px;
	background:#fff url(http://www.tomii1212.com/common/section_line.gif) no-repeat;
}

/* company
----------------------------------------*/
div#main div.section table{ z-index:-2;}

div#main div.section th{ width:100px; padding-right:5px; line-height:100%; vertical-align:top;}
div#main div.section td{ padding:0px; line-height:140%; vertical-align:top;}



/* Layout/blog
----------------------------------------*/

div#main div.blog {
	width:620px;
	height:69px;
}
div#main div.blog a{
	width:620px;
	height:69px;
	padding: 16px 0px 0px 0px;
	display: block;
	background:#fff url(http://www.tomii1212.com/images/tomiisblog.gif) top right no-repeat;
}
div#main div.blog a:hover{
	background:#fff url(http://www.tomii1212.com/images/tomiisblog_on.gif) top right no-repeat;
	cursor: pointer; cursor: hand;
}
div#main div.blog p {
	width:295px;
	margin-left:125px;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	line-height:16px;
	letter-spacing:1px;
	color:#999;
}




/* Elements
----------------------------------------*/

h2 {
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	color: #5B2D00;
	letter-spacing:2px;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 5px;
	background-color: #DEDCCA;
}


a:hover h2{
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	color: #EF8200;
	letter-spacing:2px;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 5px;
	background-color: #FFEBCF;
}


/* EntryList
----------------------------------------*/

#main .section .title{
	width:468px;
	height:18px;
	padding-left:12px;
	background:url(http://www.tomii1212.com/common/tri.gif) no-repeat;
}
#main .section .date{
	width:80px!important;
	width:60px;
	height:18px;
	text-align:right;
	margin-left:480px;
	margin-top:-18px;
}
#main .section .read{
	width:560px;
	height:38px;
	overflow:hidden;
	clear:left;
}



