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

/*
Logo
---------------------------------------------------*/

#Header h1{
	width:148px;
	height:115px;
	position:absolute;
	left:0px;
	top:0px;
}

#Header h1 a{
	display:block;
	width:148px;
	height:115px;
	background-image:url(../images/youshiki/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#Header h1 a span{
	display:none;
}


/*
Blog-Logo
---------------------------------------------------*/

#Header h2{
	width:284px;
	height:23px;
	position:absolute;
	left:165px;
	top:66px;
}

#Header h2 a{
	display:block;
	width:284px;
	height:23px;
	background-image:url(../images/topics/blog_logo.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#Header h2 a span{
	display:none;
}

/*
グローバルナビゲーション
---------------------------------------------------*/

#topicsGnavi{
	width:363px;
	height:75px;
	position:absolute;
	top:0px;
	right:27px;
}

#topicsGnavi li{
	list-style-type:none;
	float:left;
}

#topicsGnavi li a{
	display:block;
	background-repeat:no-repeat;
	background-position:left bottom;
	height:75px;
}

#topicsGnavi li a span{
	display:none;
}

/*
グローバルナビゲーション：ボタン
*/

#topicsGnavi01 a{
	background-image:url(../images/topics/header_navi01.png);
	width:197px;
}

#topicsGnavi02{
	background-image:url(../images/topics/header_navi02.png);
	width:166px;
	height:75px;
}


/*
検索フォーム
--------------------------------*/
#search_form{
	width:150px;
	margin:30px auto 0px auto;
	text-align:right;
}

#search_form .Sform{
	width:150px;
	margin-bottom:5px;
}


/*
左カラム
---------------------------------------------------------------*/

#topics_left_column{
	width:700px;
	float:left;
	overflow:hidden;
}

#topics_left_column_ins{
	width:700px;
	background-image:url(../images/topics/left_wrapper_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

#topics_left_column_ins_ins{
	width:700px;
	background-image:url(../images/topics/left_wrapper_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

#topics_left_column_ins_ins_ins{
	width:700px;
	background-image:url(../images/topics/left_wrapper_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
}

/*
パンくず
-----------------------------------------------*/

#Pankuzu{
	width:615px;
	margin-left:20px;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}

/*
左カラム　枠
-----------------------------------------------*/

.contents_wrapper{
	width:660px;
	background-image:url(../images/topics/contents_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
	margin:0 auto 40px auto;
}

.contents_wrapper_ins{
	width:660px;
	overflow:hidden;
	background-image:url(../images/topics/contents_top.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.contents_wrapper_ins_ins{
	width:660px;
	overflow:hidden;
	background-image:url(../images/topics/contents_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/*
左カラム　投稿タイトル
-----------------------------------------*/

.contents_wrapper_ins_ins .Entry_Title{
	width:660px;
	background-color:#7BB0CB;
	overflow:hidden;
}

.contents_wrapper_ins_ins .Entry_Title dt{
	float:left;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	width:500px;
	float:left;
	display:inline;
}

.contents_wrapper_ins_ins .Entry_Title dt p{
	padding:10px 0px 10px 20px;
}

.contents_wrapper_ins_ins .Entry_Title dt a{
	color:#FFF;
	text-decoration:none;
}

.contents_wrapper_ins_ins .Entry_Title dt a:hover{
	text-decoration:underline;
}

.contents_wrapper_ins_ins .Entry_Title dd{
	line-height:37px;
	float:right;
	color:#FFF;
	width:150px;
	display:inline;
}

.contents_wrapper_ins_ins .Entry_Title dd p{
	padding-right:20px;
	text-align:right;
}

.contents_wrapper_ins_ins .entry{
	width:580px;
	margin:20px auto 0px auto;
}

.contents_wrapper_ins_ins .entry p{
	padding-bottom:1em;
}

/*
左カラム　続きを読む
-----------------------------------------*/

.contents_wrapper_ins_ins .read_more{
	width:620px;
	margin:10px auto;
}

.contents_wrapper_ins_ins .read_more li{
	list-style-type:none;
	text-align:right;
}

.contents_wrapper_ins_ins .read_more li a{
	color:#000;
}

/*
右カラム
-----------------------------------------------------------------------------*/

#topics_right_column{
	width:225px;
	float:right;
	overflow:hidden;
}

/*
右カラム：枠
-----------------------------------------*/
#topics_right_column .ROutline {
	width:225px;
	background-image:url(../images/topics/right_wrapper_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
	margin-bottom:20px;
}
#topics_right_column .ROutlineIns {
	background-image:url(../images/topics/right_wrapper_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}
#topics_right_column .ROutlineInsIns {
	background-image:url(../images/topics/right_wrapper_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:14px 14px;
	overflow:hidden;
}

#topics_right_column .ROutlineInsIns a{
	color:#000;
}

#topics_right_column .ROutlineInsIns a:hover{
	text-decoration:none;
}

/*
topics　右カラム　新着記事
------------------------------------------*/
#topics_news_lb{
	width:195px;
	height:61px;
	margin:0 auto;
	background-image:url(../images/topics/lb_news.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}

#topics_news_lb strong{
	display:none;
}

#topics_news_list{
	width:195px;
	margin:0 auto;
}

#topics_news_list li{
	list-style-type:none;
	background-image:url(../images/topics/border.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:5px 0px;
}

#topics_news_list li a{
	color:#000;
}


/*
topics　右カラム　バナー
------------------------------------------*/

#topics_right_banner{
	width:197px;
	margin:0px auto;
}

#topics_right_banner li{
	list-style-type:none;
}

#topics_right_banner li a{
	display:block;
	width:197px;
}

#topics_right_banner li a span{
	display:none;
}


/*
topics　右カラム　各バナー
------------------------------------------*/

#topics_right_banner #rbn01{
	margin-bottom:6px;
}

#topics_right_banner #rbn01 a{
	height:73px;
	background-image:url(../images/topics/bn01.png);
}

#topics_right_banner #rbn02{
	margin-bottom:6px;
}

#topics_right_banner #rbn02 a{
	height:74px;
	background-image:url(../images/topics/bn02.png);
}

#topics_right_banner #rbn03{
	margin-bottom:6px;
}

#topics_right_banner #rbn03 a{
	height:64px;
	background-image:url(../images/topics/bn03.png);
}

#topics_right_banner #rbn04{
	margin-bottom:6px;
}

#topics_right_banner #rbn04 a{
	height:64px;
	background-image:url(../images/topics/bn04.png);
}

#topics_right_banner #rbn05{
}

#topics_right_banner #rbn05 a{
	height:73px;
	background-image:url(../images/topics/bn05.png);
}

#topics_right_banner #rbn06{
	margin-bottom:6px;
}

#topics_right_banner #rbn06 a{
	
}

#topics_right_banner #rbn07{
	margin-bottom:6px;
}

#topics_right_banner #rbn07 a{
	
}


/*
navigation
*/

.navigation{
	width:660px;
	margin:20px auto;
	overflow:hidden;
	font-size:10px;
}

.navigation .alignleft{
	width:300px;
	margin-left:20px;
	float:left;
	display:inline;
}

.navigation .alignright{
	width:300px;
	margin-left:20px;
	float:right;
	display:inline;
	text-align:right;
}

.navigation a{
	color:#000;
}

.navigation a:hover{
	text-decoration:none;
}