/* 基本レイアウト
------------------------------------------------------ */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


/* リンク色（ページ全体）
------------------------------------------------------ */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }


/* ページレイアウト
------------------------------------------------------ */
body {
	min-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: url(img/bg.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


/* ヘッダー（レイアウト）
------------------------------------------------------ */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 100px;
	text-align: left;
}


/* ナビゲーション
------------------------------------------------------ */

#navi
{
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 65px;
    background: url(img/navi.gif) no-repeat;
}

#navi ul
{
    width: 1000px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#navi li
{
    margin: 5px 0 0;
    padding: 0;
    float: left;
    list-style: none;
}

#navi li a span
{

}

#navi li a {
    margin: 0;
    padding: 0;
    display: block;
    width: 200px;
    height: 65px;
    line-height: 55px;
    color: #666;
    text-decoration: none;
}

#navi #index .index
{
    background: url(img/navi2.gif) no-repeat -50px;
}
#navi #cat1 .cat1
 {
    background: url(img/navi2.gif) no-repeat -131px;
}
#navi #cat2 .cat2
 {
    background: url(img/navi2.gif) no-repeat -259px;
}
#navi #cat3 .cat3
 {
    background: url(img/navi2.gif) no-repeat -387px;
}
#navi #cat4 .cat4
 {
    background: url(img/navi2.gif) no-repeat -515px;
}
#navi #cat5 .cat5
 {
    background: url(img/navi2.gif) no-repeat -643px;
}


/* ヘッダー（サイトタイトル）
------------------------------------------------------ */
#header h1 a {
	display: block;
	margin: 0;
	font-size: 24px;
	width: 250px;
	height: 70px;
	position:absolute; top: 15px; left: 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #666;
	padding: 0 0 0 80px;
	background: url(img/logo.gif) no-repeat left top;
}

#header h1 span {
	display: none;
}

#ss {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
	position:absolute; top:5px; left: 10px;
	color: #666;
}

#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 200px;
	background: #f5f5f5 ;
}

#banner div {
	position: relative;
	margin: 0;
	padding: 20px 5px 10px 160px;
	_padding: 30px 10px 10px 160px;
	width: 390px;
	_width: 550px;
	height: 170px;
	_height: 200px;
	background: url(img/banner.jpg) ;
}

#header h2 {
	width: 380px;
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	position:absolute; top: 25px; left: 280px;
}

#header p {
	margin: 0 ;
	padding: 0;
	width: 380px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
	position:absolute; top: 50px; left: 280px;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------ */
#container {
	position: relative;
	width: 1000px;
	_width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
	background: url(img/bbg.gif) #fff;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分）
------------------------------------------------------ */
#index #main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: -30px 15px 0 0;
	padding: 0;
}

#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: 0 15px 0 0;
	padding: 0;
}

#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー）
------------------------------------------------------ */
#side { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 240px;
	padding: 0;
	margin:0 0 0 15px;
}
#side .sidernk{
 clear:both;
}
#side .sidernk .rbox{
 margin:0 0 10px 0;
 padding:0 0 10px 0;
 clear:both;
 border-bottom:1px dotted #cacaca;
}
#side .sidernk div p{
 width:170px;
 float:right;
 margin:0;
}
/* 記事部分見出し
------------------------------------------------------ */
.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 25px 0 0;
	line-height: 45px;
	padding: 0 5px 0 60px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #fff;
	background: url(img/hd.gif) no-repeat top right;
}

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 0;
	padding: 5px 0 5px 20px;
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-left: 5px solid #ffcc00;
	letter-spacing: 0.1em;
}

.header1.best1 {
	background: url(img/best1.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best2 {
	background: url(img/best2.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best3 {
	background: url(img/best3.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best4 {
	background: url(img/best4.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}
.header1.best5 {
	background: url(img/best5.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}

.header2 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0 5px;
	line-height: 1.25;
	padding: 0 5px 0 5px;
	font-size: 1.2em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-bottom: 1px dotted #dcdcdc;
	color: #336699;
}

.header a, .header2 a  { text-decoration: none; }


p { margin: 15px 0; padding: 0; }

.entry {
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.entry1 {
 _width: 100%;
 margin: 2px 0 10px 0;
 border: 1px dotted #ffcc00;
 background: #fffff0;
 min-height: 115px;
 padding: 10px;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content {
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.entry1 p.more {
 text-align: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター
------------------------------------------------------ */
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 200px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: url(img/fbg.gif) top repeat-x #ccc;
}


#footer p { margin: 0; padding: 0; }

.copy { 
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 0;
	color: #666;
	font-size: 0.9em;
}

.f-navi {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	background: url(img/foot.gif) top no-repeat;
}

/* サイドメニュー内部
------------------------------------------------------ */
#side ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
         clear:both;
}

#side li {
	width: 240px; 
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ccc;
}

#side li a {
	width: auto; 
	_width: 100%; 
	font-size: 0.9em;
	padding: 10px 3px 10px 10px;
	color: #666;
	display: block;
	line-height: 1.5;
	margin: 2px 0 1px;
	text-decoration: none;
	border-left: 5px solid #ccc;
	background: url(img/li.gif)  #f8f8f8;
}

#side li a:hover {
	color: #cc0000;
	border-left: 5px solid #a9ddf3;
	background: url(img/lih.gif) no-repeat right ;
}

#side li.sidetitle {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 1em;
	line-height: 40px;
	display: block; 
	background: url(img/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a {
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	line-height: 50px;
	display: block; 
	background: url(img/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

#side li.sidetitle a:hover {
	background: url(img/sth.gif) ;
	border-left: none;
}

.sidebottom{
 height:10px;
}
/* コンテンツ装飾
------------------------------------------------------ */
.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #dcdcdc;
	background: url(img/boxbg.gif) no-repeat right bottom #f8f8f8;
}

#main .box p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #fff;
}

.box ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}

.box1 {
        width: auto; 
        margin: 10px 0 5px 0;
        padding: 10px;
        border: 4.0px solid #add8e6;
}


.click a {
	position:absolute; bottom: 5px; right: 5px;
	min-height: 30px;
	_height: 30px;
	margin: 0;
	padding: 0 25px 0 0;
	background: url(img/go.gif) no-repeat right top;
}

.click a:hover {
	background: url(img/goh.gif) no-repeat right top;
}


.gotop {
	height: 18px;
	text-align: right;
	margin: 15px;
	padding: 0 20px 0 0;
	background: url(img/gotop.gif) no-repeat right;
	clear: both;
}

.adr {
	margin: 0;
	padding: 0;
	width: 500px;
	min-height: 500px;
}

#side p {
	margin: 10px 0;
	padding: 0;
}

.center { text-align: center; }

.img { margin: 0px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }
table { font-size: 0.8em; margin: 0; background: #ccc;}
td { background: #fff;}

form {
	width: auto;
	_width: 100%;
	margin: 10px 0 ;
	padding: 10px;
	font-size: 0.9em;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #f8f8f8;
	clear: both;
	text-align: center;
}


/* テキスト装飾
------------------------------------------------------ */
.b {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
}
.br {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
	color: #cc0000;
}

.bb {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.4em;
}

.brr {
	font-family: "AR浪漫明朝体U";
	font-weight: normal; 
	font-size: 1.4em;
	color: #6495ed;

}


.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 
.wh{ background: #fff;}




.line /* 背景マーカー処理 */
{
    background: #ffff00 ;
}



/* サイト単位個別設定
------------------------------------------------------ */

.rnk1, .rnk2, .rnk3,
.rnk4, .rnk5, .rnk6 {
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk1 {height: 270px;}

.rnk1 p.more a, .rnk2 p.more a,
.rnk3 p.more a, .rnk4 p.more a,
.rnk5 p.more a, .rnk6 p.more a {
 display: block;
 width: 190px;
 height: 35px;
 float: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 margin: 0 5px 5px 0 ;
 }

.rnk1 p.more a span, .rnk2 p.more a span,
.rnk3 p.more a span, .rnk4 p.more a span,
.rnk5 p.more a span, .rnk6 p.more a span {
 display: none;
}

.rnk4 p.more, .rnk5 p.more, .rnk6 p.more {
font-size: 12px;
 }

.rnk1 {
 width: 690px;
 margin: 2px 0 0px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk2  {
 width: 315px;
 margin: 2px 17px 20px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3  {
 width: 315px;
 margin: 2px 0 10px 17px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk4  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}


.rnk5  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk6  {
 width: 200px;
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3 .header1,
.rnk4 .header1 {
	line-height: 1.3;
	padding: 10px 0 0 70px;
}

.rnk4 .header1,
.rnk5 .header1,
.rnk6 .header1 {
	font-size: 1.2em;
}

/*回り込み*/
.imgleft{
 float:left;
 margin:0 15px 5px 0;
}
.imgright{
 float:right;
 margin:0 0 5px 5px;
}

/*サイドバーランキング画像*/
.s1{
 display:block;
 width:170px;
 height:30px;
 background:url(img/s1.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s2{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s2.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s3{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s3.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s4{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s4.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}

/*運営者情報*/
.ask a{
 display:block;
 width:49px;
 height:49px;
 background:url(img/unei.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right:0px;
}
.sitemap a{
 display:block;
 width:49px;
 height:49px;
 background:url(img/sitemap.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right: 60px;
}

.topranking{
 width:715px;
 height:439px;
 margin:10px 0 0 0;
 background:url(img/topranking.gif) no-repeat;
}

.clear{
 clear:both;
}

/*topranking*/
.ranking1{
 width:695px;
 _width:715px;
 margin:0px 0 5px 0;
 padding:0 10px 10px 10px;
 background:url(img/sikakutop.gif) no-repeat bottom;
}
#main .ranking1 p{
 color:#000;
}
.rtitle1{
 width:695px;
 _width:715px;
 height:80px;
 margin:10px 0 -15px 0;
 padding:5px 10px 0 10px;
 line-height:100px;
 font-size:2.2em;
 text-indent:140px;
 background:url(img/sikakutop.gif) no-repeat top;
 font-weight: normal;
 font-family: "AR浪漫明朝体U";
 color:#ffa500;
}

.ranking2{
 width:715px;
 margin:0 0 0 0;
 padding:0;
 background:url(img/sikakutop2.jpg) no-repeat top;
}
.ranking2bottom{
 width:715px;
 height:10px;
 margin:0 0 0 0;
 padding:0;
 background:url(img/sikakutop2.jpg) no-repeat bottom;
}

.ranking02{
 width:335px;
 _width:355px;
 padding:0 10px 10px 10px;
 float:left;
}

.ranking03{
 width:335px;
 _width:345px;
 padding:0 10px 10px 0;
 float:right;
}


.rtitle2{
 display:block;
 height:50px;
 line-height:60px;
 padding:5px 0 0 0;
 font-weight: normal;
 font-family: "AR浪漫明朝体U";
 font-size:1.6em;
 text-indent:75px;
 color:#ffa500;
}

.ra4 {
        display: block;
        width: 690px;
        height: 40px;
        background: url(img/ra4.jpg) no-repeat left;
        line-height: 38px;
        text-indent: 40px;
        float: left;
	font-family: "AR浪漫明朝体U";
	font-weight: normal; 
	font-size: 1.6em;
	color: #ffa500;
}

.ra5 {
        display: block;
        width: 690px;
        height: 40px;
        background: url(img/ra5.jpg) no-repeat left;
        line-height: 38px;
        text-indent: 40px;
        float: left;
	font-family: "AR浪漫明朝体U";
	font-weight: normal; 
	font-size: 1.6em;
	color: #ffa500;
}

.ra6 {
        display: block;
        width: 690px;
        height: 40px;
        background: url(img/ra6.jpg) no-repeat left;
        line-height: 38px;
        text-indent: 40px;
        float: left;
	font-family: "AR浪漫明朝体U";
	font-weight: normal; 
	font-size: 1.6em;
	color: #ffa500;
}

.ra7 {
        display: block;
        width: 690px;
        height: 40px;
        background: url(img/ra7.jpg) no-repeat left;
        line-height: 38px;
        text-indent: 40px;
        float: left;
	font-family: "AR浪漫明朝体U";
	font-weight: normal; 
	font-size: 1.6em;
	color: #ffa500;
}

.ra8 {
        display: block;
        width: 690px;
        height: 40px;
        background: url(img/ra8.jpg) no-repeat left;
        line-height: 38px;
        text-indent: 40px;
        float: left;
	font-family: "AR浪漫明朝体U";
	font-weight: normal; 
	font-size: 1.6em;
	color: #ffa500;
}

.ra9 {
        display: block;
        width: 690px;
        height: 40px;
        background: url(img/ra9.jpg) no-repeat left;
        line-height: 38px;
        text-indent: 40px;
        float: left;
	font-family: "AR浪漫明朝体U";
	font-weight: normal; 
	font-size: 1.6em;
	color: #ffa500;
}




/*資格ジャンルボックス*/
.jbox{
 width:211px;
 _width:231px;
 height:auto;
 float:left;
 padding:0 10px 10px 10px;
 margin:0 0 0 0;
}

.jboxr{
 width:211px;
 _width:231px;
 height:auto;
 float:left;
 padding:0 10px 10px 10px;
 margin:0 10px 0 0;
}

.jboxtop{
 clear:both;
 width:715px;
 height:5px;
 margin:0 0 0 0;
 padding:0 0 0 0;
 background:url(img/jboxbg.gif) no-repeat top;
}
.jboxpkg{
 clear:both;
 margin:0 0 10px 0;
 padding:0 0 10px 0;
 background:url(img/jboxbg.gif) no-repeat bottom;
}
.jboxtop2{
 clear:both;
 width:715px;
 height:5px;
 margin:10px 0 0 0;
 padding:0 0 0 0;
 background:url(img/jboxbg2.gif) no-repeat top;
}
.jboxpkg2{
 clear:both;
 margin:0 0 10px 0;
 padding:0 0 10px 0;
 background:url(img/jboxbg2.gif) no-repeat bottom;
}


h3.janru{
 text-indent:14px;
 font-weight:bold;
 font-size:1.2em;
 
 margin-bottom:10px;
 font-family: "ＭＳ Ｐゴシック";
 background:url(img/janrubg.gif) no-repeat left;
}

/*資格データテーブル*/
table.data {
    width: 695px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table.data th {
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
white-space: nowrap;
    padding:10px 10px;
}
table.data td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    padding:10px 0 10px 10px;
}

table.data2 {
    width: 695px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table.data2 th {
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
white-space: nowrap;
    padding:10px 10px;
}
table.data2 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    padding:10px 0 10px 10px;
}

/*項目ラベル*/
.naiyou{
 font-size:1.2em;
 margin-top:20px;
 margin-bottom:5px;
 background:url(img/hd3.gif) no-repeat;
 display:block;
 height:35px;
 line-height:35px;
 text-indent:20px;
}

.sikakushutoku{
 margin-top:20px;
 margin-bottom:5px;
 background:url(img/hd2.gif) no-repeat;
 display:block;
 height:35px;
 line-height:35px;
 text-indent:20px;
}
.meritto{
 display:block;
 text-indent:-5000px;
 background:url(img/meritto.gif) no-repeat;
 line-height:14px;
 width:134px;
 height:14px;
 margin-top:20px;
}

/*学校情報PR*/
.gbox{
 border:1px solid #ccc2b9;
 background:#f6f3f1;
 padding:20px;
 clear:both;
 margin-bottom:5px;
}
.gbox .gtitle a{
 text-decoration:none;
 font-size:1.1em;
 font-weight:bold;
}
#main .gbox p{
 width:550px;
 
 margin:5px 0 5px 100px;
}
.gbox .glink{
 color:#6ec178;
}

.shousai a{
    display:block;
    width:185px;
    height:30px;
    background:url(img/kotira3.gif) no-repeat;
    text-indent:-5000px;
    margin:30px 0;
}
.shousai a:hover{
    background:url(img/kotira4.gif) no-repeat;
}

/*関連講座一覧*/
.kanren {
  border-collapse:collapse;
  margin: 10px 0;
  border: 1px solid #ff9933;
  background: #fff;
}
.kanren td{
  padding: 2px;
  vertical-align: top;
}

.ktitle {
  width: 695px;
  height: 30px;
  background: url(img2/ktitlebg.gif) no-repeat;
  line-height: 30px;
  font-size: 1.5em;
  text-indent: 10px;
}
td.kname {
  width: 560px;
  height: 30px;
  background: url(img2/kname.gif) no-repeat left bottom;
  line-height: 30px;
  font-weight: bold;
  font-size: 1.3em;
  text-indent: 15px;
  padding-top:10px;
}
.ktext {
  width: 560px;
  font-size: 1.3em;
  line-height: 20px;
  color:#4d4d4d;
  background: url(img2/line.gif) repeat-x bottom;
}
td.ktext{
 padding:3px 17px;
}
.kuwasiku a{
  display:block;
  width:179px;
  height:30px;
  background:url(img2/kuwasiku1.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:5px;
  top:2px;
  float:right;
  margin-bottom: 10px;
}
.kuwasiku a:hover{
  background:url(img2/kuwasiku2.gif) no-repeat;
}

/*関連講座中テーブル*/
table.kanren-in {
  border-collapse:collapse;
  margin: 2px 10px 5px 10px;
  border: 1px solid #fe8652;
  background: #fff;
  font-size: 1.2em;
  float:left;
  position:relative;
  left:110px;
}
.kanren-in td{
  padding: 4px 15px;
  border: 1px solid #ffc68c;
  vertical-align: center;
}

.kanren-title {
  background: #ffc98c;
}

.border{
  width: 694px;
  height: 10px;
  border-bottom: 3px double #dca062;
  margin:0 0 0 0;
}


/*エントリーフッターモジュール*/
.ad01{
	padding:15 0 15px;
	background:#ffe7e2;
}
.ad02{
	padding:15 0 15px;
	background:#e5ffe2;
}
.ad03{
	padding:15 0 10px;
	background:#e2f3ff;
}
.ad01-caps{
 background:url(img2/ad01.gif) no-repeat left;
 text-indent:-5000px;
 height:30px;
 display:block;
}
.ad02-caps{
 background:url(img2/ad02.gif) no-repeat left;
 text-indent:-5000px;
 height:30px;
 display:block;
}
.ad03-caps{
 background:url(img2/kouzayasukuru.gif) no-repeat left;
 text-indent:-5000px;
 height:30px;
 display:block;
}
.ad-box{
 padding:5px 5px 25px 5px;
 margin:0 10px 2px 10px;
 clear:both;
}
.ad01 .ad-box{ border:1px #ffbfb2 solid; background:#ffefec;}
.ad02 .ad-box{ border:1px #bdffb5 solid; background:#f0ffee;}
.ad03 .ad-box{ border:1px #85cafa solid; background:#f3f9fd;}
.ad-box p{
 margin:3px 0 0 0;
 padding-left:130px;
 font-size:0.9em;
 color:#5d5d5d;
}
.ad-box-title{ font-weight:bold; line-height:25px; }
.ad01 .ad-box-title{ color:#bd3d23; }
.ad02 .ad-box-title{ color:#2eb41e; }
.ad03 .ad-box-title{ color:#2078b7; }

.slink a{ 
 background:url(img2/shousai.gif) no-repeat;
 display:block;
 width:94px;
 height:31px;
 margin-top:5px;
 _margin-top:0px;
 text-indent:-5000px;
 float:right;
}
.slink a:hover{
 background:url(img2/shousaih.gif) no-repeat;
}

/*短期取得資格テーブル*/
table.sikakutanki {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:1.0em;
}

table.sikakutanki th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #e7f3fd;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    font-size:1.2em;
    text-indent:15px;
}
table.sikakutanki td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
table.sikakutanki td p{
    padding:0 15px;
    margin:10px 0px;
}

.right{
 display:block;
 text-align:right;
}

.news{
 display:block;
 width:460px;
 border:1px solid #cacaca;
 line-height:26px;
 text-indent:20px;
 background:url(img/new.gif) no-repeat;
}

/* ブログ記事資格adタブ表示用スタイル by maru */
ul.idTabs {
	background: #eee;
	padding: 0px;
	list-style: none;
	margin: 20px 0px 0px;
}
.idTabs li {
	float: left;
}
.idTabs a {
	display: block;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
}

.idTabs .t1 {
	background: url(img/tab1.gif) no-repeat;
	width: 188px;
}
.idTabs .t2{
	background: url(img/tab2.gif) no-repeat;
	width: 141px;


}
.idTabs .t3 {
	background: url(img/tab3.gif) no-repeat;
	width: 107px;
}

#tab1 {
	background: #E4FEE1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab2 {
	background: #FFE9E5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tab3 {
	background: #DFF0FD;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*  /ブログ記事資格adタブ表示用スタイル */



span.shousai6 {
	display:block;
	text-align: center;
}

span.shousai6 a{
	display:block;
	width:292px;
	height:33px;
	background:url(img2/shousai5.gif) no-repeat;
	text-indent:-5000px;
	margin:0 auto 25px;
        right: 20px;
	overflow: hidden;
}
span.shousai6 a:hover{
    background:url(img2/shousai6.gif) no-repeat;
}
.bbb /* 大き目の黒文字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.box3
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0 15px;
    border: 1px solid #ffb6c1;
    bckground: #fdfefc;
}



.box2
{
    width: auto; 
    margin: 5px 0;
    padding: 5px;
    border: 1px dotted #ccc;
    background:#EAFFFF;
    color:#000000;
}



