@charset "utf-8";
/*  
Theme Name: miyamasou
Theme URI: http://miyamasou.chicappa.jp/blog/
Description: Original theme
Version: 1.0
Author: sambopark nasu
Author URI: http://www.sambopark.jp/
*/
/*


/*
====================================
====== last update 2008.02.21 ======
====================================


CSS File for "美山荘 blog"
Media       : all
FileName    : style.css
Author      : nasu


 *** PAGE INFO ***

0.YUI Fonts CSS - version:2.4.1
1.reset
2.Link Color
3.Layout
4.topic path
5.Visual effect
6.Element
7.header
8.gNavi
9.container
10.archives.php

----------------------------------------------- */



/* ============================================================
	0.YUI Fonts CSS
=============================================================== */

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/*
Setting the font size
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 
*/

/* ============================================================
	1.reset
=============================================================== */
body,
div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address,
table, th, td,
a, p, img {
	margin:0;
	padding:0;
}

body {
	font-family:"ＭＳ 明朝", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif,Arial,Helvetica;
	color:#000000;
	background:url(img/bg_body.jpg) repeat-y top left;
	font-size:85%;
}

*:first-child+html body {
	font-size:77%;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

p {
	margin:0 0 1em 0;
	line-height:130%;
}

ul {
	list-style-type:none;
}

img {
	border:0;
}

.clr {
	clear:both;
}

address {
	font-style:normal;
	margin:10px 0 0 0;
}



/* ============================================================
	2.Link Color
=============================================================== */
a {
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#999999;
}

a:active {
}



/* ============================================================
	3.Layout
=============================================================== */
#wrapper {
	width:870px;
	height:auto;
	overflow:hidden;
	position:relative;
}

* html #wrapper {
	overflow:visible;
}

#side_header {
	width:110px;
	position:absolute;
	top:30px;
	left:730px;
}

#gNavi {
	width:150px;
	height:auto;
	position:absolute;
	top:40px;
	left:30px;
}


#container {
	behavior:url(http://miyamasou.chicappa.jp/blog/wp-content/themes/miyama/iefixed.htc);
	width:470px;
	min-height:500px;
	margin:100px 0 0 220px;
}

* html #container {
	padding-top:100px;
}

*:first-child+html #container {
	padding-top:100px;
}

#footer {
	width:auto;
	height:90px;
	padding:40px 0 0 220px;
	margin:150px 0 0 0;
}




/* ============================================================
	4.topic path
=============================================================== */




/* ============================================================
	5.Visual effect
=============================================================== */
.linkBox li.margin_b20 {
	margin-bottom:20px;
}




/* ============================================================	
	6.Element
=============================================================== */
h1 {
	margin:0 0 35px -5px;
}

h1 a {
	width:140px;
	height:25px;
	display:block;
	background:url(img/logo.gif) no-repeat top left;
	text-indent:-9999em;
}

h2 {
	width:61px;
	height:255px;
	text-indent:-9999em;
	background:url(img/logo_h2.gif) no-repeat top left;
	margin:0 0 0 20px;
}

h3 {
	color:#660099;
	font-size:114%;
}

h3 a:link,
h3 a:visited {
	color:#660099;
	font-size:100%;
}

h3 a:hover {
	color:#9B64B9;
}


/* ============================================================
	7.header
=============================================================== */




/* ============================================================
	8.gNavi
=============================================================== */
#gNavi p {
	margin:0;
}

#gNavi ul {
	margin:5px 0 25px 1em;
}

.linkBox {
	width:auto;
	background:url(img/line_dot.gif) repeat-x top left;
	margin:50px 0 0 0;
	padding:20px 0 0 0;
}

.linkBox span {
	width:auto;
	height:3px;
	display:block;
	background:url(img/line_dot.gif) repeat-x top left;
	margin:10px 0 0 0;
}

#gNavi .linkBox ul {
	margin:0;
}

.linkBox li {
	margin-bottom:5px;
}

.linkBox li a {
	width:127px;
	height:18px;
	display:block;
	text-indent:-9999em;
	background:url(img/logo_side.gif) no-repeat top left;
}


#gNavi p.backNum {
	margin:0 0 0 1em;
}

#gNavi p.adminLink {
	margin:20px 0 0 1em;
}



.baner {
	padding:40px 0 0 0;
}

/* ============================================================
	9.container
=============================================================== */
.entry {
	width:460px;
	background:url(img/line_dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:20px 0;
}


p.entry_date {
	color:#660099;
	font-size:114%;
	margin:0;
}

.entry_navi {
	behavior:url(iefixed.htc);
	width:auto;
	min-height:9px;
	margin:60px 0 0 0;
	position:relative;
}

.entry_info {
	font-size:77%;
	margin-bottom:50px;
}

.entry_info li {
	display:inline;
	margin-right:5px;
}

.entry_info span {
	margin:0 10px 0 0;
}

.entry_navi a {
	margin-right:10px;
}

.entry_navi span {
	position:absolute;
	right:5px;
	top:0;
}

* html .entry_navi span {
	right:178px;
}

a.toTopBtn:link,
a.toTopBtn:visited {
	width:43px;
	height:9px;
	font-size:1px;
	display:block;
	text-indent:-9999em;
	background:url(img/btn_top.gif) no-repeat 0 0;
}
a.toTopBtn:hover {
	background-position:0 -9px;
}

.entry img {
	border:3px solid #FFFFFF;
}



/* ============================================================
	10.archives.php
=============================================================== */
.backNumBox h3 {
	color:#000000;
	font-size:85%;
}

.backNumBox h3 a {
	color:#000000;
}

.backNumBox ul {
	margin:5px 0 0 1em;
}







































































































