﻿@charset "utf-8";

body { background-color: #f18d00; } /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}
/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
}


/* #main */
body{
	background:url(../images/bg.jpg) center 135px repeat;
}
#main {
	width: 678px;
	padding-bottom: 35px;
}
#main .article{
	background:url(../images/bg_main.png) center top repeat-y;
	width: 670px;
	padding:0px 4px;
	padding-bottom: 35px;
}
/* #header */
#main #tegami_header {
	width: 670px;
	height: 673px;
	background: url(../images/header.jpg) no-repeat 0px 0px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}
#main #tegami_header h1,
#main #tegami_header h2{
	font-size:0px;
	text-indent:-9999px;
	height:0px;
	padding:0px;
	margin:0px;
}

#main .onair,
#main .cast{
	width:542px;
	margin:50px auto 0px;
	padding-bottom:22px;
}
#main .onair h3,
#main .onair p,
#main .cast h3,
#main .cast dl{
	font-size:0px;
	text-indent:-9999px;
}
#main .onair h3{
	background:url(../images/tit_onair.png) no-repeat;
	width:542px;
	height:49px;
}
#main .cast h3{
	background:url(../images/tit_cast.png) no-repeat;
	width:542px;
	height:49px;
}
#main .onair p{
	background:url(../images/txt_onair.png) no-repeat;
	width:542px;
	height:693px;
	margin:35px 0px 0px;
	padding-bottom:35px;
}
#main .onair ul{
	list-style-type: none;
	margin:0px auto;
	padding:0px;
	overflow:hidden;

}
#main .onair ul li{
	float: left;
	height:100px;
	width:177px;
	padding:0px 4px 4px 0px;
}
#main .onair ul li:nth-child(3n){
	padding:0px 0px 4px 0px;
}
#main .cast dl{
	background:url(../images/txt_cast.png) no-repeat;
	width:372px;
	height:256px;
	margin:35px auto 0px;
}
#main .bottom{
	background:url(../images/bottom_main.png) no-repeat;
	width:678px;
	height:5px;

}
#main .pagetop{
	width:94px;
	height:15px;
	float:right;
	padding-right:20px;
	text-indent:-9999px;
	font-size:0px;
	margin:15px 0px 0px;
}
#main .pagetop a{
	width:94px;
	height:15px;
	display:block !important;
	background:url(../images/btn_pagetop.png) no-repeat;
}
.clear{
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}


/* #side */
#side { padding: 10px 0px 0px; }

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#side div#banner_navimail { width: 100%; height: 105px;}

/* ソーシャル */
#btn-sbm {
	background:url(../images/bg_social.png) center top no-repeat;
	text-align: center;
	width:610px;
	height:19px;
	padding: 16px;
	margin:20px auto;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */ 
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }


/* テキスト指定 */
#article {
	font-size: 120%;
	line-height: 1.5;
	background-color: #f7f7f7;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
}
