/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #0033ff; text-decoration: underline; }
a:hover { color: #ff0000; }
strong {color:#333;}

/* リンク色（ヘッダー） */

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


/* リンク色（サイドメニュー） */

.module-content a { color: #6699cc; }
.module-content a:hover { color: #fff; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* ページレイアウト */

body
{
   min-width: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: x-small;
   text-align: center;
   color: #000;
   background: #fff ;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 750px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 200px;
   background: url(img/top.jpg)  no-repeat;
}

#banner-inner
{
   position: static;
   height: 200px;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:75px; left:20px;
}


/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; top:25px; right:25px;
   color: #66837d;
}


/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: nomal;
   color: #fff;
}

#banner-description
{
   display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif);
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   margin: 0 auto; 
   text-align: left;
   font-size: 13px; 
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#alpha-entry { 
   display: inline; /* ie win bugfix */
   position: relative;
   min-height: 1px; 
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
   margin: 0 10px 10px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 10px;
   border: 1px solid #68a8c2;
   background: #fff;
}
#alpha-inner a { 
   margin:0 0.6em 0 0;
   line-height:1.3em;
}
#alpha-inner1 { 
   padding: 10px 0 10px 0;
   border: 1px solid #68a8c2;
   background: #fff;
}
#alpha-inner1 a { 
   margin:0 0.6em 0 0;
   line-height:1.3em;
}

#alpha-entry { 
   margin: 0 auto; 
   width: 728px; 
}
#alpha-entry-inner { 
   padding: 5px 0 10px 5px;
   border: 1px solid #68a8c2;   
   background: #fff;
}
#alpha-entry-inner a { 
   margin:0 0.6em 0 0;
   line-height:1.3em;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }


/* 記事部分コンテンツ */

.archive-header
{
   position: relative;
   width: auto;
   height: 32px;
   margin: 0;
   padding-left: 55px;
   padding-top: 5px;
   color: #336699;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

.img { float: left; margin: 5px 5px 5px 0; }
.img1{margin:0px 0px 5px 0px;}
.img2{margin:5px 5px;}
.ads{margin: 10px 0;}
.ads3{margin: 15px 0 10px 0;}
.adsj{ margin: 30px 0; }
.adsj a{ font-size: 14px; font-weight: bold; }

.ads3j{  
        position: relative;
        width: 167px; 
        height: 100px; 
        margin: 0px 18px 10px 5px ;
        padding: 5px 5px ; 
        background: #fff ; 
}
.ads3j a{ font-size: 14px; font-weight: bold; }

.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 13px;
   font-weight: bold;
}

.entry-content { position: static; clear: both;  }
.entry-content1 { position: static; clear: both;
                        border: 1px solid #336699;
                        margin-top: 10px;
                        padding: 5px 0 10px 5px;  
                        width: 720px;
 }
.entry,
.entry-more { clear: both; }
.entry-body1{
    font-size: 14px;
    line-height: 1.5;
}
.entry-body2{
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #dae0e6;
   color: #999;
}

.gotop { text-align: right;  clear: both;}


.content-nav { background: #ffffff; }
.content-nav-bread{ background: #ffffff;
                              text-align: right;
}
.content-nav-bread a { margin:0 0.4em 0 0;
}

/* トラックバック関連 */

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #669900;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}


/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }
#comment-post { font-weight: bold; }
.comments-header,.comments-open-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.comment-content,
.comment-footer,
.comments-open-footer { margin: 10px 0; }
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }


/* フッター */

#footer
{
   width: 750px; /* necessary for ie win */
   height: 80px;
   background: url(img/footer.jpg)  no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #66837d;
   line-height: 80px;
}

.footer-navi
{ 
   background: url(img/bbg.gif);
   font-size: 10px;
   font-weight: normal;
　 color: #66837d;
   text-align: center;
   line-height: 20px;
   clear: both;
}
.footer-navi h4{
   font-size: 12px;
   font-weight: normal;
　 color: #66837d;　　　     
   text-align: center;
   line-height: 20px;
   clear: both; 
}

/* サイドメニュー内部 */
.ads-side{ margin: 5px 0 10px 10px; }
.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #68a8c2;
   font-size: 12px;
   font-weight: nomal;
   line-height: 16px;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 10px 0;
   padding: 0;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
   width: 178px; 
   height: 25px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   text-decoration: none;
   color: #666;
}

.module-list-item a:hover
{
   background: #6699cc;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #fff;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}

/*  table（ランキング）
-------------------------------------------------------------*/
table#table-02{
	 margin-bottom: 30px;
	 margin-top: 15px;
	 border: 1px solid #757575;
	 border-collapse: collapse;
	 background: #ffffff;	
}


#table-02 th{
	color: #000000; /*文字色を黒にする*/
	font-size: 14pt; /*文字のサイズ*/
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";/*フォント*/
	font-weight: normal; /*文字の太さをノーマルにする*/
	padding: 5px 0 5px 10px;
	background: url(img/th-bg.jpg) repeat-x bottom;	
	border-top: solid 1px #cccccc;/*上の枠線*/
	border-bottom: solid 1px #cccccc;/*下の枠線*/

}

#table-02 th.no1{ background: url(img/th-bg2.jpg) repeat-x bottom; }

#table-02 td{
	padding: 8px 5px 5px; /*上を8px、左右を5px、下を5px*/
	font-size: 11pt;
}
.b { font-weight: bold; } /* 太字 */
.orange { color: #ff9900; } /* オレンジ */

/*
装飾用文字色
-------------------------------------------------------------------*/


/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.ore { color: #ffa500}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }
.big18 { font-size: 18px; }
.big24 { font-size: 24px; }
.big16 { font-size: 16px; }


/*文字を装飾します*/
.line { background: #ffff00; }

/*-------------------------------------------------
	テーブル
--------------------------------------------------*/

/*-------------------------------------------------
	比較表1
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.hikakutbl table {
	width: 500px;
	margin: 5px 0 10px 5px;
	padding: 0;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;

}

.hikakutbl th {
	margin: 0;
	padding: 3px 0;
	border: 1px solid #CCCCCC;
	font-size: 16px;
         font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(img/te.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


.hikakutbl td {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

td.price {
	margin: 0;
	padding: 0;
	width: 65px;
	text-align: center;
	font-size: 14px;
}

td.hikakutxt {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	line-height: 130%;
}

.imgtitle1 {
 	font-size: 16px;
        font-weight: bold;
         color:#fff;
}

.imgtitle {
	margin: 5px 0px 2px 5px;
         font-weight: bold;
         color:#ff0000;
 	font-size: 16px;
}

.imghikaku {
	margin: 0px 10px 10px 10px;
	
	padding-top: 5px;
}


td.no01 {
	width: 125px;
	height: 120%;
	padding-left: 30px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}



td.no02 {
	width: 125px;
	height: 120%;
	padding-left: 30px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}

td.no03 {
	width: 125px;
	height: 120%;
	padding-left: 30px;
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}


td.no04 {
	width: 125px;
	height: 120%;
	padding-left: 30px;
	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
td.no05 {
	width: 125px;
	height: 120%;
	padding-left: 30px;
	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}



/*
テーブル申込ボタン
-------------------------------------------------------------------*/

.link-kuchikomi {
   	background: url(img/kochira.gif) no-repeat left ;
       text-align: left;
       float: right;

	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding-left: 50px;

}
