#header {
	height: 60px;
}

#header_logo {
	background: #000 url('/images/header_bg.png');
	border: 2px outset gray;
	 height: 36px;
}

#header_navi {
	background: #666 url('/images/navi_back.gif') repeat;
	height: 20px;
	font-size: 12px;
}

#header_navi li {
	margin:0px;
	padding:0px;
	float:left;
	height: 20px;
	width: 120px;
	text-align: center;
}

#header_navi ul {
 	width:800px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#header_navi a {
	display: block;
	border-right: 1px solid;
	height: 20px;
	color: white;
}

#header_navi a:hover {
	background: #800;
	
}

#header_navi .header {
	width: 150px;
}


#footer {
clear:both;
	background: #333;
	font-size:small;
	
	border-top: 2px groove gray;
	text-align: center;
	
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 1em;
}

#footer li:before {
	content: "[";
}
#footer li:after {
	content: "]";
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/* ********************************************** */

body {
		
	font-family: 'Hiragino Maru Mincho Pro', serif;
	
	background: #000000;
	color: #ffffff;
	
	margin: 0px;
	padding: 0px;
	
}

div#content {
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 50px;
}

p#notice {
	background: #333333;
	border: 2px ridge #333333;
	padding: 5px;
	text-align: center;
}

div#copy {
	font-size: small;
	text-align: center;
	border: 2px solid #333333;
}

div.pagetop {
	text-align:right;
	font-size: small;
}

h1 {
	font-size: x-large;
	color: aquamarine;
	margin-bottom: 0.5em;
}

 h3 {
	color: royalblue;
	border-bottom: 2px solid;
	padding-left: 0.5em;
	font-size: medium;
}

h2 {
	color: slateblue;
	border-bottom: 2px solid;
	padding-left: 0.5em;
	font-size: large;
}

a:visited,  a:link {
	color: plum;
	
	text-decoration: none;
}


a img {
	border:none;
}

div#notice {
 border-right: 1px solid gray;
 border-left: 1px solid gray;
 padding: 0.5em;
}

div#notice p:first-letter {
	padding-left: 1em;
	font-size: large;
}



div#navi {
	float:left;
	border-right: 2px gray solid;
	width: 120px;
	text-align:center;
	font-size: medium;
}



div#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
div#navi ul li:hover {
	background: dimgray;
}

div#navi li {
	float: left;
	width: 120px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

div#navi li:first-child {
}

div#navi li + li
 {
	border-top: 1px solid gray;
}

div#navi h1 {
	padding: 0em;
	margin: 0em;
}

div#navi h2 {
	padding:0px;
	margin:0px;
	height:30px;
	}



div#notice {
	float:left;
	width: 60%;
	padding-left: 1em;
	
}

div#info {
	float:right;
	width: 18%;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

#breadcrumbs {
	text-align: right;
}

#breadcrumbs li {
	display: inline;
	list-style-type: none;
}

#breadcrumbs li + li:before {
	content: " > ";
}

#mini_navi {
	margin-top: 2em;
}
 
 #page_top
 {
  font-size: small;
	margin-left:70%;
}

#page_top:after {
	content: url("/image/up.gif");
	padding: 2px;
	}

#sec_top {
	font-size: small;

}
#sec_top:before {
	content: url("/image/sec.gif");
	padding: 2px;
	}

#page_top a, #sec_top a	{ 
	text-decoration: none;
	color: #ccc;
	 font-size: small;
}

div#link {
	text-align: center;
}

table.layout td {
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	border: 2px groove gray;
	font-size: small;
}

table.layout td.pict {
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	border: 2px groove gray;
	font-size: small;
}

table.layout td.tag {
	height: 1.5em;
	vertical-align: middle;
}

table.pictures td {
	width: 250px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	border : 2px outset gray;
}

ul#foot_menu {
	list-style-type: none;
	text-align: center;
}
ul#foot_menu li:before {
	content:"[";
}
ul#foot_menu li:after {
	content:"]";
}

ul#foot_menu li {
	display:inline;
	margin:1em;
}
