html {overflow: auto;
	}

body	{
	color: #505050;
	text-decoration: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size:12pt;	/* 基本のフォントサイズ */
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;	/* ボックス中央寄せ IE用 */
	-webkit-text-size-adjust : 100% ;
  }

img {margin: 0 auto;
	padding: 0;
	border: 0px; /* イメージの枠線消し */
	max-width : 100% ;
height : auto ;
}

li { list-style: none; } /* リストの点を消す */

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

a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	color: #fc0;
}



/* ----- テーブルの設定 --------------------------------- */

.tblset {
		margin: 40 0 0 0;
	border: 0;
	width: auto;
	float: center;
			background-color:#ffffff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
}

.tblset tr th {
	padding: 2px;
	border: 0;
	text-align: center;
}
.tblset tr td {
	padding: 2px;
	border: 0;
}



/* ----- UNKOテーブルの設定 --------------------------------- */

.unkowidth {
	border: 0;
	width: 90%;
	word-break: break-all;
}

/* ----- Illustの設定 --------------------------------- */

#illusttblset {
		margin: 40px 0px 0px 0px;
	border: 0;
	width: 100%;
}


#illusttbl { 
		margin: 0px 0px 0px 15%;
	border: 0;
			width: auto;
				padding: 0px 8px 0px 15px;
text-align: center; 
				 	font-size:11pt;
					line-height:130%
}

#illustmenu {
		margin: 0px 0px 0px 0px;
	padding: 4px 4px 0px 4px;
	border: 0;
	width: 15%;
	height:100%;
	float: left;
	clear: both;
  overflow: scroll; 
	    position: fixed;  
		  background-color: #d7d7d7;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 0px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 1px  0px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 0px 2px;
		 	 z-index: 2;
		text-align: center; 
}

#illustmenu img {	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	margin: 3px;
}

#illustlist {
	margin: 0px 0px 0px 0px;
	border: 0;
        background-color: #d7d7d7;
}

.listicon {
  display: inline-block;
clear: both;
height: 38px;
  background: #d7d7d7;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	margin: 4px;
	width: 180px;
	text-align: left;
font-size:10px;
}

.listicon:link {
	color: #505050;
	text-decoration: none;
}

.listicon:hover {
  background: #505050;
	color: #f90;
	text-decoration: none;
}

#illustlist img {
	margin:3px 3px -12px 3px;
height: 32px;
width: 32px;
}

.allicon{
	margin: 10px 0px 10px 0px;
}

/* ---------------------------------------------------- */
/* 		基本構造				*/
/* ---------------------------------------------------- */


div#common {
	margin: 5px 5px;
}

div#common .common {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #777777;
	
}

/* ----- メイン：見出し --------------------------------- */

div#common h1 {
position:relative;
padding-left:30px;
border-bottom:2px solid #ccc;
font-weight: bold;
font-size: 16pt;
line-height: 36px;
}
	 
div#common h1 :before{
content:''; 
border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px; 
height:12px; 
width:12px; 
display:block; 
position:absolute; 
top:13px; 
left:5px; 
background-color:#ff9900;
box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

div#common h2 {
	margin:0 -20px 10px -20px;
	padding:2 14 0 ;
	background:#505050;
		border-width:0 0 0 5px;
	 	font-size:12pt;
		border-style:solid;
		background:#ff9900;
	color:#505050;
	line-height:140%;
	font-weight:bold;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

div#common h3 {
	margin:0 0 10px 0;
	padding:2 8 0;
	font-size:12pt;
	border-width:0 0 2px 0 ;
	border-color:#cccccc;
	border-style:solid;
	background:#fff;
	color:#505050;
	line-height:140%;
	font-weight:bold;
	}
	
div#common h4 {
	margin:10 0 5 0;
	padding:0 10 0 10;
 	font-size:12pt;
	font-weight:bold;

line-height:1;
text-decoration:none;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1px;
	color: #ff9900;

}

div#common h5 {
	margin: 10px 10px 10px 15px;
	font-weight: bold;
	padding: 1px 10px 1px 5px;
	color: #505050;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

div#common h6 {
	margin:0;
	padding:5 20 10 20;
 	font-size:10pt;
	color: #505050;
		font-weight: normal;
	text-align: left;
}

div#common h7 {
	margin:0;
	padding:10 0 10 0;
 	font-size:14pt;
	color: #707070;
		font-weight: bold;
	text-align: center;
}

/* ----- メイン：テキスト ------------------------------- */

div#common .text * {
	font-size: x-small;
}

body div#common .text * {
 	font-size:11pt;
}

div#common .text p {padding:0 10 0 10;}
div#common .text ul {}
div#common .text li {
		font-size: 11pt;

}

/* ----- ボックス ------------------------------- */

.stripe{
	margin: 0;
background-image: url(http://gaga.main.jp/bgstripe.gif);
  background-color: #efefef;
  }
  
div.box1 {
width: auto
}

div.box2 {
width: auto
}

.clearboth { 
clear: both; 
}


/* ナビゲーションの指定 */

#menu {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background:#505050;
    position: fixed !important;  
	height: 40;
    top: 0;  
    left: 0;  
    width: 100%;  
 	 z-index: 999;
	list-style-type: none;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	padding:0;
	margin: 0;
	}
	
	#menu img {
	margin: 6 0 0 0;
	}
	
#menu ul {
	padding:0;
	margin:0;
	background:#505050;
}

	#menu li {
	  float:left;
	  padding:0;
	  margin:0 ;
	  text-align:center;
	}
	
	#menu li.item1 {
width: 25%;
}

#menu li.item2 {
width: 20%;
}

#menu li.item3 {
width: 25%;
}
#menu li.item4 {
width: 24%;
}
#menu li.item5 {
width: 13%;
}
#menu li.item6 {
width: 13%;
}

	#menu li a {
	color:#EFEFEF;
 	font-size:13pt;
	font-weight:bold;
	text-decoration: none;
	background: #505050; 
	clear: both;
	display: block;
	height: 36px;
	line-height: 36px;
	border-width:0 1 4px 1;
	border-color: #606060;
	border-style:solid;
	background:#505050;
	padding:0;
	margin: 0;
	width: 100%;	
	}

	#menu li a:hover {
	color:#ffcc00;
	height: 36px;
	line-height: 36px;
	padding:0;  
	border-width:0 0 4px 0;
	border-color: #ff9900;
	border-style:solid;
	background:#606060;
	}

/* topに戻る */

#scroll-to-top {
	  text-decoration: none;
		z-index: 2147483647;
	background:#DDD;
	border-radius:60px;
		font-size:16px;
	color:#FFF;
	padding:4px 10px 6px 10px;
	position:fixed;
	bottom:5px;
	right:5px;
		-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	  opacity: 0.7;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
	}
	
.scroll-to-top-not-display {
	  display:none;
	}

/* bottom*/

#scroll-to-bottom {
	 text-decoration: none;
	z-index: 2147483647;
	background:#DDD;
	border-radius:60px;
		font-size:16px;
	color:#FFF;
	padding:4px 10px 4px 10px;
	position:fixed;
	top:45px;
	right:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	  opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}
	
.scroll-to-bottom-not-display {
	  display:none;
	}

/* 木の実同好会*/

a.kinomi {
   display: block;
  width:350px;
  height:600px;
   text-indent: -6000px; /* 文字を見えなくする */
   background-image: url("poke/img/girachi70-2.png"); /* 画像ファイル名 */
}

a.kinomi:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

