/* CSS Document */

/*
Theme Name:Premium_Saito_Custom_Temple_Tenth-3
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 {
}
/*ヘッダー*/
#header {
}
#header header {
}
#header header .HeadArea {
	background:rgba(255,255,255,1);
	padding:10px;
}
#header header .HeadArea .HeadWrapper {
}
#header header .HeadArea .HeadWrapper .HeadText {
 }
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle{
}
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle a{
	color:#544836;
}
#header header .HeadArea .HeadWrapper .HeadText .SiteTitle a:hover{
	text-decoration:underline;
}

#header header .HeadArea .HeadWrapper .HeadText .Description {
}
#header header .HeadArea .HeadWrapper .HeadText .Description span{
}

/*ヘッダー画像*/

#header header .HeadImage {
}
#header header .HeadImage a {
}
#header header .HeadImage a img {
	border:2px solid #FFF;
	box-sizing:border-box;
	vertical-align:bottom;
}


#wrapper {
}
/*サイドバー*/
#side {
}

/*検索ボックス*/

#side .SearchArea{
}
#side .SearchSubmit {
	background: #9d8a6b;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
#side .SearchSubmit:before{
}

/*サイドバーウィジェット*/
#side .widget-area {
}
#side .widget-area aside {
}
#side .widget-area aside.widget_search {
	text-align:center;
}

#side .widget-area aside ul {
}
#side .widget-area aside ul li{
}
#side .widget-area aside ul li:last-child{
	background:none;
}
#side .widget-area aside ul li a{
		color:#165d99;
	font-weight:normal;
}
#side .widget-area aside ul li a:hover{
		color:#165d99;
		text-decoration:underline;
}

#side .widget-area .widget_recent_entries,#side .widget-area .widget_archive{
	background:#ffffff;
	border:1px solid #9d8a6b;
}


#side .widget-area .widget_recent_entries .SideTitle,#side .widget-area .widget_archive .SideTitle{
	text-align:left;
	background:#9d8a6b;
	color:#FFFFFF;
}
#side .widget-area .widget_recent_entries .SideTitle:before{
}
#side .widget-area .widget_archive .SideTitle:before{
}

#side .widget-area .widget_recent_entries .SideTitle:after,#side .widget-area .widget_archive .SideTitle:after{
}


.MainContent {
}

#Content {
  background:#FFFFFF;
  border:1px solid #9d8a6b;
}

#Content  h1 {
background-image: -moz-linear-gradient(top, #a47c04, #e7ce7a);
background-image: -ms-linear-gradient(top, #a47c04, #e7ce7a);
background-image: -o-linear-gradient(top, #a47c04, #e7ce7a);
background-image: -webkit-gradient(linear, center top, center bottom, from(#a47c04), to(#e7ce7a));
background-image: -webkit-linear-gradient(top, #a47c04, #e7ce7a);
background-image: linear-gradient(top, #a47c04, #e7ce7a);
padding: 10px 0px 10px 14px;
color:#ffffff;
font-weight:bold;
}

#Content  h2 {
	line-height: 1.6em;
	border-bottom:2px dashed #a47c04;

	padding: 5px 0px 5px 7px;
}

#Content  h1 a,#Content  h2 a {
	color:#333333;
}
#Content  h1 a:hover,#Content  h2 a:hover {
}

/*プレミアム用*/

#Content.Premium  h1,#Content.Premium  h2 {
}
#Content.Premium :first-child h1,#Content.Premium :first-child h2 {
}

#Content.Premium  h1 a,#Content.Premium  h2 a {
	color:#0183cc;
}
#Content.Premium h1 a:hover,#Content.Premium h2 a:hover {
}

#Content p {
	margin:15px 0px;
    font-size: 14px;
    line-height: 1.5em;
}

#Content.Premium :first-child div p{
}


#Content p a {
	color:#165d99;
	font-weight:normal;
	text-decoration:underline;
}
#Content p a:hover {
	text-decoration:none;
	font-weight:nomal;
}

#Content.Premium :first-child div p{
}


#footer {
	background:#544836;
	color:#FFFFFF;
}
#footer:before {
	background:#9d8a6b;
	}
#footer:after {
}
#footer footer{
}

#PagiNation {
}

#PagiNation .prev {
}
#PagiNation .next {
}
#PagiNation a{
	color:#0039AD;
}
#PagiNation a:hover{
	color:#0039AD;
}
.PageNation{
}

/*ページトップ*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 150%;
  cursor: pointer;
}
#page-top a {

    background:#544836;

	border:2px solid #FFFFFF;

	box-shadow:0px 0px 5px rgba(111,111,111,0.5);

	text-decoration: none;

    color: #FFFFFF;
	
	padding:10px 10px;

}




/*エラーページ*/

.ErrorTitle{
}
.ErrorPage{
}
.ErrorPage .Font1{
}
.ErrorPage .Font2{
}
.ErrorPage .Font3{
}