/* CSS Document */

/*
Theme Name: Premium_Saito_Custom_Temple_Seventh_Right
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:#ddf2ff;
}
#header {
	background:#1687cd;
	box-shadow:0px 3px 1px rgba(255,255,255,0.9),0px 4px 1px rgba(0,0,0,0.3);
}
#header header {	
}

#header .SiteTitle {
}
#header .SiteTitle a {
	color:#FFFFFF;
}
#header .SiteTitle a:hover {
}
.Description {
	color:#FFFFFF;
}
#wrapper {
}

#wrapper .MainContent {
}
#wrapper .MainContent #Content {
	 background:#FFFFFF;
 	 box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	 transition:all 0.3s linear;
	 -webkit-transition:all 0.3s linear;
	 border-radius:10px; 
}
	 
#wrapper .MainContent a.MainBanner {
	 transition:all 0.3s linear;
	 -webkit-transition:all 0.3s linear;	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	border-radius:10px;
}
#wrapper .MainContent a.MainBanner img {
	border-radius:10px;
}

#wrapper .MainContent #Content h1,#wrapper .MainContent #Content h2 {
}
#wrapper .MainContent #Content p {
}
#wrapper .MainContent #Content p a {
	color:#0099FB;

}

/*ナヴィゲーション*/
#PagiNation {
}
#PagiNation div {
}
#PagiNation div > span {
}

#PagiNation .prev {
}
#PagiNation .next {
}


#wrapper #side {
	 background:#FFFFFF;
	 box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	 transition:all 0.3s linear;
	 -webkit-transition:all 0.3s linear;
	border-radius:10px;
}
#wrapper #side .SideInnner{
	border:1px solid #EDEDED;
	border-radius:10px;
}


#wrapper #side aside {
}
#wrapper #side .widget-area {
}
#wrapper #side .widget-area .SideTitle {
	margin-left:-6px;
	border-left:3px solid #1687cd;
	border-bottom:1px dotted #D8D8D8;
}
#wrapper #side .widget-area .SideTitle + ul {	
}
#wrapper #side .widget-area .SideTitle + ul li {
}
#wrapper #side .widget-area .SideTitle + ul li a {
	color:#333;
}
#wrapper #side .widget-area .SideTitle + ul li a:hover {
	color:#333;
}



/*ページトップ*/

#page-top {
}
#page-top a {
    background:#1687cd;
	border:2px solid #FFFFFF;
	box-shadow:0px 0px 5px rgba(111,111,111,0.5);
	text-decoration: none;
    color: #FFFFFF;
}

/*フッター*/


#footer {
	background:#1687cd;
	color:#ddf2ff;
}
#footer footer {
}
#footer footer a {
	color:#FFF6BA;
}
div.Premium div:first-child h2 {

}
div.Premium div h2 {
	padding-top:10px;
}