/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 0.1
*/

/*
 * File      : style.css
 * Version   : 1.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.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

p{
    margin-top: 30px;
    margin-bottom: 30px;
}

body {
    font-size: 100%;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* anchor */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}

#set_font_size a,
#set_font_size a:link,
#set_font_size a:visited {
    color: #4D4D4D;
    text-decoration: none;
}
#set_font_size a:hover {
    color: #4D4D4D;
    text-decoration: underline;
}


a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* banner title */
#banner {
    padding: 50px 20px 0px 0px;
    border-bottom: 1px solid #666699;
    color: #000000;
    background: #fff;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("./images/title_logo3.jpg");
    text-align: right;
    height:75px;
    margin : 0px;
    font: 13px Osaka, Verdana, sans-serif;
}

#banner h2{
    font: 13px Osaka, Verdana, sans-serif;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #000;
    text-decoration: none;
}
#banner a:hover {
    color: #006699;
    text-decoration: underline;
}

#banner div{
    margin: 0px;
    padding: 0px;
}

#banner a:hover {}
#banner a:active {}

/* description of blog */
#banner-description {
    color: #ffffff;
    font-size: 12px;
}

/* article */
.blog {
    padding: 0px 10px 10px 10px;
    font-size: small;
    color: #36414d;
    background: none;
}

/* article date */
.date {
    margin-top: 6px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    /*word-break: break-all;*/
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 97%;
}

.entry-body{
    line-height:140%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 10px;
    padding-left: 5px;
    border-left: 3px solid #999999;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 10px;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 6px 0 10px;
    text-align: center;
    font-size: 12px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;

    padding-left: 5px;
    font-size: 12px;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444444;
    background: none;

}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444444;
    font-size: 10px;
}

#links-left li,
#links-right li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.4em;
    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,
#links-left ul li h3,
#links-right ul li h3 {
    margin: 3px 0;
    padding: 4px 0 3px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 13px;
    line-height: 140%;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* 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;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    /*word-break: break-all;*/
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
    font-weight: bold;
}

form input,
form textarea {
    border: 1px solid #999999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #CCFFFF url(images/apros_bg_img3.jpg) no-repeat 0px 0px;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* footer */
#footer {
    margin: 10px 0;
    padding: 1px 0;
    border-top : 6px solid #0000ff;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #444444;
    line-height:115%;
}
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer,
.layout-one-column-liquid #footer {
    display: none;
}

.layout-one-column #footer {
    text-align: center;
}



/* for IE7 */
*:first-child+html .layout-three-column-liquid #links-left,
*:first-child+html .layout-three-column-liquid #links-right,
*:first-child+html .layout-two-column-liquid-right #links-right,

*:first-child+html .layout-two-column-liquid-left #links-left {
    top: 100px;
}

/* for 3 columns fixed layout */
.layout-three-column #content {
    float: right;
    width: 530px;
    margin: 0 0 10px 0;
    padding-left: 0px;
    /*border-bottom: 1px solid #666699;*/
    /*border-left: 1px solid #666699;*/
    /*border-right: 1px solid #666699;*/
}
.layout-three-column #links-left-box {
    float: left;
    width: 160px;
    margin:0px;
}
.layout-three-column #links-right-box {
    float:right;
    width: 150px;
    margin:0px;
}
.layout-three-column #links-left{
    padding: 15px 0px 0px 10px;
    color: #ffffff;
    margin:0px;
}
.layout-three-column #links-right {
    padding: 0px 6px 0px 0px;
    color: #ffffff;
    margin:0px;
}
.layout-three-column #box-layout-change{
    float:left;
    width: 690px;
    margin:0px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}


/*-----------------
navigation
-----------------*/	

#navcontainer ul {
	padding: 0;

	margin: 0;
	/*background: #c0c0c0;*/
	background-image:url(./images/navback.jpg) ;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	width: 850px;

	font: 13px Osaka, Verdana, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.page_item a {
	padding: 4px 7px 4px 7px;
	/*background: #9C9D95;*/
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	/*border-right: 1px solid #FFFFFF;*/
	
}

#navcontainer ul li.page_item a:hover {
	color: #FFFFFF;
	background: #0000ff;
}

#navcontainer ul li.current_page_item a {
	padding: 4px 7px 4px 7px;
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	/*border-right: 1px solid #DFDFDF;*/

}

#navcontainer ul li.current_page_item a:hover {
	background: #333333;
}


/*-----------------
common
-----------------*/	
h2{
	margin-bottom:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.ie_center{
        text-align: center;
}

.ie_center div{
        margin: 0px auto;
}

#p_list{
       font-weight: bold;
       font-size: 13px;
}

.infotitle{
    font-size : 12px;
    color : #000000;
    width : 130px;
    margin : 40px 0px 10px 0px;
    padding : 0px;

}

div#sideflash{
	width : 130px;
}


.aprosinfo,
.jsinfo{
    font : normal 12px serif ;
    width : 120px ;
    color:#000000;
    margin : 0px;
    padding : 3px;
    font-size: 75%;
}

.aprosinfo{
    background-color : #ccffff;
    border : solid #999999 3px ;
    text-align : center ;
}


.mail{
    font-size:10px;
}
	
img.mp{
	cursor:pointer;
}

.title{
	font-size : 140%;
	margin-bottom : 10px;
	line-height : 120%;
}

.sub_title{
       font-size: 125%;
       padding-top: 10px;
       top:5px;
       margin-bottom:5px;
}

.subtitle{
	font-size : 16px;
	position:relative;
	margin-bottom:20px;
}

li.newslist{
	margin:0px;
	font-weight:normal;
}

div#pagelink{
	width:100px;
	border-style:solid;
}

div#right-side{
	margin-top:20px;
	margin-bottom:15px;
}

#sideseibisi{
	margin:20px 0px;
}

.h1_top{
       font-size:13px;
       color: #000;
       padding: 0px 5px;
       font-weight: bold;
       text-align: right;
       margin-left: auto;
       margin-right: 0;
}

.h1_top_box{
       width: 500px;
       text-align: right;
       margin-top: 0px;
       margin-bottom: 7px;
}

.un_line{
      text-decoration: underline;

}

/*-----------------
tour
-----------------*/	

hr.tour_line{
	width:80%;
	position:relative;
	margin-left:0px;
	border:1px solid #CCCCCC;
}

img.tourimage{
	margin:10px;
	}
		
/*-----------------
top
-----------------*/

div.info_top,
#pickup,
#book_sale_top{
        font-size:200%;
        line-height:120%;
        font-weight:bold;
        color:red;
}

div.info_top{
        margin-bottom: 20px;
        margin-left: 15px;
}

#book_sale_top{
        margin-left: 15px;
}

div.info_top a:hover,
#book_sale_top a:hover{
        color: #fff;
        background-color: #7A67EE;
        text-decoration: underline;
}

#bstt{
       text-decoration: underline;
       font-weight: bold;
       font-size:90%;
}

#pickup{
       color:blue;
       margin-bottom: 15px;
       width: 90%;
       padding: 3px 0 3px 10px;
       border-left: solid blue 10px;
       background: #E0FFFF url(http://www.apros-ok.com/wp-content/img//bg_pick_up.jpg);
       background-repeat: no-repeat;
       background-position: right 0px;
}

.f_news{
	font-size:97%;

	font-weight:normal;
	}

img#newsimg{
	margin:0px;

	padding:0px;
	height:29px;
	border:0px;
}


span#fontchange{
	font-size:105%;

}



div.newsimg_box{
        margin:0px;

}


.news{
	font : normal bold 90% serif ;
	width : 425px ;
	height:100px;
	background-color : #ffffff ;
   	border : solid #999999 2px;
	padding : 2px ;
	margin-bottom : 10px;
	margin-top:0px;
	overflow:scroll;
}

font.news_red{
	color:#FF0000;
	font-size:100%;


}

div.p4{
    font : small bold  15px serif ;
    width : 440px;

    margin-top : 5px;
}

div.top{
	margin-bottom : 10px;
}

div.counter{
	border-style:solid;
	border-width:1px;
	width:100px;
	height:85px;
	border-color:#0033FF;
	margin:auto;
	font-size:100%;
	color:#000000;
	text-align:center;
	padding:3px 2px;
}

#apros_point{
	font-size:21px;
	font-weight:bold;
	border-style:solid;
	border-width:0px 0px 0px 7px;
	border-color:green;
	margin:30px 0px;
        padding:5px 0px 5px 5px;
}

.news_month{
	font-size:120%;
	font-weight:bold;
	margin-left:3px;
}

.school_layout_img{
	font-size: 140%;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 0px 7px;
	border-color: #0000ff;
	margin: 30px 0px 5px 0px;
        padding: 5px 0px 5px 5px;
        line-height: 110%;           
}

div.osusume{
	font-size: 140%;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 0px 7px;

	border-color: #0000ff;

	margin: 15px 0px 5px 0px;
        padding: 5px 0px 5px 5px;      
}

#top_map .sitemap_border2 {
        font-size: 117%;
        position: relative;
        left: 20px;
}

#top_map .maptext2{
        position: relative;
        left: 15px;
}

#top_map .maptext3{
        position: relative;
        left: 60px;
        top:-10px;
}

#top_text{
        font-size: 115%;
        font-weight:bold;
        margin: 10px 0px 20px 0px;
        line-height: 130%;
}

/*-----------------
business
-----------------*/	

span.bu_contents{
	color:#FF0000;

	font-size:120%;
}                                

.bus_table{
        border:1px #B0E2FF solid;
        border-spacing:0px; 
        border-collapse:collapse;
        margin:20px 0px;
}

.bus_table td{
        border:1px #B0E2FF solid;
}

.bus_table th{
        border:1px #B0E2FF solid;
        font-size:18px;
        color:red;
        background-color:#B0E2FF;
        padding:5px;
}

.kou{
        font-weight:bold;
        text-align:center;
        width:85px;
}

.b_t_pa{
       padding:5px;

}

div.bu_contents{
	position: relative;
	border: double #0000FF;
        border-width: 3px 0px;
	background-color: #FFFFFF;
	padding: 4px;
	font-size: 117%;
        line-height: 115%;
}

.bus_title{
	margin-bottom:20px;
	border-bottom-style:double;
	border-color:blue;
	width:350px;
	padding-bottom:5px;
}

.bus_title_logo{
	background-image:url(http://apros-ok.com//wp-content/img//bus_title_logo.gif) ;
	margin-bottom: 20px;
        margin-top: 10px;
	width: 93%;
	height: 90px;
	padding: 10px;
        line-height: 28px;
        color: #0000FF;
        font-size: 27px;
}

.bus_title_logo #bus_top_title{
        font-size:16px;
        color:#0000CC;
}

.bus_title_logo h1,
#hp_h1{
       font-size: 12px;
       color: #000;
       padding: 0;
       margin: 3px 0 7px 0;
       position: relative;
       line-height: 0;
}

#hp_h1{
      margin: 15px 0 5px 0;
}

.busi_cat1{
       font-size: 140%;
       margin: 15px 0px;
       font-weight: bold;
       color: #0000FF;
}

.busi_text{
	margin-left:15px;
	margin-bottom:5px;
}

.busi_cat2{
	background:url(http://apros-ok.com//wp-content/img//bu_bg.gif) no-repeat;
	background-position:right top;
}

.busi_h4{
        margin:10px 0px 10px 7px;
        font-weight:bold;
}

.logo{
	margin:0px;
	float:left;
}

.business_title,hp_tec{
	margin: 15px 0 10px 0;
	padding: 15px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#0000ff;
        line-height:23px;
}

.business_title{
        margin:auto;
}

.business_title h1{
       font-size: 12px;
       color: #000;
       padding: 0;
       margin: 0;
       position: relative;
}

.business_title p,
.bus_title_logo p{
      margin: 0;
      padding: 0;
}

h3.hp_tec{
        border-style:none none none solid;
        border-color:green;
        border-width:7px;
        padding:0px 0px 0px 6px;
        margin:20px 0px 10px 0px;
        font-size:160%;

}

#hp_tec_title{
        color:#1874CD;
        border-style:none none none solid;
        border-color:#000080;
        border-width:10px;
        padding:10px 0px 10px 6px;
        margin:10px 0px 10px 0px;
        background-color:#8DEEEE;
        font-size: 180%;
}


.business_text{
	margin: 4px 0px 30px 2px;
	font-size: 110%;
        line-height: 160%;

}

p.business_text{
	clear:left;
        margin-bottom: 30px;
}

.business_h2{
        font-size: 14px;

        margin: 6px 5px;
}


.typ_title{
	margin-top:30px;
	color:#990000;
}


.illust_right_box{
        float: right;
        top: 10px;
        position: relative;
}

.illust_left_box{
        float: left;
        position: relative;
        top: 10px;
}

.illust_img_info{
       font-size: 13px;
       font-weight: bold;
}

h3.illust{
       font-size: 20px; 
       color: #CC0000;
       border-style: none none solid none;
       border-color: #FF6347;
       width: 350px;
       border-width: 1px;
       margin: 20px 0px;
}

h3#ma{
       position: relative;
       top: 15px;
}

div#curri_tilte{
       font-size: 142%;
       font-weight: bold;
}

ul#curri_list{
       font-weight: bold;
       list-style-type: disc;
}

/*-----------------
sitemap
-----------------*/

.sitemap{
	float:left;
	position:relative;
	left:35px;
}

.sitemap2{
	float:left;
	position:relative;
	left:65px;
}

h2.sitemap_border{
	margin: 10px 0px 7px 8px;
	padding: 5px 0px 5px 6px;
	border-left: 7px solid #000099;
	font-size:25px;
        font-weight: bold;
}

h3.sitemap_border{
	margin: 0px 0px 7px;
	padding: 4px 7px 4px 7px;
	font-size:22px;
	border-left: 4px solid #0066FF;
	position:relative;
	left:15px;
        font-weight: bold;
}

.sitemap_border2{
	margin: 15px 0px 5px 0px;
	padding: 4px 7px 4px 7px;
	font-size:18px;
	border-left: 4px solid #00F5FF;
	position:relative;
	left:35px;
        font-weight: bold;
}

hr.sitemap_line{
	width:80%;
	position:relative;
	margin-left:5px;
	border:1px solid #CCCCCC;
	margin-bottom:8px;

}	

.map1{
	position:relative;
	top:0px;
	left:65px;
}

.maptext{
	position:relative;
	left:35px;
	font-size:15px;
}

.maptext2{
	position:relative;
	left:45px;
	font-size:14px;
        padding: 2px 0px;
}

li.maptext2{
	position:relative;
	left:45px;
	font-size:12px;
        padding: 2px 0px;
        list-style-type: square;
}

div.listvi{
        display: none;
}

#mapclear{
	clear:left;	
}

#sitemaptable{
	position:relative;

	top:15px;
}

/*-----------------
info
-----------------*/	
.top_sitemap_border{
	margin: 10px 0px 7px 0px;
	padding: 10px 6px 10px 10px;
	border-left: 7px solid #000099;
	background-color:#FFCCCC;
	color:#666666;
	width:400px;
        font-size: 26px;
}

div.s_map_box{
	width:300px;
	text-align : left;
	position:relative;
	left:10px;
	margin-top:10px;
	}
	
#su_contents{
	font-size:13px;
	width:410px;
	position:relative;
	left:10px;
	}
	
span.s_map_font{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	}

div.s_map{
	border-left:3px solid #000099;
	background-color:#99FF99;
	width:160px;
	position:relative;
	padding: 2px 5px;
	margin:5px 0px 5px 0px;

}	


div.s_map2{
	border-left:3px solid #000099;
	background-color:#99FF99;
	width:387px;
	position:relative;
	padding: 2px 5px;
}	
	

/*-----------------
layout page
-----------------*/	
h2.layout_border{
	margin: 10px 0px 30px 0px;
	padding: 10px 6px 10px 10px;
	border-left: 7px solid #228B22;
	background-color:#FFCCCC;
	color:#666666;
	width:415px;
        font-size: 20px;
}

p.layout{
	width:300px;
	text-align : left;
	position:relative;
	left:10px;
	margin-top:10px;
	}
	
#su_contents{
	font-size:13px;
	width:410px;
	position:relative;
	left:10px;
	}
	
#layout{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	}

div.layout{
	border-left:3px solid #000099;
	background-color:#99FF99;
	width:160px;
	position:relative;
	padding: 10px 5px;
	margin:20px 0px 5px 0px;

	font-size:16px;

}	

div.layout2{
	border-left:3px solid #000099;
	background-color:#99FF99;
	width:387px;
	position:relative;
	padding: 2px 5px;
}

p.point_text,
div.point_text{
	margin-top: 5px;
	margin-bottom: 25px;
        font-size: 120%;
        line-height: 135%;
}

.point_text img{
        margin-bottom: 4px;
}

.point_text div{
        margin-bottom:5px;
}


span#point_no1{
        width:330px;
        height:128px;
        font-size: 16px;
        position: relative;
        top: 0px;
        line-height: 120%;
}	
	

/*-----------------
senior
-----------------*/

#seniorimg{
	margin:auto;
	width:420px;
	text-align:center;

}

div.topic_senior{
	font-size:18px;
        line-height: 110%;
	}
	
#f_senior{
	font-size:16px;
	}

	


div.f_senior{
	position:relative;
	left:20px;
	top:-10px;
	width:420px;

	}


img.study_senior_img{

	float:left;
	position:relative;
	top:0px;
	padding:0px;
	vertical-align:middle;
	left:10px;
}



div#senior_text{
	clear:left;
}

/*-----------------
program
-----------------*/

.img_float{
        position:relative;
        float:right;
        z-index:0;


}

#program_txt1{
        width:450px;
        position:relative;
	font-size:15px;



        line-height:20px;

        float:left;
        z-index:1;
        background:url(http://www.apros-ok.com/wp-content/img//programn-img.jpg) no-repeat 200px;
        margin-bottom:20px;
}

#sorette{
        clear:both;
        font-size:15px;
        margin:20px auto 50px auto;
        border:solid #ff69b4 4px;
        width:420px;
        padding: 5px 3px;
}

.pro_table{
        border:1px #000000 solid;
        border-spacing:0px; 
        border-collapse:collapse;
        margin:20px 0px;
}

.pro_table td{
        border:1px #000000 solid;
}

.pro_table th{
        border:1px #000000 solid;
        font-size:18px;
        color:#000000;
        background-color:#FFFF00;
        padding:5px;
}

.kou{
        font-weight:bold;
        text-align:center;
        width:85px;
}

.pro_t_pa{
       padding:5px;

}
	
/*-----------------
company
-----------------*/	
div.company_study_main{
	width: 430px;
	height: 90px;
	color: #ffffff;
	line-height: 115%;
	padding:5px 10px;
	background:url(http://www.apros-ok.com/wp-content/img//company_study_bkimg.jpg) no-repeat ;
}

div.company_study_main div{
	font-size: 28px;
	padding-top: 10px;
}

div.company_study_main h2{
	font-size: 16px;
	margin-top: 15px;
}

div.company_study_predi{
	width: 430px;
	height: 90px;
	color: #000000;
	line-height: 115%;
	padding:10px 10px;
	background:url(http://www.apros-ok.com/wp-content/img//company_presi_bkimg.jpg) no-repeat ;
}

div.company_study_predi h2{
	font-size: 40px;
	padding-top: 10px;
}

div.company_study_predi h3{
	font-size: 16px;
	margin-top: 25px;
}


p.study_main{
	font-size:16px;

	position:relative;
	width:420px;
	left:5px;
	border:0px solid;
        line-height: 110%;
}

#tel{
	font-size:21px;
	color:#FF0000;
	}
	
div.study_contents{
	font-size:16px;
	color:#FFFFFF;

	position:relative;




	width:380px;
	left:20px;
	padding:3px;
	background-color:#003399;
	}

.study_contents_in{
	font-size:14px;
	color:#000000;
	background-color:#FFFFFF;
	width:376px;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	}



	
#study_contents_in1,#study_contents_in2,#study_contents_in3,#study_contents_in4{

	font-size:14px;

	color:#000000;
	background-color:#FFFFFF;
	width:376px;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	}	
	
p.pre_mina_contents{
	position:relative;
	width:410px;
	border:0px solid;
	font-size:22px;
	font-weight:bold;
	color:#FF0000;
	}
	
.pre_mina_top{
	font-size:16px;
	}
	
.pre_mina_de{
	position:relative;
	width:80px;
	background-color:#0099FF;
	color:#FFFFFF;
	font-size:16px;
	padding:5px;
	left:10px;
	font-weight:bold;
	}

	
.pre_mina_decon{
	font-size:14px;
	color:#006600;
	padding-bottom:9px;
	padding-top:5px;
	padding-left:4px;
	padding-right:4px;
	left:10px;
	position:relative;
	width:400px;
	border:2px solid #999999;
	}

.pre_mina_img{
	margin-top:30px;
}

.stydyimg{
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-color:#666;
	padding-right:200px;
	padding-bottom:5px;
}

/*-----------------
blog
-----------------*/

.blog_title1{
	margin:15px 0px;
	font-size:25px;
}

.blog_title2{
       margin-bottom:10px;
       text-align:center;
}

#blogsec_text{
	 margin:7px 0px;
}

.color_red{
        color:red;
}
.color_blue{
        color:blue;
}
span.color_red,
span.color_blue{
        font-weight:bold;
}

/*school_info start*/
.hard_big{
        color:red;
        border-style:double;
        border-color:red;
        padding:5px;
        margin-top:15px;
}

p.school_info1{
       font-size:15px;
       margin-top:40px;
}

span.school_info2{
       font-size:20px;
}


/*school_info end*/


#blogstyle{

	border-left-style:solid;
	border-top-style:solid;
	border-width:6px;

	border-color:#cc2222;
	padding:10px 0px 8px 15px;


}

.hardlist{
	border-bottom-style:solid;
	margin:5px;
	font-weight:normal;
	border-color:#3333ff;
	width:380px;
	border-width:1px;
}

.hardinfo_text{
	border-style:double;
	border-color:#3333ff;

	width:220px;
	margin:5px;



	padding:5px;
}


.n_shop_list{
	font-size:18px;
	margin:7px;
	line-height:20px;

	font-weight:bold;

}



li.st{
        font-size:15px;
        color:red;
}


/*-----------------
hard
-----------------*/

.hard_info_top{
        text-align:center;
        color:blue;
        padding:20px 0px;
        font-size: 32px;
        color: #fff;
}

div.hard_info_text{
        border-style:solid none;
        border-color:red;
        font-size:15px;
        padding:5px 0px;
        margin-bottom: 40px;
}

div#hard_text_3{
       border-style: solid;
       border-width: 5px;
       border-color: #FFC0CB;
       width: 400px;
       padding: 10px 0px 10px 20px; 
       margin: 5px auto;
}

#hard_logo{
	margin:0px;
	float:left;
}

.hard_title_logo{
	background-image:url(http://www.apros-ok.com/wp-content/img//hard_title_bglogo.jpg) ;
        background-repeat: no-repeat;
        background-position: 0px 20px;
        background-color: #5B8AB6;
	width: 450px;
	height: 140px;
	padding: 0px 6px;
        line-height: 16px;
        color: #fff;
        font-size: 13px;
        text-align: left;
}

.hard_title_logo h1,
.hard_info_title_back h1{
       font-size: 12px;
       padding: 0 0 0 7px;
       margin: 3px 0 7px 0;
       position: relative;
       line-height: 0;
}

#hard_title_h1{
        font-size: 35px;
        margin:20px auto;

}

.hard_info_title_back{
     	background-image:url(http://www.apros-ok.com/wp-content/img//hard_title_bglogo2.jpg) ;
        background-repeat: repeat-x;
	width:100%;
	height:140px; 
        color: #fff;
        padding-top: 15px;
        line-height: 110%;
        margin-top: 15px;
}

.hard_info_list{
        color:blue;
        margin-top:25px;
        font-size:18px;
}

#hard_check_rink{
       margin:20px auto;
       border-style:double;
       border-color:green;
       font-size:15px;
       width:200px;
}

#hcl{
      font-size: 200%;
      margin: 20px 0;
}

#hcl a:hover{
      background-color: #228B22;
      color: #fff;
}
/*-----------------
side
-----------------*/

#qr_code{
	font-size:12px;
	text-align:center;
	color:black;
	margin-top:20px;
        width: 140px;

}

div.sidelink,
h3.sidelink{
   border-style : solid;
   border-color : #999999;
   border-width : 2px;
   margin : 0px 0px 10px 0px;
   width : 122px;
   padding : 4px;
   padding-right : 0px;
   background-color : #ffffff ;
   font-size : 12px ;
   color:#000000;
}

.recommend_system{
   font-size: 75%;
   color: #000;
   border: solid 1px #000;
   background-color: #EEE9E9;
   margin: 10px 0;
   padding: 3px;
   width: 120px;
}

.side_hard_info{
   font-size: 11px;
   color: #000;
   
}

/*-----------------
text
-----------------*/

div.text_sale_main{
	width: 430px;
	height: 90px;
	color: #000000;
	line-height: 115%;
	padding:5px 10px;
	background:url(http://www.apros-ok.com/wp-content/img//hard_text_top.jpg) no-repeat ;
}


div.text_sale_main h1{
	font-size: 30px;
	padding-top: 10px;
}

div.text_sale_main h2{
	font-size: 13px;
	margin-top: 15px;
	line-height: 115%;
	color: #000000;
}

.hard_book_text{
	margin-top: 4px;
        margin-left: 10px;
	font-size: 14px;
}

p.hard_book_text{

	clear:left;
}

h2.hardbook_start{
        color: red;
        font-size: 27px;
        margin: 20px 5px ;
        line-height: 115%;

}
