/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 3.0.11
*/

/*
 * File      : style.css
 * Version   : 3.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *           : 2.01 2009.07.07 fix bug(for float image).
 *           : 3.00 2010.12.07 for WordPress 3.
 *           : 3.0.11 2011.03.10 change get_settings to get_option.
 *
 * Copyright (C) 2005-2011 www.koikikukan.com All rights reserved.
 */

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* all */
* {
    margin: 0;
    padding: 0;
/*
    font-family: Verdana, Arial, sans-serif;
*/
}
body {
    font:13px Osaka,"ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
    background: #36414d; /* for custom background */
    -webkit-text-size-adjust: none;
}
table {
    font-size:inherit;
    font:100%;
}
/*
html>body {
    font-size: 11pt;
}
*/

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

/* banner title */
#header {
    border-bottom: 1px solid #669;
 background: #000;
text-align: left;
    background-image: url("http://eikaiwa.eq-g.com/image/title_back960.png");
    background-position: left top;
    background-repeat: no-repeat;
width: 960px;　
height: 100px;　
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 22px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* description of blog */
.blog-description {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
}

/* article */
.blog {
    padding: 5px 15px;
}

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 85%;
    font-weight: bold;
    line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #708090;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 3px 5px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 93%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

.entry-body {
    font-size: 110%;
}
.entry-body p img {
    padding: 0;
    max-width: 100%;
}
.entry-body img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-body img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.entry-body img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.entry-body .alignright {
    float: right;
}
.entry-body .alignleft {
    float: left;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 93%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 93%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 93%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 10px 0 0;
/*
    padding-left: 25px;
*/
    padding: 5px 0px 5px 25px;
    font-size: 108%;
    font-weight: bold;
    background: #FFFFE0;
    border: 1px solid #666;
    background-image: url( http://eikaiwa.eq-g.com/image/pin_orange.gif );
    background-repeat: no-repeat;
    background-position: 3px center;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 93%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 5px;
    text-align: center;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.crumbs {
    border-bottom: 1px solid #bfbfbf;
    
/*
    margin: 6px 5px 10px;
    padding-left: 10px;
*/
  
    font-size: 100%;
}


/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin-top: 3px;
    margin-bottom: 5px;
    padding: 5px;
 border: 1px solid #BFBFBF;
    color: #333;
    background: #ffff99;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    height: 100%; /* for IE6 */
}
html > body #links-left ul li h2,
#links-right ul li h2 {
/*
    padding-bottom: 0;
*/
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 0px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 93%;
    line-height: 1.5;
    padding-top: 2px;
    padding-bottom: 2px;
 border-bottom: 1px dotted #BFBFBF;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #ff6600;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
    width: 960px;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 960px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
.layout-three-column #content { /* for IE6 */
    width: 498px;
    margin-left: 75px;
}
html>body.layout-three-column #content {
    width: 518px;
    margin-left: 220px;
}

.layout-three-column #links-left-box {
    float: left;
    width: 220px;
}
.layout-three-column #links-left-box { /* for IE6 */
    margin-left: -656px;
}
html>body.layout-three-column #links-left-box {
    margin-left: -740px;
}

.layout-three-column #links-right-box {
    float: left;
    width: 220px;
}
.layout-three-column #links-right-box { /* for IE6 */
    margin-left: 2px;
}
html>body.layout-three-column #links-right-box {
    margin-left: 0;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 10px 10px 0 10px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 483px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-right #links-left-box {
    float: left;
    width: 180px;
}
.layout-three-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 15px;
}
.layout-three-column-right #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 738px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 220px;
}
.layout-two-column-right #links-right {
    padding: 10px 10px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #content { /* for IE6 */
    margin-left: 92px;
}
html>body.layout-two-column-left #content {
    margin-left: 185px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left-box { /* for IE6 */
    margin-left: -663px;
}
html>body.layout-two-column-left #links-left-box {
    margin-left: -665px;
}

.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 10px;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 0px 15px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 10px 15px 0;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
    color: #ffffff;
    background: #ff6600;
    text-align: center;
    line-height: 1.3;
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 960px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 960px;
}
.layout-one-column #footer {
    width: 478px;
}
#footer a,
#footer a:link,
#footer a:visited {
    color: #fff;
    background: transparent;
}
#footer a:hover {
    color: #7FFFD4;
}


/* フッタ2 */
.layout-one-column #footer2,
.layout-three-column #footer2,
.layout-three-column-right #footer2,
.layout-two-column-left #footer2,
.layout-two-column-right #footer2,
.layout-one-column-liquid #footer2 {
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
    color: #000000;
    background: #ffffff;
    font-size: 105%;
    line-height: 1.5;
    text-align: left;
}
#footer2 a,
#footer2 a:link,
#footer2 a:visited {
    color: #069;
    background: transparent;
}
#footer2 a:hover {
    color: #069;
}

.layout-three-column #footer2,
.layout-three-column-right #footer2,
.layout-two-column-left #footer2,
.layout-two-column-right #footer2 ,
.layout-one-column #footer2 {
    width: 960px;
}

div.fdiv3{
float:left;
text-align: left;
width:320px;
}

#footer ul {
    color: #7FFFD4;
}

#footer ul li {
    list-style: none;
    margin: 0 0 5px 0;
}

#footer li li {
/*
    background: url(images/lmark.gif) no-repeat 0 0.5em;
*/
    padding-left: 12px;
    margin: 0;
}

.footermenu {
    /*
    padding-left: 20px;
    margin: 10px 0 0;
    */
    margin-bottom: 5px;
    font-size: 108%;
    color: #eee;
    font-weight: bold;
    border-bottom: 1px solid #669;
    background-repeat: no-repeat;
    background-position: left center;
}
.footerinfo {
/*
  padding: 5px;
*/
    background-color : #FFA500;
    color: #444444;
    border: 1px solid #669;

}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*テーブル　*/
table.eng {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}
table.eng th,
table.eng td {
  border: solid 1px #999;
  padding: 2px 2px;
}

div.scroll{
overflow: auto; height: 200px;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
}


/* ヘッダー広告*/
div.ad {
    position: relative;
    margin: 0;
    font-size: 12px;
    _font-size: 11px;
}
div.ad p {
    position: absolute;
    top: -75px;
    right: 15px;
}
html > body div.ad p {
    top: -75px;
    right: 5px;
}

/* Pickupメニュー */
.pickup {
    margin: 5px 5px 0px;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 11px;
    line-height: 150%;
}
.pickup2 {
    margin: 5px 5px 0px;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 11px;
    line-height: 150%;
    border: 1px solid #666666;
}
.pickup3 {
    margin: 5px 5px 0px;
    padding: 5px;
    background-color : #FFFFE0;
    color: #444444;
    font-size: 12px;
    _font-size: 11px;
    line-height: 150%;
    border: 3px double #ff6600;
}

/* パンくずリスト */
.topicpath2{
    font-size: 12px;
    _font-size: 11px;
    padding: 10px 10px 0;
} 

/* navi*/
/*
#navi {
    border-bottom: 1px solid #669;
    background: #eee;
    height: 20px;
    font-size: 93%;
}
#navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navi ul li {
    float:left;
    border-right:1px solid #669;
    width: 95px;
  list-style-type: none;
}
#navi ul li a {
    padding: 0px 5px;
    display: block;
    color: #222;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.3;
    text-decoration: none;
}
#navi ul li a:link,
#navi ul li a:visited {
    background: #eee;
}
#navi ul li a:hover {
    color: #fff;
    background: #000;
}
*/

/*navi2*/
#navi {
width:960px;
padding:0;
margin:0;
}
#navi li {
width:120px;
float:left;
padding:0;
margin:0;
       list-style-type: none;
       text-align:center;
    border-bottom: 1px solid #669;
}
#navi li a {
width:auto;
color:#444;
      font-size:100%;
      font-weight:bold;
padding:8px 0;
        text-decoration:none;
display:block;
background:#eee;
  border-left:1px solid #222;
}
#navi li:first-child a{
  border-left:0px;
                                }
#navi ul li a:link,
#navi ul li a:visited {
background:#eee;
color:#000;
}
#navi li a:hover {
    color: #fff;
    background: #FF8C00;
}

/* タイトルバナー下の説明 */
#header_top {
    padding: 3px 10px 3px 10px;
    color: #fff;
    background: #000;
    text-align: left;
    font-size: 6px;
}

#header_top a,
#header_top a:link,
#header_top a:visited {
    color: #fff;
    background: transparent;
    font-size: 12px;
    text-decoration: none;
}
#header_top a:hover {}
#header_top a:active {}

h3 {
	padding: 0.2em 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 5px solid #000000;
	border-bottom: 1px dotted #000000;
    font-size: 12px;
    font-weight: bold;
}


h4 {
	padding: 0.2em 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 5px solid #000000;
	border-bottom: 1px dotted #000000;
    font-size: 12px;
    font-weight: bold;
}
div.review_content {
         font-family:"Verdana", "Osaka";
         color: #333333;
         font-weight: normal;
         font-size: 100%;
         line-height: 1.4em;
         background-color: #fafaf6;
         margin: 10px 0px;
         padding: 5px;
         border: 1px solid #BFBFBF;
}

div.review_name {
         font-family:"Verdana", "Osaka";
         color: #333333;
         font-weight: bold;
         font-size: 10pt;
         border-bottom: 1px solid #BFBFBF;
}

div.banner_container {
         background-color: #fafaf6;
         margin: 0 0 5px 0;
         padding: 0px;
}
div.banner_image {
         font-family:"Verdana", "Osaka";
         color: #333333;
text-align: center;
         border: 1px solid #BFBFBF;
         background-color: #fafaf6;
         margin: 0px;
         padding: 0px;
}
div.banner_image img{
vertical-align: text-bottom;
}

div.banner_school {
         font-family:"Verdana", "Osaka";
         color: #333333;
         font-weight: normal;
         font-size: 9pt;
         line-height: 1.4em;
text-align: center;
         border-bottom: 1px solid #BFBFBF;
         border-left: 1px solid #BFBFBF;
         border-right: 1px solid #BFBFBF;
         background-color: #fafaf6;
}

tr.even {
        background: #eeeeee;
}
tr.odd {
}

td.hyoudai1 {
    color: #000;
    background: #dddddd;
}

div.chara{
padding:0 0 0 18px;
    list-style-type: none;
background:url(http://eikaiwa.eq-g.com/image/yajirushi-migi.gif) no-repeat center left;
}

/* テーブル　*/

.td1{
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	color:#444;
	text-align:center;
	}

.td_c{
	padding: 2px 3px 2px 3px;
	color:#444;
	text-align:center;
}

td.td_l{
	color:#444;
	text-align:left;
	padding: 2px 3px 2px 3px;
}

td.td_r{
	color:#444;
	text-align:right;
	padding: 2px 5px 2px 3px;
}

table.eng td.td_l{
	color:#444;
	text-align:left;
	padding-left: 5px;
}

table.eng td.td_r{
	color:#444;
	text-align:right;
	padding: 2px 5px 2px 3px;
}

.td_l240{
        background-color:#407fb0;
	padding: 2px 3px 5px 10px;
	color:#444;
	text-align:left;
}

.th1{
    background-color: #FFFFE0;
    font-weight: bold;
	padding: 3px 10px 3px 10px;
	color:#444;
/*	width: 35px;*/
	text-align:center;
	}

.th80{
    background-color: #dddddd;
    font-weight: bold;
	padding: 3px 10px 3px 10px;
	color:#444;
	width: 80px;
	text-align:center;
	}

.th100{
    /*background-color: #e1f8ff;*/
    background-color: #dddddd;
    font-weight: bold;
	padding: 3px 10px 3px 10px;
	color:#444;
	width: 100px;
	text-align:center;
	}

.th120{
    background-color: #e1f8ff;
    font-weight: bold;
	padding: 3px 10px 3px 10px;
	color:#444;
	width: 120px;
	text-align:center;
}

.th160{
    background-color: #e1f8ff;
    font-weight: bold;
	padding: 3px 10px 3px 10px;
	color:#444;
	width: 160px;
	text-align:center;
	}	

/* div 段組*/
div.box_type {
         background-color: #fafaf6;
         width: 470px;
  border: solid 1px #999;
 margin-right:auto;
 margin-left:auto
}

div.box_type_title {
	text-align:center;
    background-color: #ff8000;
	color:#fff;
    font-weight: bold;
}

div.banner_t_image {
         color: #333333;
         border: 1px solid #BFBFBF;
         height: 60px;
}

div.banner_t_image_half {
         color: #333333;
         border: 1px solid #BFBFBF;
         width:234px;
         height: 60px;
         float: left;
}

div.banner_t_text {
         color: #333333;
         border: 1px solid #BFBFBF;
         width:230px;
        height: 60px;
	padding-left: 2px;
         float: left;
	text-align:left;
        vertical-align:middle;
}

div.banner_t_space {
clear:left;
}


div.bassui_container {
         background-color: #fafaf6;
         margin: 0 0 5px 0;
         padding: 0px;
}
div.bassui_name {
         font-family:"Verdana", "Osaka";
         color: #333333;
text-align: center;
         border: 1px solid #BFBFBF;
         background-color: #F0E68C;
         margin: 0px;
         padding: 0px;
}

div.bassui_sentence {
         font-family:"Verdana", "Osaka";
         color: #333333;
         font-weight: normal;
         font-size: 9pt;
         line-height: 1.4em;
/* text-align: center; */
         border-bottom: 1px solid #BFBFBF;
         border-left: 1px solid #BFBFBF;
         border-right: 1px solid #BFBFBF;
         background-color: #fafaf6;
         padding: 3px;
}


div.txtCenter{
    text-align: center;
    padding-top: 5px ;
}

div.txtRight {
text-align: right;
}

div.ad_2line {
         color: #333333;
         font-weight: normal;
         font-size: 100%;
         line-height: 1.4em;
         background-color: #FFFFE0;
         margin: 10px 0px;
         padding: 5px;
        text-align:center;
 border: 1px solid #BFBFBF;
}

div.ad_info {
         color: #333333;
         font-weight: normal;
         font-size: 100%;
         line-height: 1.4em;
         background-color: #FFFFE0;
         margin: 10px 0px;
         padding: 5px;
        text-align:left;
 border: 1px solid #BFBFBF;
}

div.ad_tieup {
         color: #333333;
         font-weight: normal;
         font-size: 100%;
         line-height: 1.4em;
         background-color: #FFFFE0;
         margin: 10px 0px;
         padding: 5px;
        text-align:left;
 border: 1px solid #BFBFBF;
}


/* google search size adjust */
#cse-search-box {
    width: 200px !important;
}
#cse-search-box input[type="text"] {
    width: 150px;
}

/* headline */
.headline1 {
    background:#eee;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:7px solid #1f1f66;
    border-bottom:1px solid #ccc;
    padding:10px;
}

.headline2 {
       padding: 0.2em 10px;
       margin-bottom: 10px;
       margin-top: 10px;
       border-bottom: 1px solid #696969;
       background: #eee;
       border-left: 5px solid #696969;
       font-size: 108%;
       font-weight: bold;
}

.headline3 {
    padding: 0.2em 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: 5px solid #696969;
    border-bottom: 1px dotted #696969;
    font-size: 100%;
    font-weight: bold;
}                                                     

                                                                                                       div.school_basic {
    clear:both;
    width:480px;
    overflow: auto;
}

div.school_capture {
    float:left;
    margin: 0 15px 10px 15px;
}
div.school_syno {
    margin-bottom:0.5em;
}

div.school_banner {
text-align: right;
/*
    margin-left: auto;
    margin-right: auto;
*/
}

div.school_chart {
    float:left;
    margin: 0 5px 10px 5px;
}

div.pad5 {
    padding: 5px;
}
div.pad10 {
    padding: 10px;
}

div.information {
         margin: 10px 0px;
    padding: 5px;
    border: 3px double #ff0000;
    color: #444444;
}

div.interview {
font-family: "Times New Roman";
font-size:108%;
}

.awardtitle {
    background:#eee;
    border-top:1px solid #ccc;
    border-right:7px solid #1f1f66;
    border-left:7px solid #1f1f66;
    border-bottom:1px solid #ccc;
    padding:5px 10px;
    font-size:135%;
}

li.menuy{
float:left;
display:block;
/*
background-color:#eeeeee;
border: 1px solid #999999;
width:100px;
*/
margin-right:5px;
margin-left:5px;
text-align:center;
}

li.menusel{
float:left;
display:block;
background-color:#B0E0E6;
/*
border: 1px solid #999999;
width:100px;
*/
margin-right:5px;
margin-left:5px;
text-align:center;
}
