@charset 'utf-8';

div {
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}

/* ----- メニュー -------------------------------------- */

div#submenu ul {
	margin: 0px 0px 0px;
}
div#submenu ul li {
	display: inline;
	margin-right: 10px;
}

/* ----- 個別指定 -------------------------------------- */

h2.last {
	display: none;
}
ul.last {
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #D0D0D0;

	background-color: #EAEAEA;
}
ul.last li {
	list-style-type: none;
}
ul.last li span.last_memory, ul.last li span.last_memory * {
	font-size: 20px;
	font-weight: bold;
}

dl.memory {
	width:100%;
	margin:0px 10px 2px 10px;
	padding:0px;
	position:relative;
}

dl.memory dt {
	padding:5px 2px;
	position : absolute;
	left:0px;
	width:5em;
	color:#444444;
	text-align:center;
	font-weight:normal;
	border:1px solid #A0A0A0;
	background-color:#DFDFDF;
}

dl.memory dt span {
	display:block;
	line-height:1.3;
	font-family: Verdana;
}

dl.memory dt span.memodate {
	font-size:110%;
	font-weight:bold;
}

dl.memory dt span.memoyear, span.memotime {
	font-size:78%;
}

dl.memory dd {
	margin-left:5em;
	margin-bottom:25px;
	padding:1px 0px 5px 15px;
	min-height:4.5em;
	line-height:1.2;
}

dl.memory dd p {
	line-height:1.2;
}

dl.memory dd a.file {
	font-weight: bold;
	padding-left:14px;
	background:url(/img/icon_file.gif) no-repeat center left;
}

dl.memory ul.info {
	margin-top:2px;
	margin-left:0;
	padding:0;
}

dl.memory ul.info li {
	margin-left:0;
	margin-right:0.5em;
	display:inline;
	list-style-type: none;
}

/* for IE6- */
* html body dl.memory dt {
	height:4em;
}
* html body dl.memory dd {
	height:5em;
}

ul.tag {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	font-size:14px;
}
ul.tag li {
	display: inline;

	margin-right: 5px;

	color: #AAAAAA;
	line-height: 1.0;
}
ul.tag li a {
	text-decoration: none;
}


ul.memopage {
	margin:10px 0 0;
	text-align:left;
}

ul.memopage li {
	margin-right:0.5em;
	display:inline;
	list-style-type: none;
}

ul.memopage li.next {
	padding-right:12px;
	margin-left:2px;
	background:url(/img/mover.gif) no-repeat center right;
	clear:both;
}

ul.memopage li.prev {
	padding-left:12px;
	margin-left:2px;
	background:url(/img/movel.gif) no-repeat center left;
	clear:both;
}

h1.filename {
	display:none;
}

p.memoimg {
	margin-top:4em;
}

span.reply {
	color:#E8E8E8;
}


div#footer ul.powerted {
	margin-top:10px;
	text-align:right;
}

div#footer ul.powerted li {
	padding-left:5px;
	display:inline;
	list-style-type:none;
	font-size:95%;
	border-left:1px solid #787878;
	color:#707070;
}

div#footer ul.powerted > li:first-child {
	padding-left:1px;
	border-left:0px;
}

div#footer ul.powerted li a {
	color:#707070;
}

a.res {
	margin-left:2px;
	padding-left:18px;
	background:url(/img/icon_res.gif) no-repeat center left;
}

