@charset "utf-8";

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
}

body{
	font-family: Arial,Verdana,Century,"Lucida Grande",Meiryo,sans-serif;
	width: 100%;
	text-align: center;
	line-height: 1.4;
	font-size: 100%;
	word-break: break-all;
	text-decoration: none;
}

p {
	font-size: 120%;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

a {
	text-decoration: none;
}

#clear {
	clear: both;
}

#index {
	text-align: center;
	margin: 0px auto 0px auto;
}

#head {
	width: 100%;
	height: 20px;
	position: relative;
	padding: 0px;
	margin: 0px auto 20px auto;
}

#headtext {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.6em;
	text-align: center;
}

#main {
	text-align: center;
	margin: 0 auto;
}

#onizamurai {
	margin: 50px 0px 80px 0px;
}

#gnavi {
	width: 560px;
	margin: 0px auto 30px auto;
}

#saku {
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	margin-right: 50px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}

#plof {
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	margin-right: 50px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
}

#blog {
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	margin-right: 50px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}

#otoi {
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	background: rgb(255,183,107); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}

#bokushara_amazon {
	text-align: center;
	width: 320px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	margin-right: 50px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}

#snsbtn {
	width: 610px;
	height: 30px;
	margin: 30px auto 20px auto;
	text-align: center;
}

#facebook {
	float: left;
	width: 165px;
	height: 30px;
	line-height: 30px;
}

#twitter {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

#pocket {
	float: left;
	width: 95px;
	height: 30px;
	line-height: 30px;
}

#hateb {
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
}

#line {
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
}

#timeline {
	width: 500px;
	margin: 20px auto 50px auto;
}

#saku-p {
}

#sharakudou {
	width: 100%;
	height: 400px;
	background: url(sharakudoubg.png) repeat-x;
	margin: 0px auto 10px auto;
}

#sdlogo {
	width: 900px;
	height: 400px;
	background: url(sharakudou.png) no-repeat;
	margin: 0 auto;
}

#sdtext {
	float: left;
	width: 410px;
	padding: 320px 0px 0px 30px;
	text-align: left;
	font-size: 80%;
	color: #754C24;
}

#sdno {
	float: left;
	width: 430px;
	text-align: left;
	color: #754C24;
	font-size: 110%;
	font-weight: bold;
	padding: 295px 0px 0px 20px;
}

#sdno img {
	margin-top: 10px;
}

#bokushara {
	width: 800px;
	height: 800px;
	background: url(bokushara.jpg) no-repeat;
	margin: 0 auto;
}

#bokusharatext {
	width: 325px;
	position: absolute;
	margin: 250px auto 0px 478px;
	color: #7E8580;
	text-align: left;
}

#namotan {
	width: 100%;
	background-color: #000;
}

#namotan img {
	width: 100%;
}

#namotantext {
	width: 450px;
	padding-bottom: 10px;
	margin: 10px auto 30px auto;
	text-align: center;
	font-size: 100%;
	color: #fff;
}

#plof-p {
	width: 800px;
	height: 800px;
	background: url(plof.jpg) no-repeat;
	margin:0px auto 30px auto;
}

#ploftext {
	width: 450px;
	position: absolute;
	margin: 35px auto 0px 180px;
	font-size: 120%;
	color: #000;
	text-align: left;
}

#backtop {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
}

#footer {
	font-size: 80%;
	margin-top: 30px;
}
