@charset "UTF-8";

/* CSS Document */
html{
	height:100%;
}

body{
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: url(images/bg_gra.jpg) repeat-x;
	background-color:#9E77B0;
	font-size:13px;
  *font-size:small;
  *font:x-small;
	line-height: 180%;
	color:#333333;
}

p, div, img,
h1,h2,h3,h4,
table,tr,td
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

a, a:link, a:visited{
	font-family: sans-serif;
	color:#E50;/*gardenGreen#093 232D12 4C544C*/
	font-size:90%;					/* forOther */
}
a:hover, a:active{
	color:#E70;/* gardenGreen#5ec85e */
}

* html a{/*WinIE6*/
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:90%;
}
*:first-child+html a{/*WinIE7*/
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size:90%;
}

.wrap{
	text-align:left;
	position:relative;
	min-height: 1%;
	display: inline-table;
}
.wrap:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*\*/
* html .wrap {
    height: 1%;
}
.wrap {
    display: block;
}

/**/

.left{
	float:left;
}
.right{
	float:right;
}
.cntr{
	margin:0 auto;
	text-align:center;
}

/*** Page Layout ***/
#contents{
	background:url(images/bg.jpg) repeat-y;
	margin:0 auto;
	text-align:center;
	min-height:100%;
	height:auto;
	position:relative;
	width:936px;
	
}
.contents-all{/*id=contents内ボックス共通*/
	width:812px;
	height:auto;
	margin:0 auto;
	text-align:center;
	/*border:solid 1px #f00;*/
}
.inner_box{
	width:754px;
  margin-top:30px;
	height:auto;
	margin:0 auto;
}

.line{
	margin: 30px 0 30px 0;
	border-bottom:solid #EAEBEB 1px;
}

/****************
 メイン
****************/
#main{/*全ページ共通*/
	width:812px;
	text-align:left;
}

a.dcttv_s{
	display:block;
	background:url(images/bnr_dcttv_s.jpg) no-repeat;
	width:269px;
	height:82px;
	margin-bottom:15px;
}

/****************
 フッター
****************/
.footer_link {
margin-top:90px;
text-align:left;
padding-bottom:3px;
position:relative;
}
a.dcttv_l{
	position:absolute;
	right:0;
	top:-68px;
	display:block;
	background:url(images/bnr_dcttv_l.jpg) no-repeat;
	width:340px;
	height:88px;
}


#footer {
border-top:#999999 1px solid;
text-align:center;
padding:20px 0 40px 0;
}

