/* CSS Document */

/*
Theme Name:Premium_Saito_Custom_Temple_Tenth
Theme URI: http://saitou.debug-japan.com/
Description: The second ten pre by which Mr. Saito did a custom!
Author: Ysaito
Author URI: http://saitou.debug-japan.com/
Version: 1.0
*/
	
body {
}
/*大枠*/
#container {
	background:#eee;
	background-image:url(images/BG.png);
	background-repeat:repeat;
}
/*ヘッダー*/
#header {

}
#header header {
}
#header header .HeadArea {
	border:1px solid #62a700;
	background:#FFFFFF;
}
#header header .HeadArea .HeadWrapper {
}
#header header .HeadArea .HeadWrapper .HeadText {
 }
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle{
}
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle a{
	color:#62a700;
	text-decoration:none;
}
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle a:hover{
	color:#62a700;
	text-decoration:underline;
}
#header header .HeadArea .HeadWrapper .HeadText .Description{
}
#header header .HeadArea .HeadWrapper .HeadText .Description span{
}
#header header .HeadArea .HeadWrapper .HeadImage {
}
#header header .HeadArea .HeadWrapper .HeadImage .MainImage{
}

#wrapper {
}
/*リンク*/
a{
}
a:hover{
}

/*サイドバー*/
#side {
	margin-top:10px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.MainContent {
}

#Content {

}
#Content a {
	color:#0058f8;
	font-weight:bold;
	text-decoration:underline;
}
#Content a:hover {
	text-decoration:none;
}

/*フッター*/
#footer {
	background:#2b650c;
	color:#FFF;	
}
#footer a{
	color:#fcffc4;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
/*ウィジェット*/
.CustomSerach{
	text-align:center;
	
}

.widget-area {

	border-radius:0px;
}
.widget-area aside {

}

widget-area aside div {
	border-radius:5px 0px 5px 0px;
}
.widget-area aside div.SideTitle {
	font-size:20px;
	margin-left:0px;
	font-weight:bold;
	padding:5px;
	border-top:2px solid #62a700;
	border-bottom:2px solid #62a700;
	background:#FFFFFF;

	
	/*position:relative;
	padding: 10px 0px 10px 38px;*/
/*	background:#62a700;
	color:#FFF;
	border-radius:5px 5px 0px 0px;
*/
}
.widget-area aside div.SideTitle:before {
	/*display: block;
	position: absolute;
	bottom: 5px;
	 left: 4px;
	content:url('images/Side-7.png');*/
}
.widget-area aside div.SideTitle:after {
/*	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 18px;
	border-color: transparent transparent transparent #FFFFFF;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 8px;
	border-style: solid;
	margin: auto;
	content: "";*/
}
.widget-area aside div.SideTitle + ul {
	margin-top: -5px;
	padding-top:5px;
	border-radius: 5px;
	font-size:14px;
/*	background:#FFFFFF;
	border-left:2px solid #62a700;
	border-right:2px solid #62a700;
	border-bottom:2px solid #62a700;
	box-sizing:border-box;	
*/}
.widget-area aside div.SideTitle + ul li {
/*	border-bottom:1px solid #62a700;
*/}
.widget-area aside div.SideTitle + ul li:last-child {
	border-bottom:none;
}
#PagiNation {
}
#PagiNation {
}
#PagiNation a {
	color:#238acc;
}
#PagiNation div > span {
}

#PagiNation .prev {
	width:50%;
	float:left;
}
#PagiNation .next {
	width:50%;
	float:right;
}

#Content h1,#Content h2,.PostTitle {
	border-top:2px solid #62a700;
	border-bottom:2px solid #62a700;
	background:#FFFFFF;
}
#Content h2 > a{
	color:#333;
	text-decoration:none;
}
#Content h2 > a:hover{
	color:#333;
	text-decoration:underline;
}
#Content h1,#Content h2,.PostTitle {
}

/*タグ関係*/

.PostTitle {
}
.PostContent {
}
.widget-area a {
	color:#333;
	text-decoration:none;
}
.widget-area a:hover {
	text-decoration:underline;
}
ul.ArchivePostContent > li,ul.SearchPostContent > li {
	border-bottom:1px solid #dddddd;	
}

/*アーカイブ、検索ページのhr*/
.CustomLine {

}

/*検索フォーム*/

.screen-reader-text {
	display: none;
}
.PageNation{
	padding:10px 0px 25px;	
}
span.DaySearch {
}
/*エラーページ*/
.ErrorTitle{
}
.ErrorPage{
}
.ErrorPage .Font1{
}
.ErrorPage .Font2{
}
.ErrorPage .Font3{
}
/*ページトップ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background:#2b650c;
	border:2px solid #FFFFFF;
	box-shadow:0px 0px 5px rgba(111,111,111,0.5);
	text-decoration: none;
    color: #FFFFFF;
    width: 100px;
    padding: 15px 10px 15px 30px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration:none;
/*    background: rgba(32,43,109,0.8);
*/	border:2px solid #FFFFFF;
	box-shadow:0px 0px 5px rgba(32,57,111,0.5);
    color: #FFF;
}

#page-top a:before{
	display: block;
	position: absolute;
	top: 10px;
	bottom: 0px;
	left: 15px;
	width: 10px;
	height: 10px;
	margin: auto;
	content: "";
	background:#ffffff;
}
#page-top a:after{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-width: 0px 10px 10px 10px;
	border-style: solid;
	margin: auto;
	content: "";
	border-color: transparent transparent #FFFFFF transparent;
}
#Content p{
	margin:10px 0px;
}
#Content section div h2,#Content section div h1,#Content h1.PostTitle,ul.PostList li section h2 {
	position:relative;
	margin:10px 0px;
	padding:10px 0px 10px 10px;
}
#Content section:first-child div h2{
	position:relative;
	margin:0px 0px 10px;
}
#Content section div h2:before{
/*	position:absolute;
	top:0;
	left:-4px;
	content:"";
	background:rgba(255,255,255,0.8);
	display:block;
	width:2px;
	height:100%;*/
}