﻿@charset "utf-8";


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


/* blog-box */

.blog .blog-box {
	width:830px;
	margin-bottom:32px;
}

.blog .blog-box .title-box {
	width:830px;
	height:60px;
	background:url(../img/bg_title.gif) no-repeat 0 0;
}
.blog .blog-box .title-box h3 {
	width:700px;
	font-size:14px;
	color:#ffffff;
	padding:8px 0 0 15px;
	float:left;
}
.blog .blog-box .title-box p {
	width:105px;
	font-size:12px;
	color:#ffffff;
	padding-top:6px;
	float:right;
}

.blog .blog-box .text-box {
	width:810px;
	margin:0 10px 25px 10px;
}

.blog .blog-box .img-box {
	float:right;
}
.blog .blog-box .img-box img {
	margin:0 0 5px 15px;
	border:solid 1px #d4d4d4;
}

.blog .blog-box .bttop {
	width:810px;
	margin:0 10px;
	text-align:right;
	background:url(../img/bg_01.gif) repeat-x 0 7px;
}
.blog .blog-box .bttop a {
	padding-left:15px;
	background:#ffffff;
}

.blog .title-box:after, .blog .text-box:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.blog .title-box, .blog .text-box { display: inline-block; }
/* no ie mac \*/
* html .blog .title-box, * html .blog .text-box { height: 1%; }
.blog .title-box, .blog .text-box { display: block; }
/* */

