@charset "utf-8";
/*
Theme Name: love-res Style
Theme URI: http://www.love-res.info/
Description: love-res用スタイル
Version: 1.0
Author: Nakayama Takeshi
Author URI: http://www.juryhaca.org/
Tags: 

*/

/*
IE 7 background-color

http://le-arche.jugem.jp/?eid=61
http://gyauza.egoism.jp/clip/archives/2007/05/070509-background-clip/
*/

/* Basic
------------------------------------------------------------ */
html {
    width: 100%;               /* Fix: IE7 Zoom */
    height: 100%;              /* Fix: IE7 Zoom */
    background-color: #FFFFFF; /* Fix: IE7 Zoom */
}
body {
    width: 100%;  /* Fix: IE7 Zoom */
    height: 100%; /* Fix: IE7 Zoom */
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    background-image: url('images/body.png');
    background-repeat: repeat-x;
    background-position: left top;
    color: #333333;
    font-size: 78%;
    font-family: 'ヒラギノ角ゴPro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,Helvetica,Verdana,'ＭＳ Ｐゴシック',sans-serif;
    letter-spacing: 1px;
    text-align: center; /* Fix: IE5 Bug */
}
html > body {
    height: auto; /* Fix: IE7 Zoom */
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
p, div,
ul, ol, dl,
li, dt, dd,
form {
    margin: 0px;
    padding: 0px;
}
img {
    border: none;
}
hr {
    clear: both;
    margin: 1em 0px 1em;
    border: 1px solid #E7E6E6;
}
a {
    color: #841a75;
}
a:link {
}
a:visited {
}
a:hover {
    color: #e2041b;
}
a:active {
}

/* Body
------------------------------------------------------------ */
#page {
    width: 70%;
    margin: 0px auto;
    text-align: left;
}

/* Body Header
------------------------------------------------------------ */
#header {
    height: 80px;
    padding: 10px 0px;
}
#header h1 {
    float: left;
    width: 190px;
    height: 60px;
}
#header p {
    float: right;
    height: 30px;
    padding: 30px 0px 0px;
    color: #A7A6A6;
}

#header ul {
    clear: both;
	list-style-type: none;
}
#header ul li {
	float: left;
    padding: 10px 2em 0px 0px;
	text-align: center;
}
#header ul li a {
	display: block;
	position: relative; /* for IE6 */
	text-decoration: none;
}
#header ul li a:hover {
}

/* Body Footer
------------------------------------------------------------ */
#footer {
    clear: both;
}
#footer ul {
    clear: both;
	list-style-type: none;
}
#footer ul li {
	float: left;
    padding: 0px 2em 1em 0px;
	text-align: center;
    color: #A7A6A6;
}
#footer ul li.admin {
	float: right;
    padding: 0px 0px 1em 2em;
}
#footer ul li a {
	display: block;
	position: relative; /* for IE6 */
    color: #A7A6A6;
	text-decoration: none;
}
#footer ul li a:hover {
    color: #e2041b;
}


/* Body Contents
------------------------------------------------------------ */
h2 {
    margin-bottom: 0.5em;
}
#contents { /* blog */
    overflow: hidden;
    float: left;
    width: 70%;
}
#navi {
    margin-left: 75%;
}
#navi ul,
#navi ol {
    margin: 0px 0px 1em 1.5em;
}
#navi ul li {
    margin: 0px 0px 0.2em 0px;
}

#content {
}
#post-31 { /* index */
    text-align: center;
}
p.edit {
    margin: 5em 0em;
    text-align: right;
}
p.postmetadata {
    margin: 1em 0em;
    text-align: right;
    color: #999999;
}
.entry p {
    margin: 0px 0px 1em 0px;
}
.entry ul,
.entry ol {
    margin: 0px 0px 1em 1.5em;
}
.entry ul li {
    margin: 0px 0px 0.2em 0px;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.navigation {
    height: 20px;
    margin-bottom: 10px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


/* Debug
------------------------------------------------------------ */
/*
#wrapper {
    background-color: #FFFFFF;
}
#header {
    background-color: #FF0000;
}
#logo {
    background-color: #00FF00;
}
#navigation {
    background-color: #0000FF;
}
#body {
    background-color: #CC0000;
}
#menu {
    background-color: #00CC00;
}
#content {
    background-color: #0000CC;
}
#footer {
    background-color: #CC00CC;
}
*/
