/*
Theme Name: Athlete
Theme URL: http://www.kinami.ac.jp
Description: 
Version: 1.0
Author: Kinami Gakuen
Author URL: http://www.kinami.ac.jp

*/

@charset "utf-8";

body {
	font: 75%/150% "MS UI Gothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒSPro W3", Tahoma, Arial;
	color: #333;
	margin: 0px;
	padding: 0px 0px 30px;
}
a {
	color: #c60;
	text-decoration: none;
}
a:visited {
	color: #c63;
	text-decoration: none;
}
a:hover {
	color: #c60;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin: 0px;
	padding-top: 10px;
	text-indent: -9999px;
}
h1 a {
	margin-left: 400px;
	display: block;
	width: 394px;
	height: 53px;
	background: url(images/header.gif) no-repeat;
	overflow: hidden;
}
.description {
	text-indent: -9999px;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: -1px;
	font: normal 190%/100% "MS UI Gothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒSPro W3", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #f60;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "MS UI Gothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒSPro W3", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
/* page */
#page {
	margin: 0px auto;
	width: 850px;
	border-left: 1px solid #d5e6eb;
	border-right: 1px solid #d5e6eb;
	border-bottom: 1px solid #d5e6eb;
	background: url(images/page.jpg) no-repeat left top;
}
#header {
	height: 220px;
}
#headerimg {
	margin: 0px;
}
/* content */
#content {
	float: left;
	padding: 30px 0px 30px 20px;
	width: 620px;
	overflow: hidden;
}
.post {
	clear: both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float: left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	display: block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 560px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float: left;
	font-size: 95%;
	color: #999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999;
}
.entry {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
/* sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	margin: 0px;
	width: 190px;
	overflow: hidden;
}
#sidebar h2, #sidebar .sidebartitle {
	font: normal 140%/100%  "MS UI Gothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒSPro W3", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #cfe1ac;
}
#sidebar a, #sidebar a:visited {
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover {
	color: #f60;
	text-decoration: none;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#sidebar ul li ul {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li ul li {
	padding: 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
#sidebar ul li ul li ul li {
	padding: 1px 0px 1 px 10px;
	border: none;
}
/* recents widget */
ul.list-recents li {
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/* category widget */
ul.list-cat li, li.widget_categories li {
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/* archives widget */
ul.list-archives li, li.widget_archives li {
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/* footer */
#footer {
	clear: both;
	text-align: center;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 850px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credits a:visited {
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* calendar */
#wp-calendar {
	text-align: center;
	margin: 0 auto;
}
#wp-calendar td {
	padding: 1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}
#wp-calendar caption {
	text-align: center;
	margin: 0 auto 5px;
	font-weight: bold;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}

/* aligments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}