@charset "UTF-8";

a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

html {
	overflow-y: scroll;
	
	height:100%;
}

p {
	margin: 0.5em 0 1.2em;
	color: #fff;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #333;
	background-image: url(../images/bg_grade.png);  
	background-repeat: repeat-x; 
	font-size: 85%;
	line-height: 1.7;
	
	height:100%;
}
.grade {

}

#wrap {
	position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

#container { padding-bottom:44px;  /*フッター固定用*/ }

.home #wrap {
}

#description {
	background-color: #1a1a1a;
}

/*#description h1 {
	color: #ffffff;
	font-size: 75%;
	font-weight: normal;
	padding: 7px 0;
	line-height: 1;
}*/

h1 {
	margin:0;
	padding:0;
}

#site-id a {
	color: #1a1a1a;
	font-size: x-large;
}

#utility-nav ul {
	margin: 0;
}

#utility-nav li {
	float: left;
	padding-right: 10px;
}

#utility-nav li a {
	color: #fff;
	font-size: 100%;
	line-height: 1;
	padding-left: 15px;
}

#utility-nav li a:hover {
	color: #ccc;
	background-position: 0px;
}


.screen-reader-text {
	display: none;
}


.widget_search {
	width: 250px;
}
/*
#searchform {
	font-size: 0;
	width: 230px;
	position: relative;
	padding-left:10px;
}
*/
#s {
	font-size: small;

	width: 120px;
	height: 20px;
	border: none;
	padding: 0 0 0 30px;
}

#searchsubmit {
    background: url(../images/btn_search.png) no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 21px;
	/*
    position: absolute;

	right: 10px;
	*/
    width: 80px;
	text-indent: -9999px;
}

#searchsubmit:hover {
	background-position: left bottom;
}


#branding {
	text-align: center;
}


#contents {
	clear: both;
}

#back_to_top {
	margin-top: 50px;
	text-align: right;
}

#back_to_top a {
	position: relative;
	right: -9px;
}


#footer-container {
	clear:both;
	background: url(../images/bg_footer-container.png) repeat-x bottom left;
	
	height:44px; /*フッター固定用*/
    position:absolute; /*フッター固定用*/
    bottom:0; /*フッター固定用*/
	width:100%; /*フッター固定用*/
	text-align:center; /*フッター固定用*/
}

#footer {
	background: url(../images/bg_footer-container.png) repeat-x bottom left;
}

#footer-nav ul {
	margin: 0;
	
}

#footer-nav li {
	float: left;
	padding-right: 10px;

}

#footer-nav li a {
	color: #666666;
	font-size: 100%;
	line-height: 1;
	padding-left: 15px;
}

#footer-nav li a:hover {
	color: #000;
	background-position: 0px;
}


#copyright {
	color: #333333;
	text-align: right;
	font-size: 70%;
}
#copyright a {
	color: #666666;
}

.link-text {
	display: block;
	text-align: right;
	margin-top: 15px;
	line-height: 1;
}

.link-text a:before {
	content: '> ';
}

/* ================================================================================
	#page-nav
================================================================================ */
.page-nav {
	text-align: center;
}
.page-nav li {
	display: inline;
	list-style: none outside none;
}
.page-nav li a {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li a:hover {
	border: 1px solid rgb(230,230,230);
}
.page-nav li a:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

.page-nav li.current span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
	background: rgb(248,248,248);
	border: 1px solid rgb(230,230,230);
	color: rgb(180,180,180);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li.page_nums span {
	background: rgb(102,102,102);
	border: 1px solid rgb(51,51,51);
	color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}



.pages-link {
	text-align: center;
}
.pages-link a span {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	font-weight: normal;
}
.pages-link span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}
.pages-link a:hover span {
	border: 1px solid rgb(230,230,230);
}
.pages-link a:active span {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

/* WordPress default styles */

/* Alignment */
.alignleft {
	float: left;
	margin-right: 1.6em;
}
.alignright {
	float: right;
	margin-left: 1.6em;
}
.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top:5px;
	margin-bottom:10px;
}
ul.alignleft {
	margin-left:1em;
}

/* Images Style for Twenty Ten */
.entry-content img,
.comment-content img,
.widget img {
	margin-bottom:10px;
}

img[class*="align"],
img[class*="wp-image-"] {
}
img.size-full {
}
.entry-content img.wp-smiley {
}
img.alignleft,
img.alignright,
img.aligncenter {
}
p img,
.wp-caption {
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption .wp-caption-text,
.gallery-caption {
}
.wp-caption .wp-caption-text {
}
.wp-caption .wp-caption-text:before {
}
