/* 基本設定
---------------------------------------------------- */
*{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
}

body {
	font-family: ms ui gothic,arial,helvetica;
	font-size: 12px;
	color: #333333;
	text-align:center;
}

img {
	border: 0;
}

em {
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}

hr {
	display: none;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #18388c;
  background: transparent;
}
a:visited {
  color: #9d5b8b;
  background: transparent;
}
a:hover, a:active {
  color:#CC0000;
  background-color: #feeeed;
  text-decoration : none;
}

/* メインコンテンツのレイアウト
---------------------------------------------------- */

div#content {
	width: 758px;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
}

/* ヘッダー
---------------------------------------------------- */

div#header {
	width: 750px;
	text-align: left;
}

h1 {
  margin: 2px 0px 0.1px 15px;
  text-align: left; 
  font-size: 12px;
  color: #cccccc;
}

/* ナビゲーション
---------------------------------------------------- */

div#gnavi {
	background-image: url(../img/gnavi_bg.gif);
	background-repeat: repeat-x;
	width: 750px;
	height: 45px;
	clear: both;
}
div#gnavi ul {
	list-style-type:none;
	margin-left: 20px;
}
div#gnavi li {
	display:inline;
	padding-right: 25px;
	float: left;
	width: 120px;
	height: 25px;
	text-indent: -9999px;
}
div#gnavi ul li img {
	margin-top: 3px;
}

div#gnavi li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
	display: block;
	width: 120px;
	height: 25px;
}

div#gnavi li#01    {
  background: url(../img/navi/01.gif) no-repeat;
  float:left;
}
div#gnavi li#02  {
  background: url(../img/navi/02.gif) no-repeat;
  float:left;
}
div#gnavi li#03 {
  background: url(../img/navi/03.gif) no-repeat;
  float:left;
}
div#gnavi li#04 {
  background: url(../img/navi/04.gif) no-repeat;
  float:left;
}
div#gnavi li#05 {
  background: url(../img/navi/05.gif) no-repeat;
  float:left;
}


/* ナビゲーションマウスオーバー
---------------------------------------------------- */
div#gnavi li#01  a:hover    {
  background: url(../img/navi/01_a.gif) no-repeat;
  float:left;
}
div#gnavi li#02  a:hover  {
  background: url(../img/navi/02_a.gif) no-repeat;
  float:left;
}
div#gnavi li#03  a:hover {
  background: url(../img/navi/03_a.gif) no-repeat;
  float:left;
}
div#gnavi li#04  a:hover {
  background: url(../img/navi/04_a.gif) no-repeat;
  float:left;
}
div#gnavi li#05  a:hover {
  background: url(../img/navi/05_a.gif) no-repeat;
  float:left;
}


/* トップページコンテンツのレイアウト
---------------------------------------------------- */

div#top-content {
	width: 738px;
	background-color: #ffffff;
}
div#top-content p{
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 13px;
}
div#top-content p.arrow{
	background-image: url(../img/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
div#top-content h2 {
	margin-top: 8px;
	margin-bottom: 12px;
}

div#top-content h3.title {
	text-align: left;
	font-size: 15px;
	margin-top: 17px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 22px;
	background-image: url(../img/title_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#top-content .left {
	width: 196px;
	float: left;
	background-color: #fffafa;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-right: 6px;
}

div#top-content .left p img {
	margin-bottom: 6px;
}

div#top-content .left strong {
	color: #ca0439;
}

div#top-content .right {
	width: 156px;
	float: right;
	padding-top:12px;
	background-color: #fffafa;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

div#top-content .right p {
	margin-top: 12px;
	margin-bottom: 12px;
}

div#top-content .center {
	width: 374px;
	float: left;
	background-color: #fffafa;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



div#top-content p.line{
	background-image: url(images/line_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

div#top-content p.top-review{
	margin-bottom: 12px;
	margin-top: -18px;
}

div#top-content h2.top-review-bottom{
	margin-top: 18px;
}

div#top-content .img-float{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

div#top-content p.slink{
	clear: both;
	margin-top: -20px;
}

/* フッター部分のレイアウト
---------------------------------------------------- */

div#footer {
        margin-top: 10px;
	height: 50px;        
	width: 758px;
	clear: both;
}
div#footer p {
	line-height: 1.8em;
	padding-top: 14px;
}

div#footer a:link { color: #666666;}
div#footer a:visited { color: #666666;}
div#footer a:hover { color:#666666;}
div#footer a:active { color: #666666;}

address {
	width: 758px;
	height: 20px;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}

address a:link { color: #999999;}
address a:visited { color: #999999;}
address a:hover { color:#999999;}
address a:active { color: #999999;}



/* メインコンテンツ
---------------------------------------------------- */
div#pagebody {
	width: 738px;
	background-color: #ffffff;
}
div#pagebody p{
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 20px;
	margin-left: 13px;
	margin-right: 13px;
}


div#c-content {
	float: right;
	width: 530px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

div#c-content h2.title {
	font-size: 16px;
	margin-top: 17px;
	margin-left: 20px;
	margin-bottom: 12px;
	padding-left: 22px;
}

div#c-content h3 {
	font-size: 16px;
	margin-top: 17px;
	margin-left: 20px;
	margin-bottom: 12px;
	padding-left: 22px;
	background-image: url(../img/arrow_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#c-content p{
	text-align: left;
	width: 490px;
	line-height: 1.5em;
	margin-left: 20px;
	padding-bottom: 20px;
}

div#c-content .img-float{
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-bottom: 20px;
}

div#c-content .goods h3 {
	margin-bottom: 8px;
}
div#c-content .goods img{
	float: left;
	width: 100px;
	height: 150px;
	margin-right: 15px;
	margin-bottom: 40px;
}

