@charset "UTF-8";
/* CSS Document */

@import 'common.css';

#page_title2 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	float:left;
	display:inline;
}
#bread {
	font-size:10px;
	clear:both
}

#cat{
	float:right;
	display: inline;
	margin-bottom: 2px;
}


div.float_left{
	display: inline;
	float:left
}

#navi{
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.boxes{
	padding:11px;
	width:198px;
	height:112px;
	background-image:url(/work/img/category_back.gif);
	background-repeat: no-repeat;
	float:left;
}

div.box1{
	width:110px ; 
	float:right ; 
	display: inline;
}
div.box2{
	font-size:10px ; 
	line-height:13px; 
	margin-top:5px ; 
	margin-bottom:5px;
}

/*エントリー*/

#entry_body{
	float:right;
	width:430px;
	font-size:1.2em;
	line-height:1.2em;
}
	
#gallery{
	margin-top:15px;
	clear:both;
	position:relative;
	left:-10px;
}
