@charset "utf-8";
/* CSS Document */

@import url("common.css");

/*
TAKA BLOG
*/

#taka-container{
	width:690px;
	margin-bottom:40px;
	background-image:url(../image/index/bg-taka-blog.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:30px 0px;
}

#read-container-out{
	width:465px;
	margin:0px auto;
	background-image:url(../image/index/read-th-middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

#read-container-mid{
	background-image:url(../image/index/read-th-top.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

#read-container-ins{
	background-image:url(../image/index/read-th-bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
}

#read-container-ins table{
	width:100%;
}

#read-container-ins table th{
	width:120px;
	text-align:left;
	vertical-align:rop;
}

#read-container-ins table th p{
	padding:10px 5px;
	text-align:center;
	color:#DFE7CD;
}

#read-container-ins table td{
	vertical-align:top;
}

#read-container-ins table td p{
	padding:10px;
}

#read-container-ins table td p strong{
	font-weight:normal;
}

#read-container-ins table td p strong a{
	color:#FFF;
	text-decoration:none;
}

#read-container-ins table td p strong a:hover{
	text-decoration:underline;
}

/*
最新情報
*/

#news-container{
	width:690px;
	margin-bottom:40px;
	background-image:url(../image/index/bg-whats-new.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:30px 0px;
}

#news-container-out{
	width:465px;
	margin:0px auto;
	background-image:url(../image/index/read-th-middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

#news-container-mid{
	background-image:url(../image/index/read-th-top.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

#news-container-ins{
	background-image:url(../image/index/read-th-bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
}

#news-container-ins table{
	width:100%;
}

#news-container-ins table th{
	width:120px;
	text-align:left;
	vertical-align:top;
}

#news-container-ins table th p{
	padding:10px 5px;
	text-align:center;
	color:#DFE7CD;
}

#news-container-ins table td{
	vertical-align:top;
}

#news-container-ins table td p{
	padding:10px;
}

#news-container-ins table td p strong{
	font-weight:normal;
}

#news-container-ins table td p strong a{
	color:#FFF;
	text-decoration:none;
}

#news-container-ins table td p strong a:hover{
	text-decoration:underline;
}
