@charset "utf-8";
/*
Theme Name: roireine
Theme URI: http://roriene.com
Description: roireineのテーマ
Version: 1.0
Author: IKUO TAKEBAYASHI
Author URI: http://futureisnow.net/
Tags: 
*/

@import url("css/index.css");
@import url("css/comment.css");
@import url("css/page.css");
@import url("css/class.css");
@import url("css/reset.css");

/* 大枠設定
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font-family: "Helvetica", "ヒラギノ角ゴ Pro", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",Osaka, "MS P Gothic", Geneva, Arial, Verdana, sans-serif;
	font-size:62.5%;
	text-align:center;
}

#wrapper{
	width:900px;
	margin:0 auto;
	font-size:1.1em;
	color:#444444;
	line-height:1.6;
	text-align:left;
}

a:link{
	text-decoration:none;
	color:#aaaaaa;
}

a:visited{
	text-decoration:none;
	color:#aaaaaa;
}

a:hover{
	text-decoration:underline;
	color:#aaaaaa;
}

a:active{
}


/* ヘッダー
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header{
	width:900px;
	height:140px;
	padding:60px 0 0 0;
	float:left;
}

#header h1{
	font-size:3.0em;
	line-height:1.2;
	font-weight:bold;
}

#header h1 a:link{
	text-decoration:none;
	color:#111111;
}

#header h1 a:visited{
	text-decoration:none;
	color:#111111;
}

#header h1 a:hover{
	text-decoration:none;
	color:#aaaaaa;
}


/* コンテンツ
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contents{
	width:900px;
	padding:0 0 70px 0;
	float:left;
}

.contents-right{
	width:660px;
	float:right;
}

.contents-left{
	width:200px;
	float:left;
}


/* サイドバー
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sidebar-navi{
	width:200px;
}

.sidebar-navi li{
	width:200px;
	padding:1px 0 1px 0;
	background:url(images/line.gif) repeat-x bottom;
}



/* カテゴリー
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#category-main{
	width:660px;
	float:left;
}

#category-main h4{
	display:block;
	font-size:1.4em;
	line-height:1.2;
	color:#111111;
}

.blog-data-box{
	font-size:0.9em;
	color:#888888;
	padding-bottom:20px;
}

.blog-main-box{
	padding:0 0 40px 0;
}

.blog-main-box img{
	display:block;
}

.main-bottom-data{
	width:660px;
	font-size:0.9em;
	background:url(images/line.gif) repeat-x bottom;
	padding-bottom:30px;
	margin-bottom:30px;
	float:left;
}

.main-bottom-data ul{
	display:block;
	width:660px;
	background:url(images/tate.gif) no-repeat right;
	float:right;
}

.main-bottom-data li{
	display:inline;
	background:url(images/tate.gif) no-repeat left;
	color:#888888;
	padding:0 7px 0 7px;
	float:right;
}


/* フッター
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
	width:900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f1f1f1;
	padding:10px 0 50px 0;
	float:left;
}

#copy-box{
	width:840px;
	float:left;
}


/* ページナビ
------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
    color: #111111;
	padding:0 0 30px 0;
	float:left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
    padding: 0.5em 1em;
    margin: 0.2em 0 0.2em 0.2em;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #000;
}
.wp-pagenavi a:visited {
   	border: 1px solid #ddd;
    color: #000;
}
.wp-pagenavi a:hover {
    text-decoration: none;
    border: 1px solid #ddd;
	background:#aaaaaa;
    color: #ffffff;
}
.wp-pagenavi a:active {
    border: 1px solid #ddd;
	background:#aaaaaa;
    color: #ffffff;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5em 1em;
    margin: 0.2em 0 0.2em 0.2em;
    border: 1px solid #ddd;
    color: #000;
}
.wp-pagenavi span.current {
	text-decoration: none;
    border: 1px solid #ddd;
	background:#aaaaaa;
    color: #ffffff;
}




