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

#main-col{
	float:left;
	width:650px;
}

#right-col{
	float:right;
	width:320px;
}

/*------------------------------------------------------------

	03. h3

------------------------------------------------------------*/

h3{
	width:650px;
	height:45px;
	text-indent:-10000px;
}

h3.heading-schedule{
	background:url(../images/h3_heading-schedule.jpg) no-repeat;
}

#feed{
	width:630px;
	margin:10px auto;
}

#feed dl{
	text-align:left;
	font-size:90%;
	line-height:1.5em;
}

#feed dt{
	background:url(../images/icon-blog.jpg) 0 50% no-repeat;
	text-indent:20px;
	font-weight:bold;
}

#feed dd{
	/*background:url(../images/icon-entry.jpg) 0 50% no-repeat;*/
	text-indent:20px;
}

#feed dl dd{
	margin-bottom:5px;
}


iframe{
	margin:10px auto;
}


/*------------------------------------------------------------

	03. site navigation

------------------------------------------------------------*/

ul.imp-list{
	width:320px;
	margin:0 auto 10px;
	text-indent:-10000px;
}

ul.imp-list a{
	display:block;
	width:320px;
	height:150px;
	background:url(../images/banner-list-index.jpg) 0 0 no-repeat;
}

ul.imp-list a:hover{
	background:url(../images/banner-list-index.jpg) 0 -150px no-repeat;
}


/*------------------------------------------------------------

	04. outside link

------------------------------------------------------------*/

dl.magazine{
	width:320px;
	margin-bottom:10px;
	padding-bottom:5px;
	background:url(../images/dl_magazine-index.jpg) 0 bottom no-repeat;
	text-indent:-10000px;
}

dl.magazine dt{
	width:320px;
	height:35px;
	background:url(../images/dl_magazine-index.jpg) no-repeat;
}

dl.magazine dd{
	float:left;
	width:160px;
	height:25px;
}

dl.magazine dd a{
	display:block;
	width:160px;
	height:25px;
}

dl.magazine dd.mpc a{
	background:url(../images/dl_magazine-index.jpg) 0 -35px no-repeat;
}

dl.magazine dd.mpc a:hover{
	background:url(../images/dl_magazine-index.jpg) 0 -70px no-repeat;
}

dl.magazine dd.mmobile a{
	background:url(../images/dl_magazine-index.jpg) -160px -35px no-repeat;
}

dl.magazine dd.mmobile a:hover{
	background:url(../images/dl_magazine-index.jpg) -160px -70px no-repeat;
}


dl.banner-list{
	width:320px;
	margin-bottom:10px;
}

dl.banner-list dt{
	width:320px;
	height:30px;
	text-indent:-10000px;
}

dl#iblog.banner-list dt{
	background:url(../images/dl_banner-list-dt-blog.jpg) 0 0 no-repeat;
}

dl#ilink.banner-list dt{
	background:url(../images/dl_banner-list-dt-link.jpg) 0 0 no-repeat;
}

dl.banner-list dd{
	float:left;
	width:160px;
	margin-top:10px;
	text-align:center;
}

dl.banner-list dd img{
	vertical-align:bottom;
}

dl.pdf-yakudo{
	width:320px;
	height:30px;
	margin-bottom:10px;
	text-indent:-10000px;
}

dl.pdf-yakudo dt{
	float:left;
	display:block;
	width:185px;
	height:30px;
	background:url(../images/dl_pdf-yakudo-index.jpg) 0 0;
}

dl.pdf-yakudo dd{
	float:left;
}

dl.pdf-yakudo dd a{
	display:block;
	width:135px;
	height:30px;
	background:url(../images/dl_pdf-yakudo-index.jpg) -185px 0 no-repeat;
}

dl.pdf-yakudo dd a:hover{
	display:block;
	width:135px;
	height:30px;
	background:url(../images/dl_pdf-yakudo-index.jpg) -185px -30px no-repeat;
}


ul#tab{
	width:630px;
	margin:10px auto 0;
	text-indent:-10000px;
}

ul#tab li,
ul#tab li a{
	float:left;
	display:block;
	width:210px;
	height:30px;
}

ul#tab li a.tab01{
	background:url(../images/ul_tab-index.jpg) 0 0 no-repeat;
}

ul#tab li a.tab01:hover,
ul#tab li.selected a.tab01{
	background:url(../images/ul_tab-index.jpg) 0 -30px no-repeat;
}

ul#tab li a.tab02{
	background:url(../images/ul_tab-index.jpg) -210px 0 no-repeat;
}

ul#tab li a.tab02:hover,
ul#tab li.selected a.tab02{
	background:url(../images/ul_tab-index.jpg) -210px -30px no-repeat;
}

ul#tab li a.tab03{
	background:url(../images/ul_tab-index.jpg) -420px 0 no-repeat;
}

ul#tab li a.tab03:hover,
ul#tab li.selected a.tab03{
	background:url(../images/ul_tab-index.jpg) -420px -30px no-repeat;
}


#tab01,
#tab02,
#tab03{
	width:630px;
	height:300px;
	margin:10px auto 20px;
	overflow:auto;
}

#tab01 table,
#tab02 table,
#tab03 table{
	background:#FFF;
}

/*------------------------------------------------------------

	画像スライド

------------------------------------------------------------*/

#imagewrap{
	width:648px;
	margin:0 auto 20px;
	background:url(../images/loading.gif) center center no-repeat #000;
	border:1px solid #000;
	text-align:left;
	
}

#slider {
    width: 648px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 648px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-size:80%;
    padding: 10px 5px;
    width: 638px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	line-height:1.5em;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

.left {
	top: 0;
    left: 0;
	width: 175px !important;
	height: 260px;
	
}


ul { list-style-type: none;}


