body{background-color:#ffffff;
		color:#333333 ;
}
header {display:block;
}
nav{display:block;
}
section {display:block;
}
article {display:block;
}
aside {display:block;
}
footer {display:block;
}

/* サイトのタイトル */
h1{font-size:100%;
		color:#505080;
		font-family:sans-serif;
		line-height: 80%;
		margin-left:85px;
		margin-right:85px;
		padding: 5px;
		background-color:#fffdfc;  
}
/* 各ページのタイトル */
h2{clear: both;
       color:#ff1133;
　　font-family:serif;
 		font-size:240%;
		font-variant: small-caps;
		font-weight: bold;
		text-shadow: 1px 1px 1px #9999ff; 
}
h3{font-size:150%;
		color:#1133cc;
		 font-weight:bold  ;
		margin-left: 0px;
		background: #ccffdd;
vertical-align: middle;
border-radius: 5px;
line-height: 150%;
}
h3:before {
content: '●';
color: #33ccaa;
margin-left: 8px;
}

h4{color:#ff3330 ;
		font-size:120%;
}

/*パンくず的なうclass*/
#pan span{
		font-weight: bold;
		 text-shadow: 1px 1px 5px #99aacc; 
		border-radius: 5px;   	 
				background-color:#ffcccc;
		box-shadow:  5px 5px 10px #ffcccc,
		 -5px -5px 15px #ffcccc;  	
}

/*補足文*/
#main small{color:505050 ;
		font-size:90%;
		text-shadow: 1px 1px 10px #ff9966; 
}
/*強調文*/
#main b{color:30cc30 ;
}
/*強調文*/
#main em{
		font-size:120%;
		font-style: normal;
		font-weight: bold;
		line-height: 140%;
		text-shadow: 2px 2px 2px #aaaaff; 
}

/* 水平線*/
hr{margin: 5px 5px;
		height: 1px;
		border:none;
		border-top: 2px #30a090 dashed;
}


/* 全体のブロックid */

div#whole{
		max-width:2000px;
		margin:auto;
		padding:auto;
		background-color:#fffff6;
		border-radius: 0px;
}


#head img {
		border-radius: 5px;
		display:block;
		box-shadow: 2px 2px 3px #999999,-1px -1px 2px #aaaaaa; 
		max-width:100%;
}






/*タイトルh1用class */
span.kg{font-size:80%;
		font-style: normal;
		color:#ff3020;
		font-variant: small-caps;
		text-shadow: 2px 2px 2px #ffaaaa; 
}
span.kogkog{border-bottom: 1px #204060 solid;
		font-size:120%;
		font-style: normal;
		font-weight: bold;
		line-height: 140%;
		text-shadow: 2px 2px 2px #aaaaff; 
}
em.kog{font-size:150%;
		font-style: normal;
		font-weight: bold;
		color:#ff3020;
}
span.since{color:#605090;
		text-shadow: 2px 2px 2px #ccccff; 
}



/* ナビゲーション*/
nav{margin: 2px auto; 
}
nav lu{
}
nav li{
		float: left ;
		list-style-type: none;	
 		font-size:100%;
}
li.current{
		color:#ff0000;
		text-shadow: 2px 1px 2px #ffffff;
}


#nendai li{ list-style-image: none;
        display: block;
		text-shadow: 2px 1px 2px #333399; 
		border-radius: 3px; 
		background-color: #3333ff;
		box-shadow: 1px 1px 2px #3366aa;
    	padding: 2px 8px;
		margin: 0px 0px 10px 10px;
}
#nendai li a:link    { color : #ffffff ; }
#nendai li a:visited { color : #ccccff ; }
#nendai li a:hover   { color : #ccccff ; }
#nendai li a:active  { color : #9999ff ; }


/* 本体のid*/
#main a:link {color:#3050cc;
		text-decoration: none;
		border-bottom: none; 
}
#main a:visited {color:#5030cc;
}
#main a:hover{
		filter:alpha(opactity=70);
		opacity:0.7;
}
#main a:active {color:#cc6060;
}
#main article{
		margin:0px;
		padding:0px;
}
#main p{text-indent: 0em;
		margin-left: 0px ;
}




/* Kogギャラリーページ固有のクラス*/
#product  img {display:inline;
		margin: 2px 10px 2px 0px; padding: auto auto; 
		border: none;
		box-shadow: 1px 1px 2px 2px #cccccc; 
		border-radius: 2px;
}
#product  figure {display:inline;
           margin:auto auto;padding: auto auto; 
		float: left;
}
#product a:hover{
		filter:alpha(opactity=80);
		opacity:0.8;
}
#product span{display:inline;
 		font-size:125%;
		color:#113322;
				font-weight: bold;						
}
#product li{
padding-left:0px;
		 list-style-type: none;
	vertical-align: middle; 
			color:#113366;
}
#product ul{
padding-left:0px;
}
#product div{
display:block;
	vertical-align: middle;
}

#product article{display:block;
	vertical-align: middle; 
}

/*写真キャプション*/

#product figure{display:table;
           margin:0px;
		   		padding:0px 3px;
		   	vertical-align: middle; 
}

#product figcaption{
caption-side: bottom;
  display: table-caption;
text-align: center;
        font-size:100%;
		color:#112255;
}

/* フッター*/

footer p{text-align: center;
		font-size:80%;
		color:#404060 ;
