﻿@charset "utf-8";
/* DEFAULTS
----------------------------------------------------------*/

/*  
CSSリセット
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 
CSSリセットここまで。
----------------------------------------------------------*/


html {
	height: 100%;
}

body   
{
	font-size:large;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #222;
	background-color: #FFF;
	height: 100%;
	line-height: 1.2em;
}

input:focus[type=text],input:focus[type=password]
{
	background-color:#FF6600;
	color: #FFFFFF;
	text-decoration: none;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -153px;
	position: relative;
}

#header {
	background-color: #FFe;
	height: 120px;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 12px;
	background-image: url(../images/01logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.header
{
}

.title
{
	text-align: center;
	width: auto;
	display: block;
	background-image: url(../images/01logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.height01 {
	height: 100%;}

#user_name {
	text-align: right;
	padding: 0px;
	margin-top: 12px;
	float: right;
	margin-right: 36px;
}


#main {
	/*width: 95%;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	/*margin-top: 12px;*/
	margin-bottom: 48px;
	clear: both;
	background-color: #FFF;
	display: block;
}

.main caption
{
	color:#000000;
	text-align:center;
	font-size: x-large;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #CCC;
}

#usermain {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	background-color: #FFF;
	display: block;
}

#white {
	background-color: #FFF;
	width: 100%;
}

#navi {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#navi_menu {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



#push {
  /*height: 153px;*/
  height: 110px;
}

#footer {
	background-color: #FFF;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 122px;
}
#footer p {
	line-height: normal;
	font-size: small;
}

.footer
{
	background-color: #eee;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 122px;
}




table
{
	font-size:medium;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

th
{
	padding:10px;
}

td
{
	padding:6px;
}


ul
{
	font-size:medium;
	margin: 0 auto;
}

li
{
	padding:3px;
}

.login caption
{
	color:#000000;
	text-align:center;
	font-size: x-large;
	margin-top: 20px;
	margin-bottom: 30px;
}
.login {
	font-size: large;
}

table.user
{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	border-spacing:0;
	font-size:25px;
}

.user caption
{
	background-color:#333333;
	color:#ffffff;
	text-align:center;
	padding:5px;
	font-size: 70px;
	word-spacing: 1.5em;
}

.user td
{
	padding:10px;
}

table.master
{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border: 1px solid #CCCCCC;
}

.master th
{
	background-color:#333333;
	color:#ffffff;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.master td
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 12px;
}

.back_01 {
	background-color: #FFE;
	text-align: center;
}


.time
{
	margin:2px;
	width:40px;
}

.num
{
	margin:2px;
	width:40px;
	text-align:right;
}

select
{
	margin:2px;
}

a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #FF3300;
	text-decoration: underline;
}

a:active
{
	color: #FF3300;
	text-decoration: underline;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000000;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{

}

.main
{
    /*padding: 0px 12px;*/
    margin: 12px 8px 8px 8px;
    height: auto;
}

.usermain
{
    padding: 0px 0px;
    margin: 12px 8px 8px 8px;
    height: auto;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color:#FFFFFF;
	width:100%;
}

div.menu
{
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
}

div.usermenu ul li a, div.usermenu ul li a:visited
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
	font-size:40px;
}

div.usermenu ul li a:hover
{
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
}

div.usermenu ul li a:active
{
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.loginDisplay
{
}


.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Modal Popup
----------------------------------------------------------*/
.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#UpdatePanel1 { 
  width: 200px; 
  height: 200px; 
  border: gray 2px solid;
  position: relative;
  float: left; 
  margin-left: 10px; 
  margin-top: 10px;
}

.progress {
  height: 200px;
  width: 600px;
  background-color: #FFE;
  padding-top:50px;
  text-align:center;
}