@charset "UTF-8";

#contents-container{
	letter-spacing: 0.1em;
}

/* ************************
 * right-container
 ************************ */

/* ごあいさつ */
h2#header_hello{
	width:230px;
	height:120px;
	background:transparent url(../img/bg_greeting.jpg) no-repeat;
	text-indent:-9999px;
}
.leftTextbox_body{
	/* width:230px; */
	width:190px;
	padding:20px;
	background:transparent url(../img/bg_greeting.jpg) repeat-y 0 -130px;
	}
	.leftTextbox_body p{
		color:#998b72;
	}
.leftTextbox_footer{
	width:230px;
	height:20px;
	background:transparent url(../img/bg_greeting.jpg) no-repeat 0 bottom;
}


/* ************************
 * left-container
 ************************ */
		
/* 最新情報 */
#obi_news{
	width:480px;
	height:30px;
	background:transparent url(../img/h3_news.gif) no-repeat;
	text-indent:-9999px;
	margin-top:10px;
}
#ul_news{
	width:480px;
	margin:15px 0;
	}
	#ul_news li{
		border-bottom:1px solid #ccc;
		line-height:1.8em;
	}
	/* 左にリストのicon表示 */
	.icon-left{
		padding-left:20px;
		background:transparent url(../img_common/icon_list.gif) no-repeat left center;
	}

/* 最近制作したウェブサイト */
#obi_newsite{
	width:480px;
	height:30px;
	background:transparent url(../img/h3_newsite.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.line-body-container{
	/* width:480px; */
	width:458px;
	border:1px solid #ccc;
	border-top:none;
	padding:10px;
	}
	.line-body-container h4 a{
		font-size:12px;
		color:#555;
		text-decoration:underline;
	}
	.line-body-container h4 a:hover{
		text-decoration:none;
	}
	.line-body-container a:hover img{
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	img.imgFloat{
		float:right;
		margin-left:10px;
		border:1px solid #ccc;
	}

/* twitter */
#obi_twitter{
	width:480px;
	height:30px;
	background:transparent url(../img/h3_twitter.png) no-repeat;
	text-indent:-9999px;
	margin-top:10px;
	overflow:hidden;
}
#twitter_div{
	width:480px;
	margin:15px 0;
	}
	#twitter_div a{
		color:#998B72;
	}
	ul#twitter_update_list li{
		border-bottom:1px solid #ddd;
		line-height:1.8em;
		padding-left:20px;
		background:transparent url(../img/comment_blue.png) no-repeat left center;
		}