﻿
body {
 font-family:"MS UI Gothic","MS PGothic","Osaka";
 text-align: center;
 line-height: 120%;
 font-size: 14px;
 color: #333333;
 margin:0px 0px 10px 0px;
}
a:link {
 color: #2839B5;
 text-decoration: none;
}
a:visited {
 color: #0000ff;
 text-decoration: none;
}
a:hover {
 color: #ff8040;
 text-decoration: none;
}
#out {
 text-align: left;
 padding: 0;
 width:940px;
 margin:0 auto;
 background:#EFEFEF;
}
#head {
 text-align: left;
 margin:0 auto 0 auto;
 background:#FAFAFA;
 border-color:#CCCCCC;
 border-width:0 1px 1px 1px;
 border-style:solid;
 background-image : url(../image/head_back.png);
 background-repeat: no-repeat;
}
#head h1 {
 padding:15px 0 20px 30px;
 margin:0px;
 font-size:30px;
 color:#0518A4;
 font-family: Osaka,Verdana,Helvetica,sans-serif;
}
#head h2 {
 padding:20px 0 0 80px;
 margin:0;
 font-size:16px;
 color:#0518A4;
 font-family: Osaka,Verdana,Helvetica,sans-serif;
 text-align: center;
}

#head .tex {
 padding:45px 10px 0 40px;
 margin:0;
 font-size:10px;
 color: #676767;
 text-align: center;
}

#main {
 text-align: left;
 padding: 15px 0px 0px 0px;
 margin:0 auto 0 auto;
 background:#FFFFFF;
 border-color:#CCCCCC;
 border-width:0 1px 1px 1px;
 border-style:solid;
 height:100%;
}
#foot {
 text-align: center;
 font-size:10px;
 padding: 10px;
 height:23px;
 background:#FAFAFA;
 margin:0 auto 0 auto;
 border-color:#CCCCCC;
 border-width:0 1px 1px 1px;
 border-style:solid;
 font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
 background-image : url(../image/head_back.gif);
 background-repeat: no-repeat;
}

/*----------------------------------------ここから左ナビ部分----------------------------------*/

#left {
 width:160px;
 float:left;
 margin:10px 10px 10px 5px;
 padding:0;
}
#left ul {
 padding: 0px;
 margin: 0px;
 list-style:none;
 font-size:14px;
}
#left li {
 border-color:#c5cefe;
 border-width:1px;
 border-style:solid;
 margin: 0px 0px 2px 0px;
}
#left li a {
 padding:8px 0px 5px 5px;
 display: block;
 background-image : url(../image/side_back01.png);
 margin: 1px;
 border-left: #000099 2px solid;
 color: #0066B3;
 text-decoration: none;
 font-weight:bold;
}
#left li a:hover {
 background-image : url(../image/side_back02.png);
 border-left: #ff8040 2px solid;
 color: #ff8040;
}

/*左ナビ内部リンク 左h1*/
#left h1{
 color: #0518A4;
 font-size:14px;
 line-height:130%;
 text-align: center; 
 border:0;
 padding:7px 1px 5px 1px ;
 margin: 15px 0 0 0;
 background-image : url(../image/left_h1_title_navi.png);
 background-repeat: no-repeat;
}


/*左ナビ内部リンク 左h2*/
#left h2{
 color: #0518A4;
 font-size:14px;
 line-height:130%;
 text-align: center; 
 border:0;
 padding:7px 1px 5px 1px ;
 margin: 15px 0 0 0;
 background-image : url(../image/left_h1_title_navi.png);
 background-repeat: no-repeat;
}


/*左ナビ内部リンク 左h3*/
#left h3{
 color: #0518A4;
 font-size:14px;
 line-height:130%;
 text-align: center; 
 border:0;
 padding:7px 1px 5px 1px ;
 margin: 15px 0 0 0;
 background-image : url(../image/left_h1_title_navi.png);
 background-repeat: no-repeat;
}

/*--> 左Nabi文章1　<--*/
#left .tex {
 color: #666666;
 font-size:12px;
 line-height:120%;
 background-image : url(../image/left-text-back.png);
 background-repeat: no-repeat;
 padding:5px 1px 5px 1px;
 margin: 0 0 10px 0;
 border-color:#c5cefe;
 border-width:0 2px 2px 1px;
 border-style:solid;
}

#left strong.red {
        color: #ff8040;
        font-size: 12px;
	line-height:120%;
}

#left strong.blue {
        color: #0000ff;
        font-size: 12px;
	line-height:120%;
}		

#left strong.pink {
        color: #ff00ff;
        font-size: 12px;
	line-height:120%;
}

/*--------------------------ここから右本分--------------------------------*/

#right {
 width:730px;
 float:right;
 padding:0;
 margin:0px 10px 0px 10px;
}

#right h1 {
 color:#990000;
 font-size:18px;
 padding:16px 10px 12px 65px;
 margin: 10px 20px 0 20px;
 background-image : url(../image/title_back.png);
 background-repeat: repeat;
}
#right h2 {
 color:#990000;
 font-size:16px;
 padding:16px 10px 12px 65px;
 margin: 15px 20px 0 20px;
 background-image : url(../image/title_back2.png);
 background-repeat: repeat;
}
#right h3 {
 color:#990000;
 font-size:16px;
 padding:16px 10px 12px 65px;
 margin: 15px 20px 0 20px;
 background-image : url(../image/title_back3.png);
 background-repeat: repeat;
}
#right .tex {
 line-height:130%;
 padding:10px 10px 10px 20px;
 margin: 0 20px 10px 20px;
 border-color:#c5cefe;
 border-width:0 2px 2px 1px;
 border-style:solid;
}

#right .tex1 {
 line-height:130%;
 padding:10px 10px 10px 20px;
 margin: 0 20px 10px 20px;
}

#right .tex2 {
 line-height:150%;
 padding:10px 10px 10px 10px;
 margin: 0 20px 5px 10px;
 background-image : url(../image/tex-back.png);
 background-repeat: no-repeat;
}

#right .tex3 {
 font-size:17px;
 font-weight: bold;
 line-height:120%;
 text-align: left; 
 padding: 5px 15px 1px 15px;
 border: 0;
 background-image : url(../image/center-navigation.gif);
 background-repeat: no-repeat;
 margin: 5px 10px 0 20px;
 width: 320px;
 height: 30px;
 float:right;
}

#right .tex4 {
 font-size:17px;
 font-weight: bold;
 line-height:120%;
 text-align: left; 
 padding: 5px 0px 1px 15px;
 border: 0;
 background-image : url(../image/center-navigation.gif);
 background-repeat: no-repeat;
 margin: 5px 0 0 20px;
 width: 320px;
 height: 30px;
}

#right .img {
 padding:10px 5px 0px 20px;
 border: 0;
 margin: 0 5px 0px 10px;
 float : left;
}

/*--> リンク用スパン　<--*/
#right span.a {
 padding: 50px 0px 5px 0px;
 font-size: 11px;
 color: #009900;
 line-height:140%;
 text-align: left;
}

/*--> 強調文字飾り　<--*/
#right strong.red {
        color: #ff8040;
        font-size: 15px;
	line-height:130%;
}
#right strong.blue {
        color: #0000ff;
        font-size: 15px;
	line-height:130%;
}		

#right strong.pink {
        color: #ff00ff;
        font-size: 15px;
	line-height:130%;
}

#right strong.red2 {
        color: #ff0000;
        font-size: 16px;
	line-height:130%;
}
#right strong.blue2 {
        color: #0000ff;
        font-size: 16px;
	line-height:130%;
}		

#right strong.pink2 {
        color: #ff00ff;
        font-size: 16px;
	line-height:130%;
}

#right strong.blue3 {
        color: #0000ff;
        font-size: 16px;
	line-height:130%;
}

/*-- Copyright (C) 大学進学予備校のポータル情報サイト All Rights Reserved. 01.OCT.2008無断複製転載を禁ず --*/