/* CSS Document */

/*
Theme Name: Premium_Saito_Custom_Temple_Eighth_Left_Side_Custom
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 {
}

/*グラデーションBG*/

#containergrade {
	background:#f4eeea;

}

/*単色＆透過混合BG*/


#container {

background-color:#caedff;
background-image:url('images/bg.png');
background-repeat:repeat;
}


#header {
	color:#FFFFFF;
	background:#c00000;
	border-bottom:4px solid #850000;
}
#header header {
}

#header .SiteTitle {
}
#header .SiteTitle a {
	color:#FFFFFF;
}
#header .SiteTitle a:hover {
}
.Description {
}
#wrapper {
	margin-top:10px;
	background:#FFF;
}

#wrapper .MainContent {
}
#wrapper .MainContent #Content {
}
#wrapper .MainContent a.MainBanner {
}
#wrapper .MainContent a.MainBanner img {
}

/*見出し1*/
#wrapper .MainContent #Content h1,#wrapper .MainContent #Content h2 {
    color: #83202c;
	background-color: #f8f8f8;
	border-bottom: solid 4px #83202c;
	border-top:solid 1px #83202c;
}
#wrapper .MainContent #Content h1 a,#wrapper .MainContent #Content h2 a{
    color: #83202c;
	
}

/*見出し2*/
/*#wrapper .MainContent #Content h1,#wrapper .MainContent #Content h2{
    color: #83202c;
    font-size: 20px;
    position: relative;
    padding: 5px 0 5px 32px;
    border-bottom: 1px solid #83202c;
}
#wrapper .MainContent #Content h1 a,#wrapper .MainContent #Content h2 a {
    color: #83202c;
	
}

#wrapper .MainContent #Content h1:before,#wrapper .MainContent #Content h2:before {
    left:3px;
    content:url(images/Side-24.png);
    position: absolute;
	height:25px;
	width:25px;
    bottom:0;
    margin: auto;
}
*/

/*見出し3*/
/*#wrapper .MainContent #Content h1,#wrapper .MainContent #Content h2 {
	font-size:18px;
	font-weight:bold;
    color: #850000;
    line-height: 1.6em;
    padding: 2px 0 2px 12px;
    border-left: 4px solid #850000;
    border-bottom: 1px solid #850000;
}
#wrapper .MainContent #Content h1 a,#wrapper .MainContent #Content h2 a{
    color: #850000;
}



*/



#wrapper .MainContent #Content h1 a:hover,#wrapper .MainContent #Content h2 a:hover{
}

#wrapper .MainContent #Content p {
}
#wrapper .MainContent #Content p.TimeStamp {
	padding-bottom:0px;
}
#wrapper .MainContent #Content p.ReadBtn {
	padding-top:0px;
	padding-bottom:16px;
}

#wrapper .MainContent #Content p a {
	color:#186cf7;
}
#wrapper .MainContent #Content h1.PostTitle,#wrapper .MainContent #Content h2.PostTitle {
	margin-bottom:10px;
}

/*ナヴィゲーション*/
#PagiNation {
}
#PagiNation div {
	display:inline-block;
	/display:inline;
	width:50%;
}
#PagiNation div > span {
	display:block;
	padding:20px 10px;
	font-size:14px;
}
#PagiNation div > span a {
	color:#186cf7;
}


#PagiNation .prev {
}
#PagiNation .next {
}
#wrapper #side {
}
#Content .PageNation{
	text-align:center;
	padding:0px 0px 10px;	
}

/*カスタムウィジェット*/

#wrapper #side aside {
}
#wrapper #side aside.widget_search {
}
#wrapper #side aside.widget_recent_entries,#wrapper #side aside.widget_archive {
	border-top: 2px solid #850000;
	background: #fff6e4;
	background-image:url('images/Bg-2.png');
}



#wrapper #side .widget-area {
}
#wrapper #side .widget-area .SideTitle {
	background:#83202c;
	border-bottom:2px solid #850000;
	color:#ffffff;
}
/*#wrapper #side .widget-area .SideTitle:after {
	content: '';
  position: absolute;
  top: -1px;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #4b9dcc transparent transparent transparent;
}*/

#wrapper #side .widget-area .SideTitle + ul {
	
}
#wrapper #side .widget-area .SideTitle + ul li {
	font-size:14px;
	padding:5px 0px;
	margin-left:25px;
	position:relative;
	border-bottom:1px solid #FFFFFF;
	list-style-image:url('images/Side-23.png');

}
#wrapper #side .widget-area .SideTitle + ul li:before {
}
#wrapper #side .widget-area .SideTitle + ul li:after {
}

#wrapper #side .widget-area .SideTitle + ul li a {
	color:#83202c;
}
#wrapper #side .widget-area .SideTitle + ul li a:hover {
}

/*ページトップ*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	cursor:pointer;
	font-size:150%;
}
#page-top a {
	text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px;
	padding:10px 15px;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 5px rgba(111,111,111,0.5);
	color: #FFFFFF;
	background:#633019;
}

/*フッター*/


#footer {
	background:#633019;
	color:#FFFFFF;
}
#footer footer {
}
#footer footer a {
	color:#FFEFC9;
}

/*検索*/

#wrapper #side aside .CustomSerach #s {
}