/*-----------------------------------
DEFAULT CSS
FILE DATA: company.css
-----------------------------------*/

/*MAIN_IMAGE
-----------------------------------*/
#main_image2 div{
	background-image: url(../images/main_img.jpg);
}
/*BODY_LEFT
-----------------------------------*/
#body_left {
	width:125px;
	height:auto;
	float:left;
}
#body_left h2 {
	width:40px;
	height:300px;
	text-indent:-10000em;
	margin:0 auto;
	background:url(../images/blog_ttl.gif) no-repeat;
}
/*BODY_RIGHT
-----------------------------------*/
#body_right {
	width:734px;
	height:auto;
	padding:0 15px 0 25px;
	float:right;
}
/*-----------------------------------
下記から記述
-----------------------------------*/

#blog {
}
/* Blog_left */
.blog_main {
	width:570px;
	float:left;
}
.article {
	height:100%;
	background:url(../images/border.gif) no-repeat 0 bottom;
	padding-bottom:20px;
	margin-bottom:15px;
}
.article h3 {
	font-size:1.2em;
	background:url(../images/icon.gif) no-repeat 0 2px;
	padding:0 0 5px 0;
	margin:0 10px 10px 0;
	border-bottom:1px solid #d3d3d3;
	font-weight:normal;
}
.article h3 span {
	display:block;
	font-size:0.8em;
	color:#9d835f;
}
.img_box {
	width:230px;
	float:right;
	margin:0 0 0 10px;
}

/* Blog_right */
.archive {
	width:130px;
	float:right;
	padding:10px;
	background-color:#f7e9e3;
	border:1px solid #ebdbdb;
}
.archive p {
	width:100px;
	height:14px;
	background:url(../images/archive.gif) no-repeat 0 0;
	font-size:0;
	line-height:100%;
	text-indent:-9999px;
	margin:0 0 10px;
}
.archive ul {
	margin:0 0 0 20px;
}

