/* 基本レイアウト */

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


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

a { color: #9999cc; text-decoration: underline; }
a:hover { color: #996699; }


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

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


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

.module-content a { color: #9999cc; }
.module-content a:hover { color: #996699; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	color: #003399;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003399;
	border-left-color: #003399;
	margin-bottom: 5px;
}
h3
{
   margin: 0;
   padding: 0;
}

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

body
{
   min-width: 730px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 0.85em;
   text-align: center;
   color: #666;
   background: url(img/bg.gif) #fff ;
}

table,th,td {
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 0.95em;
	line-height: 1.5;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	border-collapse: collapse;
}
#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 730px;
}

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


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

#banner
{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 140px;
   /*background: url(http://infoweb.xsrv.jp/img/0.jpg)  no-repeat top right;*/
}

#banner-inner
{
   position: static;
   height: 130px;
   background: url(img/top.jpg)  repeat-x ;
   filter: alpha(style=1,opacity=70,finishopacity=70);
}

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

#banner-header
{
   margin: 0;
   color: #483D8B;
   font-size: 20px;
   font-weight: bold;
   font-family: Tahoma, verdana, arial, osaka, helvetica;
   line-height: 1.5;
   position:absolute; top:50px; left:20px;
}


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

#banner-search
{
   position:absolute; bottom:25px; left:45px;
   color: #fff;
}


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

.banner-des
{
   position:absolute; top:80px; left:20px;
   width: 680px; 
   font-size: 0.85em;
   font-weight: bold;
   color: #666;
}

#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
}

#pagebody-inner { position: static; width: 100%; text-align: left; }

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

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

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


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

#alpha { 
   margin: 0 10px 10px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 10px;
   border: 1px solid #e6e6fa;
}


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

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

/* 記事部分コンテンツ */
.img { float: left; margin: 5px 5px 5px 0; }

/* フッター */

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

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

.footer-navi
{ 
   background: #fff;
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
}

/* サイドメニュー内部 */
.module-header
{
   position: relative;
   width: 180px; 
   height: 16px;
   margin:0;
   padding: 5px 0;
   color: #483d8b;
   background: #e6e6fa;
   font-size: 12px;
   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:#0000CD;
}

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

.ads-side
{
   width: 178px; 
   height: auto;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   margin-bottom: 10px;
   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;
}
#ads-unit{
   margin: 5px 0px;
}
.pankuzu-list{
	font-size: 12px;
}
.pankuzu-list a{
	color: #0000CD;
}

.info-list
{
   margin: 10;
   padding: 5;
}

.info-list-item
{

   font-size: 0.95em;
   line-height: 25px;
   margin: 2px 0;
}
.module-categories strong{
	display: block;
}