/* 基本レイアウト */

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


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

a { color: #003366; text-decoration: underline; }
a:hover { color: #003399; background: #999999; }


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

#banner a { color: #003366; text-decoration: none; }
#banner a:hover { color: #003399; background: #999999;}


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

.module-content a { color: #003366; }
.module-content a:hover { color: #003399; background: #999999;}


/* 見出し */

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


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

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

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

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


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

#banner
{
   position: relative;
   width: 965px; /* necessary for ie win */
   height: 100px;
}

#banner-inner
{
   position: static;
   width: 965px;
   height: 100px;
   background: url(http://www.jewelrynail.info/e-nemall.jpg)  no-repeat ;
   filter: alpha(style=1,opacity=70,finishopacity=70);
}


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

#banner-header
{
   margin: 0;
   color: #000000;
   font-size: 18px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; bottom:1px; left:120px;
}


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

#banner-search
{
   position:absolute; bottom:35px; right:120px;
   color: #000;
}


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

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

#banner-description
{
   display: none;
}
/***** もしもヘッダー *****/
div.consumer {
  color:#333;
}

div.consumer div.header {
  height:30px;
  width:100%;
  background-image:url(http://www.moshimo.com/images/consumer/x_newcart_head_bg.gif);
  background-repeat:repeat-x;
  background-position:0 0;
}

/*もしも ヘッダー＞ショップ名 */

div.consumer div.header div.header-logo {
  height:30px;
  padding:0;
  margin:0;
  background-image:url(http://www.moshimo.com/images/consumer/x_free.gif);
  background-repeat:no-repeat;
  background-position:right top;
}

div.consumer div.header div.header-logo p.title {
  line-height:30px;
  padding-left:10px;
  font-size:14px;
}

div.consumer div.header div.header-logo p.title a:link, div.consumer div.header div.header-logo p.title a:visited, div.consumer div.header div.header-logo p.title a:active, div.consumer div.header div.header-logo p.title a:hover {
  color:#FFF;
  text-decoration:none;
}

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

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

#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: 0px 3px 3px; 
   width: 750px; 
}
#alpha-inner { 
   width: 98%; 
   padding: 5px;
   border: 1px solid #cccccc;
}


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

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


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

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

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

.img2 { float: right; margin: 0px 6px 0px 20px; }

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

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }

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

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


.content-nav { background: #ffffff; }
.content-nav-bread{ background: #ffffff; }

/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 440px;
}
#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: 965px; /* necessary for ie win */
   height: 100px;
   background: url(img/foot.jpg)  no-repeat;
   position: static;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #000;
   line-height: 100px;
}

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


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

.module-header
{
   position: relative;
   width: auto;
   height: 25px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #003399;
   background: #cccccc;
   font-size: 14px;
   font-weight: nomal;
   line-height: 25px;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 192px; 
   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: 190px; 
   height: 25px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 14px;
   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;
}

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


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

.pickup
{
   width: auto; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   border: 1px solid #003366;
   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;
}

.inline-center {
  text-align: center;
}

.inline-left{
  text-align: left;
}

.inline-right{
  text-align: right;
}

.caption1{ /* 見出し（h3レベル） */
background:url(../img/cou1title.gif) no-repeat;
height:25px;
line-height:25px;
text-indent:40px;
margin-bottom:10px;
margin-top:5px;
font-weight:bold;
font-size:120%;
color:#003366;
}

/*
ランキング以下 10 位まで
*/
ol#categoryranking {
width: 200px;
border:solid 1px #cccccc;
}
ol#categoryranking li {
list-style-type: none;
}
ol#categoryranking li.odd {
background-color: #FBFDD8;
margin: 0;
padding: 5px 0;
}
ol#categoryranking li.even {
background-color: #E8F5FC;
margin: 0;
padding: 5px 0;
}
ol#categoryranking a.number1 { /* 1位のリストマーク用 */
margin: 0;
padding: 0 0 0 35px;
background-image: url( 1位のリストマーク画像のURL );
background-repeat: no-repeat;
}&#8203;

/*album*/
.album {
	clear: both;
	margin: 5px 0 5px 0;
}
.album {
	float: left;
	width: 164px;
	height: 240px;
	overflow: hidden;
	margin: 2px 2px 2px 2px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 12px;
	text-align: left;
	line-height: 115%;
}

.album p{
	margin: 4px;
	font-size: 12px;
	line-height: 115%;
}

.album img{
	margin: 1px 8px;
	border-style: none;
	text-align: center;
}

.album2 {

	margin: 5px 0 5px 0;
}
.album2 {
	float: left;
	width: 105px;
	height: 160px;
	overflow: hidden;
	margin: 2px 2px 2px 2px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
}

.album2 p{
	margin: 4px;
	font-size: 12px;
	line-height: 120%;
}

.album2 img{
	margin: 1px 12px;
	border-style: none;
	text-align: center;
}