﻿/*
Theme Name: Rosa
Description: Rosaのお店用テーマ
Author: Hiroshi
Author URI: http://www.rosa-shop.com/
*/

body {
  background-color: #ffffff;
  color: #666666;
  text-align: left}

/* コンテナ */
div#container {
  padding: 10px;
  width: 1020px;
  margin-left: auto;
  margin-right: auto}

/* ナビゲーション */
div#gnavigation li a {
  color: white;}

div#gnavigation li {
  display: inline;}

/* コンテンツ */
div#content {
  width: 650px;
  margin-left: auto;
  margin-right: auto}

/* フッター */
div#footer {
  text-align: center;
  color: #666666;
  clear: both;}

h1 {
  font-family: "ＭＳ Ｐ明朝", "細明朝体";
  font-size: 1em;}

p {
  font-family: "ＭＳ ゴシック", "Osaka－等幅";
  color: #666666;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 24px; }

p.postinfo {
  text-align: right;
  margin: 20px 0 0;}

p#pagetitle	{
  font-size: 1em;
  text-align: left;}

a {
  text-decoration: none;
  color: #888888; }

/* ieで画像の枠線を消す */
a img { border-color: white; }

ul {
  list-style-type: none;}

li {
  display: inline;
  font-size: 0.75em}

div.post {
  border: solid 1px #888888;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
  padding: 10px;}

div#content h2,
div.post h2 {
  font-size: 1em;
  padding-left: 22px;
  padding-bottom: 5px;
  margin: 0;}

div.postinfo {
	text-align: right;
	margin: 20px 0 0;}




#jFlowSlide{ 
  float: left;
}

#myController span.jFlowSelected {
}

.jFlowPrev{
    float: left;
    width: 100px;
    height: 100px;
    margin: 50px 0 0;
    text-indent:-10000px;
    cursor:pointer;
    background: transparent url(images/prev.png) top left no-repeat;
}

.jFlowNext{
    float: right;
    width: 100px;
    height: 100px;
    margin: 50px 0 0;
    text-indent:-10000px;
    cursor:pointer;
    background: transparent url(images/next.png) top left no-repeat;
}

/* サイドバー */

div#myController {
  float: left;
  width:150px;
  font-size: 0.75em;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10;
  line-height: 24px;
  cursor: pointer;}

