@charset "utf-8";
/*
Theme Name: GiraffyBlog theme
Theme URI: http://giraffy.jp/
Description: Giraffy のオリジナルテーマ
Version: 2.0 // 2009.9.28
Author: Giraffy
Author URI: http://giraffy.jp/
Tags: fixed width, two columns, widgets
*/


/* INDEX
==============================================
 01 Reset default style
 02 Body style
 03 Footer style
 04 Clearfix
============================================== */


/* 00 Google ad
------------------------------------------------------------------*/
div.side_google {
	position:absolute;
	left:760px;
	top:135px;
}

div.bookmark {
	margin-bottom:3px;
	text-align:right;
}


/* 01 Reset default style
------------------------------------------------------------------*/

body, 
h1, h2, h3, h4, 
address, cite, em, form,
ul, ol, li, dl, dt, dd { margin:0; padding:0; font-style:normal; }

li { list-style:none; }


/* 02 Body style
------------------------------------------------------------------*/
body {
background:#fff;
border-left:1px #999 solid;
border-right:1px #999 solid;
color:#333;
font-family:"Trebuchet MS", Osaka,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
font-size:10pt;
margin:0 auto;
line-height:1.4;
position:relative;
}

a { color:#222; text-decoration:none; }
a:hover { text-decoration:underline; }


#contents { margin-bottom:50px; }

div.google { margin:20px 0; text-align:center; }


/* 03 Footer style
------------------------------------------------------------------*/
#footer {
background:#000 url(img/bg_footer.png) 0 0 repeat-x;
height:80px;
padding-top:30px;
}

#footer p.copyright {
background:url(img/img_footer.png) center 0 no-repeat;
padding-top:50px;
color:#fff;
font-size:80%;
text-align:center;
}

#footer p.copyright a {
color:#fff;
}

/* 04 Clearfix
------------------------------------------------------------------*/
.clearfix {
overflow:hidden;/* モダンブラウザ */
_zoom:1;/* IE6以下 */
}