@charset "UTF-8";

/*************************************
Copyright (C) 2008 webdesign maf http://webdesign-maf.com/
*************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Tahoma,sans-serif;
	color: #333;
	background-color: #ffffff;
	font-size: 79%;
	text-align: center;
}

html>body {
	font-size: 80%;
}

a:hover img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #696969;
}

a:visited {
	color: #696969;
}

a:hover {
	color: #00bbbd;
	border-bottom-style: none;
}

a.external:link, a.external:visited {
	color: #00bbbd;
	font-weight: bold;
}

a.external:hover {
	color: #00bbbd;
	font-weight: bold;
	border-bottom-style: none;
}

a.external-s:link, a.external-s:visited {
	color: #00bbbd;
	font-weight: normal;
}

a.external-s:hover {
	color: #00bbbd;
	font-weight: normal;
	border-bottom-style:none;
}

a.external-ks:link, a.external-ks:visited {
	color: #ee0077;
	font-weight: normal;
}

a.external-ks:hover {
	color: #ee0077;
	font-weight: normal;
	border-bottom-style:none;
}

a.external-k:link, a.external-k:visited {
	color: #696969;
	font-weight: normal;
}

a.external-k:hover {
	color: #696969;
	font-weight: normal;
	border-bottom-style: none;
}

a.external-sk:link, a.external-sk:visited {
	color: #333;
	font-weight: bold;
}

a.external-sk:hover {
	color: #00bbbd;
	font-weight: bold;
	border-bottom-style: none;
}

a.g-plus:link, a.g-plus:visited {
	color: #ff8cc5;
	font-weight: normal;
}

a.g-plus:hover {
	color: #ff8cc5;
	font-weight: normal;
}


a.external-ymdm:link, a.external-ymdm:visited {
	color: #999;
	font-weight: normal;
}

a.external-ymdm:hover {
	color: #999;
	font-weight: normal;
	border-bottom-style: none;
}

.fc2button-twitter a:link, .fc2button-twitter a:visited {
	color: #00bbbd;
	font-weight: normal;
	font-size: 1.1em;
}

.fc2button-twitter a:hover {
	color: #00bbbd;
	font-weight: normal;
	border-bottom-style: none;
	font-size: 1.1em;
}

h3 {
	color: #666;
	background-color: #fff;
}

p.check-in {
	color: #333;
	margin: 0 0 0 0 ;
	padding: .6em 1.25em .6em 1.85em;
	background-color: #fff;
	line-height: 1.8;
	font-size: 100%;
	text-align: left;
	background: url("http://blog-imgs-32.fc2.com/s/i/o/sionkanzaki/checkmark.gif") no-repeat top left;
}

p.check {
	color: #333;
	margin: 2.8em 0 0 0 ;
	padding: .6em 1.25em .6em 1.85em;
	background-color: #fff;
	line-height: 1.8;
	font-size: 100%;
	text-align: left;
	background: url("http://blog-imgs-32.fc2.com/s/i/o/sionkanzaki/checkmark.gif") no-repeat top left;
}

p.check-out {
	color: #333;
	margin: 1.4em 0 0 0 ;
	padding: .6em 1.25em .6em 1.85em;
	background-color: #fff;
	line-height: 1.8;
	font-size: 100%;
	text-align: left;
}


/************************************
** Do not show frame of image
************************************/
img { 
	border: 0;
}


/************************************
** Displays frame of image
************************************/
img.waku { 
	outline-style: solid;
	outline-color: #e0e0e0;
	outline-width: 2px;
}

ul {
	line-height: 150%;
	padding-left: 5px;
}

li {
	padding-bottom: 5px;
	list-style-type: none;
}

blockquote {
	padding: 10px;
	margin: 10px 5px 0px 40px;
	background-color: #fff;
	clear: both;
	border: 1px dotted #cccccc;
}

blockquote.external {
	padding: 10px;
	margin: 0px 5px;
	background-color: #f4ffff;
	clear: both;
	border: 1px dotted #cccccc;
}

h3, h4{
	font-size:  1em;
}


/************************************
** Layout
************************************/
#all {
	margin: 25px auto 0px auto; 
	text-align: left;
	width: 800px;
	background: url("http://blog-imgs-21.fc2.com/s/i/o/sionkanzaki/back.gif")  repeat-y;
}


/************************************
** Head
************************************/
#head {
	background: url("http://blog-imgs-12.fc2.com/s/i/o/sionkanzaki/head_border.gif")  repeat-x;
	height:20px;
}


/************************************
** Foot
************************************/
#foot {
	background: url("http://blog-imgs-12.fc2.com/s/i/o/sionkanzaki/head_border.gif")  repeat-x;
	height: 20px;
	width: 800px;
	margin: 0px auto 15px auto;
	text-align: center;
}


/************************************
** Header
************************************/
#header {
	height: 120px;
	background: url("http://blog-imgs-44.fc2.com/s/i/o/sionkanzaki/header_4444.png") 476px top no-repeat;
}

#header a {
	text-decoration: none;
}

#header a:link{
	color: #83b58b;
}

#header a:visited {
	color: #83b58b;
}

#header a:hover {
	color: #83b58b;
}


/************************************
** Calendar
************************************/
#calendar {
	background-color: #fff;
	text-align: center;
	padding: 0px;
	font-size: .8em;
	font-weight: bold;
	margin: 0 14px;
}


/************************************
** Article column
************************************/
#wrap {
	float: left;
	width: 790px;
	padding-left: 30px;
}

html>body #wrap {
	width: 760px;
}

#main {
	float: left;
	width: 520px;
}


/************************************
** Menu column on the left
************************************/
#left {
	float: left;
	padding: 20px 0 15px 15px;
	width: 220px;
}

html>body #left {
	width: 205px;
}

#pagetop {
	clear: both;
	font-size: .9em;
	text-align: right;
	line-height: 180%;
	padding: 0px 7px 10px 0px;
	margin: 0 25px;
}

#footer {
	clear: both;
	font-size: .9em;
	text-align: right;
	border-top: 1px solid #ccc;
	line-height: 150%;
	padding: 0px 7px 0px 0px;
	margin: 0 25px;
}


/************************************
** Title Partial
************************************/
#header h1 {
	text-align: left;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Tahoma,sans-serif;
	padding: 18px 360px 2px 35px;
	font-size: 2.6em;     
}


/************************************
** Site description
************************************/
#header h2 {
	font-weight: normal;
	padding: 0 320px 10px 37px;
	font-size: 1em;
	line-height: 110%;
}


/************************************
** calendar settings
************************************/
#calendar ul {
	margin: 4px 0px 0px 5px;
	list-style-position: inside;
}

#calendar li {
	display: inline;
	list-style-type: none;
	color: #d2d29e;
}

#calendar li a {
	color: #666;
}

li.day {
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}


/************************************
** Plug-in calendar settings
************************************/
table.calender {
	margin: 10px auto 5px;
	text-align: center;
	font-size: 1.1em;
}

html>body table.calender {
	font-size: 1em;
}

table.calender caption {
	margin: 0 auto;
	text-align: center;
}


/************************************
** Article column setting
************************************/
.entry {
	text-align: left;
	margin: 20px 0 60px 5px;
	padding: 0 5px;
	line-height: 1.6;
	border: 1px solid #999;
	background: #fff;
}

.entry_title {
	margin: 5px 5px 0 5px;
	padding: 8px 5px 8px 110px;
	border-bottom: 1px solid #e0e0e0;
	background: url("http://blog-imgs-12.fc2.com/s/i/o/sionkanzaki/entry_2.png") no-repeat left top;
}

.entry_title-ymdm {
	margin: 0 5px 15px 0;
	color: #999;
	text-align: right;
	font-size: .9em;
	font-weight: normal;
}

.entry_body {
	margin-bottom: 20px;
	padding: 5px 10px;
}

.entry_body p.title {
	padding-bottom: 10px;
}

.entry_more {
	font-size: .9em;
	margin: 20px 5px;
}

.entry_sns {
	font-size: 1.1em;
	margin:12px 2px 10px 0px;
	padding:5px;
	clear: both;
	text-align: right;
}

.entry_state {
	font-size: .9em;
	line-height: 1.5;
	border-top: 1px dotted #ddd;
	margin:5px 0px 10px 35px;
	padding:5px;
	clear: both;
	text-align: right;
}

dd.area {
	margin: 20px 0px 0px 0px;
	padding: 8px 5px;
	line-height: 1.6;
	border: 1px solid #ddd;
	background : #fff;
}

dt.area {
	margin: 0px 0px 30px 0px;
	text-align: left;
	padding: 5px 5px;
	line-height: 1.6;
	border: 1px solid #ddd;
	background : #fff;
}

dd.area-title {
	margin: 20px 1px 0 4px;
	padding: 8px 5px;
	line-height: 1.6;
	border: 1px solid #ddd;
	background : #fff;
}


/************************************
** Menu column setting
************************************/
.menu_title {
	background: url("http://blog-imgs-21.fc2.com/s/i/o/sionkanzaki/menu.gif") right repeat-y;
	border: 1px solid #999;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 8px 5px;
	font-variant: small-caps;
	font-size: .9em;
	letter-spacing: .1em;
}

.menu_contents {
	padding: 0 5px 30px;
}

#menu input {
	border: 1px solid #326400;
	margin-bottom: 3px;
}

/************************************
** Category
************************************/
ul.main_menu_cate  {
	margin-top: 12px;
	margin-left:-7px; 
}

.menu_contents ul.sub_menu {
	margin: 0px; 
	padding: 2px 0;
	line-height: 1.4;
}

.menu_contents li.main_cate {
	line-height: 1.8;
	margin-bottom: 18px;
}

.menu_contents li.sub_cate {
	background: url("http://blog-imgs-32.fc2.com/s/i/o/sionkanzaki/tree_lst_dotted.gif") left top no-repeat; 
	margin-left: 0px; 
	padding-left: 18px; 
	padding-bottom: 0px;
	line-height: 1.8;
}

.menu_contents li.sub_cate_end {
	background: url("http://blog-imgs-32.fc2.com/s/i/o/sionkanzaki/tree_end_dotted.gif") left top no-repeat; 
	margin-left: 0px; 
	padding-left: 18px; 
	padding-bottom: 0px; 
	margin-bottom: 8px;
}


/************************************
** Navigation 1
************************************/
ul.page_navigation {
	line-height: 1.5;
	padding-left: 5px;
	margin-top: 19px;
	margin-bottom: -12px;
	list-style: none;
	overflow: hidden;
}

ul.page_navigation li {
	font-size : 108%;
	display: block;
	text-align: center;
	border: 1px solid #e0e0e0;
	min-width: 1.4em;
	margin-right: 5px;
	padding-bottom: 0;
	float: left;
}

ul.page_navigation li a {
	padding-right: 3px;
	padding-left: 3px;
	display: block;
}

ul.page_navigation li a:hover {
	text-decoration : none;
	color: #fff;
	background: #83b58b;
}

ul.page_navigation li.prevpage_pagenavigation {
	margin: 0 5px 0 0;
}

ul.page_navigation li.selected_pagenavigation {
	font-weight: bold;
	color: #fff;
	background: #83b58b;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0;
}

ul.page_navigation li.nextpage_pagenavigation {
	margin: 0;
}

ul.page_navigation li.ellipsis_pagenavigation {
}


/************************************
** Navigation 2
************************************/
ul.pagenavigation {
	line-height: 1.5;
	padding-left: 5px;
	margin-top: 2px;
	list-style: none;
	overflow: hidden;
}

ul.pagenavigation li {
	font-size : 108%;
	display: block;
	text-align: center;
	border: 1px solid #e0e0e0;
	min-width: 1.4em;
	margin-right: 5px;
	padding-bottom: 0;
	float: left;
}

ul.pagenavigation li a {
	padding-right: 3px;
	padding-left: 3px;
	display: block;
}

ul.pagenavigation li a:hover {
	text-decoration : none;
	color: #fff;
	background: #83b58b;
}

ul.pagenavigation li.prevpage_pagenavigation {
	margin: 0 5px 0 0;
}

ul.pagenavigation li.selected_pagenavigation {
	font-weight: bold;
	color: #fff;
	background: #83b58b;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0;
}

ul.pagenavigation li.nextpage_pagenavigation {
	margin: 0;
}

ul.pagenavigation li.ellipsis_pagenavigation {
}

p.designedby_pagenavigation {
	text-align: right;
	clear: left;
}

p.designedby_pagenavigation small {
	font-size: 75%;
}

p.pagenavi {
	margin-top: 7px;
	font-size: 100%;
}

p.home_of_page {
	margin-top: -10px;
	font-size: 85%;
	line-height : 1.5;
	text-align: right;
	clear: left;
}


/************************************
** Page select
************************************/
.pageselect {
	background-color: #ffffff;
	border: 1px solid #999;
	margin: -15px -5px 0 0;
	padding: 5px;
	text-align: center;
	font-size: .9em;
	font-weight: normal;
	color: #666;
}

.pageselect a:link {
	color: #666;
}

.pageselect a:visited {
	color: #666;
}

.pageselect a:hover {
	color: #00ced1;
	border-bottom-style: none;
}

.pageselect a:link.navinavi {
	color: #fff;
	font-size: 1.65em;
	font-weight: bold;
}

.pageselect a:visited.navinavi {
	color: #fff;
	font-size: 1.65em;
	font-weight: bold;
}

.pageselect a:hover.navinavi {
	color: #fff;
	font-size: 1.65em;
	font-weight: bold;
	border-bottom-style: none;
}


/************************************
** Footer
************************************/
#copyright {
	margin-top: 5px;
}

textarea,select,input { 
	border: 1px solid #ddd;
	font-family: sans-serif;
	font-size: .9em;
	padding: .1em;
	margin-bottom: 3px;
}

#copyright_extra {
	font-size: 1em;
}

.fc2_footer a:hover {
	border: none;
}


/************************************
** Google Search Engine
************************************/
#search {
	background: #fff url("http://blog-imgs-32.fc2.com/s/i/o/sionkanzaki/input.png") no-repeat right top;
	margin-top: 8px;
	width: 185px;
	height: 30px;
	text-align: right;
}

#search input.search-input {
	float: left;
	margin-top: 5px;
	margin-left: 12px;
	padding-left: 0;
	border: 0;
	width: 160px;
}

#search input.search-submit {
	float: right;
	margin-top: 3px;
	margin-right: 0;
	padding-right: 0;
	border: 0;
}


/************************************
** Portfolio
************************************/
p.piece img {
	position: relative;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc
} 

p.piece {
	margin-bottom : 1em;
}

p.port {
	margin-bottom : 1em;
}

blockquote.port {
	font-size : 93%;
	width : 95%;
	margin : 1em auto;
	padding : 0.5em;
	border : 1px dotted #ccc;
}

blockquote.port span {
	display: inline;
	color: #666;
	padding: 2px;
	background-color:#fff;
	border: 1px solid #ccc;
}

p.cap {
	color: #333;
	margin: 2.8em 0 0 0 ;
	padding: .6em 1.85em;
	background-color: #fff;
	line-height: 1.5;
	font-size: 93%;
	text-align: left;
	background: url("http://blog-imgs-32.fc2.com/s/i/o/sionkanzaki/heart_twin.png") no-repeat top left;
}

p.cap a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

p.cap a:link, p.cap a:visited {
	color: #333;
}

p.cap a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


/************************************
** FC2 Search form tentative Version
************************************/
.fc2 dl {
	margin-bottom: 30px;
}
.fc2 dt {
	font-weight: normal;
	margin-bottom: 5px;
}
#searchformfc2 {
	position: relative;	
}
#fc2words {
	width: 142px;
	height: 16px;
	background: #ddd;
	border: none;
	padding: 4px;
	color: #000;
}
#submitfc2 {
	position: absolute;
	top: -1px;
	left: 148px;
        border: none;
}
*:first-child + html #submitfc2 {
	top: 0;
}


/************************************
** Thumbnail
************************************/
div.center {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.center table {
	background: #ffffff;
	border: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.line {
	width: 490px;
	border: none;
}
td.content {
	padding: 10px 10px 0 0px;
	vertical-align: middle;
	font-size: 13px;
}
td.thumbs {
	width: 10em;
	vertical-align: baseline;
	padding: 10px 5px 1px 5px;
}
td.extra {
	padding: 20px 20px 20px 20px;
	vertical-align: middle;
	font-size: 13px;
}
li.extra {
	color:#5f9f5f;
	font-size:16px;
list-style-type: disc;
}
span.extra{
	color: #666666;
	font-size:13px;
}

td.extra-1 {
	padding: 40px 20px 20px 20px;
	vertical-align: middle;
	font-size: 13px;
}
td.extra-2 {
	padding: 10px 20px 20px 20px;
	vertical-align: middle;
	font-size: 13px;
}


/************************************
** Quote 2
************************************/
blockquote.ex2 {
	margin: 10px;
	padding: 10px;
	background: #fff;
	border: 3px solid #8fbca7;
}
blockquote.ex3 {
	margin: 10px;
	padding: 10px;
	background: #fff;
	border: 3px solid #d2d29e;
}


/************************************
** Related Articles list
************************************/
.relate_dl {
	margin: 20px 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #666;
}
.relate_dt {
	border-bottom: 1px solid #666;
	padding-left: 5px;
}
.relate_dd {
	margin-top: 10px;
}
.relate_ul {
	padding-left: 15px;
}
.relate_dl .relate_ul li {
	list-style-type: disc;
}


/************************************
** Quote voice
************************************/
blockquote.b6b4 {
	display: block;
	margin: 5px 0 -10px 0;
	padding:20px 30px 40px 30px;
	border:1px dotted #e0e0e0;
	background:url(http://powerstone-works.com/pictures/weblog/libs/b-before-3.png), url(http://powerstone-works.com/pictures/weblog/libs/b-after-4.png); 
	background-repeat:no-repeat,no-repeat;
	background-repeat:no-repeat,no-repeat;
	background-repeat:no-repeat,no-repeat;
	background-position:top left,bottom right; 
	background-color:#fff;
 }

blockquote.b6b4 p {
	margin: 1em 0;
}

blockquote.from {
	display: block;
	margin: 5px 0 -10px 0;
	padding:20px 30px 40px 30px;
	border:1px dotted #e0e0e0;
	background:url(http://powerstone-works.com/pictures/weblog/libs/b-before-7.png), url(http://powerstone-works.com/pictures/weblog/libs/b-after-7.png); 
	background-repeat:no-repeat,no-repeat;
	background-repeat:no-repeat,no-repeat;
	background-repeat:no-repeat,no-repeat;
	background-position:top left,bottom right; 
	background-color:#fff;
 }

blockquote.from p {
	margin: 1em 0;
}

blockquote.b6 {
	display: block;
	margin: 5px 0 -10px 0;
	padding:20px 30px 40px 30px;
	border:1px dotted #e0e0e0;
	background:url(http://powerstone-works.com/pictures/weblog/libs/b-before-6.png), url(http://powerstone-works.com/pictures/weblog/libs/b-after-6.png); 
	background-repeat:no-repeat,no-repeat;
	background-repeat:no-repeat,no-repeat;
	background-repeat:no-repeat,no-repeat;
	background-position:top left,bottom right; 
	background-color:#fff;
 }

blockquote.b6 p {
	margin: 1em 0;
}

/************************************
** ps
************************************/
.lay {
	background: none repeat scroll 0 0 transparent;
	/*border: 1px solid #cfcfcf;*/
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 20px 32px;
	position: relative;
}

.lay:before {
	color: #caca8d;
	content: "“";
	font-family:'メイリオ', Tahoma, Segoe, Verdana, sans-serif;
	font-size: 600%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 0;
}

.lay:after {
	bottom: 0;
	color: #caca8d;
	content: "”";
	font-family:'メイリオ', Tahoma, Segoe, Verdana, sans-serif;
	font-size: 600%;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: -16px;
}

.guide {
	counter-reset: my-badass-counter;
}

.guide dt {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color:#333;
	padding: 4px 0 10px 0;
}

.guide dt:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	font: bold 52px/1 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #ccc;
}

.guide dd {
	margin: 0 0 40px 0;
}

.guide dt, .guide dd {
padding-left: 52px;
}

.guide-2 {
	counter-reset: my-badass-counter;
}

.guide-2 dt {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color:#333;
	padding: 4px 0 10px 0;
}

.guide-2 dt:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	font: bold 40px/1 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #ccc;
}

.guide-2 dd {
	margin: 0 0 40px 0;
}

.guide-2 dt, .guide-2 dd {
	padding-left: 40px;
}

h5.lays{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 5px 5px 0 35px;
	border:none;
}
 
h5.lays:before{
	content: "□";
	font-size: 150%;
	position: absolute;
	color: #cfcfcf;
	top: 2px;
	left: 10px;
	height: 10px;
	width: 10px;
}
 
h5.lays:after{
	content: "□";
	font-size: 150%;
	position: absolute;
	color: #8dcec9;
	top: -6px;
	left: 0;
	height: 10px;
	width: 10px;
}

div.s-list {
	background: none repeat scroll 0 0 #fff;
	margin: 1em 0;
	padding: 0px 4px;
	position: relative;
}
div.s-list ul {
	overflow:hidden;
	margin:0 10px;
	padding:0;
	list-style-position:inside;
	zoom:1;
}
div.s-list ul li {
	margin:0;
	margin-top:-2px;
	padding:0 0 2px 0;
	margin-bottom:-1px;
	border-bottom:1px solid #ddd;
}

/************************************
** ranking
************************************/
.b-ranking-1 {
	background: none repeat scroll 0 0 transparent;
	border: 2px dotted #cfcfcf;
	margin: 1em 0px;
	padding: 20px 16px;
	position: relative;
}
.b-ranking-2 {
	background: none repeat scroll 0 0 transparent;
	border: 2px dotted #cfcfcf;
	margin: 1em 0px 1em 40px;
	padding: 20px 16px;
	position: relative;
}