* {
	margin: 0;
	padding: 0;
	}
body {
	font-size: mediun;
	color: #333;
	line-height: 2em;
	background: url(img/page.jpg) top left no-repeat fixed;
	}	
#header {
	text-align:right;
	}
#content {
	width: 32em;
	margin: auto auto auto 350px;
	}	
#menu {
	text-align: center;
	}	
#main {
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	}
#footer {
	width: 32em;
	margin-left: 350px;
	text-align: right;
	}
.box {
	width: 30em;
	margin: 0 auto;
	text-align: justify;
	}
		
hr {
	display: none;	
	}	
	.box hr {
		display: block;
		border: none;
    	height: 17px;
    	width: 400px;
    	background: url(img/line.gif) no-repeat;
    	margin: 5em auto;
		}
		
p {
	margin-bottom: 1.5em;
	}
	
img  {
	border: none;
	}
	
a {
	color: #000;
	}		
a:hover {
	color: silver;
	}

address {
	font-size: small;
	font-style: normal;
	margin: 20px auto;
	}	
address img  {
	vertical-align: text-bottom;
	}	
address a {
	margin-left: 1em;
	}

/*　見出し　*/

h1 {
	display: none;
	}	
h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	color: #504F4F;
	text-shadow: 0px -1px 1px #777;
	margin-bottom: 50px;
	}	
	#menu h2 {
		display: none;
		}
		
/*　リスト　*/

ol, ul {
	margin-left: 0;
	padding-left: 0;
	}
li {
	display: inline-block;
	/display: inline;	
	}
	
#pan {
	padding: 1em;
	font-size: small;
	}
#pan li + li:before {
    margin: 0 5px;
    content: ">"; 
	}
		
#nav li {
	width: 10em;
	line-height: 1em;
	}
#nav li a {
	text-decoration: none;
	}
	
/*　リスト　END　*/

#clap {
	display: inline;
	}
	
#ninja {
	text-align: right;	
	}
	
/*　top shadow　*/

body:before { 
    content: "";
    position: fixed;
    top: -10px;
    left: -10px;
    width: 110%;
    height: 10px; 
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 100;
	}
	
/*　top shadow END　*/