@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:ArialMT, "Hiragino Kaku Gothic ProN", "�q���M�m�p�S ProN W3";
	color: #000000;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust:none;
	word-wrap: break-word;
}

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;
}

p#logo {
	background: #6d84a2 url(../img/header_bg.png) repeat-x left top;
	 background: url(http://bitboi.com/i/iui/toolbar.png) #6d84a2 repeat-x;
	padding:0;
	text-align: center;
}

h1 {
	padding: 10px 0;
	font-size: 24px;
	text-shadow: #6d84a2 2px 3px 4px;
}

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

p#topicpath {
	font-style: normal;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 1em 0;
	margin: 0 0 2em 0;
}

	
blockquote {
background-image:url(http://bitboi.com/images/guote.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left:35px;
}

blockquote p {
color:#666;
background-image:url(http://bitboi.com/images/unguote.gif);
background-repeat:no-repeat;
background-position:bottom right;
padding-right:30px;
}

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;
}

/* flickr */
.imagebox img{/*image*/
background-image:url(http://bitboi.com/images/f-bg.jpg);
background-repeat:no-repeat;
background-position:bottom right;
padding:10px 27px 30px 10px;
margin:5px 5px 2px 5px;
float:left;
}

.imagebox p{/*image*/
margin-top:0;
margin-bottom:5px;
}

.clear {/*image*/
clear:both;
border:none;
font-size:90%;
}

.flickr{
padding:7px 0 7px 45px;
background:#FFF URL("http://www.flickr.com/images/flickr_logo_blog.gif") left no-repeat; 
}

