﻿* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body {
	margin: 20px;
	text-align: center;
}

.main_body {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.login_area {
	height: 32px;
}

.main_image
{
    margin: 0;
}

.topnavi {
	height: 32px;
	width: 900px;
	background-image: url(../image/navi_back.gif);
	background-repeat: repeat-x;
}

.container {
	width: 900px;
	margin-top: 20px;
	clear: both;
}

.subnavi {
	width: 200px;
	float: left;
}

.main_area {
	width: 680px;
	padding-left: 20px;
	float: right;
}

.contents {
	width: 680px;
	margin: 10px 0;
}

.footer {
	clear: both;
	background-image: url(../image/footer.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.clear {
	clear: both;
}

/*ナビゲーションボタン*/
.topnavi img {
	border: 0;
}

.topnavi li {
	float: left;
}

/*左側ボックス内*/

.info_box {
	width: 198px;
	margin-bottom: 10px;
	/*色変更できます
	border: 1px #CC0000 solid;*/
	border: 1px #006666 solid;
}

.info_title  {
	text-align: center;
	padding: 5px;
	/*色変更できます
	background-color: #CC0000;*/
	background-color: #006666;
	color: #FFFFFF;
	font-weight: bold;
}

.text_area {
	padding: 5px;
	line-height: 130%;
	font-size: small;
}

.search_area {
	padding: 5px;
	line-height: 130%;
	font-size: small;
	text-align: center;
}

/*左側カテゴリーリスト*/

.category_list 
{
    font-size: small;
    margin: 5px;
}

/*ログインエリア*/
.login_area input 
{
    margin-bottom: 2px;
}

/*以下は中身のスタイル*/

/*商品一覧*/

.shouhin {
	width: 150px;
	float: left;
	margin: 0 12px;
	height: 250px;
}

.shouhin p {
	font-size: small;
	line-height: 130%;
	margin: 5px 0;
}

.shouhin_name {
	font-weight: bold;
}

.shouhin_price {
	font-weight: bold;
	color: #CC0000;
}

.shouhin_description {
	
}

/*利用方法等のページ*/

.detail_info
{
    margin: 10px;
    line-height: 1.4em;
}

/*共通見出し*/

h1
{
    background-image: url(../image/h1_bg.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 680px;
    font-size: 32px;
    text-indent: 40px;
    margin: 10px 0;
    line-height: 40px;
}

h2
{
    background-image: url(../image/h2_bg.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 680px;
    font-size: 20px;
    text-indent: 30px;
    margin: 10px 0;
    line-height: 28px;
}

h3
{
    background-image: url(../image/h3_bg.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 660px;
    font-size: 20px;
    text-indent: 30px;
    margin: 10px 0;
    line-height: 28px;
}

/*ログイン画面他小のテーブル*/

.login_table 
{
    width: 500px;
    border: 1px #999999 solid;
    background-color: #ffffff;
    border-collapse: collapse;
    margin-left: 50px;
}

.login_table th, .login_table td
{
    border: 1px #999999 solid;
    padding: 6px;
}

.login_table th
{
    /*色変更できます
    background-color: #FFE4E1;*/
    background-color: #BDE9E9;
}

.detail
{
    line-height: 1.3em;
}

/*商品一覧*/




/*商品詳細*/

.goodsimg {
	width: 260px;
	float: left;
	margin: 10px;
}

.detailbox {
	width: 250px;
	margin: 10px;
	float: right;
}

.shouhinmei {
	font-size: 1.5em;
	font-weight: bold;
	color: #663300;
	line-height: 1.4em;
}

.goodsdetail {
	border: 1px #cccccc solid;
	padding: 10px;
	margin: 10px 0;
	line-height: 1.4em;
	background-color: #ffffcc;
}

.goodsprice {
	margin: 10px 0;
	text-align: right;
}

.g_ex {
	clear: both;
	border-bottom: 1px #cccccc solid;
	padding: 4px 20px;
	line-height: 1.4em;
}

/*ユーザエリア*/

.user_area
{
    font-size: medium;
    line-height: 1.3em;
    background-image: url(../UserTop/blueberry.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 678px;
    border: 1px #666666 solid;
}

.user_area p
{
    margin: 10px;
    line-height: 1.3em;
}

/*マイページのマスターページ*/

.mymenu 
{
    list-style-type: none;
    padding: 5px;
    font-size: small;
}

.mymenu li
{
    padding-bottom: 7px;
}

.menulist
{
    line-height: 1.5em;
}

.menulist dt
{
    font-weight: bold;

}

.menulist dd
{
    text-indent: 1em;
    
}

/*購入履歴のマスターページ*/

.table1 
{
    width: 650px;
    margin-left: 10px;
    border-collapse: collapse;
    border: 1px #666666 solid;
}

.table1 td, .table1 th, .table2 td, .table2 th
{
    border: 1px #666666 solid;
    padding: 3px;
}

.table1 td
{
    
}

.table2
{
    width: 300px;
    margin-left: 10px;
    border-collapse: collapse;
    border: 1px #666666 solid;
}


.title 
{
    text-align: center;
    /*色変更できます
    background-color: #FFE4E1;*/
    background-color: #BDE9E9;
    width: 250px;
}

.title_center
{
    text-align: center;
    /*色変更できます
    background-color: #FFE4E1;*/
    background-color: #BDE9E9;
}

.title_l 
{
    text-align: center;
    /*色変更できます
    background-color: #FFE4E1;*/
    background-color: #BDE9E9;
}

/*情報入力テーブル*/

.fontred
{
    color: Red;
}

.table_field_mini input, .table_field input
{
    font-size: medium;
    padding: 0px;
}

select
{
    font-size: medium;
    padding: 0px;
}

.table_field_mini
{
    font-size: small;
}

/*ボタン置き場*/

.button_area
{
    padding: 0;
    margin: 15px auto;
    width: 400px;
}

/*注意書き*/

.txtsmall
{
    font-size: 0.8em;
    display: inline;
}

/*リンク用リスト*/
.link 
{
    margin: 1em;
    list-style-type: disc;
}

.Msg 
{
    font-weight: bold;
    background-color: #E0FFFF;
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FF0000;
}

.pankuzu {
	margin:0 10px;
}

/*性別欄のシカク*/
.noborder td
{
    border-style: none;
    border-width: 0;
}

.noborder tr
{
    border-style: none;
    border-width: 0;
}

.noborder
{
    border-style: none;
    border-width: 0;
}

/*注文ありがとうございましたの文章*/

.thanks
{
    width: 500px;
    margin: 1em auto;
    padding: 10px;
    border: 1px #BDE9E9 solid;
    line-height: 140%;
}