@charset "UTF-8";

/* ////////////////////////////////////////////////////////
	■Out Line Menu■
	Global Setting
	Layout
	Header
	Footer
	Navigation
	Introduction
	Page Description
	Main Content
	Create New Program
	Program List
	Present Window
	Help
	Present Balloon
//////////////////////////////////////////////////////// */

/* --------------------------------------------
	Global Setting
-------------------------------------------- */
* { 
	margin: 0;
	padding: 0;
}

ul {
	list-style:none;
}

img,
table {
	border:none;
}

a:link,
a:visited,
a:active {
	color: #777;
	text-decoration:underline;
}

a:hover{
	color: #999;
	text-decoration:underline;
}

/* --------------------------------------------
	Layout
-------------------------------------------- */
html {
	height: 100%;
}

body {
	height: 100%;
	text-align:center;
	font:normal 100%  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
	font-size: 13px;
	color: #444;
	background:#fff url(../images/bg.gif) repeat-x top;
}

#container {
	position: relative;
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px auto
}

#header {
	position:relative;
	width:960px;
	height:83px;
	background: #000 url(../images/header.gif) no-repeat top right;
}

#footer {
	width:960px;
	margin: 0 auto;
	text-align:left;
	clear:both;
	position:relative;
	background: url(../images/footer_border.gif) repeat-x top;
}

div#navi {
}

div#desc {
	width: 290px;
	float: left;
	text-align: left;
}

h2 {
	margin: 36px 0 30px;
	width: 290px;
	text-align: left;
}

div#main {
	height: 366px;
	background: url(../images/main.jpg) no-repeat center;
}

div#intro {
	width: 960px;
	position: relative;
	text-align: left;
	border-top: #E6E6E6 1px solid;
}

div#content  {
	width: 650px;
	float:  right;
	margin: 55px 0px 20px;
	padding:0px 0px 20px;
	text-align:center;
	text-align: left;
}

/* --------------------------------------------
	Header
-------------------------------------------- */
h1 {
	margin:0px;
	padding:21px 0px 0px 0px;
	text-align:left;
}

ul.header_navi {
	position: absolute;
	right: 148px;
	bottom: 15px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
}

ul.header_navi li {
	display: inline;
	padding-left: 15px;
}

/* --------------------------------------------
	Footer
-------------------------------------------- */

img.nikon {
	margin: 15px 12px 12px;
}

address {
	font-style:normal;
	padding-top: 20px;
}

ul.footer_navi {
	position: absolute;
	top: 15px;
	right: 0px;
	padding-top: 40px;
	text-align: right;
}

ul.footer_navi li {
	display: inline;
	padding: 0 5px;
}

ul.footer_navi li.rule {
	padding-left: 12px;
	border-left: #FF8080 1px solid;
}

ul.footer_navi li.copy {
	padding-right: 20px;
}

ul.footer_navi a:link,
ul.footer_navi a:visited
 {
	color: #333;
}

/* --------------------------------------------
	Navigation
-------------------------------------------- */
div#navi ul {
	position: relative;
	width: 960px;
	padding: 10px 0 0;
	text-align:left;
	background: url(../images/menu_border.gif) repeat-x bottom;
	vertical-align:bottom;
	zoom: 1;
	overflow: hidden;
}

div#navi ul img {
	margin: 0 2px 1px 0;
	border:none;
	vertical-align: bottom;
}

div#navi ul li {
	display: inline;
	font-size: 0px;
	line-height: 0;
}

div#navi ul li.help {
	position: absolute;
	right: 120px;
	top: 10px;
}

div#navi ul li.logout {
	position: absolute;
	right: 0px;
	top: 10px;
}

div#navi ul li a {
	text-decoration: none;
}

/* --------------------------------------------
	Introduction
-------------------------------------------- */
img.intro_text {
	margin: 23px 0;
	vertical-align: bottom;
}

ul.intro_navi {
	position: absolute;
	right: 0px;
	top: 18px;
	width: 391px;
	height: 75px;
	background: url(../images/intro_navi.gif) repeat-y center;
}

ul.intro_navi li.login {
	position: absolute;
	left: 37px;
	top: 14px;
}

ul.intro_navi li.regist {
	position: absolute;
	right: 14px;
	top: 14px;
}

ul.intro_navi img {
	vertical-align: bottom;
}


/* --------------------------------------------
	Page Description border: #ddd 1px solid;
-------------------------------------------- */

div.help_summary {
	margin: 0 10px 0 0;
	padding: 10px 0px 0;
	font-size: 12px;
}

div.help_summary h3 {

	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	color: #f8130d;
}

div.help_summary h4 {
	border-top: #666666 4px solid;
	border-bottom: #e6e6e6 1px solid;
	font-size: 1px;
	margin: 25px 0 5px;
	padding: 0;


}

div.help_summary h5{
	border-top: #e6e6e6 1px solid;
	border-bottom: #e6e6e6 1px solid;
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0;
}

div.help_summary p {
	margin: 0 0 8px;
	line-height: 1.4;
}

span.arrow {
	display: block;
	margin: 2px 0;
	padding-left: 30px;
	color: #fb0f0c;
	text-align: center;
}

/* --------------------------------------------
	Main Content
-------------------------------------------- */
h3 {
	zoom: 1;
	padding: 4px 0 15px 0px;
	line-height: 1;
	text-align: left;
}

p.att {
	padding:0 0 15px;
	text-align:left;
	line-height:1.4;
}

p.complete {
	padding: 70px 8px;
	line-height:1.4;
	margin-bottom: 15px;
	text-align: center;
}

p.msg {
	padding:0px 8px 8px;
	line-height:1.4;
	margin-bottom: 15px;
	text-align: left;
}

div.content_box {
	clear: both;
	padding: 0 0 20px 0;
}

div.construction {
	padding: 70px 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

div.list_box {
	margin-bottom: 35px;
}

/* --------------------------------------------
	Create New Program
-------------------------------------------- */
p.attention {
	margin-bottom: 10px;
	font-size: 11px;
	color: #8C8C8C;
}

p.attention span {
	color: #F8130D;
}

table.program {
	width: 100%;
	margin-bottom: 8px;
}

table.program th {
	vertical-align: top;
	line-height: 36px;
	width: 170px;
	color: #666666;
	font-size:14px;
	text-align: left;
}


table.program td {	
	padding-bottom: 10px;
}

th span {
	padding-left: 3px;
	font-size: 9px;
	color: #F8130D;
}

span.mini {
	display: block;
	padding: 3px 0 0 3px;
	font-size: 11px;
	color: #8C8C8C;
}

div.inputarea {
	padding: 0px 0 0 3px;
	background: #F2F2F2;
	border-left: #666666 1px solid;
}

div.confirmarea {
	padding: 8px 15px;
	background: #fff;
	border-left: #666666 1px solid;
}

div.essential {
	border-left: #F8130D 1px solid;
}

input.noborder {
	width: 475px;
	height: 27px;
	line-height: 27px;
	margin: 3px 0;
	border: none;
	font-size: 15px;
	color: #666;
	background: #F2F2F2;
}


ul.type {
	padding: 8px 15px;
}

ul.type li {

}

ul.type li.streaming {
	padding: 5px 15px 10px 0;
}

ul.type li.downloadcategory {
	padding: 5px 15px 10px 0;
}

ul.type li.download {
	padding: 5px 15px 10px 0px;
}

ul.type li input {
	margin-right: 5px;
}


p.delete_program  {
	padding-bottom: 10px;
	padding-right: 5px;
	line-height: 0;
	text-align:right;

}

p.add_chap {
	text-align: right;
	padding-bottom: 10px;
	line-height: 0;
}

div.chapter {
	position: relative;
	margin-bottom: 13px;
	padding: 10px 15px 0;
	border: #E6E6E6 1px solid;
	zoom: 1;
	overflow: hidden;
}

div.chapter table.program {
	margin: 0 0 -3px;
}

div.chapter input.noborder {
	width: 460px;
}

div.chapter table.program th {
	width: 153px;
}

img.delete_chap,
input.delete_chap {
	position: relative;
	float:right;
	right: 0px;
	bottom: 10px;
}

table.chapter_tab th {
	width: 130px;
	height:40px;
	line-height: 1.25;
	color: #333;
	font-weight: bold;	
}

table.chapter_tab span.essential {
	color: #0E868A;
}

/* --------------------------------------------
	Program List
-------------------------------------------- */
table.list {
	width: 100%;
	margin: 0 0 10px;
	color: #8C8C8C;
}

table.list th {
	height: 26px;
	background: #fff;
	color: #000;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
}

table.list th.th_delete {
	width: 50px;
	text-align: center;
}
table.list th.th_title {
	width: 290px;
	text-align: left;
}
table.list th.th_ch {
	width: 50px;
	text-align:left;
}
table.list th.th_present {
	text-align: center;
	width: 100px;
}

table.list th.width {
	width: 480px;
}

table.list th.th_up {
	text-align: center;
	width: 90px;
}
table.list th.th_sender {
	width: 180px;
}

table.list td {
	padding: 6px 5px;
	background:#fff;
	color: #8C8C8C;
	line-height: 1.3;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
}

table.list td a:link,
table.list td a:visited,
table.list td a:active {
	color: #777;
}

table.list td a:hover {
	color: #999;
}

table.list tr.even td {
	background: #F9F9F9;
}

table.list td.ch {
	text-align: left;
	color: #FB0F0C;
}

table.list td.delete,
table.list td.present,
table.list td.up {
	text-align: center;
}

table.list td.present,table.list td.up {
	line-height: 10px;
}

table.list td.present a,
table.list td.up a {
}

table.list td.lastrow {
	border-bottom:0px;
}

p.balloon_button input,p.balloon_button img {
	margin: 0 2px 2px;
}

p.delete_program {
	padding-bottom: 10px;
	line-height: 0;
}

ul.list_pager {
	padding-bottom: 20px;
}

ul.list_pager li {
	float: left;
	display: inline;
}

ul.list_pager li.pager {
	width: 250px;
	float: right;
	text-align: right;
}

ul.list_pager li.prev {
	margin-right:10px;
}

ul.list_pager li.prev img {
	margin-right:1px;
}

ul.list_pager li.next {
	margin-left:10px;
}

ul.list_pager li.next img {
	margin-left:5px;
}

table.form {
	margin:0px 0px 20px ;
	width: 100%;
	border:#666666 1px solid;
}

table.form th {
	text-align: center;
	height:45px;
	width:180px;
	background:#333333 url(../images/dotted.gif) repeat-x bottom;
	color:#fff;
	line-height: 1.4;
}

table.form th.none {
	background:#333333;
}

table.form td {
	text-align:left;
	padding:10px;
	background:#F1F1F1 url(../images/dotted.gif) repeat-x bottom;
}

table.form td.none {
	background:#F1F1F1 ;
}

input.middle {
	width: 250px;
}

input.large {
	width: 330px;
}

span.essential {
	display: block;
	color:#6FBABD;
	font-size: 11px;
}

td span.essential {
	display:block;
	color:#6FBABD;
	font-size:11px;
}

img.thumb {
	width: 100px;
}

p.error{
	line-height:1.4;
	margin:0px 0px 15px;
	border:1px solid #fe0000;
	padding: 8px 8px;
	color: #fe0000;
	background: #FFEDE9;
}

p.forget_pass {
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	margin-bottom:15px;
	background: url(../../img/user_img/linkarrow.gif) center left no-repeat;
}


ul.button,
p.button {
	margin:0px auto;
	padding:5px 0px 0px 0px;
	text-align: center;
}

ul.button li {
	text-align: left;
}

ul.button li.next,ul.button li.right {
	width:300px;
	float:right;
	text-align:right;
}

ul.button li.back,ul.button li.left {
	width:300px;
	float:left;
	text-align:left;
}

/* --------------------------------------------
	Present Window
-------------------------------------------- */
body.new_window {
	text-align: center;
	background: #fff;
}

body.new_window h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px;
	line-height: 40px;
	margin: 0;
	color: #fff;
	background: #000;
	}

body.new_window p.error {
	padding: 7px  0 3px 30px;
	margin: 0 0 5px;
	text-align: center;
	background : transparent;
	border: none;
}

body.new_window div#p_content {
	float: none;
	margin: 0 auto;
	padding: 15px 0;
	width: 400px;
	text-align: left;
	background: none;
}

p.comment {
	text-align: center;
	padding: 15px 0 25px;
}

table.present_form {
	margin-bottom: 10px;
}

table.present_form td,table.present_form th {
	padding: 5px;
}


/* --------------------------------------------
	Help
-------------------------------------------- */
div.help_box {
	clear: both;
	padding: 0 0 15px;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

div.help_box p {
	margin: 0 0 15px 0;
}

ul.help_links {
	text-align: right;
	margin: 0 0 25px 0;
}

ul.help_links li {
	display: inline;
	padding-left: 15px;
	margin: 5px 0;
}
ul.help_links li a {
	padding: 0 5px 0 18px;
	background: url(../images/links.gif) no-repeat left center;
}

ul.help_menu {
	margin: 0 0 15px 0;
}

ul.help_menu li {
	margin: 5px 0;
}

ul.help_menu li a {
	padding: 0 0 0 18px;
	background: url(../images/links2.gif) no-repeat left center;
}

ul.normal {
	margin: 0 0 15px 0;
}
ul.normal li {
	margin-bottom: 3px;
	padding-left: 1em;
	text-indent: -1em;
}

div.help_box h3 {
	padding: 15px 0 20px;
	font-size: 1px;
	border-top: #666666 4px solid;
}

div.help_box h4 {
	font-size:14px;
	text-align:left;
	margin: 30px 0 5px;
}

div.help_box h5 {
	font-size: 1px;
	border-top: #E6E6E6 1px solid;
	border-bottom: #E6E6E6 1px solid;
	margin-bottom: 10px;
}


ul.process {
	margin: 0 0 15px 0;
}

ul.process li {
	margin-right: 100px;
	padding: 8px 0 13px;
	text-align: left;
	background: url(../images/arrow.gif) no-repeat bottom left;
}

ul.process li.no_arrow {
	padding-bottom: 0;
	background: none;
}


/* --------------------------------------------
	Present Balloon
-------------------------------------------- */

div.balloon {
	width: 300px;
	background: url(../images/balloon.gif) no-repeat top center;
	padding: 28px 0 10px;
}

div.balloon div {
	background: url(../images/balloon_bottom.gif) no-repeat bottom center;
}

div.balloon strong {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0 10px 2px;
}

p.p_mail {
	text-align: center;
	padding: 0 10px 5px;
}

p.p_mail input {
	font-size: 12px;
	width: 270px;
}

p.balloon_error {
	line-height:1.3;
	margin:0px 5px 5px;
	padding: 0px 10px 0px 10px;
	color: #fe0000;
} 

p.balloon_button {
	text-align: center;
}