﻿@charset "utf-8";

/* -------------------------------------------------------------------
# (c) 07 2007 <mortality@nurs.or.jp>

# Licensed under CC by-nc 2.1 Japan:
# http://creativecommons.org/licenses/by-nc/2.1/jp/

# Theme Name:
# Theme URI:
# Description:

# Version:2.0
# Author:NANA
# Author URI:http://www.nurs.or.jp/~mortality/

------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	background:#46240f url('wall.gif') repeat;
	font:12px/170% Tahoma,Verdana,Osaka,"MS UI Gothic",sans-serif;
	color:#444;
}

a:link {
	color:#666;
	text-decoration:underline;
}

a:visited {
	color:#444;
	text-decoration:underline;
}

a:active,a:hover {
	color:#666;
	text-decoration:none;
}

a.keyword:link,
a.keyword:visited,
a.keyword:active,
a.keyword:hover {
	color:#444;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

h1,h2,h3 {
	font-size:12px;
	font-weight:normal;
}

img {
	border:none;
}

/* --------------------------------------------------- container -- */
#container {
	margin:0 0 0 50px;
	background:#fff;
	width:530px;
}

/* ------------------------------------------------------ header -- */
#head {
	background:#fff url('header.jpg') no-repeat 15px 0px;
	height:100px;
}

#head h1 {
	margin-bottom:50px;
	padding:8px 0 0 25px;
	font-size:15px;
	font-weight:bold;
	color:#46240f;
}

#head h1 a {
	color:#46240f;
	text-decoration:none;
}

#navcont {
	text-align:right;
	font-size:11px;
	color:#fff;
	display:inline;
}

#navcont ul#navigation {
	padding-right:65px;
	list-style-position:inside;
	list-style-type:none;
}

#navcont ul#navigation li#home,
#navcont ul#navigation li#intro,
#navcont ul#navigation li#archive  {
	padding-right:7px;
	display:inline;
	font-size:11px;
}

#navcont ul#navigation li a:link {
	color:#fff;
	text-decoration:none;
}

#navcont ul#navigation li a:visited {
	color:#e8e8e8;
	text-decoration:none;
}

#navcont ul#navigation li a:active,
#navcont ul#navigation li a:hover {
	color:#fff;
	text-decoration:none;
}
/* ----------------------------------------------------------------------------------- エントリ -- */
#main {
}

#entry {
	padding:20px;
	background:#fff;
}

#entry h2,
#entrynavi {
	padding:3px 3px 3px 20px;
	background:transparent url('ico.gif') no-repeat 0% 5px;
	border-bottom:1px dotted #444;
}

#entry h3 {
	margin:5px 0px;
	padding:2px 3px 2px 5px;
	border-bottom:1px dotted #7e7e7e;
	border-left:4px solid #7e7e7e;
}

#entry p {
	padding:5px 0;
}

#entry blockquote {
	margin:0 10px;
	padding:0 10px;
	border:1px solid #7e7e7e;
}

#main #entry #tags {
	margin:5px 0;
	padding:3px 3px 3px 18px;
	background:transparent url('tag.gif') no-repeat 3px 6px;
	border-bottom:1px solid #7e7e7e;
}

#efooter,
p.ctfooter {
	margin:10px 0 15px 0;
	padding:3px 3px 0 0;
	background:#e8e8e8;
	text-align:right;
	font-size:11px;
}

#trackback,#trackbacklist,
#comments,#comment-form {
	margin-top:15px;
	padding-left:5px;
	border-bottom:1px dotted #444;
	border-left:4px solid #444;
}

/* ------------------------------------------------------------------------------------- フッタ -- */
#footer {
	clear:both;
	margin:2px 15px 0 15px;
	background:#fff;
	border-top:1px dotted #444;
	font-size:11px;
	color:#444;
	text-align:center;
}

#footer p {
	margin:2px 0 0 0;
	padding:5px 0;
}
