@charset "utf-8";

/**************************************************************
	全体のレイアウト（枠）
**************************************************************/
body {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
}

/**************************************************************
	ヘッダー
**************************************************************/
#header {
	width: 100%;
}
#headerinner {
        min-height:60px;
	margin: 0 auto;
	width: 980px;
	padding: 30px 0;
        position:relative;
}
#header h1 {
	position:absolute;
        top:45px;
        font-size:24px;
}
#headerwidget {
	float: right;
}

/**************************************************************
	トップナビゲーション
**************************************************************/
#nav {
        min-width:980px;
	clear: both;
	border-bottom: none !important;
	margin-bottom: 1px;
	border-top: 3px solid #09f;
}
#nav #navinner {
	background: url(images/gnavi_back.gif);
}
#nav ul.menu {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #fff;
}
#nav ul.menu {
	zoom: 1;
}
#nav ul.menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#nav ul.menu * {
	cursor: pointer;
}
#nav ul.menu li {
	float: left;
	position: relative;
	height: 60px;
}
#nav ul.menu li:hover {
	background: #eee;
}
#nav ul.menu li a {
	display: block;
	width: 100%;
	height: 60px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
	background: url(images/gnavi_back2.png) no-repeat right bottom;
	position: relative;
}
#nav ul.menu li a:hover {
	text-decoration: none;
}
#nav ul.menu li a strong {
	margin-top: 10px;
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #333;
}
#nav ul.menu a span {
	color: #777;
	font-size: 0.8em;
	text-shadow: 1px 1px 0 #fff;	
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
#nav ul.sub-menu {
	display: none;
}
#nav ul.sub-menu li {
	float: none;
	height: 30px;
}
#nav ul.sub-menu li a {
	height: 30px;
	font-size: 0.8em;
	line-height: 30px;
	text-align:left;
	text-indent: 15px;
	display: block;
}
#nav ul.sub-menu li ul.sub-menu {
	position: absolute;
	top: -30px;
}

#nav ul.menu li ul.sub-menu a:link,
#nav ul.menu li ul.sub-menu a:visited {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
	background: url(images/list.png) no-repeat 5px 50% #fff;
	z-index:10;
}
#nav ul.menu li ul.sub-menu a:hover,
#nav ul.menu li ul.sub-menu a:active {
	color: #fff;
	background: url(images/list.png) no-repeat 5px 50% #333;
}
/********************
	可変ナビ
********************/

/* 1,2,3,4個の場合 */
#nav div.menu-items-num-1 ul.menu li a,
#nav div.menu-items-num-2 ul.menu li a,
#nav div.menu-items-num-3 ul.menu li a,
#nav div.menu-items-num-4 ul.menu li a {
	width: 138px;
}
#nav div.menu-items-num-1 ul.sub-menu li ul.sub-menu,
#nav div.menu-items-num-2 ul.sub-menu li ul.sub-menu,
#nav div.menu-items-num-3 ul.sub-menu li ul.sub-menu,
#nav div.menu-items-num-4 ul.sub-menu li ul.sub-menu {
	left: 159px;
	margin-top: -1px;
}

#nav div.menu-items-num-1 ul.menu {
	width: 160px;
	float: left;
}
#nav div.menu-items-num-2 ul.menu {
	width: 320px;
	float: left;
}
#nav div.menu-items-num-3 ul.menu {
	width: 480px;
	float: left;
}
#nav div.menu-items-num-4 ul.menu {
	width: 640px;
	float: left;
}
#nav div.menu-items-num-1,
#nav div.menu-items-num-2,
#nav div.menu-items-num-3,
#nav div.menu-items-num-4 {
	width: 980px;
	margin: 0 auto;
}
/* 5個の場合 */
#nav div.menu-items-num-5 ul.menu li a {
	width: 174px;
}
#nav div.menu-items-num-5 ul.sub-menu li ul.sub-menu {
	left: 195px;
	margin-top: -1px;
}

/* 6個の場合 */
#nav .menu-items-num-6 .menu {
	width: 984px;
}
#nav div.menu-items-num-6 ul.menu li a {
	width: 142px;
}
#nav div.menu-items-num-6 ul.sub-menu li ul.sub-menu {
	left: 163px;
	margin-top: -1px;
}

/* 7個の場合 */
#nav div.menu-items-num-7 ul.menu li a {
	width: 118px;
}
#nav div.menu-items-num-7 ul.sub-menu li ul.sub-menu {
	left: 139px;
	margin-top: -1px;
}

/* 8個の場合 */
#nav .menu-items-num-8 .menu {
	width: 984px;
}
#nav div.menu-items-num-8 ul.menu li a {
	width: 101px;
}
#nav div.menu-items-num-8 ul.sub-menu li ul.sub-menu {
	left: 122px;
	margin-top: -1px;
}


/* 9個の場合 */
#nav .menu-items-num-9 .menu {
	width: 981px;
}
#nav div.menu-items-num-9 ul.menu li a {
	width: 87px;
}
#nav div.menu-items-num-9 ul.sub-menu li ul.sub-menu {
	left: 108px;
	margin-top: -1px;
}

/* 10個の場合 */
#nav div.menu-items-num-10 ul.menu li a {
	width: 76px;
}
#nav div.menu-items-num-10 ul.sub-menu li ul.sub-menu {
	left: 97px;
	margin-top: -1px;
}

/* 11個の場合 */
#nav .menu-items-num-11 .menu {
	width: 979px;
}
#nav div.menu-items-num-11 ul.menu li a {
	width: 67px;
}
#nav div.menu-items-num-11 ul.sub-menu li ul.sub-menu {
	left: 88px;
	margin-top: -1px;
}

/* 12個の場合 */
#nav .menu-items-num-12 .menu {
	width: 984px;
}
#nav div.menu-items-num-12 ul.menu li a {
	width: 60px;
}
#nav div.menu-items-num-12 ul.sub-menu li ul.sub-menu {
	left: 81px;
	margin-top: -1px;
}




/**************************************************************
	ラッパーとインナー（メイン）
**************************************************************/
#wrap {
	/* IE7 */
	display: inline-block;
	width: 100%;
	zoom: 1;
}
#wrapinner {
	background: #fff;
	width: 970px;
	margin: 0 auto;
	padding: 15px 5px;
}
#description {
	float: left;
	font-size: 0.84em;
	line-height: 44px;
	height: 44px;
	width: 757px;
	overflow: hidden;
	padding-left: 3px;
	margin-top: -6px;
}
#submenu {
	float: right;
}
#submenu * {
	text-decoration: none;
}
.more a {
	color: #09f;
}

/**************************************************************
	新着記事（トップ）
**************************************************************/
#top {
	height: 248px;
	border: 1px solid #d5d5d5;
	position: relative;
	margin-bottom: 15px;
	width: 648px;
	overflow: hidden;
}
#prevBtn {
	position: absolute;
	top: 40%;
	left: 0;
	cursor: pointer;
	z-index: 9999;
}
#nextBtn {
	position: absolute;
	top: 40%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}
#prevBtn img:hover,
#nextBtn img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background: none !important;
}

#top .slider li {
	float: left;
	width: 634px;
	margin: 7px;
	position: relative;
}

#top .thumb {
	float: left;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
#top .excerpt {
	margin-left: 430px;
	padding-top: 6px;
}
#top .excerpt .new {
	padding: 0 5px;
	color: #fff;
	background: #c00;
	display: inline-block;
	font-size: 0.8em;
}
#top .excerpt h2 {
	font-weight: bold;
	margin: 1em 0;
}
#top .excerpt h2 a {
	color: #09f;
}
#top .excerpt p {
	font-size: 0.8em;
}
#top .excerpt .more {
	position: absolute;
	bottom: -3px;
	right: 0;
	/position: relative;
}

#pagenation {
	text-align: center;
	height: 15px;
}
#pagenation {
	/height: 9px;
	/overflow: hidden;
	/position: absolute;
	/bottom: 6px;
	/left: 50%;
	
}

#pagenation li {
	cursor: pointer;
	display: inline-block;
	height: 9px;
	width: 9px;
	margin-top: 3px;
	margin: 0 3px;
	background: #d5d5d5;
	text-indent: -9999px;	
}
#pagenation li {
	/float: left;
}
#pagenation li.active,
#pagenation li:hover {
	background: #09f;
}

/**************************************************************
	メインコンテンツ
**************************************************************/
#contents {
	width: 650px;
	float: right;
}
#layout2 #contents {
        float:left;
}
/**************************************************************
	widget
**************************************************************/
.twitter {
	margin-bottom: 15px;
}
.textwidget{
	padding: 8px 0;
}
#calendar_wrap,
.tagcloud {
	padding: 8px;
}
#contents .banner,
#sidebar .banner,
#footer .banner {
	margin-bottom: 15px;
}
#wp-calendar th {
	font-size: 1.3em;
	text-align: center;
}

/**********************
	ウィジェットタイトル
**********************/
#wrapinner .widgettitle {
	font-weight: 700;
	line-height: 37px;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	padding-top: 3px;
	padding-left: 35px;
	background:url(images/h2_back.gif) left center no-repeat;
	border-bottom: 3px solid #09f;
}
.widgettitle span {
	float: right;
	margin-right: 0.5em;
	/margin-top: -40px;
}
.widgettitle img {
	margin: 10px 0;
}

/**********************
	main widget
**********************/
#main .widget {
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	margin-bottom: 15px;
}
#main .widget ul {
	padding: 15px;
	padding-top: 10px;
	background: url(images/contents_in_back.gif) repeat-x bottom;
}
#main .widget ul li {
	padding-top: 0.5em;
}
#main .widget ul li a {
	color: #09f;
	background: url(images/navi_icon.png) no-repeat left center;
	padding-left: 14px;
}
#main .widget ul li a.url {
	background: none;
	padding-left: 0;
}
#main .widget ul.children {
	background: none;
	padding: 0;
}

/******************************
	pick up 2 （ピックアップ記事）
*******************************/
.pickup2 {
	padding: 8px;
	background: url(images/contents_in_back.gif) repeat-x bottom;
	position: relative;
}
.pickup2 img {
	float: left;
	margin-right: 8px;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
.pickup2 h3 {
	font-weight: bold;
	margin: 8px 0;
}
.pickup2 h3 a {
	color: #09f;
}
.pickup2 p {
	font-size: 0.8em;
}
.pickup2 .more {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.pickup2  .metadate {
	font-size:.9em;
}
#sub .pickup2 .more,
#sidebar .pickup2 .more {
	position: relative;
	text-align: right;
	bottom: auto;
	right: auto;
}

/********************************
	エントリーアイコン（cat別記事一覧）
*********************************/
.entryicon {
	margin-bottom: 15px;
}
.entryicon dl {
	padding: 8px 0;
	border-bottom: 1px dotted #ccc;
}
#main .entryicon dl{
	padding: 8px;
}
.entryicon dt {
	float:left;
	margin-right: 8px;
}
.entryicon dd {
}
.entryicon h3 {
	font-size:.9em;
	margin-top: 8px;
}
#sub .entryicon h3 {
	margin: 0;
}
.entryicon h3 a {
	color: #09f;
}
.entryicon .metadate {
	font-size:.9em;
}
.entryicon dt img {
	border: 1px solid #d5d5d5;
	padding: 1px;
}

/*********************
	検索フォーム
*********************/
#searchform {
	border: 1px solid #d5d5d5;
	background: url(images/sarch_back.gif);
	height: 30px;
	padding: 15px 0;
	text-align: center;
}
#s {
	background: url(images/sarch_in_back.gif);
	width: 231px;
	padding: 0 10px;
	height: 30px;
	border: none;
	color: #666;
	font-size: 12px;
}
#sub #s,
#footer #s {
	width: 100px;
	background: url(images/sarch_in_back.png);
}
#searchbutton {
	margin-bottom: -3px;
	margin-left: -30px;
}
.focus {
	color: #333 !important;
}


/********************************************************
	トップページ
********************************************************/
#main {
	width: 468px;
	float: left;
}
#sub {
	width: 160px;
	float: right;
}

/***********************
	新着記事一覧
***********************/
#newposts {
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	padding: 0;
	margin-bottom: 15px;
	background: url(images/contents_in_back.gif) repeat-x bottom;
}
#newposts .midasi {
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 37px;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	padding-top: 3px;
	padding-left: 35px;
	background:url(images/h2_back.gif) left center no-repeat;
	border-bottom: 3px solid #09f;	
}
#newposts .post {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 !important;
}
#newposts .post h3 {
	border: none !important;
	font-weight: normal !important;
	font-size:.9em !important;
	line-height:normal !important;
}
#newposts .post .thumb {
	padding: 1px;
	border: 1px solid #d5d5d5;
	width: 120px;
	margin: 0 auto;
}
#newposts .post h3 {
	text-align: center;
	width: 120px;
	margin:3px auto 0;
}
#newposts .post h3 a {
	color: #09f;
}
#newposts .post .metadate {
	text-align: center;
	width: 120px;
	margin: 0 auto;
	font-size:.9em;
}
#newposts ul {
	border-top: 1px solid #d5d5d5;
	margin: 0 15px;
	margin-bottom: 15px;
	padding-top: 10px;
}
#newposts ul li {
	padding-top: 0.5em;
	margin: 0;
}
#newposts ul li a {
	color: #09f;
	background: url(images/navi_icon.png) no-repeat left center;
	padding-left: 14px;
}
#newposts .more {
	margin: 15px;
	text-align: right;
}

/***********************
	sub widget
***********************/
#sub .widget {
	margin-bottom: 15px;
}
#sub .widget ul {
}
#sub .widget li {
	border-bottom: 1px dotted #ccc;
}
#sub .widget li a {
	font-size: 0.8em;
	background: url(images/side_icon.gif) no-repeat left center;
	display: block;
	padding: 0.5em 0;
	padding-left: 14px;
}
#sub .widget ul.children {
	padding: 0;
}
#sub .widget ul.children li {
	border-bottom: none;
	border-top: 1px dotted #ccc;
}


/****************************************************************
	投稿スタイル
****************************************************************/

.post h3 {
	color:#444;
	font-size:1.1em;
	margin:75px 0 30px;
	padding:0 4px 0;
	line-height:36px;
	border-bottom:1px solid #ccc;
}
.post h4 {
	color:#555;
	margin:40px 0 20px;
	padding:0 0 0 10px;
	line-height:30px;
	border-left:5px groove #ccc;
}
.post ul li {
	list-style: square;
	margin-left: 1em;
}
.post ol li {
	list-style: decimal;
	margin-left: 1em;
}

/****************************************************************
	記事の個別ページ
****************************************************************/
.single .head {
	border-bottom: 3px solid #09f;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-top: 1px dotted #ccc !important;
}
.single .title {
	font-weight: bold;
	margin: 15px 0;
	font-size: 1.2em;
}
.single #contents #postdate {
	float: left;
}
.single #contents #postdate * {
	color: #666;
}
.single #contents .metadate {
	float: left;
}
.single .post-single-bookmarks {
	float: right;
}
.single .thumb {
	float: left;
	padding: 1px;
	border: 1px solid #d5d5d5;
	margin: 0px 10px 10px 0px;
}
.single .post {
	padding: 0px;
}

/****************************************************************
	固定ページ
****************************************************************/
.page .title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
	border-top: 1px dotted #ccc !important;
	border-bottom: 3px solid #09f;
	padding: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.page #sns {
	text-align: center;
	border-top: 1px dotted #ccc !important;
	padding: 30px 0;
	margin: 30px 0;
}
.page .post-single-bookmarks {
	display: inline-block;
}
.page .post {
	padding: 0 15px;
}

/*****************
	1カラム
*****************/
#one-column {
	padding: 40px 120px 60px;
}
#one-column h2 {
	padding: 15px;
	margin-bottom: 30px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #666;
	text-align:center;
}
#one-column h3{
	margin:80px 0 30px;
	color:#ff0000;
	font-size:1.6em;
	text-align:center;
	border:none;	
}
#one-column a{color:#2ca9e1;}
#one-column #sns {
	text-align: center;
	border-top: 1px dotted #ccc !important;
	padding: 30px 0;
	margin: 60px 0;
}
#one-column .post-single-bookmarks {
	display: inline-block;
}
/**********************************
	SNS
***********************************/
.post-single-google {
	display: inline;
	float: left;
	margin-right: -20px;
}
.post-single-hatena {
	display: inline;
	float: left;
	margin-right: 10px;
}
.post-single-twitter {
	display: inline;
	float: left;
	margin-right: -30px;
}
.post-single-mixi{
	margin-right: 10px;
	float: left;
	display: inline;
}
.post-single-facebook {
	display: inline;
	float: left;
}

/**************************************************************
	コメント・トラックバック
**************************************************************/
#comments {
	margin-top: 30px;
}
#comments input,
#comments textarea {
	border: 1px solid #ccc;
	padding: 3px 10px;
}
#comments .midasi,
#reply-title {
	font-weight: bold;
	border-bottom: 3px solid #09f;
}
#comments .compost,
#commentform {
	background: #eee;
	margin-top: 15px;
	padding: 15px;
}
#comments .compost {
	position: relative;
}
#comments .compost img {
	float: left;
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 15px;
}
#comments .compost .cominfo {
	font-size: 0.8em;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#comments #respond {
	margin-top: 30px;
}
#commentform input,
#commentform textarea {
	margin-bottom: 15px;
}
#commentform textarea {
	width: 588px;
}
#commentform label {
	margin-left: 5px;
}
#commentform .required {
	color: #c00;
}
#commentform #submit {
	margin: 0;
	cursor: pointer;
	background: #ddd;
}
#commentform #submit:hover {
	border-color: #999;
}
#trackback {
	background: #eee;
	padding: 15px;
}
#trackback 
 {
	margin-bottom: 15px;
}
#trackback input {
	width: 588px;
}

/******************************
	関連記事
******************************/
#related {
	margin-top: 30px;
	margin-bottom: 30px;
}
#related h3 {
	font-weight: bold;
	border-bottom: 3px solid #09f;
}
#related ul {
	padding: 15px;
	padding-top: 10px;
}
#related ul li {
	padding-top: 0.5em;
}
#related ul li a {
	color: #09f;
	background: url(images/navi_icon.png) no-repeat left center;
	padding-left: 14px;
}


/**************************************************************
	アーカイブページ・検索結果
**************************************************************/
.archive-title {
	padding: 15px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #666;
	margin-bottom: 40px;
	font-size: 1.2em;
}
.archive .post,
.search .post {
	margin-top: 15px;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.archive .title,
.search .title {
	font-weight: bold;
	border-bottom: 3px solid #09f;
	margin-bottom: 15px;
}
.archive .thumb,
.search .thumb {
	float: left;
	padding: 1px;
	border: 1px solid #d5d5d5;
	margin-right: 15px;
}
.archive .metadate,
.search .metadate {
	font-size: 0.8em;
	color: #666;
}
.archive .metadate a,
.search .metadate a {
	color: #666;
}
.archive .more,
.search .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.8em;
}

/***************
	ページ送り
***************/
#pagenum {
	text-align: center;
	margin: 60px 0 ;
}
#pagenum a {
	overflow: visible;
	display: inline-block;
	color: #666;
	border: 1px solid #999;
	padding: 3px 6px;
}
#pagenum a:hover {
	border-color: #333;
	text-decoration: none;
}
#pagenum span {
	display: inline-block;
	color: #fff;
	border: 1px solid #333;
	background: #333;
	padding: 3px 6px;
}

.pagelink {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}
#prev,
#prev a,
#next,
#next a {
	color: #09f;
}
#prev {
	float: left;
}
#next {
	float: right;
}

/**************************************************************
	サイドバー
**************************************************************/
#sidebar {
	width: 300px;
	float: left;
}
#layout2 #sidebar {
        float:right;
}
#sidebar .widget {
	margin-bottom: 15px;
}
#sidebar .widget ul {
}
#sidebar .widget li {
	border-bottom: 1px dotted #ccc;
}
#sidebar .widget li a {
	background: url(images/side_icon.gif) no-repeat left center;
	display: block;
	padding: 0.5em 0;
	padding-left: 1em;
}
#sidebar .widget ul.children {
	padding: 0;
}
#sidebar .widget ul.children li {
	border-bottom: none;
	border-top: 1px dotted #ccc;
}

#sidebar .menu li {
	border: none;
}
#sidebar .menu li a {
	border-bottom: 1px dotted #ccc;
}

/**************************************************************
	フッター
**************************************************************/
#page-jump {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
* html #page-jump {
	margin-top: -15px;
	margin-bottom: 15px;
	text-align: right;
}
#page-jump a:hover {
	opacity: 0.9;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	background: none !important;
}
#footer {
        font-size:12px;
        min-width:980px;
	border-top: 3px solid #09f;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #1f1f1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#1f1f1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#1f1f1f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#1f1f1f 100%); /* IE10+ */
	background: linear-gradient(top,  #333333 0%,#1f1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
}
#footer .footer-inner {
	margin:	0 auto;
	width: 970px;
	padding: 15px 5px;
	padding-top: 30px;
	overflow: hidden;
}
#footer .copyright {
	clear:both;
	border-top: 1px solid #000;
}
#footer .copyright p {
	text-align: center;
	border-top: 1px solid #333;
	font-size: 0.8em;
}
#footer .copyright p,
#footer .copyright a {
	color: #fff;
	text-decoration: none;
	line-height: 60px;
}

/*****************************
	フッターウィジェット
*****************************/
#footer .textwidget { color:#fff; }
#footer .textwidget a{ color:#2E95F0; }
#footer .entryicon h3 a { color:#999; }
#footer-bar1 {
	float: left;
	width: 300px;
}
#footer-bar1 .banner {
	margin-bottom: 15px;
}
.footer-bar2 {
	float: left;
	width: 186px;
	overflow: hidden;
	margin-left: 20px;
}
#footer-bar1 h2,
.footer-bar2 h2 {
	color: #fff;
	font-weight: normal;
	background: url(images/footer_navi_icon.png) no-repeat left 6px;
	padding-left: 1em;
	padding-bottom: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #666;
}
#footer-bar1 ul,
.footer-bar2 ul {
	margin-bottom: 15px;
}
#footer-bar1 li a,
.footer-bar2 li a {
	display:block;
	padding: 0.5em 1em;
	color: #999;
	background: url(images/footer_list_icon.png) no-repeat left center;
}
#footer-bar1 ul.children,
.footer-bar2 ul.children {
	margin: 0;
}
#footer .tagcloud a,
#footer #calendar_wrap * {
	color: #fff;
}
#footer #wp-calendar tbody td {
	background: none;
}
#footer .entryicon .metadate {
	color: #999;
}


/*スレッド*/
#comments .depth-1 {
	margin-left: 1em;
}
#comments .depth-2 {
	margin-left: 1em;
}
#comments .depth-3 {
	margin-left: 1em;
}
#comments .depth-4 {
	margin-left: 1em;
}
#comments .depth-5 {
	margin-left: 1em;
}
#comments .depth-1 li.compost {
	background: #eee;
}
#comments .depth-2 li.compost {
	background: #eee;
}
#comments .depth-3 li.compost {
	background: #eee;
}
#comments .depth-4 li.compost {
	background: #eee;
}
#comments .depth-5 li.compost {
	background: #eee;
}
#comments .cancel {
	margin: 1em 0;
}
#comments .cancel a {
	padding: 3px 10px;
	border: 1px solid #ccc;
	background: #ddd;
	display: inline-block;
}
#comments .cancel a:hover {
	border: 1px solid #999;
}

/***********************
	IE6 対策
************************/
#top .t-head,
#top .slider li,
#nav li,
#nav2 li,
#contents,
#s-contents,
.pickup4,
.entrytitle dt,
#comments li.compost img,
#sidebar,
.entryicon dt,
#footer-bar1,
.footer-bar2,
.entrytitle2 dt,
.entrytitle3 dt {
	display: inline;
}
h1,
#description,
#searchform,
#nav li li,
#nav2 li li,
.pickup2-img,
.pickup4-img,
.entrytitle dt img,
#sidebar,
.entryicon dt,
#footer .footer-inner,
#footer-bar1,
.footer-bar2 {
	zoom: 1;
}
.pickup a:hover img,
.entryicon a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6000);
}
input,
button {
	overflow: visible;
}






/*----------------------------------------------------------------
Designed by DesignPlus CO.,LTD. All Rights Reserved.
----------------------------------------------------------------*/