/*
Theme Name: gc004
Theme URI: テーマのホームサイトの URI
Description: 
Author: Macoto Ohsugi
Author URI: http://grandes-cedro.net
Template: 
Version: 0
.
コメント／利用許諾の記述（あれば）
.
*/


/* Font
========================================== */
body {
	font-size: 10px; line-height: 1;
	font-family: Verdana, 'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro', Sans-Serif;
}

address#blogName { font-size: 360%; line-height: 1.2; font-weight: bold;}

h1   { font-size: 220%; line-height: 1.2;}
h2   { font-size: 200%; line-height: 1.2;}
h3   { font-size: 180%; line-height: 1.2;}
h4   { font-size: 160%; line-height: 1.2;}
h5   { font-size: 140%; line-height: 1.2;}
h6   { font-size: 140%; line-height: 1.2;}

p, address, li, dt, dd, th, td { font-size: 140%; line-height: 1.712; font-weight: normal; font-style: normal;}

li p, li address, li li, li dt, li dd,
dt p, dt address, dt li, dt dt, dt dd,
dd p, dd address, dd li, dd dt, dd dd,
th p, th address, th li, th dt, th dd, th th, th td,
td p, td address, td li, td dt, td dd, td th, td td {
	font-size: 100%;
}

strong { font-weight: bold;   font-style: normal;}
em     { font-weight: normal; font-style: italic;}

a         { color: #b85b5a; text-decoration: underline;}
a:link    {}
a:visited {}
a:hover   { text-decoration: none;}
a:active  {}


/* Structure
========================================== */
html, body {
	background: #F9F9F9;
	color: #404040;
}
body {
	margin: 0;
	padding: 0;
}

#document {
	margin: 0 20px 0 0;
	padding: 20px;
	min-width: 700px;
	max-width: 1120px;
	background: url(images/structure_bg_03.png) repeat-y 100% 0;
}

#header {
	min-height: 90px;
}
* html #header {
	height: 90px;
}

#contents {
	float: left;
	margin: 0 290px 0 0;
}

#navigation {
	float: right;
	width: 240px;
	margin: 0 0 0 -260px;
}

#footer {
	clear: both;
}

	/* Blog Name
	---------------------------------------- */
	#header address#blogName a {
		color: inherit;
		text-decoration: none;
	}


/* Navigation
========================================== */
#navigation a {
	color: #FFFFFF;
}

#navigation h2 {
	font-size: 140%;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	margin: 0 0 40px;
	padding: 0;
	font-weight: bold;
	font-size: 160%;
}

#navigation ul li ul {
}

#navigation ul li ul li {
	display: block;
	margin: 0 0 1px;
	padding: 12px 10px;
	border: 1px solid #333333;
	background:  url(images/structure_bg_03.png);
	text-decoration: none;
	font-weight: normal;
	font-size: 75%;
}

#navigation ul li ul li a {
}

#navigation ul li ul li a:hover {
}


/* 
========================================== */
#contents .article {
	margin: 0 0 80px;
}


	/* Headings Design
	---------------------------------------- */
	#contents .article h1 {
		margin: 0 0 12px;
		padding: 0;
	}
	
	#contents .article h1 a {
		color: inherit;
		text-decoration: none;
	}
	
	#contents .article h1 a:hover {
		color: #b85b5a;
	}
	
	#contents .article .info {
		margin: 0 0 25px;
	padding: 4px 10px;
	border: 1px solid #777777;
	background:  url(images/structure_bg_03.png);
	color: #DDDDDD;
	}
	#contents .article .info a {
		color: #FFFFFF;
	}
	
	#contents .article .info p {
		display: inline;
		margin: 0;
		font-size: 100%;
	}
	
	#contents .article .info p.date {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #DDDDDD;
	}
	
	#contents .article .info p.postmetadata {
	}
	
	#contents .article .info p br {
		display: none;
	}
	
	#contents .article p,
	#contents .article ul,
	#contents .article ol,
	#contents .article dl, {
		margin: 0 0 20px;
		padding: 0;
	}
	
	#contents .article ul {
		padding: 0 0 0 20px;
	}
	
	#contents .article ul li {
		margin: 0 0 5px;
		padding: 0;
		list-style: outside;
	}
	
	#contents .article ol {
		padding: 0 0 0 30px;
	}
	
	#contents .article ol li {
		margin: 0 0 5px;
		padding: 0;
		list-style: decimal outside;
	}
	
	#contents .article dl {
		padding: 0 0 0 20px;
	}
	
	#contents .article dl dt {
		margin: 20px 0 5px;
		padding: 0;
		display: list-item;
		list-style: square outside;
	}
	
	#contents .article dl dd {
		margin: 0 0 5px;
		padding: 0;
	}
	
	#contents blockquote {
		margin: 20px;
		padding: 15px;
		border-left: 8px double #DDDDDD;
		background: url(images/structure_bg_04.png);
	}
	
	#contents .article .section {
		margin: 0 0 50px;
	}
	
	#contents .article .section h2 {
		margin: 0 0 15px;
		padding: 0 0 0 8px;
		border-left: 10px double #b85b5a;
	}
	
	#contents .article h3 {
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: 2px dashed #EFE3DB;
	}


#contents {
}

#contents h3#comments {
}

#contents ol.commentlist {
	margin: 0;
	padding: 0;
}

#contents ol.commentlist li {
	list-style: none;
	margin: 0 0 10px;
	padding: 12px 10px;
	border: 1px solid #C0C0C0;
	background: url(images/structure_bg_04.png);
}

#contents ol.commentlist li .comment-autor {
}

#contents ol.commentlist li .comment-meta {
}

#contents ol.commentlist li p {
}


#contents #respond {
}

#contents #respond h3 {
}

#contents #respond #cancel-comment-reply {
}

#contents #respond {
}

#contents #respond p {
}

#contents #respond {
}

#contents #respond textarea {
	width: 100%;
}
