@charset "utf-8";


/* background
/* color
----------------------------------------------- */

.main_bg {
	color: #333;
	
	background-color: #FFF;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAFVBMVEXk5OTn5+ft7e319fX29vb5+fn///++GUmVAAAALUlEQVQIHWNICnYLZnALTgpmMGYIFWYIZTA2ZFAzTTFlSDFVMwVyQhmAwsYMAKDaBy0axX/iAAAAAElFTkSuQmCC');
}
.main_bg a {
	color: #CB4118;
	text-decoration: none;
}
.main_bg a:visited {
	color: #A4A4A4;
}
.main_bg a:hover {
	color: #000;
	text-decoration: underline;
}

.sub_bg {
	color: #FFF;
	
	background-color: #222;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAl2cEFnAAAACgAAAAoATqZ25QAAABtJREFUCNdjYMAAD0SxCD3AJvQAm9CDgRViAADK4R6TzLPGjAAAACV0RVh0Y3JlYXRlLWRhdGUAMjAxMy0wNC0xNVQxNzowMTozMiswOTowMF8LJ60AAAAldEVYdG1vZGlmeS1kYXRlADIwMTMtMDQtMTVUMTc6MDE6MzIrMDk6MDAAulGZAAAAAElFTkSuQmCC');
}
.sub_bg a {
	color: #C8B991;
	text-decoration: none;
}
.sub_bg a:visited {
	color: #A4A4A4;
}
.sub_bg a:hover {
	color: #FFF;
	text-shadow: #FFFF75 0 0 3px;
	text-decoration: underline;
}



/* base
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body, html {
	position: relative;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.5;
}

body {
	
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
ul {
	list-style: none;
}
i, u, strong, address {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
input[type="text"],
input[type="password"],
select,
textarea {
	display: inline-block;
	padding: 4px;
	margin: 0;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	font-size: 13px;
	box-shadow: inset #EEE 0 1px;
	background-color: #FFF;
}
input[type="text"],
input[type="password"],
select {
	height: 20px;
	line-height: 20px;
}
select {
	height: auto;
}
#wrapper,
#contents {
	clear: both;
        width: 1350px;
	margin: 0 auto;
	background: #ccc;
	
}
.af:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.contents_left {
	width: 75%;
}
.contents_right {
	width: 25%;
}

#header2 {
	display: none;
}


/* メイン
----------------------------------------------- */

#main {
	float: right;
	position: relative;
}
#main_inner {
	padding: 15px 35px;
}
#main .main_contents {
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
#main .main_contents h1,
#main .main_contents h2 {
	display: block;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 18px;
	line-height: 38px;
	text-shadow: #000 0 -1px;
}
#main .main_contents h1 span,
#main .main_contents h2 span {
	font-weight: bold;
	font-size: 120%;
}
#main .ms {
	-webkit-box-shadow: 1px 1px 3px 0 #888;
	box-shadow: 1px 1px 3px #888;
}


/* ArticlesLoop
----------------------------------------------- */

#ArticlesLoop {
	clear: both;
}
#ArticlesLoop div.article-outer {
	clear: both;
	width: 100%;
}
#ArticlesLoop div.article-outer p.article {
	display: block;
	border: 1px #DDD solid;
	border-bottom: 0px;
	line-height: 45px;
	background-color: #FFF;
}
#ArticlesLoop div.article-outer p.article:last-child {
	border-bottom: 1px #DDD solid;
}
#ArticlesLoop div.article-outer p.article.changed_date {
	padding-left: 15px;
	font-weight: bold;
	font-size: 18px;
}
#ArticlesLoop div.article-outer p.article a {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	overflow: hidden;
}
#ArticlesLoop div.article-outer p.article a span {
	display: block;
}
#ArticlesLoop div.article-outer p.article a span.article_date {
	width: 60px;
	text-align: center;
	color: #333;
}
#ArticlesLoop div.article-outer p.article a span.article_title {
	position: absolute;
	top: 0;
	left: 60px;
	font-size: 18px;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#ArticlesLoop div.article-outer p.article a:hover {
	text-decoration: none;
	background-color: #FDF3D5;
}
#ArticlesLoop div.article-outer p.article a:hover  span.article_title {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	transform: translate(10px, 0);
}



/* -----------------------------------------------
ナビゲーション
参考URL：http://wiki.livedoor.jp/staff/d/DesignTemplate/Navigation
----------------------------------------------- */

/* トップページ　カテーゴリーアーカイブ　月別アーカイブ
----------------------------------------------- */

/*ナビゲーション共通*/
.pager{
	font-size:17px;
}

/*数字の色*/
.pager a{
	color:#ffffff;
}
ol.paging-number li.current span{
	color:#ffffff;
}

/* 背景の色 */
ol.paging-number li,
li.paging-prev,
li.paging-next,
li.paging-first,
li.paging-last{
	background:#222;
	display:block;
	height:34px;
	line-height:34px;
	padding:0 5px;
}


/* マウスホバー時の背景の色 */
li.paging-prev:hover,
li.paging-next:hover,
li.paging-first:hover,
li.paging-last:hover,
.index-navigator li li:hover,
ol.paging-number li.current{
	background:#FFEBCD;
}


/* ページング幅調節 */
ul.index-navigator li a, ul.index-navigator li span,
ul.index-navigator li a, ul.index-navigator li.current span{
	margin: 0 0 0 0px;
	padding:0 6px;
	line-height: 34px;
}
ul.index-navigator{
	height:34px;
	margin:0 0 10px 0;
}

ul.index-navigator li.paging-number{
	margin: 0 0 !important;
}

/* 間をあける */
ul.index-navigator li, ul.index-navigator li ol {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px !important;
}



/* 個別記事ページ
----------------------------------------------- */

/*ナビゲーション全体*/
.article-pager-type2 ul.article-pager,
.article-pager-type2 ul.archives-pager{
	padding: 0 0 0 0;
}

.article-pager-type2 ul.article-pager li,
.article-pager-type2 ul.archives-pager li{
	margin: 0;
}


/*前の記事へ*/
.article-pager-type2 .article-pager .prev{
	float: left;
	padding-left: 20px;
	width: 300px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_prev.png) no-repeat left 3px;
	text-align: left;
	text-indent: -7px;
	word-wrap:break-word;
}


/*次の記事へ*/
.article-pager-type2 .article-pager .next{
	padding-right: 10px;
	width: 300px;
	float: right;
	text-align: right;
	word-wrap:break-word;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_next.png) no-repeat right 3px;
}


/*文字について*/
.article-pager-type2 ul.article-pager li a,
.article-pager-type2 ul.archives-pager li a{
	padding: 0 ;
	width: 300px;
	font-size: 13px;
	color: #fff;
	word-wrap:break-word;
	display: block;
}

/*マウスオーバーについて*/
.article-pager-type2 ul.article-pager li a:hover,
.article-pager-type2 ul.archives-pager li a:hover {
	background: none !important;
	text-decoration: underline;
}


/* Article
----------------------------------------------- */

#Article {
	
}
#article_subject {
	
}
#article_subject p.min_date {
	padding: 10px 0 0 15px;
}
#article_subject h1,
#article_subject h1 a {
	display: block;
}
#article_subject h1 a:hover {
	text-decoration: none;
}

#Article div.article_social {
	clear: both;
	width: 100%;
}
#Article div.article_social ul {
	float: right;
}
#Article div.article_social li {
	float: left;
	display: block;
	margin-left: 15px;
}
#article_body {
	clear: both;
	margin: 20px 0;
	background: #FFF;
}
#article_body a:link,
#article_body a:visited {
	color: #333;
}


/* rssツール（top）
----------------------------------------------- */

#rss_tool_top {
	width: 100%;
        height: 225px;
	overflow: hidden;
}
#rss_tool_top > div {
	width: 10000%;
}
#rss_tool_top h1,
#rss_tool_top h2 {
	display: block;
	position: relative;
	z-index: 2;
}
#rss_scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-shadow: rgba(203,65,24) 0 -1px;
	background-color: rgba(203,65,24,0.7);
	z-index: 1;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#rss_scroller span,
#rss_scroller i {
	display: block;
	position: relative;
	top: 50%;
	width: 22px;
	height: 22px;
}
#rss_scroller span {
	overflow: hidden;
}
#rss_scroller i {
	top: 0;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAQAAABuvaSwAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAl2cEFnAAAAFgAAABYA3MXpWAAAANFJREFUKM+Vk80Jg0AQhacFsQBJA55DAoEUZBXaTC5iE0Exp6AnKxD1pmZR131ZL0LUJM6b25uPZXZ+qKGGXjoE9dQfekf6KkWBQqXS7x3t6MyUnziaYVN6KsdCKpeeMBewsMcQXzSGwp7hWqMqww+pTNj1BLfUGmOEPxqj1mhJlz+42KHBFRq2VLUHVpWwqHMWL+CG+ybeOSSDT6vAFUfEG7AMCMnSjHHW8VjTCaFcu09ccMKq8SUT5pTB+iCrdayhsMbNWiTWijKXn31W+w72DU0PS46WLi9oAAAAJXRFWHRjcmVhdGUtZGF0ZQAyMDE0LTAxLTI3VDE3OjM5OjUyKzA5OjAwnDjFwgAAACV0RVh0bW9kaWZ5LWRhdGUAMjAxNC0wMS0yN1QxNzozOTo1MiswOTowMMOJs/YAAAAASUVORK5CYII=');
}
#rss_scroller:hover {
	cursor: pointer;
	background-color: rgba(203,65,24,0.9);
}


/* rssツール(bottom)
----------------------------------------------- */

#feed_list {
	width: 100%;
	overflow: hidden;
}
#feed_list div.ms {
	width: 460px;
	height: 700px;
	padding: 10px 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px #DDD solid;
	background-color: #FFF;
}
#feed_list div.ms li {
	border-bottom: 1px #DDD dotted;
}


/* サブ
----------------------------------------------- */


#sub {
	position: relative;
	float: right;

}
#sub_inner {

}
#sub .sub_contents,
#sub .sidewrapper {
	display: block;
	position: relative;
	width: 100%;
	padding: 12px 15px;
	border-bottom: 1px #000 solid;
}
#sub .sub_contents:after,
#sub .sidewrapper:after {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: 1px #333 solid;
}
#sub .sub_contents:last-child,
#sub .sub_contents:last-child:after {
	border-bottom: 0;
}
#sub .sidetitle {
	margin: 10px 0;
	padding-left: 6px;
	border-left: 6px #DDD solid;
	font-size: 120%;
	color: #DDD;
	text-shadow: #000 0 -1px;
}

#blog_title h1,
#blog_title h1 a,
#blog_title h1 span {
	display: block;
}
#blog_title h1 span {
margin: 10px 0;
	font-weight: bold;
	color: #FFF;
	font-size: 35px;
	text-shadow: #000 0 -2px;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#blog_title h1 a:hover {
	text-decoration: none;
}
#blog_title h1 a:hover span {
	-webkit-transform: rotateX(720deg);
	-moz-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
#blog_title h2 {
	color: #AAA;
        margin: 20px 0;
	font-weight: normal;
}

#sub ul.recent-article-image li {
	display: block;
	position: relative;
	width: 240px;
	height: 170px;
	border: 1px #000 solid;
	border-color: #000 #333 #333 #000;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.7);
}
#sub ul.recent-article-image li a {
	display: block;
	position: absolute;
	width: 220px;
	height: 150px;
	padding: 10px;
	font-size: 18px;
	text-shadow: #000 0 -1px;
	background-color: rgba(0,0,0,0.8);

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#sub ul.recent-article-image li a img {
	display: block;
	top: -10px;
	left: -10px;
	position: relative;
}
#sub ul.recent-article-image li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
}

/* footer
----------------------------------------------- */

#foot {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#foot > div {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}
#foot_i2i {
	position: absolute;
	right: 45px;
	bottom: 10px;
}


/* backtotop
----------------------------------------------- */

#backtotop {
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 70px;
	height: 70px;
	z-index: 999;
	cursor: pointer;
	opacity: 0.6;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#backtotop:hover {
	opacity: 0.9;

	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

/* メニューバー
----------------------------------------------- */
.ldb_menu-list {
  background-color: #000;
  overflow: hidden;
}
.ldb_menu-list li {
  float: left;
  list-style: none;
  padding-left: 5px;
}
.ldb_menu-list li a{
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-color: #fff;
  line-height: 1;
  padding: 5px;
  text-decoration: none;
  text-shadow: 0 -1px -3px rgba(0,0,0,0.2);
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
 background-color: #FFEBCD;
}

/* --- 横並び用 CSS ----------------------------------------------------------------------------------------- */
.ads {
  text-align: left;
  margin:1px auto;
  width :100%;　/* バナーサイズとmarginを計算して調整 */
}
.ads #adright {
  float: right;
  margin: 1px;
}
.ads #adleft {
  float: left;
  margin: 1px;
}
/* Opera用の指定 */
.ad p,.ads p {
  text-align: left;
  margin:0px auto;
}

/* --- 広告横並び用 CSS ----------------------------------------------------------------------------------------- */

/* 個別rssツールタイトル
----------------------------------------------- */

#feed_list2 {
	width: 100%;
	overflow: hidden;
        text-align: center;
        font-size: 18px;
}
#feed_list div.ms2 {
	width: 460px;
	height: 450px;
	padding: 10px 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px #DDD solid;
	background-color: #FFF;
}
#feed_list div.ms li2 {
	border-bottom: 1px #DDD dotted;
}