@charset "utf-8";

.prepare .li_header{
	background: url(/iphone/img/li_header2.png) no-repeat 0px 0px; 
	padding-left:7px;
}
.diary .li_header{
	background: url(/iphone/img/li_header.png) no-repeat 0px 0px; 
}

.li_header{
	float:left;
	font-size:10px;
	font-weight: normal;
	width:60px;
	padding-left:2px;
	color:#FFFFFF;
	height:13px;
	margin-top:3px;
}

.to_top {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    border-top: 0px solid #666666;
    border-bottom: 0px solid #c9c9c9;
    padding: 5px 10px;
    background: url(/iphone/iui/listGroup.png) repeat-x;
    font-size: 16px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

.to_top a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: #FFFFFF;
    background: url(/iphone/iui/listArrow.png) no-repeat right center;
}


.li_date{
	font-size:12px;
	color:#ACACAC;
	font-family:Helvetica;
	font-weight:bold;
}

a.external {
	background: url(/iphone/img/ico_external.gif) no-repeat top right; 
	padding-right:13px;
	margin-right:5px;

}

.dialog {
	font-weight:bold;
	margin:10px 0;
}
.dialog:before {
	content: "「"
}
.dialog:after {
	content: "」"
}

.podcast{
	background: url(../img/podcast.png) no-repeat left top;
	height:26px;
	padding:2px 0 0 32px;
}
.podcast:after {
	content: " Podcastを聞く";
	color:#0000FF;
}

/* ------------------------------------------

Style Name: style.css
Since: 2008-07-15
Modified: 2008-08-05
Version: 1.01
Auther: Akiko Kurono(crema)

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	background: transparent;
}

ul,li,dl,dt,dd{
	list-style:disc;
	list-style-position:outside;
	margin-left:10px;
}
ul{
	margin-bottom:20px;
}

img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
	text-decoration: underline;
}
a:link{
	color: #0000ff;
}
a:visited{
	color: #9900cc;
}
a:hover{
	color: #0000ff;
	text-decoration: none;
}
a:active{
	color: #0000ff;
}

body {
	background-color: #ffffff;
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}

/* ------------------------------------------

content

------------------------------------------*/

div#content {
	padding: 10px;
}

div#header {
	background: url(../img/background_header.jpg) repeat-x left top;
}

p#logo {
	background: url(../img/background_header_right.jpg) no-repeat right 2px;
	padding-top: 0px;
	text-align: left;
}


p#logo a {
	font-weight: bold;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}

h1 {
	font-size: 16px;
	padding: 0px 0 10px;
	color:#B88B00;
}

h2.h2_header {
	background:transparent url(/iphone/img/h2.png) no-repeat scroll 0 0;
	font-weight:bold;
	height:23px;
	margin:30px 0 10px;
	padding:2px 0 0 10px;
	width:300px;
}

p#topicpath {
	font-style: normal;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 1em 0;
	margin: 0 0 2em 0;
}

blockquote {
	color: #333333;
	padding: 20px;
	margin: 0 0 1em 0;
	background-color: #F5F5F5;
	}

p.previousEntry {
	float:left;
	width: 45%;
	padding: 0.5em 0;
	background: url(../img/before.png) no-repeat left 10px;
	padding-left:20px;
}

p.nextEntry {
	float:right;
	width: 40%;
	text-align: right;
	padding: 0.5em 0;
	background: url(../img/next.png) no-repeat right 10px;
	padding-right:20px;

}

p.totop {
	clear: both;
	padding: 0.5em 0;
}



