@charset "utf-8";

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

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:none;
}
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:Helvetica, ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3";
	color: #000000;
	font-size: 20px;
	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;
}

strong{
	font-size: 66%;
	font-weight: bold;
}

select option {
	padding: 0 5px;
}

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

content

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

div#content {
	padding: 10px;
	overflow: hidden;
}

p#logo {
	background: #6d84a2 url(../img/header_bg.png) repeat-x left top;
	padding: 10px;
	text-align: center;
	margin-bottom: 0;
}

p#logo a {
	font-weight: bold;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3";
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}

h1 {
	padding: 10px 0;
	font-size: 22px;
	line-height: 1.2;
	border-bottom: 1px solid #cccccc;
}

div#content .content_body img{
	max-width: 100%;
	height:auto;
	max-height:auto;
}

p#topicpath {
	font-style: normal;
	font-size: 13px;
	
	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;

}

p.nextEntry {
	float:right;
	width: 45%;
	text-align: right;
	padding: 0.5em 0;

}

p.totop {
	clear: both;
	padding: 0.5em 0;
}

p.copyright {
	background: #333;
	color:#fff;
	font-size: 10px;
	font-weight:bold;
	padding: 8px 0 8px 10px;
	margin-bottom:0;
	}

.recententries{ clear:both; padding: 15px 0;}
.recententries ul{list-style:none; padding-left: 5px; }
.recententries ul li{
	list-style:none;
	text-indent: 0;
	background:url("/common/img/icon_entry.gif") no-repeat 0 3px;
	margin-left: 0;
	padding-left: 20px;
	}


body > .toolbar {
	position:relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(../iui/toolbar.png) #6d84a2 repeat-x;
}

.toolbar > #pageTitle {
    margin: 1px 0 0 0;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}
.toolbar > #pageTitle img{
	margin-top: -5px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}
#backButton,
.backButton {
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../iui/backButton.png) 0 8 0 14;
	color: #FFFFFF;
}
.toolbar a:link,
.toolbar a:visited{
	color: #FFFFFF;
	}



.recententries ul,
.recententries ul li{
	list-style-type: disc;
	list-style-position:inside;
}

#hatebu_add_bt{
	width: 150px;
	padding: 10px 0;
	float:left;
	}
	#hatebu_add_bt span{
		display: block;
		margin-bottom: 10px;
		}
#twit_add_bt{
	width: 150px;
	padding-bottom: 10px;
	float:left;
	}



/*広告スペース用*/
ul li.ad{
margin-left:-10px;
}


