@charset "utf-8";

/*大枠ブロックの定義*/
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "Arimo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	/*text-align:center;*/
	line-height: 1.35;
}


html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/*
#wrapper {
	width: 1024px;
	height: 648px;
	margin-left: -512px;
	margin-top: -324px;
	position: absolute;
	top: 50%;
	left: 50%;
}
*/

#wrapper {
	width: 1024px;
	height: 648px;
	margin-left: -512px;
	margin-top: -324px;
	position: absolute;
	top: 50%;
	left: 50%;
	/*border: #ff0000 solid 1px;チェック用CSS*/	
}


header, #main, footer {
	width: 1000px;
	margin: 0 auto;
}

header.entry-header {
	width: 100%;
}

header {
	margin-top: 5px;
	padding: 0;
	text-align: left;
}

#main {
	height: 500px;
	position: relative;
	/*border: #00ff00 solid 1px;チェック用CSS*/
}

footer {
	padding: 0;
	/*background-color: #cecec8;*/
	text-align: left;
	clear: both;
	/*border: #0000ff solid 1px;チェック用CSS*/
	font-size: 75%;
}



/*
header hgroup h1 {
	background-image:url('../images/common/logo.png');
	background-repeat:no-repeat;
	width:250px;
	height: 56px;
	text-indent : -999em; 
	letter-spacing : -1000em;
	margin:0;
	padding:0;
	float:left;
}*/

header hgroup {
	margin: 0;
	padding: 0;
	height: 40px;
	position:relative;
}

header hgroup h1#site-title {
	margin:0;
	padding:0;
	font-size: 300%;
	font-weight: 300;
	/*float:left;*/
}

header hgroup h1#site-title span {
	/*height: 50px;
	display: table-cell;
	text-align:right;
	vertical-align:bottom;*/
	position:absolute;
	bottom: -20px;
	left: 0;
}

header hgroup h1#site-title span a {
	display: block;
	/*width:250px;
	height:56px;
	display: table-cell;
	vertical-align:bottom;*/
	font-size: 100%;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

header hgroup h1#site-title span a:hover {
	color: #666;
	background:none;
}

header hgroup h2 {
	
	float:right;
	margin:0;
	padding:0;
	font-size: 110%;
	/*text-shadow: 5px 5px 5px rgba(255,255,255,0.6), 3px 3px 3px rgba(255,255,255,1);*/
	behavior: url(/wp-content/themes/uthena-gaku/css/PIE.htc);
}

header hgroup h2 span {
	/*height: 50px;
	display: table-cell;
	text-align:right;
	vertical-align:bottom;*/
	position:absolute;
	bottom: -10px;
	right: 0;
}



#introCont{
margin:0 auto;
z-index:6;
}
#introCont section {
position:absolute;
	width: 512px;
	height: 324px;
	margin-left: -256px;
	margin-top: -162px;
left:50%;
top:50%;
display:block;
background-color: #fff;
/*text-align:center;*/
/*line-height: 90px;*/
z-index:6;


	border: #fff solid 1px;

	border-radius: 12px 12px 12px 12px;/*CSS3*/
	-moz-border-radius: 12px 12px 12px 12px;/*Firefox*/
	-webkit-border-radius: 12px 12px 12px 12px;/*Safari Google Chrome*/


}

#introCont h1 {
	margin: 40px 0 27px 0;
	padding: 0;
	font-size: 120%;
	color: #000;
	text-align: center;
}


#introCont section p {
	margin: 20px;
	color: #646464;
	font-size: 100%;
	line-height: 1.4;
}



#introCont ul {
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}


#introCont ul li {
	/*display: inline-block;*/
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	left: -50%;
	float: left;

	font-family: 'Arimo', sans-serif;
	font-size: 100%;
	color: #000;
	
}

#introCont ul li a {
	width: 150px;
	height: 50px;
	color: #333;
	
	display: block;
	/*vertical-align: middle;*/
	line-height: 50px;
	text-align: center;
	text-decoration: none;

	background: #c0c0c0;

	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #e5e5e5 #ccc;
	border-bottom: none;

	border-radius: 6px 6px 6px 6px;/*CSS3*/
	-moz-border-radius: 6px 6px 6px 6px;/*Firefox*/
	-webkit-border-radius: 6px 6px 6px 6px;/*Safari Google Chrome*/


	/*text-shadow: 0px -1px 1px rgba(0,0,0,0.5);*/
}


#introCont ul li a:hover, 
#introCont ul li a:active, 
#introCont ul li a:focus {
	color: #fff;	

	background: #222222;
}


aside nav#navSidebar {
	
	margin: 10px 20px 10px 0;
	padding: 0 0 10px 10px;
	font-size: 87.5%;
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e5e5e5));
	background: -moz-linear-gradient(top, #eee, #e5e5e5);
	background: -o-linear-gradienttop, #eee, #e5e5e5);
	background: linear-gradient(top, #eee, #e5e5e5);*/
	background: #e5e5e5;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #e5e5e5 #ccc;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;	
	behavior: url(/wp-content/themes/uthena-gaku/css/PIE.htc);
}




aside nav#navSidebar ul.sub-menu {
	padding-left: 2em;
}


aside nav#navSidebar ul li a {
	width: 12em;
	margin-bottom: 1px;
	padding: .4em 1em .4em 2em;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	/*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
	background-color: #222;
	/*background-image: -webkit-gradient(linear, left top, right bottom, from(#555), to(#222));
	background-image: -webkit-linear-gradient(left, #555, #222);
	background-image: -moz-linear-gradient(left, #555, #222);
	background-image: -ms-linear-gradient(left, #555, #222);
	background-image: -o-linear-gradient(left, #555, #222);
	background-image: linear-gradient(to right, #555, #222);*/
}
	
aside nav#navSidebar ul li a{
	padding-left: 1em;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
	
aside nav#navSidebar ul li a:hover{
	color: #444;
	background: #fff;
}
	
aside nav#navSidebar ul li a::after,
aside nav#navSidebar ul li a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1em;   
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	border-left: 1em solid;
	right: -1em;
}


aside nav#navSidebar ul li a{
	border-right: solid #222 1px;
}
	
aside nav#navSidebar ul li a::after{ 
	z-index: 2;
	border-left-color: #222;  
}
	
aside nav#navSidebar ul li a::before{
	border-left-color: #ccc;  
	right: -1.1em;
	z-index: 1; 
}
	
aside nav#navSidebar ul li a:hover::after{
	border-left-color: #fff;
}
	
aside nav#navSidebar ul li .current,
aside nav#navSidebar ul li .current:hover{
	font-weight: bold;
	background: none;
}
	
aside nav#navSidebar ul li .current::after,
aside nav#navSidebar ul li .current::before{
	content: normal;  
}


aside nav#navSidebar ul.sub-menu li a {
		width: 10em; 

}

aside nav#navSidebar ul.sub-menu li.current-menu-item a {
	color: #444;
	background: #fff;
}        
aside nav#navSidebar ul.sub-menu li.current-menu-item a::after{
	border-left-color: #fff;
}

aside nav#navSidebar ul li.current-menu-item a {
	color: #444;
	background: #fff;
}        
aside nav#navSidebar ul li.current-menu-item a::after{
	border-left-color: #fff;
}


header.page-header {
	margin-bottom: 10px;
}


