/*  
Theme Name:日月餅
Theme URI:http://nichigetsumochi.jp
Description:A simple them for weblog
Version:1.0
Author:nichigetsumochi
Author URI:nichigetsumochi.jp

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0;
}

#searchsubmit{
vertical-align: middle;
}

#s{
vertical-align: middle;
border:solid 1px #ccc; 
}

body {
	background:#fff;
	color:#444;
	font-family:verdana,arial,sans-serif,ヒラギノ角ゴ Pro W3,Osaka,ＭＳ Ｐゴシック;
	text-align:left;
}

.page{
	background:#fff;
	text-align:left;
	width:800px;
}

#content {
	float:left;
	margin:10px 0 20px 15px;
	width:500px;
	font-size:12px;
}
	
#sidebar {
	float:right;
	margin:10px 0 10px 0;
	width:250px;
	font-size:10px;
}

#footer {
	border-top:1px solid #ccc;
	clear:both;
	padding:10px 0px 30px 20px;
	text-align:left;
	font-size:10px;
	}
/* End Main-Layout */



/* Begin Header */


#hright{
	background-image:url(images/ngm_title.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:175px;
	text-align:left;
}


a#hright{
	width:800px;
	height:175px;
	display:block;
	border:1px solid #666;
}

#header h1 {
	text-align:left;
	text-indent: -9999px;
	font-size: 10px;
	}
	
#header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover{
	text-decoration:none;
	font-size:1px;
	}
	
#hDis {
	text-indent: -9999px;
	font-size:1px;
}
/* End Header */



/* Begin Content*/
#content h2{
	border-bottom:1px solid #ddd;
	color:#000;
	font-size:14px;
	font-weight:normal;
	padding:10px 0 2px 0;
	}


#content h3,#content h4,#content h5,#content h6{
	color:#000;
	font-size:12px;
	font-weight:normal;
	margin:10px 0 0 0;
	}

#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6{
	border-bottom:1px solid #ddd;
	color:#666;
	font-size:10px;
	font-weight:bold;
	padding:10px 0 2px 0;
	}


h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#000;
	text-decoration:none;
}

.postmetadata {
	font-size:10px;
	color:#999;
	padding:5px 0 10px 0;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#555;
	text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline;
}

.entry, .entrytext{
	line-height:160%;
	margin:10px 0 20px 0;
	color:#666;
	}
	
.entrytext p{
	margin:0 0 15px 0;
	}

a:link,a:visited,a:active{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration:underline;
}


/* End Content*/



/* Begin Comments */


.commentlist cite, .commentlist cite a {
	font-style:normal;
	font-size:10px;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	}

.commentmetadata {
	font-weight:normal;
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar ul li{
	list-style:none;
	padding:0 0
	}

#sidebar ul li ul li{
	background:#fff;
	/*border-bottom:1px solid #ddd;*/
	padding:5px 2px;
	}
	
#sidebar p{
	line-height: 180%;
	padding: 0 0 10px;
	}

#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active{
	color:#333;
	text-decoration:none
}

#sidebar ul li ul li a:hover{
	color:#333;
	text-decoration:underline
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0
	}

#commentform textarea {
	width:100%;
	padding:2px
	}

#commentform #submit {
	margin:0;
	float:right
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:10px;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border-left:2px solid #ddd;
	color:#333;
	font-style:italic;
	line-height:160%;
	margin:15px 0;
	padding:5px 10px 5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	clear:both;
	display:block;
	text-align:center;
	padding:20px 0 0 0;
	}
/* End Various Tags & Classes*/