/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */

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


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

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }


/* リンク色（サイトタイトル） */

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

#banner2 a { color: #616161; text-decoration: none; }
#banner2 a:hover { color: #616161; }

/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px;
}
* html .pkg { display: inline-block; }
/* no ie mac ＼*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


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

body {
    min-width: 750px;
    text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 0.8em;
    color: #666;
    background: #f5f5f5;
    line-height: 1.5;
background:#fff;
background:url(image/bg3.gif) repeat;
 


}

#container
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}


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

#banner {
    position: relative;
    margin: 0px;
    width: 750px; /* necessary for ie win */
    height: 70px;
    background: url(image/top02.jpg) center no-repeat ;
}
#banner2 {
    position: relative;
    margin: 0px;
    width: 750px; /* necessary for ie win */
    height: 70px;
    background: url(image/top03.jpg) center no-repeat ;
}
/* ヘッダー（サイトタイトル） */

#banner h1
{
    margin: 0;
    color: #616161;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:12px; left:12px;
    text-indent:-5000px;
}
#banner p a{color:#616161;}
#banner p
{
    margin: 0;
    color: #616161;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:5px; left:15px;
}
#banner2 h1
{
    margin: 0;
    color: #616161;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:12px; left:22px;
}
#banner2 p a{color:#616161;}
#banner2 p
{
    margin: 0;
    color: #616161;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:5px; left:15px;
    text-indent:-5000px;
}
/* ヘッダー（検索ボックス） */

#banner-search
{
    position:absolute; bottom:12px; right:12px;
    color: #fff;
}


/* ヘッダーその他（変更不要） */

#banner-description
{
    display: none;
}


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

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

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

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

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

#alpha { 
    width: 548px; 
}

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

#beta {
    width: 200px;
}

#beta .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px 0 0 10px;
}

/* 記事部分レイアウト */


/* 記事部分見出し */

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p＼osition: relative;
    width: 100%;
    height: 42px;
    w＼idth: auto;
    background: url(image/h2.jpg) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

.archive-header2 {
    /* ie win (5, 5.5, 6) bugfix */
    p＼osition: relative;
    width: 100%;
    height: 36px;
    w＼idth: auto;
    background: url(image/bh2.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

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

.entry
{
    line-height: 1.5;
    margin: 10px;
}

.both {clear: both;}

.entry-header {
    margin-top: 10px;
    height: 30px;
    background: url(img/eh.gif) no-repeat  ;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
    text-indent: 25px;
}

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

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

.content-nav
{
    background: #ffffff;
    margin: 5px 0;
    text-align: center;
    text-align: left;
}

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

.img
{
    float: left;
    margin-right: 0px;
    text-align: center;
}

.entry h2
{
    font-size: 12px;
    font-weight: normal;
}

/* フッター */

#footer
{
    position: relative;
    margin: 0px;
    padding: 0;
    width: 750px; 
    height: 45px;
    background: url(image/footer.gif) center no-repeat ;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    color: #757677;
    line-height: 45px;
}

.footer-navi
{
    text-align: center;
    font-size: 0.8em;
    clear: both;
}


/* サイドメニュー内部 */

.module-header {
    width: 190px;
    height: 50px
    color: #fff;
    background: url(img/ah.gif) ;
    line-height: 36px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content p {
    padding: 0 5px;
}
ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}
li a
{
    width: 190px; 
    background: url(img/li.gif) ;
    text-indent: 23px;
    display: block;
    font-size: 0.8em;
    line-height: 31px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #666;
}



li a:hover
{
    background: url(img/lih.gif) ;
    color: #ff6600;
}
dl
{
   margin: 0;
   padding: 0;
}
.center
{
    text-align: center;
}

.pickup1
{
   width: 45%; 
   margin: 10px 5px 10px 5px;
   padding: 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border-right: 1px dotted #999;
   border-bottom: 1px dotted #999;
}

.content
{
   background-color: #f5f5f5;
   padding: 5px;
}

.box
{
   margin: 10px;
   border: 1px solid #999;
   background-color: #fff ;
   padding: 10px;
   clear: both;
   background:url(image/boxbg.gif) no-repeat top right;

}
.box-entry
{
   margin: 30px;
   border: 1px solid #999;
   background-color: #fff ;
   padding: 10px;
   clear: both;
   background:url(image/boxbg.gif) no-repeat top right;

}
.listlabel .midashi1
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(http://www.1siryoku.net/image/ah_01.gif)  no-repeat ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}
.listlabel .midashi2
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(image/ah_02.gif)  no-repeat ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}
.listlabel .midashi3
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(image/ah_03.gif)  no-repeat ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}
.listlabel .midashi4
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(image/ah_04.gif) no-repeat  ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}
.listlabel .midashi5
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(image/ah_05.gif) no-repeat  ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}
.listlabel .midashi6
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(image/ah_06.gif) no-repeat  ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}
.listlabel .midashi7
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(image/ah_07.gif)  no-repeat ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}
.listlabel .midashi8
{
    width: 190px;
    height: 50px
    color: #fff;
    background: url(image/ah_08.gif) no-repeat ;
    line-height: 50px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-indent:-5000px;
}

table {
	border-spacing:1px;
                width:490px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	background-color:#60b4fa;
	color: #595959;
}
caption {
	font-weight: bold;
	background: #fd8b94 url(img/dfs.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

td, th {
	padding: 4px;
}
.rightline{
               text-align:right;
               text-indent:-70px;
}
thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody td a:link, tbody td a:visited{
	color:#96D030;
	background:url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}





.line{
background-color:#ffff00;

}
.blue1{color: #2B60FF;font-weight: bold}
.blue  {color: #2B60FF; font-weight: normal }
.red1 {color: #FF5555; font-weight: bold }
.red  {color: #FF5555; font-weight: normal }
.black {color:#5F5F5F; font-weight: bold }
.point {color:#EA7500; font-weight: bold; font-size: 14px; }
.black1 {color:#000000; font-weight: normal }
.kakomi {

	font-size: small;
	line-height: 180%;
	margin: 10px 15px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 7px;
	border: 2px solid #809FFF;
}


.kakomi2 {

	font-size: small;
	line-height: 180%;
	margin: 10px 15px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 1px;
	border: 2px dotted #809FFF;


}




.kakomidayo {

	font-size: small;
	line-height: 190%;
	margin: 10px 5px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 1px;
	border: 1px dotted #0035D5;



}

.topnavi
{
     text-decoration:none; 
     text-align:center;
     font-family:MS UI Gothic,Arial, Helvetica, sans-serif; font-weight:bold;
     font-size:110%;
     width:730px;
      height:30px;
      margin:0 0 0 0;
      padding:0 0 0 0;
      text-align:center;

}
.top-link a
{
    text-decoration:none; 
    background:url(image/navibg2.gif) no-repeat;
    width:146px;
    height:40px;
    padding:10px 0px 0px 0px;
    float:left;
    margin:0;
    color: #606164;
    border-bottom:2px solid #9c9c9c;
}
*html .top-link a
{

    background:url(image/navibg2.gif) no-repeat;
    width:146px;
    height:40px;
    padding:10px 0px 0px 0px;
    display:block;
    float:left;
    margin:0;
    color:#fff;
    border-bottom:2px solid #9c9c9c;
}
.top-link a:hover{ color:#716eff;
    background:url(image/navibg2h.gif) no-repeat;
    width:146px;
    height:40px;
    padding:10px 0px 0px 0px;
    display:block;
    float:left;
    margin:0;
}



.hikaku table,td,th {
	border-collapse:collapse;
	margin:0;
	padding:0;

}
.shurui table,td,th {
	border-collapse:collapse;
	margin:0;
	padding:0;

}

.hikaku table {
	border: none;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
                width:500px;
                border:1px solid #6c6d6d;
}
.shurui table {
	border: none;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
                width:500px;
                text-align:center;
                border:1px solid #6c6d6d;
}

.hikaku table caption {
	background-color: ffffff;
	background-image: url(cap_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align:left;
	font-size:150%;
	text-transform:uppercase;
	line-height: 30px;
	letter-spacing:0px;	
}

.hikaku td, th{	
	vertical-align:top;
	font-weight:normal;	
}

.hikaku thead {
	border-left:1px solid #6c6d6d;	
}

.hikaku thead th {
	background: #60b4fa;
	color: #fff;
	font-size: 125%;
	border-top:1px solid #6c6d6d;
	border-right:1px solid #6c6d6d;
	padding: 4px 0.4em 4px 0.4em;	
}
.shurui thead th {
	background: #60b4fa;
	color: #fff;
	font-size: 125%;
	border-top:1px solid #2293FF;
	border-right:1px solid #2293FF;
	padding: 4px 0.4em 4px 0.4em;	
}
.oll2{
	background: #2293FF;
	color: #FFFFFF;
	font-size: 125%;
	border-top:1px solid #2293FF;
	border-right:1px solid #2293FF;
	padding: 4px 0.4em 4px 0.4em;
                width:140px;
                padding:50px;
                text-align:center;
}

.hikaku tfoot td, tfoot th {
	border-top:1px solid #2293FF;
	border-right: none;
	font-weight: bolder;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}
.shurui tfoot td, tfoot th {
	border-top:1px solid #2293FF;
	border-right: none;
	font-weight: bolder;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

.hikaku tbody td,tbody th {
	background-color: #bddfff;
	border-right:1px solid #2293FF;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
                text-align:right;
}
.shurui tbody td,tbody th {
	background-color: #bddfff;
	border-right:1px solid #2293FF;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
               text-align:center;
}

.hikaku tbody tr.odd th, tbody tr.odd td{
	background-color: #BDDFFF;
}

.hikaku tbody th{	
	font-weight: bold;	
	border-left:1px solid #2293FF
}

.hikaku table a:link, table a:visited, table a:active {	
	color:#444F66;
	background-color: transparent;
	text-decoration: underline;
}

.hikaku table a:hover {
	text-decoration:none;
	background-color: #1E90FF;
	color: #FFFFFF;
}

.tejun img{
               margin:5px;
}
.tejun .img{
               background:#ffffff;
}
.tejun table{
                width:510px;
}

.topbanner{
                width:718px;
                height:245px;
                background:url(image/banner2.jpg) no-repeat;
                padding:5px 0 0 32px;
                text-align:left;
 }
.container .topbanner p{
                color:#5d5d5e;
}
.hikaku tbody th{
                background:#60b4fa;
                color:#fff;
}
.shurui tbody th{
                background:#60b4fa;
                width:80px;
                color:#fff;

}

.naviblock1{
                width:245px;
                height:245px;
                background:url(image/001.gif) no-repeat;
                float:left;
                margin:0 0 10px 8px;
                padding:30px 0 0 0;
}

.naviblock2{
                width:245px;
                height:245px;
                background:url(image/002.gif) no-repeat;
                float:left;
                margin:0 0 10px 8px;
                padding:30px 0 0 0;
}
.naviblock3{
                width:245px;
                height:245px;
                background:url(image/003.gif) no-repeat;
                float:left;
                margin:0 0 0 8px;
                padding:30px 0 0 0;
}
.naviblock4{
                width:245px;
                height:245px;
                background:url(image/004.gif) no-repeat;
                float:left;
                margin:0 0 0 8px;
                padding:30px 0 0 0;
}
.bodynavi p{
                padding:0 0 0 40px;;
                color:#828080;
}
.navititle{
                font-weight:bold;
                font-size:120%;
                margin-top:30px;
                padding:30px 0 0 45px;
                color:#646363;
}
*html .bodynavi img{
                position:absolute;
                margin:225px 0 0 48px;
 
}
.bodynavi img{
                position:absolute;
                margin:200px 0 0 48px;
 
}