﻿/*
Theme Name: Another Day Peach
Theme URI: http://babyichigo.net/template/cdp/24
Description: This theme based is on "CSS Design Plate".
Version: 1.02
Author: Raspberry Jam
Author URI: http://babyichigo.net/
Date: 2008-07-12
*/


* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: none;
	background: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	background-color: #ffffff;
}
a:link, a:visited {
	color: #e57c99;
	text-decoration: none;
}
a:active, a:hover {
	color: #e57c89;
	text-decoration: underline;
}
body {
	font-size: 12px;
	padding: 0 0 0 25%;
	background-color: #f0e3e7;
	height: 100%;
}
div#PAGETOP {
}
/****** header ******/
div#HEADER {
	background-color: #f0e3e7;
	padding: 10px 5% 10px 5%;
}
h1 {
	font-size: 1.5em;
        font-weight: bolder;
	padding: 10px 5% 10px 5%;
	border-color: #ffc4d8;
	border-style: solid;
	border-width: 3px 0;
}
ul#PAN {
	margin: 0 1% 0 10%;
	height: 20px;
	padding: 10px 0;
}
ul#PAN li {
	list-style: none;
	float: left;
	margin: 5px 20px 0 0;
}
ul#PAN li a {
	padding: 0 15px 0 0;
	display: block;
	background-image: url(pan_migi.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/****** menu ******/
div#MENU {
	position: absolute;
	top: 0;
	left: 0;
	width: 21%;
	margin: 20px 1%;
}
div#MENU h2 {
	background-image:url(markcolor.jpg);
	background-position: center top;
	background-repeat: no-repeat;
        margin: 20px 20px;
	height: 125px;
	width: 150px;
	text-indent: -9000px;
}
div#MENU ul {
	margin: 50px 0 30px 20px;
}
div#MENU ul li {
	list-style: none;
	margin: 20px 0;
        margin-left:20px;
}
div#MENU ul li a {
	display: block;
	background-image: url(asterisk.png);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
}

div#MENU ul li a:link,
div#MENU ul li a:visited {
	color: #e24e78;
	border-bottom: 2px dotted #ffffff;
	margin: 0.2em 0 0 0.2em;
}
div#MENU ul li a:active,
div#MENU ul li a:hover {
	color: #e24e78;
	text-decoration: none;
	border-bottom: 2px dashed #ffffff;
	margin: 0 0.2em 0.2em 0;
}
div#MENU ul li.menu-on {

}
/****** contents ******/
div#KIZI {
	background-color: #ffffff;
	padding: 10px 5% 10px 5%;
	height: 100%;  /* for blockhead */
}
div#KIZI h2 {
	line-height: 0;
	height: 0;
	font-size: 1.3em;
        font-weight:bold;
	border-left: 1.3em solid #ff8eaa;
	border-right: 1.3em solid #ffffff;
	border-top: 1em solid #ffe5ed;
	border-bottom: 1em solid #ffe5ed;
	padding: 0 0 0 0.3em;
	margin: 0 0 10px 0;
	color: #ff7f6b;
}

div.text {
	line-height: 1.70;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 5px 1% 10px 2.5%;
	color: #616161;
}
h3 {
	background-image: url(asterisk_h2.png);
	background-repeat: no-repeat;
	padding: 0 0 2px 23px;
	font-size: 1.2em;
        font-weight:bold;
	color: #6d4f59;
	margin: 10px 0 0 0;
}
p {
	margin: 15px 0 15px 3em;
}
ul.modori {
margin: 0 0 0 20px;

}
ul.modori li {
	list-style: none;
	padding: 5px 1% 5px 0;
}
ul.modori li a {
	background-image: url(top.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-indent: -9000px;
	display: block;
	height: 20px;
}
ul.modori li a:visited {

}
ul.modori li a:active,
ul.modori li a:hover {

}
/****** footer ******/
div#FOOTER {
}
div#FOOTER h2 {
	display: none;
}
div#FOOTER ul {
	list-style: none;
	height: 20px;
	padding: 5px 0 0 10%;
}
div#FOOTER ul li {
	display: block;
	float: left;
	color: #a0a0a0;
	margin: 0 1em;
}

div#FOOTER ul li a:link,
div#FOOTER ul li a:visited {
	text-decoration: none;
}
div#FOOTER ul li a:active,
div#FOOTER ul li a:hover {
	text-decoration: underline;
}
/****** quote ******/
blockquote {
	margin: 10px 10px 10px 15px;
	border-left: 5px double #5d6163;
	padding: 5px 5px 5px 10px;
}
cite {
	padding: 0 3px;
	font-style: italic;
	color: #878789;
}
q {
	padding: 0 3px;
	font-style: italic;
	color: #878789;
}
pre {
	font-family: monospace;
}
/****** input ******/
input {
	border: 1px solid #b4b4b4;
	line-height: 1.60;
	margin: 0.3em 0;
	padding: 0.2em;
}
textarea {
	border: 1px solid #b4b4b4;
	line-height: 1.60;
	margin: 0.3em 0;
	padding: 0.2em;
	width: 50%;
}
/****** list.etc ******/
ul,ol {
	margin: 10px 0;
	line-height: 1.50;
}
li {
	margin: 0 0 0 30px;
}
dl {
	margin: 10px 0;
	line-height: 1.50;
}
dt {
	margin: 5px 0 2px 10px;
}
dd {
	margin: 2px 0 5px 40px;
}
/****** text ******/
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
ins {
	border-bottom: 1px dashed #768782;
}
del {
	text-decoration: line-through;
}
/****** not good ******/
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
big {
	font-size: 1.2em;
}
small {
	font-size: 0.8em;
}
tt {
	font-family: monospace;
}
/****** for IE ******/
*:first-child+html div#KIZI h2 {
	height: auto;
} 
* html div#KIZI h2 {
	height: auto;
}
* html div#KIZI {
}
* html div#HEADER {
	height: 10px;
}
/****** table ******/
table {
    border-top:1px solid #ff8eaa;
    border-left:1px solid #ff8eaa;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
th {
    border-right:1px solid #ff8eaa;
    border-bottom:1px solid #ff8eaa;
    color:#330000;
    background-color:#ffe5ed;

    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
td {
    border-right:1px solid #ff8eaa;
    border-bottom:1px solid #ff8eaa;
    padding:0.3em 1em;
}
