@charset "utf-8";

html {
 overflow-y: scroll;
}

/* FontSizeSetting */
body,h1,h2,h3,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,ul,form,blockquote,dd,dt,address{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 140%;
}




p{
	margin-bottom: 15px;
}

/* LinkSetting FF΍ */
A:link {
	text-decoration:none;
	color: #1d2088
}
A:visited {text-decoration:none; color: #1d2088}
A:active {text-decoration:none; color: #1d2088}
A:hover {text-decoration:underline; color: #00F}



/* layoutSetting */
body {
	margin: 0px;
	padding: 0px;


}


img{
	border: none;
	vertical-align: bottom;

}


#stage {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;

}


#wrapper{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




/* MAC_IE΍ */

/* clearvf */
.cbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cbox {display: inline-table;}

/* Hides from IE-mac \*/
* html .cbox {height: 1%;}
.cbox {display: block;}
/* End hide from IE-mac */













.pages-link {
	text-align: center;
}
.pages-link a span {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(245,245,245) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(245,245,245) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(245,245,245) 100%
	);
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	font-weight: normal;
}
.pages-link span {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(214,203,183) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(214,203,183) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(214,203,183) 100%
	);
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}
.pages-link a:hover span {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(245,245,245) ),
		color-stop( 1, rgb(255,255,255) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(245,245,245) 0%,
		rgb(255,255,255) 100%
	);
	background-image: linear-gradient(
		-90deg,
		rgb(245,245,245) 0%,
		rgb(255,255,255) 100%
	);
	border: 1px solid rgb(230,230,230);
}
.pages-link a:active span {
	-webkit-box-shadow		: 0 0 3px rgba(0,0,0,0.2) inset;
	box-shadow				: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

/* ================================================================================
	links
================================================================================ */

/*link-btn more-link*/
.link-btn,
.more-link {
	color:rgb(90,90,90) !important;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop( 0, rgb(255,255,255) ),
		color-stop( 1, rgb(230,230,230) )
	);
	background-image: -moz-linear-gradient(
		-90deg,
		rgb(255,255,255) 0%,
		rgb(230,230,230) 100%
	);
	background-image: url(../../images/ico_link.png);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#FFFFFF',
		endColorstr='#E6E6E6'
	);
	border: 1px solid rgb(210,210,210);
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 rgb(255,255,255);
	float:right;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 1.5em;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.link-btn:hover,
.link-btn:active,
.more-link:hover,
.more-link:active {
	color: #666;
	text-decoration:none;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
/*.link-btn:active,
.more-link:active {
	top:1px;
	-webkit-box-shadow		: 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow				: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.link-btn:active:after,
.more-link:active:after {
	-webkit-box-shadow		:none !important;
	box-shadow				:none !important;
}
.link-btn:hover:after,
.more-link:hover:after {
	-webkit-transform		: skew(20deg) rotate(9deg);
	-moz-transform			: skew(20deg) rotate(9deg);
	transform				: skew(20deg) rotate(9deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.5);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.5);
}
*/
.link-btn span,
.more-link span {
	display: inline-block;
}
/*
.link-btn:after,
.more-link:after {
	-moz-transform			: skew(20deg) rotate(6deg);
	-webkit-transform		: skew(20deg) rotate(6deg);
	transform				: skew(20deg) rotate(6deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.3);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.3);
	background: none repeat scroll 0 0 transparent;
	content: "";
	height: 55%;
	width: 70%;
	position: absolute;
	right: 10px;
	bottom: 9px;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
*/

/*twitter-btn*/
.twitter-btn {
	color:rgb(24,100,134) !important;
	background:url(../img/twitter-btn-bg.png) no-repeat left center;
	border: 1px solid rgb(127,195,238);
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	font-weight:bold;
	text-decoration: none;
	text-transform:capitalize;
	text-shadow: 0 1px 0 rgb(255,255,255);
	padding: 0.5em 0.6em 0.3em 2.5em;
	margin:4px 0 10px;
	float:right;
}
.twitter-btn:hover,
.twitter-btn:active {
	color: rgb(51,51,51);
	text-decoration:none;
}
.twitter-btn:active {
	top:1px;
	-webkit-box-shadow		: 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow				: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.twitter-btn:active:after {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.twitter-btn:hover:after {
	-moz-transform			: skew(20deg) rotate(9deg);
	-webkit-transform		: skew(20deg) rotate(9deg);
	transform				: skew(20deg) rotate(9deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.5);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.twitter-btn span {
	display: inline-block;
}
.twitter-btn:after {
	background: none repeat scroll 0 0 transparent;
	content: "";
	z-index: -1;
	position: absolute;
	right: 10px;
	bottom: 9px;
	height: 55%;
	width: 70%;
	-moz-transform			: skew(20deg) rotate(6deg);
	-webkit-transform		: skew(20deg) rotate(6deg);
	transform				: skew(20deg) rotate(6deg);
	-webkit-box-shadow		: 0 10px 8px rgba(0, 0, 0, 0.3);
	box-shadow				: 0 10px 8px rgba(0, 0, 0, 0.3);
}




/*---------------------------------------
*subnavi　テキスト
--------------------------------------*/

#sub_txtnav{
	padding: 0px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0pxo;
}

#sub_txtnav ul li{
	list-style-type: none;
	width: 170px;
}

#sub_txtnav li{
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	text-align: left;
	background-image: url(../../images/ico_ya_green.png);
	background-repeat: no-repeat;
	background-position:0px 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #577C06;
}

#sub_txtnav li a {
	display: block;

}

.page_top{
	
	text-align: right;
	font-size: 90%;
}

.page_top a{
	font-size: 90%;
	color: #FFF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 170%;
	background-color: #DEEDC2;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
