/* CSS Document */


/* =reset CSS-----------------------------------------  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	border: 0;
} 

table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 

ol,ul { 
    list-style:none; 
} 

caption,th { 
    text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after { 
    content:''; 
} 

abbr,acronym { 
	border:0; 
} 



/* =elements CSS--------------------------------------------- */

body {
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	font-family:Meiryo;
	background-image: url(img/back01.jpg);
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

a:link,a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}


/* =div id  CSS---------------------------------------- */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(img/base01.jpg);
	background-repeat: repeat-y;
	padding-bottom: 15px;
}

#header {
	height:63px;
	
	padding:15px 35px 20px 35px;
}

	#header div.mainLogo {
		float:left;
		width:682px;
	}

	#header div.memberLogin {
		float:left;
		margin:20px 0 0 0;
		width:119px;
	}
	
	#header div.mail {
		float:left;
		margin:20px 10px 0 0;
		width:119px;
		text-align:center;
	}

/* blueback top */
#main-t {
	background-image: url(img/base02_1.jpg);
	background-repeat: no-repeat;
	background-position: 26px 29px;
}

/* blueback bottom */
#main-b {
	background-image: url(img/base02_3.jpg);
	background-position: 26px bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

/* blueback middle */
#main-m {
	background-image: url(img/base02_2.jpg);
	background-repeat: repeat-y;
	background-position: 36px;
}

#navi {
	padding-left: 41px;
	width: 939px;
	height: 29px;
}

/* navi whiteback */
#navi-base {
	margin: 0 10px;
	background: url(img/navi_base.gif) no-repeat;
	background-position: left top;
}

/* whiteback top */
#contents-t {
	background: url(img/base03_1.jpg) no-repeat;
	background-position: left 55px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* whiteback middle */
#contents-m {
	background: url(img/base03_2.jpg) repeat-y;
}

/* wthiteback bottom */
#contents-b {
	background: url(img/base03_3.jpg) no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 16px;
}

/* index flash area */
#contents-top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	padding-bottom: 20px;
}

/* index area */
#contents-top0 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
}

/* index banner area */
#banner-area {
	margin: 0 10px;
	background-color: #FFFFFF;

}

	#banner-area div.bottom {
	width:930px;
	height:70px;	
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


/* =navigation------------------------------ */
#navi ul,
#navi ul li {
	float: left;
}

#navi ul {
	margin-top: 1px;
}

#navi ul li a {
	display: block;
	width: 150px;
	height: 29px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
}

/* navi */
#navi01 a {
	background-image: url(img/btn01.jpg);
}

#navi02 a {
	background-image: url(img/btn02.jpg);
}

#navi03 a {
	background-image: url(img/btn03.jpg);
}

#navi04 a {
	background-image: url(img/btn04.jpg);
}

#navi05 a {
	background-image: url(img/btn05.jpg);
}

#navi06 a {
	background-image: url(img/btn06.jpg);
}

/* navi hover */
#navi01 a:focus,
#navi01 a:hover {
	background-image: url(img/btn01hover.jpg);
}

#navi02 a:focus,
#navi02 a:hover {
	background-image: url(img/btn02hover.jpg);
}

#navi03 a:focus,
#navi03 a:hover {
	background-image: url(img/btn03hover.jpg);
}

#navi04 a:focus,
#navi04 a:hover {
	background-image: url(img/btn04hover.jpg);
}

#navi05 a:focus,
#navi05 a:hover {
	background-image: url(img/btn05hover.jpg);
}

#navi06 a:focus,
#navi06 a:hover {
	background-image: url(img/btn06hover.jpg);
}

/* navi current */
#navi01on a {
	background: url(img/btn01on.jpg);
}

#navi02on a {
	background: url(img/btn02on.jpg);
}

#navi03on a {
	background: url(img/btn03on.jpg);
}

#navi04on a {
	background: url(img/btn04on.jpg);
}

#navi05on a {
	background: url(img/btn05on.jpg);
}

#navi06on a {
	background: url(img/btn06on.jpg);
}

/*= contents---------------------------------- */

/* contents base */
/* p base */
#contents-t p {
	width: 820px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}

/* p padding top40px */
#contents-t p.t40 {
	padding-top: 40px;
}

/* p padding top70px */
#contents-t p.t70 {
	padding-top: 70px;
}

/* p padding top0px */
#contents-t p.t0 {
	padding-top: 0px;
}

/* p width 400px */
#contents-t p.w400 {
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* p width 290px */
#contents-t p.w290 {
	width: 290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* p text right */
#contents-t p.t-r {
	text-align: right;
}

#contents-t p.t-r0 {
	text-align: right;
	padding-top: 0px;
}

/* p text bold */
#contents-t p.tw-b {
	font-weight: bold;
}

#contents-t p.tw-b-t40 {
	font-weight: bold;
	padding-top: 40px;
}

#contents-t p.tw-b-t10 {
	font-weight: bold;
	padding-top: 10px;
}

#contents-t p.tw-br {
	font-weight: bold;
	text-align: right;
}

#contents-t p.tw-br-t0 {
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
}

/* ƒKƒWƒFƒbƒg text*/
.t-c {
	text-align: center;
}

.subttl {
	width: 780px;
	padding: 0px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

/* p img center */
#contents-t p.c-img40 {
	padding-top: 40px;
	text-align: center;
}

#contents-t p.c-img20 {
	padding-top: 20px;
	text-align: center;
}

#contents-t p.c-img20tw-b {
	padding-top: 20px;
	text-align: center;
font-weight: bold;
}

#contents-t p.c-img0 {
	padding-top: 0px;
	text-align: center;
}


/* h1 base */
#contents-t h1 {
	padding: 18px 0;
}

/* h2 base */
#contents-t h2 {
	padding: 0 0 0 20px;
}

/* h2 padding top */
#contents-t h2.pt-70 {
	padding-top: 70px;
}


#contents-t h3 {
	font-weight: bold;
	padding-top: 2px;
	padding-left: 8px;
	margin-top: 40px;
	font-size: 16px;
	margin-left: 40px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	line-height: 1;
}

#contents-t h3.mt-60 {
	font-weight: bold;
	padding-top: 2px;
	padding-left: 8px;
	margin-top: 60px;
	font-size: 16px;
	margin-left: 40px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	line-height: 1;
}


#contents-t h4 {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 40px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 1;
}

/* banner */
#banner01 a{
display:block;
width:400px;
background:url(img/banner_digilife.jpg) no-repeat;
height:50px;
text-decoration:none;
text-indent: -9999px;
}

#banner01 a:hover{
background:url(img/banner_digilife_on.jpg) no-repeat;
}

#banner02 a{
display:block;
width:155px;
background:url(img/banner_pctv.jpg) no-repeat;
height:70px;
text-decoration:none;
text-indent: -9999px;
}

#banner02 a:hover{
background:url(img/banner_pctv_on.jpg) no-repeat;
}



/* index 2bloc */
/* index copy */
#cpy-l {
	width: 400px;
	padding-left: 20px;
	padding-right: 40px;
	float: left;
}

/* topics base */
#topic-t {
	width: 440px;
	float: right;
	padding-top: 15px;
	background-image: url(img/topic_base01.gif);
	background-repeat: no-repeat;
}

#topic-m {
	background: url(img/topic_base02.gif) repeat-y;
	width: 440px;
}

#topic-b {
	background: url(img/topic_base03.gif) no-repeat;
	background-position: left bottom;
}

#cpy-l h1 {
	/*padding-top: 20px;*/
	margin-bottom: 10px;
}

#topic-b h1 {
	padding-bottom: 15px;
	padding-left: 15px;
}

#topic-b table {
	margin: 0 18px 15px 18px;
}

/* topics new 
#topic-b p.new {
	background: url(img/new01.gif) no-repeat;
	margin-left: 35px;
	padding-left: 45px;
	padding-bottom: 20px;
}*/

/* topics not new(no class)
#topic-b p {
	margin-left: 35px;
	padding-left: 45px;
	padding-bottom: 20px;
} */

/* rules text */
/* padding-left20 padding-top40 text(16px,bold) */
#contents-t p.l20t40-b16 {
	width: 840px;
	padding-top: 40px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

/* padding-left20 padding-top0 text(16px,bold) */
#contents-t p.l20t0-b16 {
	width: 840px;
	padding-top: 1px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

/* release table */
.tbl04 {
	width: 820px;
	line-height: 190%;
}

.tbl04 td {
	width: 390px;
	padding-right:10px;
}

/* about table */
#contents-t table.tbl03 {
	margin-left: auto;
	margin-right:auto;
	padding-top: 0px;
}

.tbl03 th {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	text-align: center;
	background-color: #E8ECEE;
	padding: 10px;
}

.tbl03 td {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
}

/* release table */
.tbl02 th {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	width: 80px;
	background-color: #E8ECEE;
	padding: 10px;
}

.tbl02 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}



/* release table02 */
.tbl06 {
	width:820px;
	table-layout:fixed;
	border-colspace:separete;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

.tbl06 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #C2D5E3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbl06 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding: 5px;
	vertical-align: top;
}

.tbl06 th.w134 {
	width: 134px;
}

.tbl06 th.w170 {
	width: 170px;
}

/* release table03 */
.tbl07 {
	width:820px;
	table-layout:fixed;
	border-colspace:separete;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

.tbl07 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #C2D5E3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbl07 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding: 5px;
	vertical-align: top;
}

.tbl07 th.w200 {
	width: 200px;
}



/* company table01 */

.tbl08 {
	width:820px;
	table-layout:fixed;
	border-colspace:separete;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

.tbl08 th {
	width: 400px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: #C2D5E3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbl08 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding: 5px;
	vertical-align: top;
}



/* condition table */
#contents-t table {
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
}

.tbl01 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

.tbl01 th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 245px;
	background-color: #C2D5E3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbl01 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding: 5px;
	vertical-align: top;
}

.tbl01 th.w70 {
	width: 70px;
}

td.td-g  {
	vertical-align: middle;
	background-color: #F3F3F3;
	font-weight: bold;
	text-align: center;
}

/* report02 table */

#contents-t table.tbl05 {
	margin-left: auto;
	margin-right:auto;
	padding-top: 0px;
}

.tbl05 td {
	text-align: center;
	font-weight: bold;
}

/*admission table*/

#contents-t ul.adm {
	
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 55px;
	
	list-style-type:square;
	
}

#contents-t ol.adm {
	
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 90px;
	
	list-style-type:decimal;
	
}

#contents-t ol.adm li {
	padding-bottom:14px;
}

/* report top list */
#contents-t ul.rep-t {
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 55px;
	list-style: square;
}

#contents-t ul.rep-t li {
	padding-bottom: 30px;
}

/* ttl top */
.btnt {
	width: 900px;
	height:46px;
}

.ttl01 {
	width: 750px;
	float: left;
}

.ttl02 {
	width: 150px;
	float: left;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix { display: block; }
/* End hide from IE-mac */
