@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	Version: 3.8
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    height:299px;
	background:#fff url(image/header-back.jpg) repeat-x;
	line-height:160%;
	color:#666;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	padding:0 10px;
	font-size:12px;
	color:#fff;
	}
	
h1 a{
	color:#fff;
	}

h2 {
	padding:5px 0 3px 8px;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #555;
	border-left:6px solid #555;
	clear:both;
	margin-bottom:10px;
	}

h3 {
	font-size:140%;
	width:580px;
	height:42px;
	line-height:42px;
	text-indent:32px;
	font-weight:bold;
	color:#006633;
	background:url(image/h3.jpg) no-repeat;
	margin-bottom:10px;
	clear:both;
	}

h3 a{
	color:#006633;
	}
	
h4 {
	font-size:130%;
	height:30px;
	line-height:30px;
	text-indent:20px;
	font-weight:bold;
	color:#99CC99;
	background:url(image/h4.jpg) no-repeat;
	margin-bottom:5px;
	clear:both;
	}

h4 a{
	color:#99CC99;
	}
	
h5 {
	font-size:120%;
	height:20px;
	line-height:20px;
	text-indent:20px;
	font-weight:bold;
	color:#99CC99;
	background:url(image/h5.jpg) no-repeat;
	margin-bottom:5px;
	}

h5 a{
	color:#99CC99;
	}

h6 {
    font-size:110%;
	font-weight:bold;
	margin-bottom:10px;
	color:#99CC99;
	}

h7 {
	font-size:140%;
	width:580px;
	height:42px;
	line-height:42px;
	text-indent:32px;
	font-weight:bold;
	color:#006633;
	background:url(image/h3.jpg) no-repeat;
	margin-bottom:10px;
	clear:both;
	}

h7 a{
	color:#006633;
	}

	
/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#container:after,
div#wrapper:after,
div#content:after,
div#sidebar :after,
div.box :after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.box { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#container,
* html div#wrapper,
* html div#content,
* html div#sidebar,
* html div.box  { height: 1% }
.clearfix,
div#container,
div#wrapper,
div#content,
div#sidebar,
div.box  {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://www.yoikosi.com/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/

* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }




/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container-back {
    width:810px;
	background:url(image/content-back.png) repeat-y;
	margin:0 auto;
	}
	
div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:0 10px 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:580px;
       _width:600px;
       _float:right;
       _position:relative;
       _left:20px;
	}
div#content2 {
	width:700px;
        padding:0 15px;
	}
div#content2 h3 {
	font-size:140%;
	width:750px;
	height:42px;
	line-height:42px;
	text-indent:37px;
	font-weight:bold;
	color:#E25372;
	background:url(image/h3_s.jpg) no-repeat;
	margin-bottom:10px;
	clear:both;
	}
div#content2 h5 {
	font-size:120%;
	height:20px;
	line-height:20px;
	text-indent:20px;
	font-weight:bold;
	color:#FCC2CE;
	background:url(image/h5_s.jpg) no-repeat;
	margin-bottom:5px;
	}

div#content2 h5 a{
	color:#FF6699;
	}
	
div.main {
	clear:both;
       _width:600px;
       _float:right;

	}

div.main p{
	padding-bottom:10px;
	}

/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:810px;
	height:149px;
	position:relative;
	text-align:left;
	background:url(image/header.jpg) no-repeat;
	margin:0 auto;
	}
div#header2 {
	width:810px;
	height:149px;
	position:relative;
	text-align:left;
	background:url(image/header2.jpg) no-repeat;
	margin:0 auto;
	}
	
/* footer
==========================================================*/
div#footer-back {
    width:100%;
	background:url(image/footer-back.jpg) repeat-x;
	background-position:bottom;
	}
	
div#footer {
	width:810px;
	height:81px;
	color:#FF6699;
	clear:both;
	text-align:center;
	background:url(image/footer.jpg) no-repeat;
	margin:0 auto;
	position:relative;
	}
	
div#footer p{
	width:810px;
	position:absolute;
	top:35px;
	left:0px;
	height: 18px;
	}	
	
div#footer ul{
	width:810px;
	position:absolute;
	top:55px;
	left:0px;
	}
	
div#footer ul li{
	display:inline;
	}

div#footer ul li a{
	color:#FF6699;
	}
	
/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar                { width:200px;clear:left;}
body#layout-left #sidebar  { float:left; }	
body#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:10px;
	text-align:left;
	}

div.side-form p{
    margin-left:5px;
	font-size:10px;
    margin-bottom:5px;
	overflow:hidden;
	}
div.side-form p.margin-l10 {
    margin-left:10px;
	}

div.side-form p a:hover{
    text-decoration:none;
	}
	
div#menu-title {
    width:195px;
	height:28px;
	text-indent:-9999px;
    background:url(image/side-title-01.jpg) no-repeat;
	}

div#info-title {
    margin-bottom:5px;
    width:195px;
	height:24px;
	text-indent:-9999px;
	background:url(image/side-title-02.jpg) no-repeat;
	}
		
div.side-form ul,
div.side-form ul li ul{
	padding:0px;
	}
	
div.side-form li,
div.side-form ul li ul li{
    width:195px;
	height:42px;
	line-height:42px;
	text-indent:30px;
    padding:0px;
	list-style:none;
	font-weight:bold;
	background:url(image/side-menu.jpg) no-repeat;
	}

div.side-form li a,
div.side-form ul li ul li a{
    width:195px;
	height:42px;
	display:block;
	overflow:hidden;
	}

div.side-form li a:hover,
div.side-form ul li ul li a:hover{
	text-decoration:none;
	background:url(image/side-menu-over.jpg) no-repeat;
	}

p#info-text {
    padding-left:10px;
	padding-bottom:5px;
	border-bottom:1px solid #FF6699;
	}
	
/* entry
==========================================================*/
div.entry-body{
	padding:0 0 20px 0;
	}
	
div.entry-body p{
	padding-bottom:10px;
	}
	
div.entry-body ul{
    line-height:160%;
	padding-bottom:10px;
	}

div.entry-body table{
	padding-bottom:10px;
	line-height:160%;
	}

div.entry-body dl{
	padding-bottom:10px;
	}

div.entry-body table td{
    padding:3px 0;
	}
		
div.entry-more{
	padding-top:10px;
	text-align:right;
	}

	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 5px 10px 5px;
	}
	
.img-right {
	float:right;
	margin:0 5px 10px 5px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.font-b {
    font-weight:bold;
	}

.margin-l10 {
    margin-left:10px;
	}

.margin-b10 {
    margin-bottom:10px;
	}

.margin-b20 {
    margin-bottom:20px;
	}

.margin-0 {
    margin:0;
	}

.padding-l10 {
    padding-left:10px;
	}
	
.text-right {
    text-align:right;
	}

.text-center {
    text-align:center;
	}
		
div.box {
    margin-bottom:20px;
	padding:0 10px;
	clear:both;
	}
				
div.box-l {
    float:left;
	width:330px;
	}
				
div.box-r {
    float:right;
	width:200px;
	}
				
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}

.sitemap ul {line-height: 1.6em;}

.sitemap ul li {
	list-style:none;
	background-image: url(img/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(img/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}

.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(img/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}

.sitemap ul li ul li.up  {background-image: url(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* banner
==========================================================*/
.banner01 {
    width:252px;
	height:75px;
	text-indent:-9999px;
	background:url(http://www.yoikosi.com/image/banner/banner01.jpg) no-repeat;
	}

	
.banner01 a{
    width:252px;
	height:75px;
	display:block;
	overflow:hidden;
	}
	
.banner01 a:hover{background:url(image/banner/banner01-r.jpg) no-repeat;}
	
.banner02 {
    width:252px;
	height:75px;
	text-indent:-9999px;
	background:url(http://www.yoikosi.com/image/banner/banner02.jpg) no-repeat;
	}
	
.banner02 a{
    width:252px;
	height:75px;
	display:block;
	overflow:hidden;
	}
	
.banner02 a:hover{background:url(image/banner/banner02-r.jpg) no-repeat;}

.banner03 {
    width:252px;
	height:75px;
	text-indent:-9999px;
	background:url(image/banner/banner03.jpg) no-repeat;
	}
	
.banner03 a{
    width:252px;
	height:75px;
	display:block;
	overflow:hidden;
	}
	
.banner03 a:hover{background:url(image/banner/banner03-r.jpg) no-repeat;}
	
.banner04 {
    width:252px;
	height:75px;
	text-indent:-9999px;
	background:url(image/banner/banner04.jpg) no-repeat;
	}
	
.banner04 a{
    width:252px;
	height:75px;
	display:block;
	overflow:hidden;
	}
	
.banner04 a:hover{background:url(image/banner/banner04-r.jpg) no-repeat;}
	
.banner05 {
    width:252px;
	height:75px;
	text-indent:-9999px;
	background:url(image/banner/banner05.jpg) no-repeat;
	}
	
.banner05 a{
    width:252px;
	height:75px;
	display:block;
	overflow:hidden;
	}
	
.banner05 a:hover{background:url(image/banner/banner05-r.jpg) no-repeat;}
	
.banner06 {
    width:252px;
	height:75px;
	text-indent:-9999px;
	background:url(image/banner/banner06.jpg) no-repeat;
	}
	
.banner06 a{
    width:252px;
	height:75px;
	display:block;
	overflow:hidden;
	}
	
.banner06 a:hover{background:url(image/banner/banner06-r.jpg) no-repeat;}
	

.banner_1 {
    width:185px;
	height:64px;
	text-indent:-9999px;
	background:url(image/gakuin01/gakuin_1.jpg) no-repeat;
	}
	
.banner_1 a{
    width:185px;
	height:64px;
	display:block;
	overflow:hidden;
	}
	
.banner_1 a:hover{background:url(image/gakuin01/gakuin_1_a.jpg) no-repeat;}

.banner_2 {
    width:185px;
	height:64px;
	text-indent:-9999px;
	background:url(image/gakuin01/gakuin_2.jpg) no-repeat;
	}
	
.banner_2 a{
    width:185px;
	height:64px;
	display:block;
	overflow:hidden;
	}
	
.banner_2 a:hover{background:url(image/gakuin01/gakuin_2_a.jpg) no-repeat;}

.banner_3 {
    width:185px;
	height:64px;
	text-indent:-9999px;
	background:url(image/gakuin01/gakuin_3.jpg) no-repeat;
	}
	
.banner_3 a{
    width:185px;
	height:64px;
	display:block;
	overflow:hidden;
	}
	
.banner_3 a:hover{background:url(image/gakuin01/gakuin_3_a.jpg) no-repeat;}

.banner_4 {
    width:185px;
	height:64px;
	text-indent:-9999px;
	background:url(image/gakuin01/gakuin_4.jpg) no-repeat;
	}
	
.banner_4 a{
    width:185px;
	height:64px;
	display:block;
	overflow:hidden;
	}
	


.banner_5 {
    width:185px;
	height:64px;
	text-indent:-9999px;
	background:url(image/gakuin01/gakuin_5.jpg) no-repeat;
	}
	
.banner_5 a{
    width:185px;
	height:64px;
	display:block;
	overflow:hidden;
	}
	

	
/* top
==========================================================*/
div.news-box {
    padding-bottom:20px;
	}
	
div.news-box-inner ul {
	list-style-type:none;
	width:560px;
	}

div.news-box-inner li {
	color:#666666;
	line-height:150%;
	display:block;
	background:transparent;
	color:inherit;
	padding:3px 0 3px 20px;
	width:100%;
	}

table#staff-table td {
    padding-bottom:20px;
	}

table#staff-table td#padding-b0 {
    padding-bottom:0;
	}
	
/* category
==========================================================*/
.box-voice {
    margin-bottom:10px;
    background-color:#ffefff;
    padding: 10px 10px 5px 10px; 
	}
	
div.entry-body table.table01 {
    border-collapse:collapse;
	margin-bottom:10px;
	}
	
div.entry-body table.table01 td{
    border:1px solid #CCC;
	padding:5px;
	}

.dl01 {
   width:176px;
   float:left;
   margin-right:10px;
   }

.table2 {
	background-color: #FFCCFF;
}

.table3 {
	padding:10px;
}

#table td{
padding:10px;
}
.border0
{
}
.border0 a
{
border:none;
}
.border0 a:hover
{
border:none;
}