* 基本レイアウト
------------------------------------------------------ */
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: #0099ff; 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(img3/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(img3/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: #0099ff;
    font-weight: bold;
    text-decoration: none;
}

#navi li a:hover { color: #ffa500;}

#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(img3/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: 420px;
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	position:absolute; top: 25px; left: 260px;
}

#header p {
	margin: 0 ;
	padding: 0;
	width: 420px;
	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: 260px;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------ */
#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 5px;
 clear:both;
 border-bottom:1px dotted #cacaca;
}
#side .sidernk div p{
 width:170px;
 float:right;
 margin:0;
 font-size: 0.8em;
}
/* 記事部分見出し
------------------------------------------------------ */
.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 25px 0 0;
	line-height: 45px;
	padding: 0 5px 0 30px;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #000;
	background: url(img3/hd.gif) no-repeat top right;
}

.header-rank {
	/* 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.5em;
	font-weight: bold; 
	font-family: "ＭＳ Ｐ明朝,平成明朝";
	text-align: left;
	clear: both;
	color: #000;
	background: url(img2/toprankbana.gif) no-repeat top right;
}

.header-con {
        width: 715px;
        margin: 20px 0;
        background: #fff;
        border: 1px solid #ccc;
}

.header-tex {
        width: 695px;
        color: #444;
        margin: 0 auto;
        padding: 10px 0 10px;
}

.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: 714px;
        height: 31px;
	margin: 10px 0 5px;
	line-height: 1.25;
	padding: 5px 5px 0 15px;
	font-size: 1.2em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
        background: url(img3/header2bg.gif) no-repeat;
	color: #000;
}

.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: 0 0 20px 0;
 border: 1px solid #ccc;
 background: #fef9de;
 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;
}

#side li a {
	width: auto; 
	_width: 100%; 
	padding: 10px 3px 10px 25px;
	color: #000;
	display: block;
	line-height: 1.5;
	margin: 0 0;
	font-size: 0.9em;
	text-decoration: none;
	background: url(img3/li.gif);
        border-bottom: 1px solid #fff;
}

#side li a:hover {
	background: url(img3/lih.gif) no-repeat;
}

#side li.sidetitle {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
        color: #fff;
        font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	line-height: 45px;
	display: block; 
	background: url(img3/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(img2/st.gif) no-repeat;
	border-left: none;
	text-indent: 10px;
}

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

.sidebottom{
 height:10px;
}
/* コンテンツ装飾
------------------------------------------------------ */
.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 25px 0 10px 30px;
	font-size: 0.9em;
	background: url(img2/mokuji.gif) no-repeat #fff;
}

#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: 20px;
}
.box li {
        list-style-image: url(img3/yajirushi.gif);
}

.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: 1em; 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;
}

.hyou {
  width: 685px;
  border:solid 1px #999;
  border-collapse:collapse;
  text-align: center;
}  
.hyou td {
  width: 90px;
  padding: 10px 10px; 
  border:solid 1px #999; 
  text-align: left;
}

.hyou1 td {
  padding: 10px 10px; 
  border:solid 1px #999; 
  text-align: left;
}
.hyou th { 
  background: url(img2/hyoubg.gif) repeat-x;
  border:solid 1px #999;
  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;
}

.br2 { 
	font-weight: normal;
	font-size: 1.2em;
	color: #f30;
}

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

.mblue { color: #4169e1; } /* 水色 */ 
.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: url("img/pinkline.gif") ;
}



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

.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 5px 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;
}

/*運営者情報*/
#home a{
 display:block;
 width:48px;
 height:48px;
 background:url(img3/home1.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right: 120px;
}
#home a:hover {
  background: url(img3/home2.gif) no-repeat;
}

#rss a{
 display:block;
 width:48px;
 height:48px;
 background:url(img3/rss1.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right: 60px;
}
#rss a:hover {
  background: url(img3/rss2.gif) no-repeat;
}

#un a{
 display:block;
 width:48px;
 height:48px;
 background:url(img3/un1.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right:0px;
}
#un a:hover {
  background: url(img3/un2.gif) no-repeat;
}

.ranking1{
 width:695px;
 _width:715px;
 margin:0 0 5px 0;
 padding:10px;
 background:url(img/topranking.gif) no-repeat bottom;
}
#main .ranking1 p{
 color:#6d5900;
}
.rtitle1{
 width:695px;
 _width:715px;
 height:45px;
 margin:10px 0 0 0;
 padding:5px 10px 0 10px;
 line-height:50px;
 font-size:1.6em;
 text-indent:70px;
 background:url(img/topranking.gif) no-repeat top;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 color:#6d5900;
}

.ranking2{
 width:715px;
 margin:0 0 0 0;
 padding:0;
 background:url(img3/topranking2.gif) no-repeat top;
}
.ranking2bottom{
 width:715px;
 height:10px;
 margin:0 0 0 0;
 padding:0;
 background:url(img3/topranking2.gif) 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:50px;
 padding:5px 0 0 0;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 font-size:1.6em;
 text-indent:60px;
}

/*  トップページランキング4～6位
-------------------------------------------------------------*/
.rank4 {
  border-collapse:collapse;
  margin: 5px 0;
  border: 1px solid #777;
}
.trtitle4 {
  background: url(img3/tr4.gif) no-repeat;
  text-indent: 70px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.trtitle5 {
  background: url(img3/tr5.gif) no-repeat;
  text-indent: 70px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.trtitle6 {
  background: url(img3/tr6.gif) no-repeat;
  text-indent: 70px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.trtitle7 {
  background: url(img3/tr7.gif) no-repeat;
  text-indent: 70px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.trtitle8 {
  background: url(img3/tr8.gif) no-repeat;
  text-indent: 70px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.trtitle9 {
  background: url(img3/tr9.gif) no-repeat;
  text-indent: 70px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}

.rank4 td{
  padding: 5px;
  vertical-align: top;
}
.rank4 .rank04 {
  background: #cfffca;
  margin: 5px;
  padding: 5px;
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
}

.rankdai { border-bottom: 1px dashed #999;}

.clear{
 clear:both;
}

.ranking10{
 width:715px;
 margin:0 0 0 0;
 padding:0;
 background:url(img/rnk1.jpg) no-repeat top;
}
#main .ranking10 p{
 width:550px;
 _width:675px;
 padding:0 10px 0 130px;
}
#main .ranking10 ul{
 width:550px;
 _width:675px;
 padding:0 10px 0 150px;
}

.ranking10bottom{
 width:715px;
 height:30px;
 margin:0 0 5px 0;
 padding:0;
 background:url(img/rnk1.jpg) no-repeat bottom;
}

.rtitle10{
 display:block;
 height:50px;
 line-height:90px;
 padding:5px 0 0 100px;
 margin:0 0 0 0;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB";
 font-size: 1.7em;
 text-indent: 60px;
 color:#6495ed;
}





/* メインページ詳細
------------------------------------------------------ */
.shousai a{
  display:block;
  width:303px;
  height:47px;
  background:url(img3/shousai1.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:30px;
  top:20px;
  float:right;
}
.shousai a:hover{
  background:url(img3/shousai2.gif) no-repeat;
}

.shousai2 a{
  display:block;
  width:171px;
  height:26px;
  background:url(img3/shousai02.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:80px;
  top:5px;
  float:right;
}
.shousai2 a:hover{
  background:url(img3/shousai22.gif) no-repeat;
}

.shousai3 a{
  display:block;
  width:171px;
  height:26px;
  background:url(img2/shousai03.gif) no-repeat;
  text-indent:-5000px;
  text-align: center;
  position:relative;
  top:10px;
  margin: 0 auto;
}
.shousai3 a:hover{
  background:url(img2/shousai33.gif) no-repeat;
}

.shousai4 a{
  display:block;
  width:171px;
  height:26px;
  background:url(img3/shousai02.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:10px;
  top:10px;
  float:right;
}
.shousai4 a:hover{
  background:url(img3/shousai22.gif) no-repeat;
}

/* ブログ記事/詳細ボタン
------------------------------------------------------ */
.sshousai a{
  display:block;
  width: 284px;
  height: 66px;
  background: url(img3/sshousai1.gif) no-repeat;
  text-indent:-5000px;
  position:relative;
  right:200px;
  float:right;
}
.sshousai a:hover{
  background:url(img3/sshousai2.gif) no-repeat;
}

/* 各ページテーブル詳細
------------------------------------------------------ */
.shop {
  width: 690px;
  border-collapse:collapse;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.shop td {
  padding: 10px 10px;
}
.shop1 {
  width: 340px;
  text-align: center;
  background: url(img2/hyoubg.gif) repeat-x;
  border-right: solid 1px #999;
  border-bottom: dashed 1px #999;
  padding: 5px 5px;
}
.shop2 {
  width: 340px;
  text-align: center;
  background: url(img2/hyoubg.gif) repeat-x;
  border-bottom: dashed 1px #999;
  padding: 5px 5px;
}

/* トップページnew info新着情報
------------------------------------------------------ */
.news{
 display:block;
 width:460px;
 border:1px solid #cacaca;
 line-height:26px;
 text-indent:20px;
 background:url(img/new.gif) no-repeat;
}

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

.news li {
  list-style-type:square;
}

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



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

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



.p11mark
{
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:30px;
	height: 30px;
        color: #003399;
	background: url(img/flower06-005.gif) no-repeat left;
　　　　padding:0 10px 10px 10px;
        text-indent: 35px;

}


.p22mark
{
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:30px;
	height: 30px;
        color: #003399;
	background: url(img/flower06-007.gif) no-repeat left;
　　　　padding:0 10px 10px 10px;
        text-indent: 35px;

}

.p33mark
{
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:30px;
	height: 30px;
        color: #003399;
	background: url(img/flower06-008.gif) no-repeat left;
　　　　padding:0 10px 10px 10px;
        text-indent: 35px;

}


.box10
{
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    border: 5px double #e6e6fa;
}


.fs20
{
	font-size: 20px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:70px;
	height: 60px;
        color: #ff1493;
	padding:10px 0 0 0;

}

.po111mark
{
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:50px;
	height: 50px;
        color: #ff1493;
	background: url(img/flower05-002.gif) no-repeat left;
　　　　padding:0 0 0 10px;
        text-indent: 40px;

}


/*文章ノート*/
#main p.note{
    width: auto;
    margin: 25px 20px 0 0;
    background-image: url(img/dottedline.gif);
    line-height: 25px;
}

.p14mark
{
	display: block;
	font-size: 16px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	line-height:70px;
	height: 50px;
        color: #003399;
	background: url(img/po6.gif) no-repeat left;
　　　　padding:0 0 0 10px;
        text-indent: 60px;

}

/*短期取得資格テーブル*/
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;
}





.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;}



.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;
}
.bana-1 a{
    display:block;
    width: 238px;
    height: 65px;
    background:url(img/facepack-bana.jpg) no-repeat;
    text-indent:-5000px;
    margin:10px 0;
    overflow:hidden;

}
.bana-1 a:hover{
    background:url(img/facepack-banah.jpg) no-repeat;
}

.bana-2 a{
    display:block;
    width: 234px;
    height: 70px;
    background:url(img/biganki-bana.jpg) no-repeat;
    text-indent:-5000px;
    margin:10px 0;
    overflow:hidden;

}
.bana-2 a:hover{
    background:url(img/biganki-banah.jpg) no-repeat;
}
