@charset "utf-8";
/* CSS Document */

@import "init.css";
@import "base.css";

/*//////////////////////////////////////////////

//////////////////////////////////////////////*/
div#to_archives{
	width:680px;
	height:60px;
	margin:0 0 20px 20px;
}
div#to_archives ul{
	background:url(../wp_content_imgs/examples/ex_navi1_base.png) no-repeat 0 0;
	height:46px;
	padding:0 0 0 10px;
	}
div#to_archives ul li{
	width:161px;
	height:46px;
	margin:0 5px 0 0; 
	float:left;
	}

li#ta1 a{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -10px 0;
	display:block;
	width:161px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	}
li#ta1 a:hover{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -10px -46px;
	}
li#ta1_current a{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -10px -46px;
	display:block;
	width:161px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	}

li#ta2 a{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -176px 0;
	display:block;
	width:161px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	}
li#ta2 a:hover{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -176px -46px;
	}
li#ta2_current a{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -176px -46px;
	display:block;
	width:161px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	}

li#ta3 a{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -342px 0;
	display:block;
	width:161px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	}
li#ta3 a:hover{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -342px -46px;
	}
li#ta3_current a{
	background:url(../wp_content_imgs/examples/ex_navi1.png) no-repeat -342px -46px;
	display:block;
	width:161px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	}
	
/*//////////////////////////////////////////////
index
//////////////////////////////////////////////*/

body#detail div#contents-wrap h2 {
	font-weight:bold;
	margin-bottom:10px;
}

div#contents-wrap{/*㏑*/
	width:700px;
	margin:0 -20px 30px auto;
	position:relative;
	}
div#contents-wrap dl{
	background:url(../wp_content_imgs/examples/ex_all_bg.png);
	width:200px;
	float:left;
	margin:0 20px 20px 0;
	display:inline;
	}
div#contents-wrap dl dt{
	height:135px;
	padding:10px 10px 10px 10px;
	text-align:center;
	}
div#contents-wrap dl dt a{/*c摜ł͂ݏo͔\*/
	display:block;
	width:180px;
	height:135px;
	overflow:hidden;
	vertical-align:middle;
	}
div#contents-wrap dl dd{
	padding:0 10px 10px 10px;
	text-align:center;
	}

