/* CSS Document */
@import url(../../images/common.css);

body {
	background-color: #eee;
	text-align: center;
	color: #000000;
	font-size: 14px;
/*	max-width: 1000px;*/
}
a{cursor: pointer;}
a:link{color: #000000; text-decoration: none;}
a:visited{color: #000033; text-decoration: none;}
a:hover{color: #FF0000; text-decoration: underline;}
a:active{color: #FF0000; text-decoration: underline;}

div {
}
.ct {
	font-size: large;
	font-weight: bold;
	color:black;
}

/*******************
# header
*******************/
#header {
	margin-bottom: 25px;
}
#header div {
	margin-right: auto;
	margin-left: auto;
}
#header #intro {
	margin-left: 35px;
	font-size: 80%;
	text-align: left;
	background-color: #ace;
}

#header #title {
/*	width: 432px;*/
	height: 72px;
	margin: 0.5em auto 0.5em;
	padding: 0px;
	position: relative;
	background-color: white;
	background-image: url(title-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header #title h1 {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 0.8em;
	margin: 0;
	vertical-align: bottom;
	bottom: 0px;
	position: absolute;
}


/*******************
# footer
<div id="footer" class="floatend">
<h2>Sitemap</h2>
<ul><li><a href="/index.html">HOME</a></li><li><a href="/about.php">ABOUT</a></li><li><a href="/link.html">LINK</a></li></ul>
<ul><li><a href="/blog/">だぶだぶノート</a></li><li><a href="http://walk.wi-wi.jp/">風の散歩道</a></li></ul>
<ul><li><a href="http://sozai.wi-wi.jp/">WebMaterial</a></li><li><a href="http://motel.wi-wi.jp/">Motel (Animation Library)</a></li></ul>
<address class="cr"><img src="/images/banner.gif" alt="バナー" width="200" height="40"><br>&copy;<a href="http://www.wi-wi.jp/">Wings-Winds</a></address>
<p class="pr">[pr]</p>
<!--
<p class="pr">[pr]<br><a href="http://px.a8.net/svt/ejp?a8mat=ZX1MO+1GZLMA+CO4+5ZEMP" target="_blank">
<img border="0" width="135" height="45" alt="" src="http://www21.a8.net/svt/bgt?aid=060328320089&amp;wid=001&amp;eno=01&amp;mid=s00000001642001005000&amp;mc=1"></a>
<img border="0" width="1" height="1" src="http://www11.a8.net/0.gif?a8mat=ZX1MO+1GZLMA+CO4+5ZEMP" alt=""></p>
-->
</div> <!-- footer -->
*******************/
#footer {
	clear: both;
}

#footer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin-top: .8ex;
	margin-bottom: .8ex;
	margin-right: 0;
	margin-left: 0;
	padding:0;
}
#footer li {
	display: inline;
	margin-right: 1em;
}
#footer address {
	clear: both;
}
#footer .pr {
	
}

/*******************
# body
*******************/
#body {
	
}


#body .section {
	margin: 5px;
	padding: 0px 0px;
	border: 1px double #888;
	background-color:white;
	margin-bottom:20px;
	clear: both;
}
#body .section * {
	text-align: left;
}
#body .section .info {
	clear: both;
}


#body .tag h2 {
	margin: 5px 2px;
	text-indent: 30px;
	background-image: url(cattitle-bg.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #ace;
}
#body .tag .info {

}

#body .tag ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

#body .tag ul .page {
	width: 305px;
/*	height: 210px;*/
	margin: 5px;
	padding: 5px 5px;
	border: 1px double #888;
	background-color:white;
	margin-bottom:20px;
	float: left;
}

#body .tag li .page h3 {
	height: 27px;
/*	text-indent: 30px;*/
	padding-left: 30px;
	background-image: url(pgtitle-icon.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #ccc;
	margin-top: 5px;;
	margin-bottom: 5px;;
	position: relative;
}
#body .tag li .page h3 a{
	position: absolute;
	text-indent: 0;
	bottom: 0px;
}
#body .tag li .page h3 a:hover{
	color: #FF0000;
	text-decoration: underline;
}

#body .tag .page dl {
	margin-top: 0;
	margin-bottom: 0;
}
#body .tag .page dt,
#body .tag .page dd {
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 2px;
	display: block;
}

#body .tag .page dt {
	float: left;
	background-color: #ccc;
	padding: .1em;
}
#body .tag .page dd {
	padding: .1em;
	margin-left: auto;
}

#body .tag .page dt.date {
	font-size: 65%;
}
#body .tag .page dd.date {
	background-color: #eee;
	font-size: 65%;
	text-indent: 1ex;
}
#body .tag .page dt.summary {
	font-size: 100%;
}
#body .tag .page dd.summary {
	font-size: 100%;
	height: 120px;
	overflow: scroll;
	border: 1px solid #eee;
}
#body .tag .page dt.tags {
}
#body .tag .page dd.tags {
	background-color: #eee;
	text-indent: 1ex;
}



/********/
.section:after {
	content: url(spacer.gif);
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
/* for MacIE */
.section {
	display: inline-table;
}
/* for NOT MacIE\*/
* html .section {
	height:1%;
}
.section {
	display:block;
}
.section{
	clear:left;
}
/* */



