@charset "Shift_JIS";

body{
	color:#000000;
/*	background-color: #c0c0ff;*/
/*	background-color: #fffad2;*/
	background-image: url(illusts/mappagrande.jpg);
	margin:0px auto 0px auto;
	width:80%;/*18.5cm;--------*/
	border-style:solid;
	border-width:0px;
	border-color:#c0c0ff;
/*	padding-top:-10px;*/
}
#content{
	background-color: #fffad2;/*#fffcfa;*/
/*	background: url(illusts/mappagrande.jpg);*/
	margin: 0px ;
/*	border: solid 1px gray; */
	border-top: ridge #777777 5px;
	border-bottom: ridge #777777 5px;
/*	border-right: solid #777777 1px;-----------*/
/*	border-left: solid #777777 1px;-------------*/
	padding:3% 3% 6% 3%;
}
#logo{
	font-family:HGP‘n‰pŠpÎß¯Ìß‘Ì, fantasy;
/*	float:left;*/
	font-size:12pt;
	width:10em;
	text-align:center;
	color:red;
	border: 3px #e0e0ff outset;
	background-color:#ceceff;
	margin-top:1px;
	margin-left:1px;
	padding:0px;
/*	padding:1px 5px 1px 5px;*/
}
.header{
	color:blue;
/*	background: #c0c0ff;*/
/*	border-spacing:30px;*/
	text-align:right;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
/*	border:solid 2px gray;*/
	font-size:10pt;/*small;*/
/*	width:420px;*/
/*	float:right;
	height:60px;*/
	margin-right:-1px;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:0px;
}
.subheader{
	color:blue;
/*	background: #c0c0ff;*/
/*	border-spacing:30px;*/
	text-align:left;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
/*	border:solid 2px gray;*/
	font-size:10pt;/*small;*/
/*	width:420px;*/
/*	float:right;
	height:60px;
	margin-right:10px;*/
	margin-right:auto;
/*	margin-top:10px;*/
	margin-bottom:0px;
}
.footer{
	color:blue;
/*	background: #c0c0ff;*/
	text-align:left;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
/*	border-bottom:solid 1px #c0c0ff;*/
	font-size:10pt;/*small;*/
/*	width:420px;*/
/*	float:left;
	height:60px;*/
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}
table.header{
	border-collapse:collapse;
	}
table.footer{
	border-collapse:collapse;
	}
td.header{
	vertical-align:bottom;
	}
td.footer{
	vertical-align:top;
	}

address{
	float:right;
/*	text-align:center;*/
	padding-top:1px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:solid 1px #c0c0ff;
/*	background-color:#ceceff;*/
	font-size:10pt;
	font-style:normal;
}

div.sep{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	clear:both;
}
img.sep{height:40px;width:170px;}
h1{
	color:blue;
	font-weight:normal;
/*	font-family:  "‚l‚r ‚oƒSƒVƒbƒN", sanserif;*/
	font-family:  "Meiryo", sanserif;
	font-size:19pt;/*1.5em;*/
	border-top: double #0000ff 0px;
	border-right: solid #c0c0ff 0px;
	border-bottom: double #0000ff 5px;
	border-left: solid #c0c0ff 0px;
}
h2{
/*	font-family: "‚l‚r ‚oƒSƒVƒbƒN", sanserif;*/
/*	font-family: "‚l‚r ‚o–¾’©", serif;*/
	font-family:  "Meiryo", sanserif;
/*	font-weight:normal;*/
	font-size:13pt;/*1.5em;*/
	border-top: double #0000ff 3px;
	border-right: solid #c0c0ff 1px;
	border-bottom: double #c0c0ff 1px;
	border-left: solid #c0c0ff 1px;
}
h3{
/*	font-family: "‚l‚r ‚oƒSƒVƒbƒN", sanserif;*/
	font-family:  "Meiryo", sanserif;
	font-weight:bold;
	font-size:medium;/*1.1em;*/
}
h4{
/*	font-family: "‚l‚r ‚oƒSƒVƒbƒN", sanserif;*/
	font-family:  "Meiryo", sanserif;
	font-weight:normal;
	font-size:medium;/*1.1em;*/
}
em.h{
	font-style:normal;
	font-weight:bold;
	padding-right:1em;
}
em.sb{
	font-style:normal;
	font-weight:bold;
	font-size:80%;
}
em.s{
	font-style:normal;
	font-size:80%;
}
p,h1,h2,h3,h4,h5,h6{
	line-height:1.5;
	font-family:  "Meiryo", sanserif;
}

ul{
	line-height:2;
}
li{
	line-height:1.5;
}
ul ul{
	list-style-type: square;
}
/*---------------------------------------------------------*/

.right{
	float:right;
	margin-left:0.5em;
}
.left{
	float:left;
	margin-right:0.5em;
}

h1,h2{clear:left}

/*----------------------------------------------------------*/
a.index:link {
           text-decoration: none;
           border: 1px #e0e0ff outset;
           background-color:#ceceff;
}
a.index:visited {
           text-decoration:none;
           /*color: #0066ff;*/
           border: 1px #e0e0ff outset;
           background-color:#ceceff;
}
a.index:active  {
           text-decoration: none;
           border: 1px #e0e0ff inset;
           background-color:#ceceff;
}
a.index:hover{
           text-decoration: underline;
           color: #ff00ff;
           background-color:#008800;
}
#oshirase{
	text-align:left;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
#toshi30{
	text-align:left;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
/*----------home------------------------------------------------*/
#content.home{
	text-align:center;
}
h1.home{
	font-family: HGP‘n‰pŠpÎß¯Ìß‘Ì,serif;
	font-size:300%;
	border-width:0pt;
	font-weight:normal;
/*	font-style:italic;*/
}
#arp1, #arp2{
	vertical-align:middle;
	padding-left: 1em;
	padding-right: 1em;
}
#counter{
/*	display:none;*/
	float:left;
	height:15px;
}
#modified{float:right;font-size:small;}
#since{float:left;font-size:small;}
li.home{
	line-height:1.2;
}
ul.home{list-style-type: disc;}
#addF{padding: 0px; color :blue; background-color:yellow;}
/*#oshirase{text-align:left;width:25em;}*/
#oshirase{margin-left:30%;text-align:left;}
/*--------studio1------------------------*/
#gentei{
	font-size:100%;
/*	font-style:italic;*/
	font-weight:bold;
	color:red;
	border: 3px #c0c0ff solid;/*#e0e0ffoutset;*/
	padding:1px 1px 1px 1px;
}
ul.studio{font-weight:bold}
/*------------teireikai05----------------------------------*/
.top{
	vertical-align:top;
}
/*----------------------------*/
.tooltip5{
    position: relative;
    cursor: pointer;
    display:  inline-block;
}
.description5 {
    display: none;
    position: absolute;
/*    padding: 2px;*/
    font-size: 12px;
    line-height: 1.6em;
    color: #000;
/*    border-radius: 1px;*/
    background: #fff;
    width: 200px;
    text-align:left;
}

/*.description5:before {
    content: "aaa";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -50px;
}*/
.tooltip5:hover .description5{
    display: inline-block;
/*    top: -75px;*/
    left: 0px;
    top: 80px;
}
