body {
    background-color: #fff; /* Background color */
    color: #222; /* Foreground color used for text */
	font: 14px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}
body.white{
	background-color: white;
}
#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 a {
    border-bottom: 1px solid #ccc;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}
#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color:white;
    background-image: url(images/shounari.png);
    background-repeat: no-repeat;
    background-position: 302px 40px;
}
#header ul li a {
    border-bottom: 1px solid #ddd;
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    padding: 10px 15px 0 30px;
    text-decoration: none;
}
#header ul li a p.lead{
	font-size: 13px;
	line-height: 16px;
	}

#header ul.hide {
    display: none;
}
#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}



#content {
	margin-right:0;
}
#content h2 {
    padding: 5px 0 0 25px;
    font-size: 16px;
    font-weight: bold;
}
p{
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    margin-top:5px;
}
#content p{
    padding: 0 0 0 25px;
}
#content, #sidebar {
    padding: 10px;
}

#content #smaho h2{
    padding-left:5px;
}
#content #smaho p{
    padding-left:5px;
    font-size:14px;
}

#footer {
    display: none;
}
a{
	color:#666;
	text-decoration:none;	
	font-weight:bold;
}
#content a.finger{
	width:100px;
	height:18px;
	background-image: url(http://urumadelvi.com/images/link_te.gif);
	background-repeat: no-repeat;
	background-position-y: 1px;
	padding-left:20px;
}
#content .entry_link a{
	width:100px;
	height:18px;
	background-image: url(http://urumadelvi.com/images/link_te.gif);
	background-repeat: no-repeat;
	background-position-y: 1px;
	padding-left:20px;
}
a.button{
	border: solid #999 1px;
	padding:5px 10px;
	font-size:14px;
	margin-left:25px;
	margin-bottom:20px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
a.button_dim{
	border: solid #ccc 1px;
	padding:5px 10px;
	font-size:14px;
	margin-left:25px;
	margin-bottom:20px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	color:#ddd;
}

