@charset "UTF-8";
/* ************************************************ 
Theme Name: Megumi OP Child / め組 オーバープラス 子供
Theme URI: http://www.megumithemes.com/
Description: A general versatility all-round theme with orientalism.
Author: Megumi
Template: megumi_op
Version: 1.0
 * ************************************************ */

/* ************************************************ 
	CSS Contents
	Notes
	CSS Include
	
	Basic setting
	Each area setting
	Widget Area Setting
	Header area setting
	Footer area setting
	Side contents setting
	Main contents setting
	Home setting
	Other setting
	
 * ************************************************ */

/* ************************************************ 
 * Notes
 * ************************************************
 *	
 *	Whenever Huck is done,
 *	it describes it in the following filling in column. 
 *	
 * ************************************************ */

/* ************************************************ 
 * CSS Include
 * ************************************************ */
@import url("../megumi_op/style.css");
/* ************************************************ 
 * Basic setting
 * ************************************************ */
body {
	color:#FFF;
    background:url(images/back/body-bg.gif);
}

/* ************************************************ 
 * Each area setting
 * ************************************************ */
#wrapper {
	margin:15px auto;
	border:1px solid #3A3A3A;
	padding:0 24px;
	background:#000000;
}
#header {
	margin:15px 0;
	border:1px solid #3A3A3A;
	background:none;
}
#footer {
    border-top:1px solid #3A3A3A;
}

/* ************************************************ 
 * Widget Area Setting
 * ************************************************ */
.widget_area ul a {
	padding-left:10px;
	background:none;
}

/* ************************************************ 
 * Header area setting
 * ************************************************ */
/* ---- Site Logo ---- */
#site-logo a {
	color:#777;
}

/* ---- Site Description ---- */
#site-description {
	color:#FFF;
    font-size:100%;
	padding:0 0 15px 15px;
}

/* ************************************************ 
 * Side contents setting
 * ************************************************ */
/* ---- Side Title ---- */
#sidebar h2 {
	font-size:116%;
	font-weight:bold;
	color:#FFF;
    padding:0 1em;
    background:url(images/back/side_title_bk.png) repeat-x #161D26;
}
    #sidebar h2 span {
		padding:0.5em 0 0.5em 38px;
		background:url(images/icon/side_title_icon.png) no-repeat left;
		display:block;
    }

    #sidebar h2 img {
        vertical-align:middle;
    }


/* ************************************************ 
 * Side contents setting
 * ************************************************ */
/* ---- Side Title ---- */
#sidebar h2 {
	font-family: Georgia, "Bitstream Charter", serif;
	font-weight:normal;
	color:#FFF;
	border-top:1px solid #3A3A3A;
	border-bottom:1px solid #3A3A3A;
    padding:0 0.5em;
    background:none;
}

/* ************************************************ 
 * Main contents setting
 * ************************************************ */
/* ---- Title ---- */
.entry-title a {
	color:#777;
}

/* ---- Post  ---- */
.post {
	border-bottom:none;
}

/* ---- Post Data ---- */
.post_data {
	color:#777;
}
	.post_data a {
		text-decoration:none;
	}

/* ---- Navigation ---- */
.tab_nav a ,
.tab_nav span {
	color:#FFF;
	border:1px solid #3A3A3A;
	padding:5px;
}
.tab_nav a:hover ,
.tab_nav span.current {
	background:#777;
}

/* ************************************************ 
 * Feeling!!
 * It is inquiry in the webnist
 * webnist@webnist.org
 * ************************************************ */
