@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;;
	background:#EEEEEE;
	text-align:center;
}
p {
	margin:1em;
}
a img {
	border:0;
	vertical-align:middle;
}
ul {
	list-style-position:inside;
	margin-left:1em;
	line-height:1.4;
}
dl {
	width:80%;
	margin-left:1.5ex;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:0;
	padding-left:2ex;
}
a:link {
	color:#0D0D0D;
}
a:visited {
	color:#AD4F2A;
}
a:hover{
	color:red;
}
#container, #header,#footer{
	width:750px;
}
#container {
	background:url("./drop.png") repeat-y 0 0;
	margin:0 auto 0 auto;
	text-align:left;
	padding:0 10px 0 10px;
}
h1 {
	display:none;
}
#header {
	font-size:17px;
	background:#DBBDA3;
	border-top:black 30px solid;
	top:0;
	left:auto;
	right:auto;
	padding:10px 0 10px 0;
}
#header a {
	color:black;
	font-weight:bold;
	padding-left:5px;
}
#header a:hover {
	color:red;
	position:relative;
	top:-5px;
	padding-bottom:5px
}
a#here:link, a#here:visited {
	color:#777777;
	top:-5px;
	padding-bottom:5px;
	position:relative;
}
a#here:hover {
	color:red;
}
a#tohome{
	color:#622d18;
	text-decoration:none
}
a#tohome:hover {
	color:maroon;
	top:0;
	padding-bottom:0
}
#contents {
	background:#F8F8F8;
	padding:10px 20px 20px 10px;
	position:relative;
	height:100%;
	color:#3e3e3e;
}
.totop {
	font-size:small;
	left:80%;
	position:relative;
	z-index:1;
}
h3 {
	clear:both;
	width:40%;
	margin:25px 0 5px 0;
	padding-left:3px;
	border-left:1em solid #622d18;
	border-top:1px solid #622d18;
	border-bottom:1px solid #622d18;
}

#footer {
	background:#DBBDA3;
	border-bottom:black 30px solid;
	padding:5px 0 5px 0;
	color:#727272;
	text-align:center;
	font-size:small;
	clear:both;
}
td {
	border:1px #AAAAAA solid;
}
table {
	margin:10px;
}
#sitemap h4, .w_list h4 {
	display:inline;
}
.mbfruby {
	font-weight:normal;
	font-size:80%;
}
/* for Works
.works .main {
	width:500px;
	float:left;

}
.works .menu {
	width:190px;
	margin-top:20px;
	background-color:#EFEFEF;
	font-size:smaller;
	float:right;
} */
.works h3 {
	width:65%;
}
.still {
	float:right;
	text-align:center;
	padding:1em 0 1em 1em;
	height:120%;
}
.works .totop {
	display:block;
	clear:both;
	width:9em;
}
