@charset "utf-8";
/*----------------------------------------------------------
	全体のレイアウト設定

	: layout.css
		: ヘッダー
		: トップグローバルナビゲーション
		: 可変式グローバルナビ
		: メインカラム
		: トップページ新着記事一覧
		: メインコンテンツ
		: ウィジェット
		: ウィジェットタイトル
		: メインカラムウィジェット
		: ピックアップ記事
		: エントリーアイコン（カテゴリー別記事一覧）
		: 検索フォーム
		: トップページ
		: 新着記事一覧
		: カウントダウンタイマー
		: フッター
		: フッターウィジェット
-------------------------------------------------------------*/
body {
	background-color: rgb(255, 255, 255);
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto;
	background-repeat: repeat;
	line-height: 1.7em;
}
a{
	-webkit-transition: all ease-in 0.1s;
	   -moz-transition: all ease-in 0.1s;
	    -ms-transition: all ease-in 0.1s;
	     -o-transition: all ease-in 0.1s;
	        transition: all ease-in 0.1s;
}
a img{
	-webkit-transition: all ease-in 0.1s;
	   -moz-transition: all ease-in 0.1s;
	    -ms-transition: all ease-in 0.1s;
	     -o-transition: all ease-in 0.1s;
	        transition: all ease-in 0.1s;
}

#wrapper {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	border:1px solid #CCC\9;
	background: #fff; /* IE Hack */
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4); /* webkit */
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4); /* FireFox */
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
/*-------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------*/
.header {
	min-height: 100px;
	width: 100%;
	background: #FFF;
}
.header-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0px;
	min-height: 60px;
	width: 100%;
}
.header-description {
	padding-top: 3px;
	padding-left: 10px;
	line-height: 2.6em;
	background: #061d3f;
	font-size: 12px;
}
.header .header-description span {
	color: #FFF;
}
.header h1 {
	font-size: 24px;
}
.header .logo.logo-lmage{
	margin-top: 0;
	margin-bottom: 0;
}
.header .logo.logo-text {
	margin-top: 20px;
	margin-left: 20px;
}
.header-widget {
	float: right;
}
/*-------------------------------------------------------------
	トップグローバルナビゲーション
-------------------------------------------------------------*/
.navbar {
	clear: both;
	min-width: 980px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.navbar .navinner {
	border-top: 1px solid #EEEEEE;
	background: #FFF;
}
.navbar .nav {
	margin: 0 auto;
	width: 980px;
	/*border-right: 1px solid #fff;*/
}
.navbar .nav {
	zoom: 1;
}
.navbar .nav:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.navbar .nav * {
	cursor: pointer;
}
.navbar .nav li {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	float: left;
	background-image: url(../images/gnavi_back.gif);
}
.navbar .nav li a {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 3em;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	text-align: center;
	padding-left: 1.4em;
	padding-right: 1.4em;
	min-height: 50px;
	color: #252525;
}
.navbar .nav li a:hover {
	text-decoration: none;
	background: #eee;
}
.navbar .nav li a:active {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	        box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	background: #CCC;
}
.navbar .nav li a strong {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}
.navbar .nav a .description {
	display: block;
	overflow: hidden;
	height: 20px;
	color: #777;
	text-shadow: 1px 1px 0 #fff;
	font-size: 0.8em;
	line-height: 20px;
	margin-top: -15px;
}
.navbar .nav li.dropdown:hover .dropdown-menu {
	display: inline-block;
}
.navbar .dropdown-menu {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	        box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.navbar .dropdown-menu li {
	float: none;
	min-height: 30px;
	width: 100%;
}
.navbar .dropdown-menu li a {
	min-height: 30px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 100%;
	padding-left: 2em;
	padding-top: 0.7em;
	padding-bottom: 0.5em;
}
.navbar .dropdown-menu li .dropdown-menu {
	position: absolute;
	top: -30px;
}
.navbar .nav .dropdown-menu a:link,
.navbar .nav .dropdown-menu a:visited {
	z-index: 10;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: url(../images/list.png) no-repeat 5px center #fff;
	color: #333;
}
.navbar .nav .dropdown-menu a:hover,
.navbar .nav .dropdown-menu a:active {
	background: url(../images/list.png) no-repeat 5px center #333;
	color: #fff;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/*-------------------------------------------------------------
	可変式グローバルナビ
-------------------------------------------------------------*/

.info-bar {
	padding: 4px 0 0 1em;
	line-height: 2em;
	border-bottom: 1px solid #DDDDDD;
	background: #f5f5f5;
}
.breadcrumb {
	overflow: hidden;
	padding-left: 1.3em;
	background: url(../images/home.gif) no-repeat left 0.7em;
}
.breadcrumb li {
	float: left;
	list-style: none;
	margin-right: 0.5em;
}
/*-------------------------------------------------------------
	メインブロック
-------------------------------------------------------------*/
#wrap {
	width: 100%;
	zoom: 1;
	/* IE7 */
	display: inline-block;
}
#wrap-inner {
	margin: 0 auto;
	padding: 15px 15px;
	background: none repeat scroll 0 0 #FFFFFF;
}
#description {
	float: left;
	overflow: hidden;
	margin-top: -6px;
	padding-left: 3px;
	width: 757px;
	height: 44px;
	font-size: 0.84em;
	line-height: 44px;
}
#submenu {
	float: right;
}
#submenu * {
	text-decoration: none;
}
/*.more a {
	color: #09f;
}*/
/*-------------------------------------------------------------
	ムービーウィジェット
-------------------------------------------------------------*/
.movie-widget {
	width: 100%;
}
.movie-widget .movie-text-area {
	margin-top: 10px;
}
#sidebar .movie-widget iframe {
	width: 100% !important;
}
.footer-bar1 .movie-widget iframe {
	width: 100% !important;
}

.movie-widget {
	width: 100%;
}
.movie-widget .movie-text-area {
	margin-top: 10px;
}
#top {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	width: 668px;
	height: 248px;
	border: 1px solid #d5d5d5;
}
#prevBtn {
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 9999;
	cursor: pointer;
}
#nextBtn {
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 9999;
	cursor: pointer;
}
#prevBtn img:hover, #nextBtn img:hover {
	background: none !important;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
#top .slider li {
	position: relative;
	float: left;
	margin: 7px;
	width: 634px;
}
#top .thumb {
	float: left;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
#top .excerpt {
	margin-left: 430px;
	padding-top: 6px;
}
#top .excerpt .new {
	display: inline-block;
	padding: 0 5px;
	background: #c00;
	color: #fff;
	font-size: 0.8em;
}
#top .excerpt h2 {
	margin: 1em 0;
	font-weight: bold;
}
/*#top .excerpt h2 a {
	color: #09f;
}*/
#top .excerpt p {
	font-size: 0.8em;
}
#top .excerpt .more {
	position: absolute;
	right: 0;
	bottom: -3px;
 /position: relative;
}
#pagenation {
	height: 15px;
	text-align: center;
}
#pagenation {
 /height: 9px;
 /overflow: hidden;
 /position: absolute;
 /bottom: 6px;
 /left: 50%;
}
#pagenation li {
	display: inline-block;
	margin: 0 3px;
	margin-top: 3px;
	width: 9px;
	height: 9px;
	background: #d5d5d5;
	text-indent: -9999px;
	cursor: pointer;
}
#pagenation li {
 /float: left;
}
#pagenation li.active, #pagenation li:hover {
	background: #09f;
}
/*-------------------------------------------------------------
	メインコンテンツ
-------------------------------------------------------------*/
#contents {
	float: right;
	width: 71.25%;
}
#layout2 #contents {
	float: left;
}
/*-------------------------------------------------------------
	ウィジェット
-------------------------------------------------------------*/
.twitter {
	margin-bottom: 15px;
}
.textwidget {
	padding: 8px 0;
}
#calendar_wrap, .tagcloud {
	padding: 8px;
}
#contents .banner, #sidebar .banner, #footer .banner {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
	width /***/: auto;
	/*IE8のみ適用*/
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/*-------------------------------------------------------------
	ウィジェットタイトル
-------------------------------------------------------------*/
#wrap-inner .widgettitle {
	padding-left: 15px;
	border-top-width: 3px ;
	border-top-style: solid;
	border-right: none !important;
	border-bottom: 1px solid #CCC !important;
	border-left: none !important;
	background-image: url(../images/h2-bg.jpg);
	background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
       -o-background-size: auto 100%;
          background-size: auto 100%;
	font-size: 16px;
	margin-top: 0;
	line-height: 37px;
}
.widgettitle span {
	float: right;
	margin-right: 0.5em;
 /margin-top: -40px;
}
.widgettitle img {
	margin: 10px 0;
}
li.banner-widget {
		float: left;
		margin-left: 10px;
		max-width: 100%;
}
/*-------------------------------------------------------------
	メインカラムウィジェット
-------------------------------------------------------------*/
#main .widget {
	margin-bottom: 15px;
	border-radius: 5px;
}
#main .widget ul {
	padding: 15px;
	padding-top: 10px;
	list-style-type: none;
}
#main .widget ul li {
	padding-top: 0.5em;
}
#main .widget ul li a {
	padding-left: 14px;
	background: url(../images/navi_icon.png) no-repeat left center;
	/*color: #09f;*/
}
#main .widget ul li a.url {
	padding-left: 0;
	background: none;
}
#main .widget ul.children {
	padding: 0;
	background: none;
}
/*-------------------------------------------------------------
	ピックアップ記事
-------------------------------------------------------------*/
.pickup2 {
	position: relative;
	padding: 8px;
}
.pickup2 img {
	float: left;
	margin-right: 8px;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
.pickup2 h3 {
	margin: 8px 0;
	font-weight: bold;
}
.pickup2 h3 a {
	/*color: #09f;*/
}
.pickup2 p {
	font-size: 0.8em;
}
.pickup2 .more {
	position: absolute;
	right: 8px;
	bottom: 8px;
}
.pickup2 .metadate {
	font-size: .9em;
}
#sub .pickup2 .more, #sidebar .pickup2 .more {
	position: relative;
	right: auto;
	bottom: auto;
	text-align: right;
}
/*-------------------------------------------------------------
	エントリーアイコン（カテゴリー別記事一覧）
-------------------------------------------------------------*/
.entryicon {
	margin-bottom: 15px;
}
.entryicon dl {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}
#main .entryicon dl {
	padding: 8px;
}
.entryicon dt {
	float: left;
	margin-right: 8px;
}
.entryicon dd p {
	font-size:12px;
}
.entryicon h3 {
	margin-top: 8px;
	height: 50px;
	font-size: .9em;
}
#sub .entryicon h3 {
	margin: 0;
}
.entryicon h3 a {
	/*color: #09f;*/
}
.entryicon .metadate {
	font-size: .9em;
}
.entryicon dt img {
	padding: 1px;
	border: 1px solid #d5d5d5;
}
/*-------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------*/
#searchform {
	height: 50px;
	position: relative;
}
#s {
	padding: 5px 10px;
	/*line-height: 1.2em;*/
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 5px;
	background: #FFF;
	color: #666;
	font-size: 13px;
	vertical-align: middle;
}
#sub #s, #footer #s {
	width: 100%;
	background: #FFF;
}
#searchbutton {
	margin-bottom: -3px;
	margin-left: -40px;
	position: absolute;
	top: 10px;
	right: 12px;

}
.focus {
	color: #333 !important;
}
/*-------------------------------------------------------------
	トップページ
-------------------------------------------------------------*/
#main {
	float: left;
	width: 100%;
}
/*-------------------------------------------------------------
	新着記事一覧
-------------------------------------------------------------*/
#newposts {
	margin-bottom: 15px;
	padding: 0;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: url(../images/contents_in_back.gif) repeat-x bottom;
}
#newposts .midasi {
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 35px;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 3px solid #09f;
	border-left: none !important;
	background: url(../images/h2_back.gif) left center no-repeat;
	font-weight: 700;
	line-height: 37px;
}
#newposts .post {
	float: left;
	margin-bottom: 15px;
	padding: 0 !important;
	width: 33%;
	text-align: center;
}
#newposts .post h3 {
	border: none !important;
	font-weight: normal !important;
	font-size: .9em !important;
	line-height: normal !important;
}
#newposts .post .thumb {
	margin: 0 auto;
	padding: 1px;
	width: 120px;
	border: 1px solid #d5d5d5;
}
#newposts .post h3 {
	margin: 3px auto 0;
	width: 120px;
	text-align: center;
}
#newposts .post h3 a {
	/*color: #09f;*/
}
#newposts .post .metadate {
	margin: 0 auto;
	width: 120px;
	text-align: center;
	font-size: .9em;
}
#newposts ul {
	margin: 0 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 1px solid #d5d5d5;
}
#newposts ul li {
	margin: 0;
	padding-top: 0.5em;
}
#newposts ul li a {
	padding-left: 14px;
	background: url(../images/navi_icon.png) no-repeat left center;
	color: #09f;
}
#newposts .more {
	margin: 15px;
	text-align: right;
}
/*-------------------------------------------------------------
	サイドバー
-------------------------------------------------------------*/
#sub .widget {
	margin-bottom: 15px;
}
#sub .widget ul {
}
#sub .widget li {
	border-bottom: 1px dashed #ccc;
}
#sub .widget li a {
	display: block;
	padding: 0.5em 0;
	padding-left: 14px;
	background: url(../images/side_icon.gif) no-repeat left center;
	font-size: 0.8em;
}
#sub .widget ul.children {
	padding: 0;
}
#sub .widget ul.children li {
	border-top: 1px dashed #ccc;
	border-bottom: none;
}
/*-------------------------------------------------------------
	投稿スタイル
-------------------------------------------------------------*/

.post .sub-heading01 {
	margin: 75px 0 30px;
	padding: 0 4px 0;
	border-bottom: 1px solid #ccc;
	color: #444;
	font-size: 1.1em;
	line-height: 36px;
}
.post .sub-heading02 {
	margin: 40px 0 20px;
	padding: 0 0 0 10px;
	border-left: 5px groove #ccc;
	color: #555;
	line-height: 30px;
}
.post li {
	margin-left: 1em;
}
.post img {
	max-width: 100%;
	height: auto;
}
.post dl {
}
.post dl dt {
	font-weight: bold;
}
.post dl dd {
	padding-left: 1em;
	border-left: 3px solid #e8e8e8;
	margin-top: 1em;
	margin-bottom: 1em;
}
.post table {
	width: 100%;
}
.post table th {
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 3px 10px;
}
.post table td {
	background: #FFF;
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 3px 10px;
}
.post pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: "Courier new", Courier, "Andale Mono", monospace;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FCFFB0;
	border: 1px solid #D0D192;
	line-height: 0.8em;
	padding: 15px;
}
/*-------------------------------------------------------------
	個別記事ページ
-------------------------------------------------------------*/
.single .head {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.single .title {
	margin: 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}
.single #contents #postdate {
	float: left;
}

.single #contents .metadate {
	float: left;
}
.single .post-single-bookmarks {
	float: right;
}
.single .thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
.single .post {
	padding: 0px;
}

/*---------------------------------------R----------------------
	固定ページ
-------------------------------------------------------------*/
.page .title {
	margin-top: 0;
	margin-bottom: 30px;
	padding: 15px;
	border-top: 1px dashed #ccc !important;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	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 */
	font-weight: bold;
	font-size: 1.2em;
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.page #sns {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px dashed #ccc !important;
	text-align: center;
}
.page .post-single-bookmarks {
	display: inline-block;
}
.page .post {
	padding: 0 15px;
}
/*-------------------------------------------------------------
	1カラム
-------------------------------------------------------------*/
#one-column {
	padding: 40px 0px 60px;
}
#one-column h2 {
	margin-bottom: 30px;
	padding: 15px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	color: #666;
	text-align: center;
}
#one-column h3 {
	margin: 80px 0 30px;
	border: none;
	color: #ff0000;
	text-align: center;
	font-size: 1.6em;
}
#one-column a {
	/*color: #2ca9e1;*/
}
#one-column #sns {
	margin: 60px 0;
	padding: 30px 0;
	border-top: 1px dashed #ccc !important;
	text-align: center;
}
#one-column .post-single-bookmarks {
	display: inline-block;
}
.custom-image img.attachment-max-image {
	display: block;
	margin: 10px auto;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
/*-------------------------------------------------------------
	カウントダウンタイマー
-------------------------------------------------------------*/
#timer {
	margin-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	height: 45px;
	background: #CCC;
	text-align: center;
	font-size: 16px;
}
#timer #countdown {
	display: inline;
	color: #900;
	letter-spacing: 3px;
	font-size: 24px;
}
.countdown_row.countdown_amount {
	color: #900 !important;
}
/*-------------------------------------------------------------
	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 {
	display: inline;
	float: left;
	margin-right: 10px;
}
.post-single-facebook {
	display: inline;
	float: left;
}
/*-------------------------------------------------------------
	コメント・トラックバック
-------------------------------------------------------------*/
#comments {
	margin-top: 30px;
	border-radius: 5px;
}
#comments li{
	list-style: none;
}

#comments input, #comments textarea {
	padding: 3px 10px;
	border: 1px solid #ccc;
}
#comments .midasi, #reply-title {
	border-bottom-width: 3px;
  border-bottom-style: solid;
	font-weight: bold;
  line-height: 2em;
}
#comments .compost, #commentform {
	margin-top: 15px;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	background: #eee;
}
#comments .compost {
	position: relative;
}
#comments .compost img {
	float: left;
	margin-right: 15px;
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
}
#comments .compost .cominfo {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.8em;
}
#comments #respond {
	margin-top: 30px;
	border-radius: 5px;
}
#commentform input, #commentform textarea {
	margin-bottom: 15px;
}
#commentform textarea {
	width: 588px;
}
#commentform label {
	margin-left: 5px;
}
#commentform .required {
	color: #c00;
}
#commentform #submit {
	margin: 0;
	border-radius: 5px;
	background: #ddd;
	color: #FFF;
	cursor: pointer;
}
#commentform .form-submit {
	text-align: right;
}
#commentform #submit:hover {
	border-color: #999;
}
#trackback {
	padding: 15px;
	background: #eee;
}
#trackback {
	margin-bottom: 15px;
	border-radius: 0 0 5px 5px;
}
#trackback input {
	width: 588px;
}
/*-------------------------------------------------------------
	関連記事
-------------------------------------------------------------*/
.related-post {
	margin-top: 30px;
	margin-bottom: 30px;
}
.related-post h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	font-weight: bold;
	line-height: 2em;
}
.related-post ul {
	padding: 15px 0;
	padding-top: 10px;
}
.related-post ul li {
	list-style: none;
	padding-top: 0.5em;
}
.related-post ul li a {
	padding-left: 14px;
	background: url(../images/navi_icon.png) no-repeat left center;
	/*color: #09f;*/
}
/*-------------------------------------------------------------
	アーカイブページ・検索結果
-------------------------------------------------------------*/
.archive-title {
	margin-bottom: 40px;
	padding: 15px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	color: #666;
	font-size: 1.2em;
}
.archive .post, .search .post {
	position: relative;
	margin-top: 15px;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.archive .title, .search .title {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 13px;
	font-size: 16px;
}
.archive .thumb, .search .thumb {
	float: left;
	margin-right: 15px;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
.archive .metadate, .search .metadate {
	color: #666;
	font-size: 0.8em;
}
.archive .metadate a, .search .metadate a {
	color: #666;
}
.archive .more, .search .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.8em;
}
/*-------------------------------------------------------------
	ページ送り
-------------------------------------------------------------*/
#pagenum {
	margin: 60px 0;
	text-align: center;
}
#pagenum a {
	display: inline-block;
	overflow: visible;
	padding: 3px 6px;
	border: 1px solid #999;
	color: #666;
}
#pagenum a:hover {
	border-color: #333;
	text-decoration: none;
}
#pagenum span {
	display: inline-block;
	padding: 3px 6px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
}
.pagelink {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
}
#prev, #prev a, #next, #next a {
	/*color: #09f;*/
}
#prev {
	float: left;
}
#next {
	float: right;
}
/*-------------------------------------------------------------
	サイドバー
-------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 26.55%;
}
#layout2 #sidebar {
	float: right;
}
#sidebar .widget {
	margin-bottom: 15px;
}
#sidebar .widget .widgettitle {
	padding-top: 2px;
	padding-left: 10px;
	border-top: none;
	border-right: medium none !important;
	border-bottom: none !important;
	border-left: medium none !important;
	background-image: url(../images/widgettitle-bg02.gif);
	background-position: center;
	color: #FFF;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.81em;
	margin-top: 0;
}
#sidebar .widget ul {
	/*margin-left: 10px;*/
	list-style-type: none;
}
#sidebar .widget li {
	display: block;
	padding: 0.6em 0;
	padding-left: 1.3em;
	border-bottom: 1px dashed #CCC;
	background: url(../images/side_icon.gif) no-repeat left 1em;
	list-style-type: none;
}
#sidebar .widget li a {

}
#sidebar .widget ul.children {
	padding: 0;
}
#sidebar .widget ul.children li {
	border-top: 1px dashed #ccc;
	border-bottom: none;
}
#sidebar .menu li {
	border: none;
}
#sidebar .menu li a {
	border-bottom: 1px dashed #ccc;
}
.postform {
	margin: 10px 0;
}
/*-------------------------------------------------------------
	フッター
-------------------------------------------------------------*/
#page-jump {
	position: fixed;
	right: 15px;
	bottom: 15px;
}
* html #page-jump {
	margin-top: -15px;
	margin-bottom: 15px;
	text-align: right;
}
#page-jump a:hover {
	background: none !important;
	opacity: 0.9;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
.footer {
	min-width: 980px;
	border-top-width: 3px;
	border-top-style: solid;
	background: #EEEEEE;
	font-size: 12px;
	padding: 20px 20px 0px;
}
.footer .footer-inner {
	overflow: hidden;
	margin: 0 auto;
}
.copyright {
	clear: both;
	background: #333333;
	margin-left: -20px;
	margin-right: -20px;
}
.footer .copyright p {
	text-align: center;
	font-size: 0.8em;
}
.footer .copyright p, .footer .copyright a {
	color: #fff;
	text-decoration: none;
	line-height: 50px;
}
/*-------------------------------------------------------------
	フッターウィジェット
-------------------------------------------------------------*/
.footer .textwidget {
	color: #fff;
}
.footer .entryicon h3 a {
	color: #999;
}
.footer-bar1 {
	float: left;
	width: 25%;
}
.footer-bar1 .banner {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
	width /***/: auto;
	/*IE8のみ適用*/
}
.footer-bar2 {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	width: 22.8%;
}
.footer .widget .widgettitle {
	padding-top: 2px;
	margin-top: 0;
	padding-left: 10px;
	/*height: 30px;*/
	border-top: medium none;
	border-right: medium none !important;
	border-bottom: medium none !important;
	border-left: medium none !important;
	background-image: url("../images/widgettitle-bg02.gif");
	color: #FFFFFF;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.8em;
}
.footer-bar1 ul, .footer-bar2 ul {
	margin-bottom: 15px;
}
.footer-bar1 li a, .footer-bar2 li a {
	display: block;
	padding: 0.5em 1em;
	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;
}
/*-------------------------------------------------------------
	IE6 対策
-------------------------------------------------------------*/
#top .t-head, #top .slider li, .navbar 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, .navbar 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;
}
