@charset "utf-8";

/***************************
00 css import
01 base change
02 left
03 right
04 pankuzu
05 txt-link
***************************/

/*----------------------------------
=00 css import
----------------------------------*/

/* pulldown */
@import "pulldown.css";

/* CSS Document */
@import "base.css";






/*----------------------------------
=01 base change
----------------------------------*/

#gmenu{
	background:url(../img/bg_gmenu-bar-s-cnt.gif) bottom no-repeat;
	}
#title-img{
	width:900px;
	margin:1px 0;
	text-align:center;
	background:#FFFFFF;
	}


#blogmain{
	width:880px;
	margin:20px auto;
}


/*----------------------------------
=02 left
----------------------------------*/

#left{
	float:left;
	width:217px;
	margin-left:1px;
	text-align:center;
	display:inline;
	}
#leftcont{
	margin:0;
	padding:;
	text-align:left;
	}
#leftcont ul{
	width:210px;
	margin:0;
	text-align:left;
	}
#leftcont ul a{
	color:#004489;
	}
#leftcont ul li{
	padding:8px 0px 7px 15px;
	text-align:left;
	color:#414141;
	border-bottom:1px dotted #A4A4A4;
	background: #FFF url(img/icon_cube-green.gif) no-repeat 17px 13px;
	}
#leftcont ul li p.fs{
	color:#CCCCCC;
	}
#leftcont ul li.current.alpen{
	padding-bottom:0;
	}

#leftcont ul li.last{
	border-bottom:none;
	}
#leftcont .set-mar{
	margin:15px 0;
	}
#leftcont ul li ul{
	border-top:1px dashed #A4A4A4;
	margin:7px 0 0 -30px;
	padding:0;
	background:#FCFCFC;
	}
#leftcont ul li ul li{
	padding:8px 5px 7px 30px;
	text-align:left;
	color:#414141;
	border-bottom:1px dashed #A4A4A4;
	background:none;
	}
#leftcont ul li ul li.last{
	border-bottom:none;
	padding-bottom:7px;
	}
#leftcont ul li ul li.current{
	background-color:#EFFCCE;
	}

#leftcont .to-arch{
	border:2px solid #cccccc;
	background-color:#eeeeee;
	padding:10px;
	text-align:center;
	}


/*----------------------------------
=03 calender
----------------------------------*/

.widget-content {
    position: relative;
    margin: 0 0 20px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}


.widget-header{
	margin:30px 0 0 10px;
	padding:0 0 5px 13px;
	border-bottom:1px dotted #999999;
	font-weight:bold;
	font-size:13px;
	background:url(http://www.grand-hirafu.jp/img/icon_circle.gif) no-repeat 0px 6px;
	}


/*----------------------------------
=03 right
----------------------------------*/

#mid{
	float:right;
	width:650px;
	margin:0 0 0 0;
	}

#midcont{
	margin:0;
	padding:0;
	text-align:center;
	}

#pankuzu{
	width:650px;
	text-align:right;
}


/*----------------------------------
=03 kiji
----------------------------------*/

#alpha{
	width:580px;
	margin:0 auto;
	text-align:left;
	font-size:14px;
}


#alpha a:link{color:#004489;}
#alpha a:hover{color:#004489; text-decoration:none;}
#alpha a:active{color:#004489;}
#alpha a:visited{color:#004489;}


#alpha .entry-asset{
    margin:10px auto 50px;
}
#alpha .asset-name{
	min-height:40px;
	margin:0px;
	text-align:left;
	background:url(http://www.grand-hirafu.jp/img/tensen01.gif) top repeat-x #f4f4f4;
}
#alpha .asset-header h2{
	margin-left:3px;
	padding:12px 0 0 15px;
	color:#004489;
	font-weight:bold;
	font-size:117%;
}
#alpha .asset-meta{
	margin:0 0 20px 3px;
	padding:5px 0 0 0;
	color:#666666;
	text-align:right;
	background:url(http://www.grand-hirafu.jp/img/tensen01.gif) top repeat-x;
}

#alpha .asset-content{
	width:550px;
	margin:0 auto;
	font-size:14px;
}


#alpha .asset-body{
	padding:8px 0;
	text-align:left;
	color:#414141;
	border-bottom:1px dashed #A4A4A4;
}

#alpha #map_canvas{
	margin:15px auto;
}
#page-title{
	margin-left:3px;
	padding:12px 0 0 15px;
	color:#004489;
	font-weight:bold;
	font-size:117%;
}
#page-title rb{
    font-size:20px;
	font-weight:bold;
	color:#537a00;
}





/* カレンダーの設定 */

/* カレンダー  */

.widget-calendar {
    margin: 0 auto;
   width:210px;
    text-align: center;
    padding-top:5px;
}

.widget-calendar .widget-header{
	margin:30px 0 0 10px;
	padding:0 0 5px 0;
	border-bottom:1px dotted #999999;
	font-weight:bold;
	font-size:13px;
	background:#FFF;
	}


.widget-content{
    margin: 5px 0 5px 10px;
    text-align: center;
}
.widget-content a{
    color:#666;
}
.widget-content table {
   width:200px;
    padding: 0;
    margin:0 auto;
    margin-top:5px;
    border-collapse: collapse;
}
.widget-content th {
    font-size:92%;
    font-weight:normal;
    width: 23px;
    padding-bottom: 3px;
    text-align:center;
}
.widget-content td {
    padding: 2px 0;
    font-size: 13px;
    line-height: 120%;
    text-align:center;
}
.today {
    display: block;
    background:#188CD2;
}
.widget-content td a:link,
.widget-content td a:visited,
.widget-content td a:hover,
.widget-content td a:active{
    color:#188CD2;
}
.sunday{
    color: #dd0000;
}
.saturday{
    color: #0065A6;
}



/*----------------------------------
=blog comment
----------------------------------*/

#comments h2{
 width:560px;
 padding:5px 10px;
 background:url("http://www.grand-hirafu.jp/img/tensen01.gif") repeat-x scroll center top #F4F4F4;
}

#comments #top-comment-nav{
 float:left;
 width:580px;
 margin:10px 0;
}
#comments #top-comment-nav li{
 float:left;
 margin:0 0 10px 0;
}
#comments #top-comment-nav #top-next-comments{
 float:right;
}

#comments #comment-nav {
 width:580px;
 margin:20px 0;
}
#comments #comment-nav #prev-comments{
 float:left;
 margin:0 0 10px 0;
}
#comments #comment-nav #next-comments{
 float:right;
}

#comments #comments-open h2{
 width:560px;
 padding:5px 10px;
 margin:10px 0;
 background:url("http://www.grand-hirafu.jp/img/tensen01.gif") repeat-x scroll center top #F4F4F4;
}
#comments #comments-open{
 float:left;
}
