@charset "UTF-8";

body {
	/*background:#000033 url(../image/shadow4.png) repeat-y center;*/
	background:#000033;
	/* back ground of total page */
	margin: 0px;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", Arial,Helvetica, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*__________________________________________________

  wrap (メインコンテナ)
  __________________________________________________*/
  
/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
	position: relative;
  padding-left: 0;
  
	font-family: Arial,Helvetica,'ＭＳ Ｐゴシック',sans-serif;
	margin: auto;
	text-align: left;
	width: 100%; /* 760px*/
	
	background-color: #000033; /* open space at right*/
	border: none;
	}
    
    #layout.active #menu {
        left: 200px;
        width: 200px;
    }

    #layout.active .menu-link {
        left: 200px;
    }

/*__________________________________________________

  header (ヘッダー)
  __________________________________________________*/

#header {
 background-color: #0b0935;
	width: 100%;
	height: 0px;
	margin: 0 0 0 0;
	text-align: left;
	border: none;
	}


/*__________________________________________________

  contents (メインコンテンツ)
  __________________________________________________*/

#contents {
	/*float: right;*/
	overflow: scroll;
	width: 100%;/* 760px*/
	max-width: 800px;
	margin: 0 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
  position: relative;
	font-family: Arial,Helvetica,'ＭＳ Ｐゴシック',sans-serif;
	font-size: normal;
	color: #3c3c3c;
	border: none;
	overflow-x: hidden;
	}

	
#contents a:link {
	color: #304a8a;
	text-decoration: underline;
	}

#contents a:visited {
	color: #1c1c35;
	text-decoration: underline;
	}

#contents a:active {
	color: #cc0099;
	text-decoration: underline;
	}

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

h1 {
	font-family: Arial,Helvetica,'ＭＳ Ｐゴシック',sans-serif;
	font-size: x-large;
	}
	
h1.pageTitle {
	text-align: center;
	margin: 50px auto 10px auto;
	padding: 0px;
	border-top: dotted 0px gray;
	border-bottom: dotted 0px gray;
	text-shadow: 2px 2px 1px #cbc8c8;  
	}
	
h2 {
	font-family: Arial,Helvetica,'ＭＳ Ｐゴシック',sans-serif;
	font-size: medium;
	}

h3 {
	font-family: Arial,Helvetica,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
	}

h4 {
	font-family: Arial,Helvetica,'ＭＳ Ｐゴシック',sans-serif;
	font-size: x-small;
	}
	
p {
	padding: 0 20px 0 20px;
	max-height: 999999px;
	}

#contents img.blueball{
    display: inline;  
    vertical-align: middle;  
margin: 0px 4px;
}

/*__________________________________________________

  Contents top line
__________________________________________________*/

#contents .TopLineBox {
width: 70%;
margin: 0px auto;
}

#contents .TopLineL {
float: left;
	box-sizing: border-box;
	width: 15%;
	height: 8px;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid ffffff;
	background-color: #0f2a43;
	}
#contents .TopLineC {
	float: left;
	box-sizing: border-box;
	width: 70%;
	height: 8px;
	margin: 0 0;
	padding: 0 0;
	border-left: 8px solid rgba(255, 255, 255, 1);
	border-right: 8px solid rgba(255, 255, 255, 1);
	background-color: #4d4df1;
}
#contents .TopLineR {
	box-sizing: border-box;
	float: left;
	width: 15%;
	height: 8px;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid ffffff;
	background-color: #000027;
}

#contents .article {
	float: none;
}

/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-left: -200px; /* "#menu" width */
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background: #000033;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    
    /* original layout from here */
    padding: 30px 0px ;
		border: 0px solid #ffffff;
		font-family: Courier, Courier New, 'ＭＳ Ｐ明朝', '平成明朝',monospace;
		text-align: left;
		background-image:url(../img/tuta2.png);
		background-repeat: no-repeat;
		background-position: left bottom;
}

#menu .pure-menu,
#menu .pure-menu ul {
	box-sizing: border-box;
	line-height: 2.2em;
	margin: 0;
	padding: 0;
	border-bottom: none;
    }

#menu .pure-menu ul.submenu {
	box-sizing: border-box;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	border-bottom: none;
	margin-left: 0;
    }

/* list basic style */
#menu .pure-menu li{
	display: block;
	box-sizing: border-box;
	width: 198px;
	margin: 0;
	padding: 0;
	background: #EBEFF0;
	text-indent: 20px;
	border-right: 1px solid #000033;
	border-top: 1px solid #2b1d5d;
	border-bottom: 1px solid #4e4e4e;
	}
	
/* specify that hover effect applied to entire box */
#menu .pure-menu li a {
	display: block;
	width: 100%;
	height: 2.2em;
	text-decoration: none;
	}
        
/*Change color of the anchor links on hover/focus.*/
#menu .pure-menu li a:link,
#menu .pure-menu li a:visited{
	color: #c7c7ca;
	background: #000033;
	text-decoration: none;
	}
	
#menu .pure-menu li a:hover{
	color: #c5f1ff;
	font-weight: bold;
	background-color: #414953;
	text-decoration: none;
  }

/*Selected list*/
#mnavi .pure-menu li.selected a:link,
#mnavi .pure-menu li.selected a:visited {
	color: #019aba;
	}

/*Styles submenu.*/
#menu .pure-menu .submenu li a {
	box-sizing: border-box;
	display: block;
	width: 198px;
	border-right: 1px solid #000033;
	height: 1.4em;
	text-decoration: none;
	padding-left: 10px;
	}

#menu .pure-menu .submenu li a:link, 
#menu .pure-menu .submenu li a:visited {
	color: #c7c7ca;
	background: #231f30;
	text-decoration: none;
	}

#menu .pure-menu .submenu li a:hover {
	color: #c5f1ff;
	font-weight: bold;
	background: #414953;
	text-decoration: none;
	}
	
	
/*Styles selected list and submenu.*/
#menu .pure-menu li.selected a:link,
#menu .pure-menu li.selected a:visited {
	color: #019aba;
	}
	
#menu .pure-menu li.selected a:hover {
	color: #c5f1ff;
	font-weight: bold;
	}

#menu .pure-menu .submenu li.selected a:link,
#menu .pure-menu .submenu li.selected a:visited {
	color: #019aba;
	}
	
#menu .pure-menu .submenu li.selected a:hover {
	color: #c5f1ff;
	font-weight: bold;
	}


/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    position: fixed;
    display: block; /* show this only on small screens */
    top: 0;
    left: 0; /* "#menu width" */
    background: #000;
    background: rgba(0,0,0,0.7);
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.1em 1.6em;
}

    .menu-link:hover,
    .menu-link:focus {
        background: #000;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: #fff;
        width: 100%;
        height: 0.2em;
    }

        .menu-link span:before,
        .menu-link span:after {
            position: absolute;
            margin-top: -0.6em;
            content: " ";
        }

        .menu-link span:after {
            margin-top: 0.6em;
        }



/*__________________________________________________

  footer
__________________________________________________*/
#footer {
	clear:both;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
	}

#footer a:visited {
	color: #000000;
	text-decoration: none;
	}

#footer a:active {
	color: #000000;
	text-decoration: none;
	}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	}

/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {

    .header,
    .content {
        padding-left: 2em;
        padding-right: 2em;
    }

    #layout {
        padding-left: 200px; /* left col width "#menu" */
        left: 0;
    }
    #menu {
        left: 200px;
    }

    .menu-link {
        position: fixed;
        left: 200px;
        display: none;
    }

    #layout.active .menu-link {
        left: 200px;
    }
}

@media (max-width: 48em) {
    /* Only apply this when the window is small. Otherwise, the following
    case results in extra padding on the left:
        * Make the window small.
        * Tap the menu to trigger the active state.
        * Make the window large again.
    */
    #layout.active {
        position: relative;
        left: 200px;
    }
}
