/*****************************************************************************
RESET
******************************************************************************/
html, body, address, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/*****************************************************************************
GENERAL STYLING
******************************************************************************/
body {
	background-image: url(../images/bg03.gif);
	background-repeat : repeat;
	background-attachment : fixed;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #434343;
	background-color: #f5f5dc;
}
a {
	color: #00f;
	text-decoration: none;
	outline: none;
	padding: 10px 5px;
}
a:hover {
	text-decoration: underline;
	color: #f00;
	background-color: #transparent;
}

p {
	margin: 25px 0 35px 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.8;
}

p a {
	color: #00f;
	text-decoration: underline;
	outline: none;
	padding: 5px 0px;
}
small {
		font-size: 12px;
}
rt {
	font-size: 10px;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #666;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 18px;
	margin-bottom: -25px;
}
h5 {
	font-size: .9em;
}
h6 {
	font-size: .8em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*****************************************************************************
STRUCTURE
******************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/*****************************************************************************
HEADER
******************************************************************************/
#header {
	position: relative;
	height: 90px;
}

/* site logo */
#site_logo {
	position: absolute;
	top: 5px;
	margin: 0;
}
#site_logo a {
	font: bold 30px/100% Arial, "ＭＳ 明朝";
	color: #00f;
	text-decoration: none;
	padding: 0;
	background-color: transparent;
}

/*****************************************************************************
MAIN NAVIGATION
******************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background-color: #6a6a6a;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top, #b9b9b9, #6a6a6a);
	background: linear-gradient(#D2B48C, #808000);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0 8px 0 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 30px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top, #282828, #4f4f4f);
	background: linear-gradient(#F4A460, #808000);
}

/*****************************************************************************
CONTENT
******************************************************************************/
#content {
	background: #f0ffff;
	margin: 15px 0 10px;
	padding: 20px 35px;
	width: 595px;
	font-size: 16px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* post */
.post {
	margin-bottom: 40px;
}
.post_title {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #666;
	border-bottom: solid 2px #666;
}

.list00 {
	background: #f0ffff;
	margin: 0 0 15px;
	padding: 5px 0 10px;
	font-size: 1em;
	font-weight: normal;
}
.list00 ul {
	margin: 0;
	padding: 0;
}
.list00 li {
	margin: 0;
	padding: 0 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #aaa;
}
.list00 a {
	display: block;
	text-decoration: none;
	outline: none;
	padding: 20px 10px;
	background-color: #f0ffff;
}
.list00 a:hover {
	text-decoration: none;
	color: #0000ff;
	background-color: #ffe4b5;
}

.list02 {
	background: #f0ffff;
	margin: 0 0 15px 0;
	padding: 10px 0;
	font-size: 16px;
	font-weight: normal;
}
.list02 ul {
	margin: 0;
	padding: 0;
}
.list02 li {
	margin: 0;
	padding: 0 0;
	list-style: none;
	clear: both;
	line-height: 2.0;
	padding: 20px 0;
	border-top: solid 1px #aaa;
}
.list02 a {
	display: inline;
	text-decoration: underline;
	outline: none;
	padding: 10px 0;
	background-color: #f0ffff;
}
.list02 a:hover {
	text-decoration: underline;
	color: #f00;
	background-color: #f0ffff;
}
.list03 {
	margin: 40px 0 0 0;
	padding: 15px 0 15px 15px;
	list-style: none;
	font-size: 16px;
	clear: both;
	border-bottom: none;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(#8FBC8F, #228B22);
}

/*****************************************************************************
SIDEBAR
******************************************************************************/
#sidebar {
	width: 300px;
	float: right;
	margin: 15px 0 30px;
}
.widget {
	background: #f0ffff;
	margin: 0 0 15px;
	padding: 20px 20px 30px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	color: #666;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #aaa;
}
.widget00 {
	background: #f0ffff;
	margin: 0 0 15px;
	padding: 10px 15px;
	font-size: 1.125em;
	font-weight: bold;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle00 {
	margin: 0 0 5px;
	padding: 0;
	color: #66cdaa;
}
.widget00 ul {
	margin: 0;
	padding: 0;
}
.widget00 li {
	margin: 0;
	padding: 0 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #aaa;
}
.widget00 a {
	display: block;
	text-decoration: none;
	outline: none;
	padding: 20px 10px;
	background-color: #f0ffff;
}
.widget00 a:hover {
	text-decoration: none;
	color: #0000ff;
	background-color: #ffe4b5;
}

.widget01 {
	background: #f0ffff;
	margin: 0 0 15px;
	padding: 10px 15px;
	font-size:  1.125em;
	font-weight: bold;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widget01 ul {
	margin: 0;
	padding: 0;
}
.widget01 li {
	margin: 0;
	padding: 0 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #aaa;
}
.widget01 a {
	display: block;
	text-decoration: none;
	outline: none;
	padding: 15px 10px;
	background-color: #f0ffff;
}
.widget01 a:hover {
	text-decoration: none;
	color: #0000ff;
	background-color: #ffe4b5;
}
.widget02 {
	background: #f0ffff;
	margin: 0 0 15px;
	padding: 25px 0 25px 20px;
	font-size: .875em;
	font-weight: bold;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/*****************************************************************************
FOOTER
******************************************************************************/
#footer {
	clear: both;
	margin: 5px 0 0;
	padding: 15px 15px 0;
	color: #666;
	font-size: 85%;
	text-align: center;
}

/*****************************************************************************
CLEARFIX
******************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }




.pickup02 {
	text-align: center;
}

.pickup02 a {
	padding: 0;
}

.text_field {
	width: 120px;
}

#topic_path {
	margin: 0 0 -12px 0;
	padding: 10px 0 5px 0;
	text-align: left;
	line-height: 2.2;
	font-size: 12px;
	color: #666;
}
#topic_path a {
	color: #00f;
	text-decoration: none;
	outline: none;
	padding: 3px 10px;
	border-radius: 0.9em;
	background-color:#f0ffff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
}
#topic_path a:hover {
	color: #00f;
	text-decoration: none;
	background-color: #ffe4b5;
}

.youtube16 {
	vertical-align: bottom;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

.oricon01 {
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1.1;
	font-size: 12px;
	color: #666666;
}

.youtube_gif02 {
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

.wikipedia_gif {
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

#next {
	margin: 0 0 20px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background-color:#f0ffff;
}

#next a {
	color: #00f;
	text-decoration: none;
	outline: none;
	padding: 8px 10px;
}
#next a:hover {
	color: #ff0000;
	text-decoration: underline;
	background-color: #f0ffff;
}

#content_result {
	background: #000;
	margin: 15px 0 10px;
	padding: 20px 35px;
	width: 910px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#google_ad01 {
	margin: 20px 0 5px;
	padding: 0;
	text-align: center;
	color: #990000;
	background-color: transparent;
}

#google_ad02 {
	margin: 30px 0 0 0;
	padding: 20px 0;
	text-align: center;
	color: #990000;
	background-color: #f0ffff;
}

#google_ad03 {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	color: #990000;
	background-color: transparent;
}

#google_ad_relation {
	margin: 0;
	padding: 30px 0 25px 0;
	text-align: center;
	color: #990000;
	background-color: transparent;
}

#google_ad_article_inside {
	margin: 0;
	padding: 40px 0 35px 0;
	text-align: center;
	color: #990000;
	background-color: transparent;
}

.font_small01 {
	font-size: 10px;
}

.table01 {
	margin-top: 20px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	table-layout: fixed
}

.cell {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	border: solid 1px #ff0000;
	border: 1px solid #add8e6;
	border-radius: 0.5em;
	color: #2e2e2a;
	background-color:#f0f8ff;
}

.cell a {
	display: block;
	color: #0000ff;
	padding: 20px 0;
	border-radius: 0.5em;
	text-decoration: none;
	background-color: #f0f8ff;
}

.cell a:hover {
	color: #0000ff;
	text-decoration: none;
	background-color: #ffe4b5;
}

.cell02 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	color: #aaa;
	border: 1px solid #add8e6;
	border-radius: 0.5em;
	background-color: #f0f8ff;
}

.attention {
	margin: 15px;
}

.history01 {
	margin: 0px 15px 10px 10px;
	padding: 10px 0px 0px 0px;
	line-height: 1.8;
	text-align: left;
	color: #434343;
	background-color:#f0ffff;
	border-top: solid 1px #aaa;
}

.history01 a {
	text-decoration: none;
	padding: 10px 0;
	color: #0000ff;
	background-color: #f0ffff;
}

.history01 a:link {
	color: #0000ff;
	text-decoration: underline;
	background-color: #f0ffff;
}

.history01 a:hover {
	color: #ff0000;
	text-decoration: underline;
	background-color: #f0ffff;
}

.right_title {
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	background-color: #f0ffff;
}

.right_title04 {
	margin: 10px 10px 10px 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-left: solid 10px #add8e6;
	border-bottom: solid 1px #add8e6;
	font-weight: bold;
	background-color: #add8e6;
}

.right_title05 {
	margin: 10px 10px 10px 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	border-left: solid 10px #add8e6;
	border-bottom: solid 1px #add8e6;
	font-weight: bold;
	background-color: #add8e6;
}

.right_title06 {
	margin: 10px 10px 10px 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 5px 5px 0px;
	text-align: left;
	font-size: 24px;
	color: #add8e6;
	font-weight: bold;
	background-color: #f0ffff;
}

.right_title07 {
	margin: 10px 10px 10px 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5px 5px 0px;
	text-align: left;
	font-size: 24px;
	color: #add8e6;
	font-weight: bold;
	background-color: #f0ffff;
}

.honbun01 {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 10px 15px;
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
	color: #434343;
	background-color:#f0ffff;
}

.honbun01 li{
		line-height: 1.6;
}

.honbun01 a {
	text-decoration: underline;
	padding: 5px 0;
	color: #0000ff;
	background-color: #f0ffff;
}

.honbun01 a:hover {
	color: #ff0000;
	text-decoration: underline;
	background-color: #f0ffff;
}

.honbun02 {
	margin: 10px 10px 10px 5px;
	padding: 0px;
	font-size: 16px;
	color: #434343;
	background-color:#f0ffff;
}

.honbun02b {
	margin: 10px 10px 10px 5px;
	padding: 0px;
	font-size: 16px;
	color: #434343;
	background-color:#f0ffff;
}

.honbun03 {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 16px;
	color: #434343;
	background-color:#f0ffff;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: circle;
}


.cell_bold {
	margin: 0px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #add8e6;
	font-weight: bold;
	color: #999999;
	background-color:#f0f8ff;
}

.cell_bold02 {
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #add8e6;
	font-weight: bold;
	color: #ffffff;
	background-color:#add8e6;
}

.cell_left {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	text-align: left;
	border: 1px solid #add8e6;
	color: #434343;
	background-color:#f0f8ff;
}

.cell_left a {
	text-decoration: none;
	color: #0000ff;
	background-color: #f0f8ff;
}

.cell_left a:hover {
	color: #ff0000;
	text-decoration: underline;
	background-color: #f0f8ff;
}

.cell_left02 {
	margin: 0;
	font-size: 16px;
	text-indent: 15px;
	text-align: left;
	border: 1px solid #add8e6;
	color: #add8e6;
	background-color:#f0f8ff;
}

.cell_left02 a {
	display: block;
	text-decoration: none;
	color: #0000ff;
	background-color: #f0f8ff;
}

.cell_left02 a:hover {
	color: #0000ff;
	text-decoration: none;
	background-color: #ddd;
}

.cell_left03 {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	text-indent: 15px;
	text-align: left;
	border: 1px solid #add8e6;
	color: #add8e6;
	background-color:#f0f8ff;
}

#main_left {
	margin: 0px;
	padding: 0px;
	width: 450px;
	font-size: 16px;
	border: 0px solid #b0c4de;
	color: #434343;
	background-color:#f0ffff;
	float: left;
}

#main_right {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 170px;
	height: 400px;
	font-size: 16px;
	border: 0px solid #b0c4de;
	color: #434343;
	background-color: #f0ffff;
	float: right;
}

.genbun01 {
	margin: 20px 0px 0px 0px;
	padding: 15px 20px 15px 30px;
	line-height: 2.0;
	text-align: left;
	font-size: 16px;
	border: 1px solid #b0c4de;
	color: #434343;
	background-color:#f0f8ff;
}

.genbun01 .keyword {
	color: #ff0000;
	background-color: #f0f8ff;
}

.genbun02 {
	margin: 20px 0px 0px 0px;
	padding: 15px 20px 15px 30px;
	line-height: 2.0;
	text-align: left;
	font-size: 16px;
	border: 1px solid #b0c4de;
	color: #434343;
	background-color:#f0f8ff;
}

.genbun02 .keyword {
	color: #ff0000;
	background-color: #f0f8ff;
}

.yomi00 {
	margin: 0px 10px 15px 10px;
	padding: 15px 20px 15px 30px;
	line-height: 2.0;
	text-align: left;
	font-size: 16px;
	border: 1px solid #b0c4de;
	color: #434343;
	background-color:#f0ffff;
}

.yomi01 {
	margin: 0px 0px 15px 0px;
	padding: 15px 20px 15px 30px;
	line-height: 1.6;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #b0c4de;
	border-left: 1px solid #b0c4de;
	border-right: 1px solid #b0c4de;
	color: #434343;
	background-color:#f0ffff;
}

.yomi01 li {
	margin-bottom: 10px;
}


.yomi01 .keyword {
	color: #ff0000;
	background-color: #f0ffff;
}

.yomi02 {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 30px;
	line-height: 2.0;
	text-align: left;
	font-size: 16px;
	border-left: 1px solid #b0c4de;
	border-right: 1px solid #b0c4de;
	color: #434343;
	background-color:#f0ffff;
}

.yomi02 .keyword {
	color: #ff0000;
	background-color: #f0ffff;
}

.yomi03 {
	margin: 0px 0px 15px 0px;
	padding: 15px 20px 15px 30px;
	line-height: 1.6;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #b0c4de;
	border-left: 1px solid #b0c4de;
	border-right: 1px solid #b0c4de;
	color: #434343;
	background-color:#f0ffff;
}

.yomi03 .keyword {
	color: #ff0000;
	background-color: #f0ffff;
}

.line01 {
	margin-top: 50px;
	padding-top: 40px;
	font-size: 18px;
	border-top: 1px solid #b0c4de;
}

.line02 {
	margin-top: 40px;
	padding-top: 40px;
	font-size: 18px;
	border-top: 1px dashed #b0c4de;
}

.line03 {
	margin-top: 50px;
	padding-top: 20px;
	font-size: 18px;
	border-top: 1px dashed #b0c4de;
}

.small01 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.links {
	margin: 50px 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #666;
}

.links_ul {
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	line-height: 3.0;
}

.links_ul a {
	color: #fff;
	text-decoration: none;
	outline: none;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 0.5em;
	background-color:#339900;
}

.links_ul a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #33cc33;
}

.margin_left01 {
	margin-left: 25px;
	margin-bottom: 25px;
}

.widget00 ul li a {
	position: relative;
	display: block;
}
.widget00 ul li a::before,
.widget00 ul li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
.widget00 ul li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widget00 ul li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.widget01 ul li a {
	position: relative;
	display: block;
}
.widget01 ul li a::before,
.widget01 ul li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
.widget01 ul li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widget01 ul li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list00 ul li a {
	position: relative;
	display: block;
}
.list00 ul li a::before,
.list00 ul li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
.list00 ul li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list00 ul li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contents_img00 {
	margin: 10px 30px 5px 0px;
	float: left;
	color: #666666;
	background-color: #f0ffff;
}

.mokuji00 {
	font-size: 18px;
	line-height: 1.8;
}

.pickup01 {
	padding-top: 15px;
	text-align: center;
	vertical-align: top;
	line-height: 1.2;
	font-size: 12px;
}

.pickup01 a {
	padding: 0;
}

.pickup01 a:hover {
	background-color: #e0ffff;
}

#pagetop {
	position: fixed;
	bottom: 60px;
	opacity:0.6;
	right: 50px;
	border-bottom: none;
}
#pagetop a {
	background-color: rgba(0,0,0,0);
	color: #666;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 0;
	text-decoration: none;
}
#pagetop a:hover {
	color: #999;
	padding: 0;
	background-color: rgba(0,0,0,0);
}

blockquote {
	margin-left: 20px;
}

.ogura100 {
	line-height: 2.0;
}

.translator {
	margin-top: -30px;
	text-align: right;
	font-size: 18px;
}

.ninja_onebutton {
	margin-top: 30px;
}
.fa-paragraph {
	vertical-align: middle;
	margin: 0 6px 5px 0;
}
.fa-file-text {
	vertical-align: bottom;
	margin: 0 6px 0 0;
}
.fa-lock {
	vertical-align: bottom;
	margin: 0 8px 0 0;
}
.fa-book {
	margin: 0 5px 0 0;
}
.fa-amazon {
	margin: 0 5px 0 0;
}
.fa-user {
	vertical-align: bottom;
	margin: 0 6px 0 0;
}
.fa-envelope-o {
	vertical-align: middle;
	margin: 0 6px 5px 0;
}
.fa-link {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.fa-sitemap {
	margin: 0 6px 0 0;
}
.fa-search {
	margin: 0 3px 0 0;
}
.fa-file-archive-o {
	vertical-align: middle;
	margin: 0 6px 0 0;
}
.fa-th {
	vertical-align: middle;
	margin: 0 6px 0 0;
}
.fa-th-large {
	vertical-align: middle;
	margin: 0 6px 1px 0;
}

.recommend_links {
	margin: 50px 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #666;
}
