/* ブラウザスタイルの初期化 */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,
blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,
th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}


/* 全体 */
body {
color: #333333;
background-color: #fff;
text-align:center;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, Helvetica,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}


/* 全体のコンテナ */
div#container{
width:100%;
text-align: center;
margin:0px auto;
padding:0px;
}

/* ヘッダー */
div#header{
width:100%;
height:125px;
background-image: url(image/share_new/header.gif);
background-repeat: repeat-x;
}


/* フッター */
.footer {
width:100%;
background-image: url(image/share_new/footer.gif);
background-repeat: repeat-x;
padding:10px;
} 

.footer_comment{
padding:4px;
color: #fff;
font-size: 10px;line-height: 14px;
}


/* インフォメーション */
.info{
padding:5px;
background-image: url(image/share_new/bg_info02.gif);
}


/* おすすめ、ショップ、イベント */
.box {
padding: 0px 9px 9px 9px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-left: 1px solid #CCC;
}

.up {
background-image: url(image/share_new/up.gif);
background-repeat: no-repeat;
padding: 0px 0px 0px 55px;
font-size: 10px;line-height: 15px;
}

.pre {
	font-color: #ff3300;
	color: #FF3300;
}

.shop_comment {
font-size: 10px;line-height: 14px;
padding:4px;
}

.ordinary_box {
font-size: 12px;line-height: 20px;
padding: 9px;
background-image: url(image/share_new/bg_ordinary.gif);
}

.ordinary_box02 {
font-size: 12px;line-height: 20px;
padding: 9px;
}


/* リンク */
a:link {color: #33cc99;text-decoration: none;}
a:visited {color: #33cc99;text-decoration: none;}
a:hover {color: #ff0033;text-decoration: none;}
a:active {color: #ff0033;text-decoration: none;}

.footer a:link {color: #fff;text-decoration: none;}
.footer a:visited {color: #fff;text-decoration: none;}
.footer a:hover {color: #999;text-decoration: none;}
.footer a:active {color: #999;text-decoration: none;}

.ordinary a:link {color: #333;text-decoration: none;}
.ordinary a:visited {color: #333;text-decoration: none;}
.ordinary a:hover {color: #999;text-decoration: none;}
.ordinary a:active {color: #999;text-decoration: none;}


/* テキスト、マージン */
.text {
font-size: 12px;line-height: 16px;
}

.text2 {
font-size: 10px;line-height: 14px;
}

.margin_0300{
margin:0px 3px 0px 0px;
}

.margin_40{
margin:4px 0px;
}

.margin_5_0_5_0{
margin:5px 0px 5px 0px;
}

.margin_5_0_5_10{
margin:5px 0px 5px 10px;
}

.margin_15_0_10_0{
margin:15px 0px 10px 0px;
}

.margin_10_0_0_0{
margin:10px 0px 0px 0px;
}

.margin_0_10{
margin:0px 10px;
}