@charset "utf-8";
/* CSS Document */

/* ------------------- html ------------------- */
html {
overflow: scroll;
}


/* ------------------- body ------------------- */
body {
margin-left: 0px;
margin-top: 0px;
background-color:#000000;
padding: 0;
font-size: small;
color: #FFFFFF;
font-family:'メイリオ','ヒラギノ';
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: auto;
-moz-osx-font-smoothing: grayscale;
}


h1 {
margin: 0px;
font-weight:normal;
}

h2 {
margin: 0px;
font-size: medium;
}

h3 {
margin: 0px;
font-size: small;
border-bottom: dotted 1px #999999;
}

.smalltext {
font-size: smaller;
}

.clearright {
clear: right;
}

.clearleft {
clear: left;
}

.clearboth {
clear: both;
}


.transparent-bothends {
position: relative;
width: 100%;
margin: 20px 0;
padding: 5px 0;/*ボーダーとテキストに空間をあける為のpadding*/
color: #FFFFFF;
font-size: 20px;
font-family:'メイリオ','ヒラギノ';
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: auto;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
font-style: italic;
text-align: center;
}

.transparent-bothends::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 1px;
margin: 0 auto;
text-align: center;
background-image: -webkit-linear-gradient(left, transparent, #FFF 25%, #FFF 75%, transparent);
background-image: linear-gradient(to right, transparent, #FFF 25%, #FFF 75%, transparent);
background-position: center;
background-repeat: no-repeat;
}


/* ------------------- wrap ------------------- */
#wrap {
width: 1000px;
margin: 0 auto;
padding: 0;
}


/* ------------------- header ------------------- */
#header {
position: relative;
width: 1000px;
height: 107px;
background:url(../images/header_bg.jpg) no-repeat;
background-color: #000000;
margin: 0px;
padding: 0px;
}


/* ------------------- maincol ------------------- */

#maincol {
/*--position: relative;--*/
width: 1000px;
margin: 0 auto;
background-color: #000000;
clear: both;
}

.dept_title_area {
background-color:#CCCCCC;
margin: 0px;
padding: 10px 20px 10px 20px;
font-size: 1.2em;
font-weight: normal;
color:#000000;
clear: both;
}


.step_area {
display: block;
width: 950px;
height: 100px;
background-color: #000000;
margin: 0 auto;
margin-top: 10px;
padding: 0;
}


.step_area ul {
display:inline;
margin: 0;
padding: 0;
}


.step_area li {
display: block;
width: 190px;
height: 83px;
margin: 0;
background:url(../../images/step_bg.jpg) no-repeat 0px 0px;
padding-top: 17px;
list-style-type: none;
float: left;
text-align: center;
clear: right;
}


.step_area li.st {
display: block;
width: 190px;
height: 83px;
margin: 0;
background:url(../../images/step_bg.jpg) no-repeat 0px -100px;
padding-top: 17px;
color: #990000;
list-style-type: none;
text-align: center;
}


.step_area li.past {
display: block;
width: 190px;
height: 83px;
margin: 0;
background:url(../../images/step_bg.jpg) no-repeat 0px -200px;
padding-top: 17px;
color: #999999;
list-style-type: none;
text-align: center;
}





.input_area {
position: relative;
display: block;
width: 540px;
background-color:#FFFFFF;
margin: 0 auto;
border: #666666 solid 1px;
padding: 20px;
color: #000000;
}

.input_area_l {
position: relative;
display: block;
width: 760px;
background-color:#FFFFFF;
margin: 0 auto;
border: #666666 solid 1px;
padding: 20px;
color: #000000;
}

.info_area_c {
position: relative;
display: block;
padding: 20px;
margin: 0 auto;
width: 850px;
text-align: center;
}

.info_area_c table{
margin: 0 auto;
border-collapse: collapse;
}

.info_area_c th{
background: #666666;
font-weight: normal;
width: 180px;
padding: 5px 10px 5px 10px;
color: #FFFFFF;
text-align: left;
font-size: 0.9em;
border: #1F1F1F solid 1px;
clear: both;
}

.info_area_c td{
background: #EEEEEE;
padding: 5px 10px 5px 10px;
text-align: left;
border: #1F1F1F solid 1px;
clear: both;
}


/*--------------list.html用-----------*/

.info_area_cb {
position: relative;
display: block;
padding: 20px;
margin: 0 auto;
width: 850px;
text-align: center;
}

.info_area_cb table{
margin: 0 auto;
border-collapse: collapse;
}

.info_area_cb th{
background: #666666;
font-weight: normal;
padding: 5px 10px 5px 10px;
color: #FFFFFF;
text-align: left;
font-size: 0.9em;
border: #1F1F1F solid 1px;
clear: both;
}

.info_area_cb td{
background: #EEEEEE;
padding: 5px 10px 5px 10px;
text-align: left;
border: #1F1F1F solid 1px;
clear: both;
}

/*----------------------------------------*/


.info_area_c th.hide{
background: #FFFFFF;
font-weight: bold;
padding: 3px 10px 3px 10px;
color: #000000;
text-align: left;
font-size: 0.9em;
border: #FFFFFF solid 1px;
clear: both;
}

.info_area_c td.black{
background: #FFFFFF;
padding: 3px 10px 5px 10px;
text-align: left;
border: #FFFFFF solid 1px;
clear: both;
}

.login_button a{
display: block;
width: 130px;
height: 17px;
background: url(../images/login_button_bg.jpg) no-repeat 0px 0px;
color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
margin: 20px auto;
padding: 8px 0px 8px 0px;
text-decoration: none;
}

.login_button a:hover{
background: url(../images/login_button_bg.jpg) no-repeat 0px -33px;
border: #FFFF33 solid 1px;
}

.send_button a{
display: block;
width: 130px;
height: 17px;
background: url(../images/send_button_bg.jpg) no-repeat 0px 0px;
color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
margin: 20px auto;
padding: 8px 0px 8px 0px;
text-decoration: none;
}

.send_button a:hover{
background: url(../images/send_button_bg.jpg) no-repeat 0px -33px;
border: #FFFF33 solid 1px;
}


.step_button_area {
position: relative;
display: block;
width: 300px;
height: 33px;
margin: 20px auto;
padding: 0;
clear: both;
}

.next_button a{
display: block;
width: 130px;
height: 17px;
float: right;
background: url(../images/button_bg.jpg) no-repeat 0px 0px;
color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
padding: 8px 0px 8px 0px;
text-decoration: none;
}

.next_button a:hover{
background: url(../images/button_bg.jpg) no-repeat 0px -33px;
border: #FFFF33 solid 1px;
}

.back_button a{
display: block;
width: 130px;
height: 17px;
float: left;
background: url(../images/button_bg02.jpg) no-repeat 0px 0px;
color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
padding: 8px 0px 8px 0px;
text-decoration: none;
}

.back_button a:hover{
background: url(../images/button_bg02.jpg) no-repeat 0px -33px;
border: #FFFF33 solid 1px;
}

.attn_button a{
display: block;
width: 130px;
height: 17px;
float: right;
background: url(../images/button_bg05.jpg) no-repeat 0px 0px;
color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
padding: 8px 0px 8px 0px;
text-decoration: none;
}

.attn_button a:hover{
background: url(../images/button_bg05.jpg) no-repeat 0px -33px;
border: #FFFF33 solid 1px;
}


/*--------------nextとbackの矢印無タイプ--------------*/

.aqua_button a{
display: block;
width: 130px;
height: 17px;
float: right;
background: url(../images/button_bg04.jpg) no-repeat 0px 0px;
color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
padding: 8px 0px 8px 0px;
text-decoration: none;
}

.aqua_button a:hover{
background: url(../images/button_bg04.jpg) no-repeat 0px -33px;
border: #FFFF33 solid 1px;
}

.gray_button a{
display: block;
width: 130px;
height: 17px;
float: left;
background: url(../images/button_bg03.jpg) no-repeat 0px 0px;
color: #FFFFFF;
font-weight: bold;
border: #666666 solid 1px;
padding: 8px 0px 8px 0px;
text-decoration: none;
}

.gray_button a:hover{
background: url(../images/button_bg03.jpg) no-repeat 0px -33px;
border: #FFFF33 solid 1px;
}

/*---------------------------------------------------*/

.text_area {
width: 400px;
margin: 20px auto;
padding: 20px;
text-align: left;
}

.bgnero a{
text-decoration: underline;
}

.bgnero a:visited{
color: #999999;
text-decoration:underline;
}


.dentnumber_area {
display: block;
width: 508px;
height: 120px;
background: url(../../forms/images/dentnumber_bg.jpg) no-repeat;
margin: 0 auto;
margin-top: 10px;
padding: 0;
}


.dentnumber_area ul {
display:inline;
margin: 0;
padding: 0;
}


.dentnumber_area li {
display: block;
width: 250px;
margin: 0;
padding: 2px;
list-style-type: none;
float: left;
text-align: center;
clear: right;
}

.dentnumber_area ul li ul {
display:inline;
margin: 0;
padding: 0;
}

.dentnumber_area li ul li{
display: block;
width: 20px;
height: 46px;
padding:5px;
list-style-type: none;
color:#000000;
float: left;
text-align: center;
vertical-align: middle;
clear:right;
}


.link_gray a {
background-color: #666666;
border: solid 1px #333333;
display: block;
width: 100px;
height: 20px;
color:#FFFFFF;
font-weight: bold;
margin: 10px auto;
padding:3px;
text-align: center;
text-decoration: none;
clear: both;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */ 
cursor: pointer;
}

.link_gray a:hover{
background-color: #CCCCCC;
text-decoration: none;
color: #999999;
}


.link_blue a {
background-color: #0066CC;
border: solid 1px #333333;
display: block;
width: 100px;
height: 20px;
color:#FFFFFF;
font-weight: bold;
margin: 10px auto;
padding:3px;
text-align: center;
text-decoration: none;
clear: both;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */ 
}

.link_blue a:hover{
background-color: #99CCFF;
text-decoration: none;
color: #0066CC;
}

.link_red a {
background-color: #CC3300;
border: solid 1px #663300;
display: block;
width: 100px;
height: 20px;
color:#FFFFFF;
font-weight: bold;
margin: 10px auto;
padding:3px;
text-align: center;
text-decoration: none;
clear: both;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */ 
}

.link_red a:hover{
background-color: #FF3366;
text-decoration: none;
color: #FFFFFF;
}


.print_button_area {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.print_button_area ul {
	margin: 0;
	padding: 0;
}

.print_button_area li {
display: block;
width: 130px;
margin: 0;
padding: 10px;
list-style-type: none;
float: left;
text-align: center;
clear: right;
}


.comp {
display: block;
width: 400px;
height: 80px;
margin: 0 auto;
text-align: center;
vertical-align: middle;
padding: 50px;
}

.text_area_l {
display:block;
width: 350px;
float: left;
text-align: left;
}

.text_area_r {
display:block;
width: 350px;
float: right;
text-align: left;
}


.star_logo_s {
position: relative;
display: block;
background: url(../../forms/images/stargate_logo_s.jpg) no-repeat;
text-indent: -9999px;
overflow: hidden;
width: 760px;
height: 100px;
margin: 0 auto;
padding-bottom: 10px;
}


.lava_logo_s {
position: relative;
display: block;
background: url(../../forms/images/lava_logo_s.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
width: 760px;
height: 100px;
margin: 0 auto;
padding-bottom: 10px;
}


/* ------------------- Caution ------------------- */
.caution{
	width:80%;
	margin:0 auto;
	padding:10px;
	color:#cc0000;
	background-color:#fff;
	border:2px solid #cc0000;
}

.caution span{
	text-decoration:underline;
}

.caution2{
	color:#000;
	border:2px solid #000;
	margin:25px auto;
}

.caution_list a:hover{
	opacity:.5;
}

.caution_list{
	font-size:1.2em;
	color:#333;
	line-height:1.8em;
}

.caution_list li{
	padding-left:.5em;
}

.caution_box{
	width:62%;
	color:#000;
	background-color:#fff;
	margin:50px auto;
	padding:50px;
}
.backer{
	text-align:center;
}

.backer input{
	font-size:1.2em;
	font-weight:bold;
	background-color:#333;
	color:#fff;
	padding:10px;
	width:200px;
	border:none;
	margin-top:50px;
}

.backer input:hover{
	opacity:.5;
	cursor:pointer;
}
/* -------------------footer_area ------------------- */

#footer { 
position: relative
display: block;
width: 1000px;
height: 118px;
margin: 0 auto;
background:url(../images/footer_bg.jpg) no-repeat;
clear: both;
}

.link_area {
display: block;
height: 28px;
float: left;
margin-left: 0;
padding: 60px 0px 30px 0px;
color: #FFFFFF;
font-size: 0.9em;
display:none;
}

.link_area a{
color: #FFFFFF;
text-decoration: none;
}

.link_area a:visited{
color: #999999;
text-decoration: none;
}


.cp_area {
display: block;
height: 28px;
float: right;
margin-right: 0px;
padding: 60px 0px 30px 0px;
color: #FFFFFF;
font-size: 0.9em;
}
