@charset "utf-8";
/* ---------------------------------------------------------
type00
--------------------------------------------------------- */
.type00 {
	clear:both;
	display:table;
	width:100%;
	margin-bottom:10px;
}
.type00 .Contents {
	clear:both;
}
/* ---------------------------------------------------------
type01
--------------------------------------------------------- */
.type01 {
	margin-bottom:10px;
	clear:both;
	display:table;
	width:100%;
}
.type01 .Title{
	background: url(images/container01_title_bg.gif) repeat-x;
	float:left;
	width:100%;
}
.type01 .TitleBody {
	width:100%;
	float:left;
	height:27px;
	text-align:left;
	line-height:27px;
	padding-left:8px;
	background: url(images/container01_title_left.gif) no-repeat 0 0;
}
.type01 .TitleRight {
	width:100%;
	height:27px;
	background: url(images/container01_title_right.gif) no-repeat right top;
}

.type01 .TitleRight a img {
	float:right;
	vartical-align:middle;
	padding-right:10px;
	margin-top:5px;
}
.type01 .TitleBody h2 {
	margin:0px;
}
.type01 .TitleBody .Head {
	font-size: 100%;
	font-weight: bold;
	color:#333;
}
.type01 .TitleBody h2 img {
	vertical-align:middle;
	margin-right:5px;
}
.type01 .Contents {
	padding:10px 0;
	clear:both;
}
/* ---------------------------------------------------------
blog
--------------------------------------------------------- */
.blog {
	clear:both;
	display:table;
	margin-bottom:10px;
	width: 200px;
	background:url(images/boxbg-bottom.gif) bottom left no-repeat;
	padding-bottom:8px;
	}
	
.blog h2 {padding: 0;margin: 0;}
.blog h2 a{ display:block; text-indent:-1000em; height:67px; overflow:hidden;}
.blog h2.blog01 a:link { background:url(images/navi-soliloquy.gif) left top no-repeat;}
.blog h2.blog01 a:visited { background:url(images/navi-soliloquy.gif) left top no-repeat;}
.blog h2.blog01 a:hover { background:url(images/hover_navi-soliloquy.gif) left top no-repeat;}
.blog h2.blog01 a:active { background:url(images/hover_navi-soliloquy.gif) left top no-repeat;}

.blog h2.blog02 a:link { background: url(images/navi-blog.gif) left top no-repeat;}
.blog h2.blog02 a:visited { background: url(images/navi-blog.gif)left top no-repeat;}
.blog h2.blog02 a:hover { background:url(images/hover_navi-blog.gif) left top no-repeat;}
.blog h2.blog02 a:active { background:url(images/hover_navi-blog.gif) left top no-repeat;}

.blog h2.news a{ display:block; text-indent:-1000em; height:37px; overflow:hidden;}
.blog h2.news a:link { background:url(images/navi-news.gif) left top no-repeat;}
.blog h2.news a:visited { background:url(images/navi-news.gif) left top no-repeat;}
.blog h2.news a:hover { background:url(images/hover_navi-news.gif) left top no-repeat;}
.blog h2.news a:active { background:url(images/hover_navi-news.gif) left top no-repeat;}
.blog .news-list{text-align:right;	padding:5px 10px 0 0;}

.blog h2.blog02 a:link { background: url(images/navi-blog.gif) left top no-repeat;}
.blog h2.blog02 a:visited { background: url(images/navi-blog.gif)left top no-repeat;}
.blog h2.blog02 a:hover { background:url(images/hover_navi-blog.gif) left top no-repeat;}
.blog h2.blog02 a:active { background:url(images/hover_navi-blog.gif) left top no-repeat;}


.blog .listbg {
	background: url(images/listbg.gif) top left repeat-y;
	width:182px;
	margin:0 0 5px 9px;

	}
.blog .listbg-top {
	background: url(images/listbg-top.gif) top left no-repeat;
	width:182px;
	padding-top:2px;
	}
.blog .listbg-bot {
	background: url(images/listbg-bottom.gif) bottom left no-repeat;
	width:182px;
	padding:0px;
	}
.blog .rss{
	padding:5px 0px 10px 0px;
	margin-left:10px;
	font-size:11px;
	height:16px;
	line-height: normal;
	}
.blog .rss a{
	text-decoration:none;
	}
.blog .rss img{ margin:0 5px 0 0;}



	
	
	
	
	
	
	
