/*
Theme Name: iseed
Theme URI: http://www.iseed.co.jp/
Description: iseed
Author: iseed
*/

/*-------------------------------------------------------
  commonSetting
-------------------------------------------------------*/
* {
margin: 0;
padding: 0;
}

body {
background-color: #FFFFFF;
color: #333333;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
font-size: 11px;
line-height: 1.7;
text-align: center;
}

img {
border: 0;
}

ul,
dl {
list-style-type: none;
}

hr {
display: none;
}

.dn {
display: none;
}

.noborder {
border: none;
}

/* clearFix */
.clearFix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac ¥*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac ¥*/


/*:: TxtLinkSetting :::::::::::::::::::::::::::::::::::*/
a {
text-decoration: none;
}

a:link {
color: #D98C3F;
}

a:visited {
color: #D98C3F;
}
/*
a:active {
color: #D98C3F;
}
*/
a:hover {
text-decoration: underline;
}



/*-------------------------------------------------------
  layoutSetting
-------------------------------------------------------*/
#wrapper {
background: url("http://www.reenalstation.net/img/bg_top.gif") top no-repeat;
text-align: left;
width: 800px;
margin: 0 auto;
padding-top: 6px;
}

#sideBar {
float: left;
width: 160px;
margin-right: 10px;
}

#contents {
float: left;
width: 630px;
}

#footer {
clear: both;
}

ul#banner {
float: left;
}

ul#banner li {
float: left;
margin-right: 10px;
}

p#copyright {
float: right;
}


/*-------------------------------------------------------
  headerSetting
-------------------------------------------------------*/
#header {
height: 66px;
background: url("http://www.reenalstation.net/img/bg_header.jpg") no-repeat;
padding: 5px 0 30px 0;
margin-bottom: 10px;
}

h1 {
float: left;
margin: 25px 0 0 10px;
}

ul#topNavi {
float: right;
position: relative;
top: 0;
background: url("http://www.reenalstation.net/index_img/bg_topnavi.gif") right repeat-y;
/*border-right: #666666 1px dotted;*/
}

ul#topNavi li {
float: left;
padding: 1px 15px;
background: url("http://www.reenalstation.net/index_img/bg_topnavi.gif") left repeat-y;
/*border-left: #666666 1px dotted;*/
}


/*-------------------------------------------------------
  foooterSetting
-------------------------------------------------------*/
div#footer {
padding-top: 10px;
border-top: #CCCCCC 1px solid;
}

div#footer ul li {
margin-right: 5px;
display: inline;
}

div#footer address {
margin: 8px 0 20px 371px;
width: 180px;
height: 11px;
text-indent: -9999px;
background: url("../images/copyright.gif") no-repeat;
}


/*-------------------------------------------------------
  sideBarSetting
-------------------------------------------------------*/
#sideBar {
margin-bottom: 15px;
}

/*:: listSetting ::::::::::::::::::::::::::::::::::::::*/
#sideBar h4 {
border-bottom: #CCCCCC 1px solid;
border-top: #CCCCCC 1px solid;
padding: 5px 0;
margin-bottom: 5px;
margin-top: 5px;
}

#sideBar ul li {
background: url("images/arrow.gif") top left no-repeat;
padding-left: 8px;
}

#sideBar ul li a {
color: #333333;
}

#sideBar p.qr {
text-align: center;
}

#sideBar p.banner {
margin-top: 15px;
}


/*:: calendarSetting ::::::::::::::::::::::::::::::::::*/
#calendar {
border-top: #CCCCCC 1px solid;
padding-top: 5px;
margin-bottom: 5px;
}

#calendar table	{
width: 100%;
text-align: center;
border-collapse: collapse;
}

#calendar th, 
#calendar td {
padding: 1px 0;
}

#calendar a	{
text-decoration: none;
color: #3366aa;
}

#calendar caption {
padding: 0 0 3px 0;
}

#calendar tfoot td {
border: none;
}

#calendar tfoot td#prev	{
text-align: left;
}

#calendar tfoot td#next	{
text-align: right;
}


/*-------------------------------------------------------
  contentsSetting
-------------------------------------------------------*/
#contents {
_width: 629px;
}

#contents h2 {
padding: 5px;
margin-bottom: 5px;
background-color: #FAEBF3;
}

/*:: pankuzuSetting ::::::::::::::::::::::::::::::::::::*/
#contents p.topicPath {
margin-bottom: 20px;
}

#contents p.topicPath a,
#contents p.topicPath a:link,
#contents p.topicPath a:visited,
#contents p.topicPath a:active {
text-decoration: none;
color: #333333;
}
#contents p.topicPath a:hover {
text-decoration: underline;
}

/*:: postSetting ::::::::::::::::::::::::::::::::::::*/
#contents div.post {
margin-bottom: 40px;
}

#contents div.post h3 {
font-size: 1.4em;
font-weight: bold;
color: #EA56AE;
border-bottom: solid 2px #CCCCCC;
margin-bottom: 10px;
}

#contents div.post h3 a {
text-decoration: none;
color: #EA56AE;
}

#contents div.post p.date {
margin-bottom: -3px;
color: #999999;
}

#contents div.post ol li {
margin-left: 25px;
}

#contents div.post ul li {
list-style:inside;
}


/*:: pagenavSetting ::::::::::::::::::::::::::::::::::::*/
div.pagenav {
text-align: center;
}



/*:: pageUpSetting ::::::::::::::::::::::::::::::::::::*/
p.pageUp {
text-align: right;
margin-bottom: 20px;
}