@charset "utf-8";
/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link, :visited {
	text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr, acronym {
	border: 0;
}
/* strict reset by uncommenting lines below */
address, caption, cite, code, dfn, em, strong, b, u, s, i, th, var {
/* font-style: normal; */
    /* font-weight: normal; */
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
a {
	text-decoration: underline;
	outline: none;
}
hr {
	border: 0;
	height: 1px;
	background-color: #000;
	color: #000;
}
a img, :link img, :visited img, :hover img {
	border: none;
}
address {
	font-style: normal;
	display: inline;
}
/* Utilities ----------------------------------------------------------------- */

body {
	font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #CEDDBB;
}
a {
	color: #962223;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#container-inner {
	width: 100%;
}
#content {
	background-color: #FFFFFF;
	width: 100%;
}
#content-inner {
	padding: 0 25px;
}
.clear {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	width: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/* Header ----------------------------------------------------------------- */

#header {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/back.png) no-repeat center top;
	width: 1000px;
}
#header-inner {
	padding: 15px 5px 0 5px;
}
#header-inner h1 {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/logo.png) no-repeat left top;
	height: 75px;
	width: 300px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}
#header-inner h1 a {
	height: 75px;
	width: 300px;
	display: block;
}
#header-inner h1 a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#header-inner p {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/free-dial.png) no-repeat left top;
	height: 45px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #DE2F21;
	padding-top: 30px;
	padding-left: 75px;
	float: right;
}
#main-image {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/lohas.png) no-repeat center top #ffffff;
	height: 285px;
	width: 940px;
	padding: 0 30px 15px 30px;
}
#main-image p {
	text-decoration: none;
	text-indent: -9999px;
}
#main-image p a {
	height: 195px;
	width: 940px;
	display: block;
}
#main-image p a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/lohas-over.png) no-repeat center top;
}
#main-image ul {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/student.png) no-repeat center top;
	height: 55px;
	width: 910px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}
#main-image li {
	height: 50px;
	width: 280px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}
#main-image .starter {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/starter.png) no-repeat center top;
	margin-right: 35px;
}
#main-image .starter a {
	height: 50px;
	width: 280px;
	display: block;
}
#main-image .starter a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/starter-over.png) no-repeat center top;
}
#main-image .class {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/class.png) no-repeat center top;
	margin-right: 35px;
}
#main-image .class a {
	height: 50px;
	width: 280px;
	display: block;
}
#main-image .class a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/class-over.png) no-repeat center top;
}
#main-image .mail {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/mail.png) no-repeat center top;
}
#main-image .mail a {
	height: 50px;
	width: 280px;
	display: block;
}
#main-image .mail a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/header/mail-over.png) no-repeat center top;
}
#main-image .clear {
    width: 0.1px;
	height: 0.1px;
}
/* Public Relations ------------------------------------------------------------------ */

#public-relations {
	width: 100%;
}
#public-relations h2 {
	display: none;
}
#public-relations ul {
	float: left;
	padding-left: 5px;
	text-decoration: none;
	text-indent: -9999px;
}
#public-relations li {
	height: 90px;
	width: 510px;
}
#public-relations .life {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/pr/life.png) no-repeat left top #ABCF48;
	margin-bottom: 13px;
}
#public-relations .life a {
	height: 90px;
	width: 510px;
	display: block;
}
#public-relations .life a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#public-relations .original {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/pr/original.png) no-repeat left top #82B8E4;
	margin-bottom: 14px;
}
#public-relations .original a {
	height: 90px;
	width: 510px;
	display: block;
}
#public-relations .original a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#public-relations .health {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/pr/health.png) no-repeat left top #F5B542;
	margin-bottom: 13px;
}
#public-relations .health a {
	height: 90px;
	width: 510px;
	display: block;
}
#public-relations .health a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#public-relations .art {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/pr/art.png) no-repeat left top #BD5B9E;
}
#public-relations .art a {
	height: 90px;
	width: 510px;
	display: block;
}
#public-relations .art a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#public-relations .signal {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/pr/signal.png) no-repeat left top #F19A9E;
	float: left;
	margin-left: 10px;
	text-decoration: none;
	text-indent: -9999px;
}
#public-relations .signal a {
	height: 400px;
	width: 160px;
	display: block;
}
#public-relations .signal a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
/* Course Guide ------------------------------------------------------------------ */


#course-guide {
	width: 100%;
	padding-top: 15px;
}
#course-guide a {
	color: #666666;
}
#course-guide h2 {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/course/header.png) no-repeat left top;
	height: 22px;
	width: 542px;
	padding-left: 140px;
	padding-top: 8px;
	font-weight: bold;
}
#course-guide h2 a {
    text-decoration: underline;
}
#course-guide h2 a:hover {
	text-decoration: none;
}
#course-guide ul {
	padding-top: 15px;
}
#course-guide li {
	height: 100px;
	width: 150px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}
#course-guide .begginer {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/course/beginner.png) no-repeat left top;
}
#course-guide .begginer a {
	height: 100px;
	width: 150px;
	display: block;
}
#course-guide .begginer a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#course-guide .qualification {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/course/qualification.png) no-repeat left top;
	margin-left: 28px;
}
#course-guide .qualification a {
	height: 100px;
	width: 150px;
	display: block;
}
#course-guide .qualification a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#course-guide .short {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/course/short.png) no-repeat left top;
	margin-left: 28px;
}
#course-guide .short a {
	height: 100px;
	width: 150px;
	display: block;
}
#course-guide .short a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#course-guide .special {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/course/special.png) no-repeat left top;
	margin-left: 28px;
}
#course-guide .special a {
	height: 100px;
	width: 150px;
	display: block;
}
#course-guide .special a:hover {
	background: url(http://www.kino-wasou.co.jp/images/portal/all/hover.png) no-repeat left top;
}
#course-guide .clear {
    width: 0.1px;
	height: 0.1px;
}
/* Nav ------------------------------------------------------------------ */


#main-nav {
	clear: both;
	width: 695px;
	float: left;
}
#side-nav {
	width: 250px;
	float: right;
	background: url(http://www.kino-wasou.co.jp/images/portal/side/back.png) repeat-y center top #B6B6B6;
	height: 570px;
}
#side-nav a {
	color: #FFFFFF;
	font-weight: bold;
}
#side-nav h2 {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/header.png) no-repeat left top;
	height: 45px;
	width: 250px;
	text-decoration: none;
	text-indent: -9999px;
}
#side-nav li {
	height: 45px;
	width: 175px;
	padding-top: 30px;
	padding-left: 75px;
}
#side-nav .obimusubi {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/obimusubi.png) no-repeat left top;
}
#side-nav .kimono {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/kimono.png) no-repeat left top;
}
#side-nav .yui {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/yui.png) no-repeat left top;
}
#side-nav .class {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/class.png) no-repeat left top;
}
#side-nav .blog {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/blog.png) no-repeat left top;
}
#side-nav .store {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/store.png) no-repeat left top;
}
#side-nav .community {
	background: url(http://www.kino-wasou.co.jp/images/portal/side/community.png) no-repeat left top;
}
/* Information ------------------------------------------------------------------ */

#information {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/information/back.png) repeat-y center top #C7B299;
	float: left;
	height: 425px;
	width: 510px;
	margin-top: 15px;
}
#information h2 {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/information/header.png) no-repeat center top;
	height: 27px;
	width: 415px;
	padding-top: 13px;
	padding-left: 95px;
	font-weight: bold;
	color: #FFFFFF;
}
#information h2 a {
	color: #ffffff;
	text-decoration: underline;
}
#information h2 a:hover {
	text-decoration: none;
}
#information .list {
	width: 495px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 300px;
}
#information .date {
	float: left;
	height: 63px;
	width: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(http://www.kino-wasou.co.jp/images/portal/index/information/date-back.png) no-repeat left top;
	margin-bottom: 15px;
}
#information .month {
	font-size: 9px;
	padding-top: 10px;
	padding-left: 3px;
	color: #FFFFFF;
	text-align: center;
}
#information .day {
	font-size: 22px;
	text-align: center;
	color: #FFFFFF;
	padding-right: 3px;
}
#information .youbi {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
#information .jp {
	font-size: 6px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#information .title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 15px;
}
#information .title a {
	color: #FFFFFF;
}
/* Video ------------------------------------------------------------------ */

#video {
	float: right;
	height: 425px;
	width: 420px;
	background: url(http://www.kino-wasou.co.jp/images/portal/index/video/back.png) repeat-y right top #5C5A5A;
	margin-top: 15px;
	text-align: center;
}
#video h2 {
	background: url(http://www.kino-wasou.co.jp/images/portal/index/video/header.png) no-repeat center top;
	height: 27px;
	width: 350px;
	padding-top: 13px;
	padding-left: 70px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#video h2 a {
	color: #ffffff;
	text-decoration: underline;
}
#video h2 a:hover {
	text-decoration: none;
}
#video dl {
	text-align: center;
	padding: 20px 10px 0 10px;
	color: #ffffff;
}
/* Footer ------------------------------------------------------------------ */

#footer {
	width: 1000px;
	background: url(http://www.kino-wasou.co.jp/images/portal/footer/back.png) left bottom no-repeat;
	padding-bottom: 25px;
}
#footer a {
	color: #666666;
}
#footer-inner {
	background-color: #ffffff;
	padding: 10px 25px 0 25px;
}
#footer-company {
	float: left;
	width: 300px;
	padding: 10px 0;
}
#footer-lohas {
	float: left;
	width: 300px;
	padding: 10px 0 10px 25px;
}
#footer-contents {
	float: left;
	width: 300px;
	padding: 10px 0 10px 25px;
}
#footer-inner h3 {
	background: url(http://www.kino-wasou.co.jp/images/portal/footer/header.png) left top no-repeat;
	padding-top: 7px;
	height: 28px;
	padding-left: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
#footer-inner li {
	background: url(http://www.kino-wasou.co.jp/images/portal/footer/list.png) left top no-repeat;
	padding-top: 2px;
	height: 18px;
	padding-left: 22px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
