/* -*- mode: css; -*-
** 
** Common stylesheet for irodoriRINGO AQUA Edi.
** last update: Sun, 20 Feb 2005 08:37:19 GMT
** 
** You may use Netscape, Mozilla(include Mozilla Firefox), 
** Camino, Safari or Opera for best browsing!
** 
*/

/* 
** TAG
********************************************************* */
body {
    margin: 0;
    padding: 0;
    max-width: 1000px;
}
h1 {
	font-size: 140%;
	color: #003;
}
a       { color: #000; }
a:hover { color: #039; }

dl > dd > p {
	margin: 0 0 0.2em;
}
em {
	font-style: normal;
	color: #f00;
}
img {
	border-width: 0;
}

/*
** ID
********************************************************* */
#header {
    position: relative;
    height: 70px;
    margin: 0 0 0 150px;
    background: #000 url("../image/bg_landscape.jpg") no-repeat;
    border-bottom: 1px solid #000;
}
#header #category,
#header h1 {
    position: absolute; bottom: 5px; right: 5px;
    margin: 0; padding: 0 5px;
    font-size: 110%; font-family: "Lucida Grande"; font-weight: normal;
    background: #000;
    color: #fff;
    -moz-border-radius: 5px;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#main {
	margin: auto 1em;
}

#version-history dt, 
#copyright {
	font-family: "Lucida Grande", "techno";
}

/* footer */
#footer {
    background-color: #fff;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #999;
    font-family: "Lucida Grande";
}
#copyright, 
#index-copyright {
    float: right;
    margin: 0 0 0 auto;
    padding: 0.5em 0 0 30px;
    height: 30px;
    vertical-align: middle;
}
#copyright:before {
    content: url("../image/irodori_sign.png");
    margin-right: 0.5em;
}
#footer-counter {
    margin: 0.5em;
    color: #999;
}
/* end */

/*
** CLASS
********************************************************* */
.section + .section {
	margin-top: 1.5em;
}

.mono-e, 
span.objc-method {
	font-family: "Monaco", "Courier", monospace;
}
.image {
	text-align: center;
}
.snapshot {
    text-align: center;
}
.suggest {
	font-size: 90%;
}

