﻿@charset "utf-8";

a img:hover{opacity:0.8;}
a{ color:#336699;}
a:hover{ text-decoration:none;}
.red{ color:#cc0000;}


/* ----------------------------------------
error message
---------------------------------------- */

#maincontents span.error{
	color:#cc0000;
	font-size:0.9em;
	display:block;
	text-align:right;
	margin-bottom:20px;
}

#maincontents dd span.error{
	display:inline;
	text-align:left;
	margin-bottom:0px;
}

#maincontents td span.error{
	display:block;
	text-align:left;
	margin-bottom:5px;
}

/* ----------------------------------------
maincontents
---------------------------------------- */

#maincontents{
	width:960px;
	margin:30px auto;
	clear:both;
	font-size:0.9em;
	padding-bottom:20px;
}

#maincontents #title{
	padding-bottom:10px;
	height:30px;
}

#maincontents #title h2{
	display:block;
	font-size:1.6em;
	color:#4b5c6f;
	line-height:1.3em;
	font-weight:bold;
	width:700px;
	float:left;
	height:30px;
}

#maincontents #title h2 span{
	font-size:16px;
	color:#666;
	line-height:1em;
	height:30px;
	padding-left:20px;
}

#maincontents #title h2 span img{
	vertical-align:-5px;
	margin-right:8px;
}

#maincontents #title span.alert{
	display:block;
	font-size:14px;
	position:relative;
	float:right;
	width:260px;
	height:25px;
	color:#cc0000;
	text-align:right;
	margin-top:5px;
}

#maincontents #title span.open{
	display:block;
	font-size:14px;
	line-height:1em;
	position:relative;
	float:right;
	height:25px;
	color:#cc0000;
	text-align:right;
	padding:0 0 0 25px;
	background:url(../img/bt/table_open.png) no-repeat 0 1px;
	margin-top:5px;
}

#maincontents #title h3{
	display:block;
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin:10px 0 3px 0;
	border-left:5px solid #496ea4;
	padding:6px 7px;
	line-height:100%;
	height:18px;
}

#maincontents #title h3 span{
	color:#666;
	line-height:1em;
	padding-left:15px;
}

#maincontents #title h3 span img{
	margin-top:-2px;
}

#maincontents #top_info{
	margin-top:15px;
	min-height: 1px;
}

#maincontents #top_info:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html #maincontents #top_info {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#maincontents #top_info .list{
	width:530px;
	float:left;
}

#maincontents #top_info .list li{
	padding-bottom:15px;
}

#maincontents #top_info .alert{
	width:400px;
	float:right;
	background-color:#fff9d6;
	border:1px solid #e5d279;
	padding:14px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

#maincontents #top_info .alert span{
	display:block;
	font-size:0.9em;
	background:url(../img/common/info_alert.png) no-repeat;
	line-height:1em;
	padding:3px 0 5px 25px;
	
}

#maincontents #top_info .alert li{
	padding:11px 0 0 0;
	line-height:1em;
}

#maincontents hr.line {
	clear:both;
	border:0;
	height:4px;
	background:url(../img/common/hr_01.png) no-repeat;
	margin:35px 0;
}

#maincontents table.list{
	clear:both;
	width:100%;
	background-color:#ccc;
	border-collapse: collapse;
	border: 1px double #ccc;
	margin-bottom:40px;
}

#maincontents table.list th{
	padding:10px;
	background:url(../img/common/th.png) no-repeat;
	font-weight:100;
	color:#fff;
	border: 1px double #ccc;
	table-layout: fixed;
}

#maincontents table.list td{
	padding:10px;
	border: 1px double #ccc;
	table-layout: fixed;
}

#maincontents table.list td span.bt{
	float:right;
	margin-top:-2px;
}

#maincontents table.list tr{
	background-color:#fff;
}

#maincontents table.list tr:nth-child(odd){
	background-color:#fff;
}

#maincontents table.list td.linechange{
	width:20px;
	text-align:center;
	background-color:#eee;
	padding:0;
}

#maincontents table.list td.linechange img{
	padding:6px 10px;
}

/* ----------------------------------------
pulldown
---------------------------------------- */

#maincontents .pulldown{
	width:950px;
	padding:4px;
	background-color:#fff;
	border:1px solid #e6e6e6;
	margin-bottom:10px;
}

#maincontents .pulldown h3{
	background:url(../img/common/h3.png) repeat-x;
	height:35px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

#maincontents .pulldown h3 a {
	background: url("../img/bt/sprite.png") 10px 8px no-repeat;
	display: block;
	padding: 10px;
	padding-left: 35px;
	margin: 0;
	font-size:16px;
	color:#fff;
	line-height:1em;
	text-decoration:none;
}

#maincontents .pulldown h3.open a {
	background-position:10px -24px; 
}

#maincontents .pulldown .inner{
	padding:10px;
}

#maincontents .pulldown .inner dl{
	margin-bottom:20px;
}

#maincontents .pulldown .inner dl dt{
	clear:both;
	border-top:1px solid #e5e5e5;
	width:170px;
	float:left;
	padding:15px 0;
	line-height:35px;
	min-height:35px;
}

#maincontents .pulldown .inner dl dd{
	border-top:1px solid #e5e5e5;
	width:760px;
	float:right;
	padding:15px 0;
	min-height:35px;
}

#maincontents .pulldown .inner dl dt:first-child,
#maincontents .pulldown .inner dl dt:first-child + dd{
	border:none;
}

#maincontents .pulldown .inner dl dd .import dl {
	margin:0;
	padding:0;
}

#maincontents .pulldown .inner dl dd .import dl dt {
	clear:both;
	border-top:none;
	width:60px;
	float:left;
	padding:15px 0 0 0;
	margin:0;
	min-height:20px;
	line-height:100%;
	font-weight:bold;
}

#maincontents .pulldown .inner dl dd .import dl dd{
	border:none;
	width:700px;
	float:right;
	padding:15px 0 0 0;
	margin:0;
	min-height:20px;
	line-height:100%;
}

#maincontents .pulldown hr.line {
	clear:both;
	border:0;
	height:4px;
	background:url(../img/common/hr_01.png) no-repeat;
	margin:25px 0;
}

#maincontents .pulldown h4{
	font-size:20px;
	font-weight:bold;
	color:#4b5c6f;
	margin:0 0 10px 0;
}

input.txt_outframe[type=text]:focus{
	background-color:#fff9d6;
	color:#333;
	border: thin solid #e5d279;
}

#maincontents .pulldown .inner dl dd span{
	line-height: 35px;
}

#maincontents .pulldown .inner dl dd span img{
	margin:0 30px;
	vertical-align:middle;
}

#maincontents .pulldown .inner dl dd label{
	min-height:35px;
	line-height:35px;
	margin-right:20px;
	cursor:pointer;
	padding:5px 0;
}

#maincontents .pulldown .inner dl dd select{
	margin-top:4px;
	line-height:35px;
	margin-right:20px;
	cursor:pointer;
	height:30px;
	padding-left:5px;
	outline: none;
}



/* ----------------------------------------
other
---------------------------------------- */

#maincontents .inputform{
	width:950px;
	margin-bottom:10px;
}

#maincontents .inputform h3{
	background:url(../img/common/h3.png) repeat-x;
	height:35px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

#maincontents .inputform{
	padding:10px;
}

#maincontents .inputform dl{
	margin-bottom:20px;
}

#maincontents .inputform dl dt{
	clear:both;
	border-top:1px solid #ccc;
	width:180px;
	float:left;
	padding:15px 0;
	line-height:35px;
	min-height:35px;
}

#maincontents .inputform dl dd{
	border-top:1px solid #ccc;
	width:770px;
	float:right;
	padding:15px 0;
	min-height:35px;
}

#maincontents .inputform dl dt:first-child,
#maincontents .inputform dl dt:first-child + dd{
	border:none;
}

#maincontents .inputform dl dd span{
	line-height: 35px;
}

#maincontents .inputform dl dd span.textarea{
	line-height: 35px;
	vertical-align:top;
}

#maincontents .inputform dl dd div{
	margin-bottom:10px;
}

#maincontents .inputform dl dd textarea{
	margin-right:10px;
	border: thin solid #bbb;
}

#maincontents .inputform dl dd img{
	margin:0 10px 0 0;
}

#maincontents .inputform dl dd span img{
	margin:0 30px;
	vertical-align:middle;
}

#maincontents .inputform dl dd label{
	min-height:35px;
	line-height:35px;
	margin-right:20px;
	cursor:pointer;
	padding:5px 0;
}

#maincontents .inputform dl dd select{
	margin-top:4px;
	line-height:35px;
	margin-right:20px;
	cursor:pointer;
	outline: none;
}

#maincontents .filecheck{
	background-color:#ffffff;
	padding:20px 20px 15px;
	border:1px solid #ccc;
	margin:10px 0;
}

#maincontents .filecheck h3{
	font-size:1.1em;
}

#maincontents .filecheck ul{
	padding-top:10px;
}

#maincontents .filecheck li{
	list-style:disc;
	margin:15px 0 15px 30px;
	line-height:100%;
}

.note dl dt {
	clear:both;
	border-top:none;
	width:160px;
	float:left;
	padding:15px 0 0 0;
	margin:0;
	min-height:20px;
	line-height:35px;
	font-weight:bold;
}

.note dl dd{
	border:none;
	width:800px;
	float:right;
	padding:15px 0 0 0;
	margin:0;
	min-height:20px;
	line-height:35px;
}

.note dl dd dt{
	border:none;
	width:200px;
	float:left;
	padding:8px 0 0 0;
	margin:0;
	min-height:20px;
	line-height:20px;
}

.note dl dd dd{
	border:none;
	width:600px;
	float:right;
	padding:8px 0 0 0;
	margin:0;
	min-height:20px;
	line-height:20px;
}

.note dl dd select{
	margin:8px 0 0 0;
}

.bt_left{
	text-align:left;
	clear:both;
}

.bt_right{
	text-align:right;
	clear:both;
}

.bt_center{
	text-align:center;
	clear:both;
}

.bt_center img{
	margin:0 10px;
}

.bt .left{
	float:left;
	height:39px;
}

.bt .right{
	float:right;
	height:39px;
}

.bt .left p.txt{
	line-height:39px;
	color:#006699;
}

#maincontents ul.cursor{
	margin:10px 0;
}

#maincontents ul.cursor{
	margin:10px 0 0 0;
	padding:0;
}

#maincontents ul.cursor li{
	list-style:none;
	background:url(../img/common/cursor.png) no-repeat 0 2px;
	line-height:100%;
	padding:0 10px 10px;
	margin-left:5px;
}

ul#select{
	margin-top:15px;
	margin-bottom:15px;
	width:960px;
	border-bottom:1px solid #ddd;
}

ul#select li{
	clear:both;
	padding:15px 10px;
	border-top:1px solid #ddd;
	color:#333;
	line-height:100%;
	list-style:disc;
	list-style-position:inside;
}

ul#select li img{
	vertical-align:middle;
	padding-left:15px;
}

/* ----------------------------------------
news
---------------------------------------- */

dl#news {
    width: 960px;
    border-bottom: 1px solid #dddddd;
}

dl#news dt{
	clear:both;
	float:left;
	width:111px;
	padding:15px 0;
	border-top:1px solid #dddddd;
	color:#666;
	line-height:150%;
}

dl#news dd{
	float:right;
	width:849px;
	padding:15px 0;
	border-top:1px solid #dddddd;
	line-height:150%;
}

#maincontents #title h2.news{
	width:100%;
}

#maincontents div#news p{
	line-height:150%;
	margin-top:20px;
	margin-bottom:30px;
}

#maincontents ul.user li{
	line-height:35px;
	float:left;
	margin-right:40px;
}

#maincontents ul.licenselist{
	margin-left:30px;
}

#maincontents ul.licenselist li{
	line-height:35px;
	list-style-position:inside;
	list-style:disc;
	padding:0;
}

#maincontents ul.licenselist li.bt{
	list-style:none;
	line-height:35px;
	margin-top:5px;
}

#maincontents ul.licenselist li span{
	padding-left:10px;
}


/* ----------------------------------------
faq
---------------------------------------- */


#maincontents h3.faq{
	display:block;
	font-size:1.3em;
	color:#333;
	font-weight:bold;
	margin:15px 15px 0 15px;
	border-left:5px solid #496ea4;
	padding:5px;
	line-height:100%;
}

#maincontents dl.faq{
	margin:5px 15px 50px;
}

#maincontents dl.faq dt{
	padding:20px 0 15px;
	font-size:1.2em;
	color:#496ea4;
	font-weight:bold;
	border-top:1px solid #dddddd;
	text-indent:-1.1em;
	padding-left:1.1em;
	line-height:150%;
}

#maincontents dl.faq dt:first-child{
	border-color:#496ea4;
}

#maincontents dl.faq dd{
	padding-bottom:20px;
	text-indent:-1em;
	padding-left:1em;
	margin-left:20px;
	line-height:150%;
}

#maincontents dl.faq dd ul li{
	padding-left:25px;
}

#top_info div.list div.radius {
    color: #3366BB;
    border: 2px solid;
    border-radius: 5px;
    width: 63px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
}
#news div.info {
    color: #3366BB;
    border: 2px solid;
    border-radius: 5px;
    width: 63px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
}

/* ----------------------------------------
errorpage
---------------------------------------- */

#errorpage{
	width:800px;
	margin:0 auto;
}

#errorpage dt{
	font-size:1.4em;
	color:#4b5c6f;
	margin-top:40px;
	margin-bottom:10px;
}

#errorpage dd{
	margin-left:20px;
}

#errorpage dd li{
	margin-bottom:5px;
}

/* ----------------------------------------
route => nos.cssへ
---------------------------------------- */



/* ----------------------------------------
form
---------------------------------------- */

input.txt{
	height:25px;
	background-color:#ffffff;
	border: thin solid #bbb;
	color:#666;
	padding:4px;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	outline: none;
	width:230px;
	margin-right:10px;
}

input.txt_outframe{
	height:25px;
	background-color:#fff;
	border: thin solid #ccc;
	color:#999;
	padding:4px;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	outline: none;
	width:230px;
	margin-right:10px;
}

input.txt[type=text]:focus{
	background-color:#fff9d6;
	color:#333;
	border: thin solid #e5d279;
}

input.w50,textarea.w50{width:50px;}
input.w100,textarea.w100{width:100px;}
input.w150,textarea.w150{width:150px;}
input.w200,textarea.w200{width:200px;}
input.w250,textarea.w250{width:250px;}
input.w300,textarea.w300{width:300px;}
input.w350,textarea.w350{width:350px;}
input.w400,textarea.w400{width:400px;}
input.w450,textarea.w450{width:450px;}
input.w500,textarea.w500{width:500px;}
input.w550,textarea.w550{width:550px;}
input.w600,textarea.w600{width:600px;}
input.w650,textarea.w650{width:650px;}
input.w700,textarea.w700{width:700px;}
input.w750,textarea.w750{width:750px;}