﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff url(../img/share/bg.png) repeat-x;
    font-size: .80em;
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    margin: 0px;
    padding: 0px;
/*
    color: #696969;
	behavior: url(PIE.htc);
*/
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    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;
}

/* footer
----------------------------------------------------------- */
.footer {
    position:absolute;
	clear: both;
	background:url(../img/share/bg_footer.png) repeat-x;
	height: 80px;
	padding-top: 40px;
	width: 100%;
	color: #FF0000;
}

.footer .copyright {
	clear: both;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	width: 100%;
}

.LeftMenu
{
    position:static;
    float:left;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    width: 220px;
    min-height: 700px;
    background: linear-gradient(#f7f7f7, #FFFFFF);
    margin-left:10px;
    margin-top:0px;
    border-radius:5px;
}

.MainContents
{
    position:static;
    margin-left:246px;
	margin-right:10px;
	margin-top:-2px;
	text-align:left;
	min-width:680px;
	min-height:705px;
    padding-top: 7px;
    padding-left: 5px;
    background: linear-gradient(#f7f7f7, #FFFFFF);
    border-radius: 0px 0px 5px 5px;
    
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-style: solid;
    border-width: 0px;
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
}

.MenteMainContents
{
    position:static;
    margin-left:10px;
	margin-right:10px;
	margin-top:-2px;
	text-align:left;
	min-width:990px;
	min-height:705px;
    padding-top: 7px;
    padding-left: 5px;
    background: linear-gradient(#f7f7f7, #FFFFFF);
    border-radius: 0px 0px 5px 5px;
    
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-style: solid;
    border-width: 0px;
    border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 960px;*/
    /*background-color: #efe;*/
    margin: 20px auto 0px auto;
    /*border: 1px solid #496077;*/
    /*width:960px;*/
    min-width:960px;
    min-height:740px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
/*    background: #4b6c9e;*/
    width:100%;
/*    width:960px;*/
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    width:100%;
}

div.menu
{
    padding: 0px 0px 0px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
/*    padding-left:238px;*/
}

div.menu ul li a, div.menu ul li a:visited
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 #C0C0C0 #f7f7f7 #C0C0C0;
    background: linear-gradient(#f7f7f7, #c7c7c7);
    color: #000000;
    display: table-cell;
    line-height: 1.35em;
    /*padding: 5px 20px;*/
    text-decoration: none;
    white-space: nowrap;
    width: 115px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px 4px 0px 0px;
    padding-top:5px;
    /*padding-right:20px;*/
}

div.menu ul li a:hover
{
    background: linear-gradient(#ffffff, #f7f7f7);
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #ff0000;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu a.static.selected
{
    background: linear-gradient(#f7f7f7, #f7f7f7);
    color: black;
    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;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
/*    color: Red;
*/
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.LoginBackground
{
	background: url('/img/share/bg_login.jpg'); background-position:-80px -80px; background-size:120%;background-repeat: no-repeat;
}

.LoginTextBox
{
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

    width:150px;
}

.LoginTextLabel
{
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
     text-align:right;
}

.LoginLabel
{
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    width:100px;
}

.LoginButton
{
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

    width:110px;
    height:35px;
    border-style:outset;
    border-radius: 3px;
}

.LoginFailureText
{
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*********************************************************************/

.ThumbnailMapImage
{
	border-style: none;
	width: 200px;
}

.CrystalReportLink
{
    width:210px;
}

.LeftMenuGroupPanel
{
    border: 1px solid #ddd;
    border-radius:2px;
	width:210px;
	font-size:14px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}

.LeftMenuAthenaPanel
{
	width:190px;
	padding-left:10px;
	font-size:12px;
	text-align:left;
}

.DitalGroupPanel
{
    float:left;
    border: 1px solid #ddd;
    border-radius:2px;
	width:210px;
	font-size:14px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}


/* http://webgaku.hateblo.jp/entry/20120803/1343985080 */ 
/* マウス ホーバー時の画像表示 */
.PhotoImage
{
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
}
.PhotoImage a .large
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
	border:none;
}
.PhotoImage a .largeONVIF
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
	border:none;
}
.PhotoImage a.popup, .photo a.popup:visited
{
	display: block;
	left: 0;
	top: 0;
	width: 170px;
}

.PhotoImage a.popup:hover
{
	background-color: #333;
}

.PhotoImage a.popup:hover .large
{
	display: inline;
	position: absolute;
	left: -85px;
	top: -55px;
	height: 288px;
	width: 352px;
	z-index: 100;
	
    /* アニメーション */
	transition-delay:1s;
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
}

.PhotoImage a.popup:hover .largeONVIF
{
	display: inline;
	position: absolute;
	left: -85px;
	top: -55px;
	height: 198px;
	width: 352px;
	z-index: 100;
	
    /* アニメーション */
	transition-delay:1s;
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
}

.MapImage
{
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
}
.MapImage a .large
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
	border:none;
}
.MapImage a.popup:hover
{
	/*background-color: #333;*/
}
.MapImage a.popup:hover .large
{
    padding: 3px;
    display: inline;
    position: absolute;
    left: 190px;
    margin-top:-50px;
    height: 370px;
    width: 700px;
    z-index: 100;
    border-radius:5px;
    background-color: #BBBBFF;
    
    /* アニメーション */
	transition-delay:1s;
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
}

.MapImageGroupDital
{
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
}
.MapImageGroupDital a .large
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 1px;
	border:none;
}

.MapImageGroupDital a.popup, .photo a.popup:visited
{
	display: block;
	left: 0;
	top: 0;
	width: 170px;
}

.MapImageGroupDital a.popup:hover
{
	background-color: #333;
}

.MapImageGroupDital a.popup:hover .large
{
    /*
	display: inline;*/
	position:absolute;
	left: -80px;
	top: -45px;
    width: 350px;
    height: 185px;
	z-index: 100;
	
	/* アニメーション */
	-webkit-transition-duration: 500ms; 
	-webkit-transition-timing-function: linear;  
}
