/* 基本レイアウト */

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


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

a { color: #cccc99; text-decoration: underline; }
a:hover { color: #ff9999; }


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

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


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

.module-content a { color: #cccc99; }
.module-content a:hover { color: #ff9999; }


/* 見出し */

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: 12px;
   text-align: center;
   color: #ccc;
   background: #fff ;
   line-height: 1.5;
}

#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: 250px;
   background: url(img/0.jpg) right no-repeat;
}

#banner-inner
{
   position: static;
   width: 750px;
   height: 250px;
   background: url(img/top.gif)  no-repeat;
}


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

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


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

#banner-search
{
   position:absolute; top:175px; left:30px;
   color: #ccc;
}


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

.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; 
   padding: 10px 0;
   margin: 0 auto; 
   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;
}


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

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


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

.archive-header2 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 36px;
    w\idth: auto;
    background: url(img/h.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;
}

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

.both {clear: both;}

.entry-header2 {
    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-header2 a,
.entry-header2 a { text-decoration: none; }

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

.box2
{
   margin: 10px;
   border: 1px dotted #999;
   background-color: #696969;
   padding: 10px;
   clear: both;
}

dl
{
   margin: 0;
   padding: 0;
}
.center
{
    text-align: center;
}

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

.img { float: left; margin: 5px 5px 5px 0; }

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

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }
.entry-body { width: 100%; }
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #ccc;
   color: #999;
}

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



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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #ccc;
   padding: 0 10px;
   color: #999;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 10px;
   color: #ccc;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #ccc;
   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
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 10px;
   color: #ccc;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.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;
   color: #999999;
   position:absolute; top:30px; right:25px;
}

.footer-navi
{ 
   background: url(img/bbgf.gif);
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   clear: both;
   color: #fff;
}

.footer-navi a
{ 
   color: #fff;
}

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

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #999999;
   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;
   color: #999;
}

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

.module-list-item a
{
   width: 178px; 
   height: 25px;
   background-color: #333;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #999;
   text-decoration: none;
   color: #cccc99;
}

.module-list-item a:hover
{
   background: #cccc99;
   border: 1px solid #ccc;
   color: #333;
}
.siderank {
	color:#FF6666;
	font-size:120%;
	line-height:120%;
                font-weight:bold;
                text-align: center;
}

/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
   width: auto; 
   height: auto;
   margin: 5px 0;
   padding: 5px;
   color: #ccc;
   border: 1px solid #fff;
   line-height: 1.5;
}
.pickup1
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: left;
}
.pickup2
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: right;
}

.pickup3
{
   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;
}
.pickup4
{
   width: 92%; 
   margin: 10px 5px 10px 5px;
   padding: 5px;
   color: #ccc;
   line-height: 1.5;
   float: left;
   border-right: 1px dotted #999;
   border-bottom: 1px dotted #999;
}
.ranku1
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #ccc;
   background: url(img/point1.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.ranku2
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #ccc;
   background: url(img/point1.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.ranku3
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #ccc;
   background: url(img/point1.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

/* 表示補助 */

.b {
	font-weight:bold;
}
.red {
	color:#cc0000;
}
.blue {
	color:#0000cc;
}
.green{
	color:#006600;
}
.red-b {
	border-bottom:solid 2px #FF0000;
	line-height:140%;
	font-weight:bold;
}
.red2-b {
	border-bottom:solid 2px #FF6666;
	line-height:140%;
	font-weight:bold;
}
.blue-b {
	border-bottom:dashed 2px #0000cc;
	line-height:140%;
	font-weight:bold;
}
.mark-1 {
	background-color:#CCCCCC;
	padding:0px 2px 0 2px;
	line-height:140%;
}
.mark-2 {
	background-color:#ebcc33;
	padding:0px 2px 0 2px;
	line-height:140%;
}
.mark-3 {
	background-color:#eb99cc;
	padding:0px 2px 0 2px;
	line-height:140%;
}


.f10 {
	font-size:100%;
	line-height:120%;
}
.f12 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
}
.f14 {
	font-size:140%;
	line-height:140%;
	font-weight:bold;
}
.f16 {
	font-size:160%;
	line-height:140%;
	font-weight:bold;
}
.red2 
{
   color: #FF6666;
}
.red3 {
	color:#FF0000;
}
ul.type2 {
	list-style-type:none;
	font-size:90%;
	font-weight:bold;
	color:#000066;
	margin:5px 0 5px 0;
	padding:10px 15px 5px 15px;
	background:#f0f2f3;
	border:solid 1px #bbc2c9;
}
ul.type2 li {
	background:url(http://www.y-syaken.com/img/check.gif) no-repeat top left;
	padding:0 0 10px 23px;
}
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
table.type1 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	font-size:100%;
                color: #333;
	line-height:140%;
	border:solid 2px #bbc2c9;
	background:#ffffff;
	margin:10px 0 10px 0;
}
table.type1 th {
	text-align:center;
	padding:2px 5px;
	border:solid 1px #bbc2c9;
	background:#f0f2f3;
}
table.type1 td {
	text-align:center;
	vertical-align:top;
	padding:5px;
	border:solid 1px #bbc2c9;
}

table.type2 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:460px;
	font-size:11px;
	line-height:140%;
	background:#ffffff;
	margin:20px 0 10px 15px;
}
table.type2 th {
	text-align:center;
	padding:2px 5px;
	border:solid 1px #ffffff;
	background:#f0f2f3;
	font-weight:normal;
}
table.type2 td {
	text-align:left;
	vertical-align:top;
	padding:5px;
	border:solid 1px #ffffff;
}
