@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /* color: #000080; */
    background-color: #F9F8F4;;
    background-image: url("../img/common/body_back.gif");
	background-repeat: repeat-x;
	background-position: top;

	font-size: 80.5%;
	line-height: 150%;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}


/* ヘッダ下
----------------------------------------------- */
#mojisize{
    clear: both;
	text-align: right;
	padding: 0px 10px 0px 10px;
	width:780px;
	margin: auto auto;
	background-color: #000080;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a:link {
/*  color: #3a75af; */
    color: #00008B;
    text-decoration: underline;
}
a:visited {
/*  color: #3a75af; */
    color: #00008B;
}
a:hover {
    color: #ff6600;
}
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}

.searchzip {
	font-size:12px;
}
.inputzip {
    padding:10px 0 0 0;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 0 auto;
/*
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
*/
	border:0px;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
/*
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
*/
	border:0px;
/*
    background-color: #BB9966;
    color: #FFFFFF;
*/
    font-weight: normal;
}
#undercolumn table td {
    padding: 8px;
/*
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
*/
	border:0px;
    background-color: #;
}
div.tblareabtn {
    clear: both;
    margin: 20px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 490px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダーロゴ
------------------------------------------------ */
div#header {
	width: 880px;
    margin: 0 auto;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 8px 0 0 0;
    width: 300px;
    height: 81px;
    background: url("../img/header/logo.gif");
}
div#header em {
    display: none;
}

#header table{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header table th{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header table td{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header_title {
    width:880px;
    padding:0;
    margin:0 auto;
}
.header_title .htitle_left {
    width:440px;
    padding:0;
    margin:0;
    float:left;
}
.header_title .htitle_left .logo{
    padding:0;
    margin:5px 0 0 0; 
    float:left;
}
.header_title .htitle_left .logo a {
    display:block;
}
.header_title .htitle_right {
    width:440px;
    padding:0;
    margin:0;
    float:right;
}
.header_title .htitle_right .tabarea {
    padding:0;
    margin:0; 
    float:right;
}
.header_title .htitle_right .tabarea .tab {
    padding:0;
    margin:0;
    float:right;
}
.header_title .htitle_right .tel{
    padding:0;
    margin:5px 0 5px 0;
    float:right;
}
.header_menu {
    width:880px;
    height:45px;
    padding:0;
    margin:0 auto;
    background:#FFF url(../img/header/menubar.jpg) repeat-x scroll top center;
}
.header_menu .menu_btn {
    height:45px;
    float:left;
    margin:0;
    padding: 0 5px 0 0;
    color:#FFF;
}
.header_menu .menu_btn img {
    float:left;
    margin:14px 5px 14px 8px;
}
.header_menu .menu_btn .menu_text {
    float:left; 
    margin:13px 0;
}
.header_menu .menu_btn .menu_text a {
    text-decoration:none;
    color:#FFF;
    font-size:12px;
}
.header_menu .menu_btn_right {
    height:45px;
    float:left;
    margin: 0 auto 0 20px;
    padding: 0;
    color:#FFF;
}
.header_menu .menu_btn_right img.button {
    float:left;
    margin:8px 2px auto 2px;
}

/* ヘッダーナビ
----------------------------------------------- */
div#information {
    float: right;
    padding: 60px 8px 0 0;
}
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}
/* フレーム
----------------------------------------------- */
div#container_back {
	width:880px;
	margin:0 auto;
/**/
	padding:0px;
}
div#container {
/*
    width: 860px;
*/
    margin: 0 auto;
/*
    padding: 0 10px;
*/
	background-image:none;
	background-color:#FFFFFF;
    text-align: left;
/**/
/**/
    width: 880px;
    padding: 0px;
}
#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#leftcolumn {
    float: left;
    /*
    width: 210px;*/
    width: 200px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	_padding-left: 5px;
/**/
	padding-right: 0px;
}

div#leftcolumn h2 {
    padding: 15px 0 0 0;
}

div#rightcolumn {
    float: left;
    width: 176px;
}

div#rightcolumn h2 {
    padding: 15px 0 0 0;
}

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 432px;
    padding: 15px 0 0 0;
}

div#three_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    width: 620px;
	/* @@@
	padding: 15px 0 0 15px;*/
	/*
	padding: 15px 10px 0 20px;
	*/
	padding: 15px 0px 0 0px;
	_font-size: 14px;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#one_maincolumn {
    padding: 10px 0 0 0;
	font-size: 14px;
}

/* カゴの中
----------------------------------------------- */
div#cartarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
div#categoryarea {
	width:  199px;
    padding:0px;
/*
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #FFFFCC;
*/
}

div#categoryarea li {
/*
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
*/
}
div#categoryarea li.onmark {
/*    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;*/
}
div#categoryarea li.level1 {
	font-size: 14px;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: bold;
    background: url("../img/common/category_level1.gif") no-repeat;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li.level1 ul {
    margin: 2px 0px;
}
div#categoryarea li.level2 {
	font-size: 12px;
    padding: 1px 0px 1px 0px;
}
div#categoryarea li.level2 ul {
    margin: 0px 0px;
    padding: 3px 3px 3px 3px;
    border: solid 1px #4169e1;
}
div#categoryarea li.level2.onmark .onlink {
    font-weight: bold;
    color: #00008b
}
div#categoryarea li.level3.onmark .onlink {
    background-color: #DCDCDC;
    color: #00008b
    font-style: normal;
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 0px 0px;
	border: 0px;
	text-decoration: none;
}

.categoryblock {
    display:block;
}
.categorytop {
    padding:0 0 5px 0;
}

a.onlink:link {
    color: #ff0000;
    text-decoration: underline;
}
a.onlink:visited {
    color: #ff0000;
}
a.onlink:hover {
    color: #ff0000;
}
/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
	_font-size: 14px;
}
#guidearea .menutitle {
	background-image: url(../img/side/shop_guide_back.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 31px;
	width: 150px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
    color:#036;
}
#guidearea .menutitle a {
    color:#036;
    text-decoration:none;
}
div#guidearea table {
	border:0;
	border-collapse:collapse;
	margin:5px 10px 15px 0;
}
div#guidearea td {
	border:0;	
	margin:0;
	padding:0;
}


/* メディア掲載情報
----------------------------------------------- */

#mediumarea {
    padding: 15px 0px 0px 0px;
    line-height: 1.5;
}

div.mediumlist {
    width: 610px;
	padding:5px;
    margin: 0 0 2px 0;
    border: 1px solid #ccc;
    background: url("../img/products/title_icon.gif") no-repeat left center;
    background-color: #FFFFFF;
}

div.mediumlist div {
	display:table-cell;
	vertical-align:middle;
}

div.mediumlist div.mediumlist_title {
	padding: 10px 0px 10px 20px;
	width: 610px;
	color:#3B4999;
}

div.mediumlist div.mediumlist_title h3 {
	color:#000000;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
}

div.mediumlist div.mediumlist_title h3 a {
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-decoration:underline;
}

div#mediumtitle {
    width: 620px;
    margin: 0 0 10px 0;
    border: none;
	background-color: #FFFFFF;
}
div#mediumtitle_area {
    clear: both;
    width: 620px;
    padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

div#mediumtitle_area h1 {
    width: 560px;
    font-size: 28px;
    margin: 0 0 0px 0;
    padding: 5px 10px;
    line-height:150%;
}
div#mediumtitle_area h2 {
    width: 560px;
    font-size: 28px;
    margin: 0 0 0px 0;
    padding: 5px 10px;
}

div#mediumtitle_area .text {
	color: #996633;
	font-weight:bold;
	font-size:16px;
    padding: 0px 0px 10px 10px;
    vartical-align: center;
}

div#mediumtitle_sub {
    clear: both;
    width: 620px;
    padding: 10px 0 0 0;
	border-bottom: 2px dotted #ccc;
}

div#mediumtitle_sub .text {
	color: #996633;
	font-weight:bold;
	font-size:16px;
    padding: 0px 0px 10px 10px;
    vartical-align: center;
}

#media_detail{
	font-size: 14px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
    padding: 15px 25px 0px 0px;
    line-height: 1.5;
	text-align: left;
	float: left;
}

#media_detail_link{
	font-size: 14px;
	font-weight: bold;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
    padding: 15px 25px 0px 0px;
    line-height: 1.5;
}


/* ログイン
----------------------------------------------- */
div#loginarea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 96px;
    border: solid 1px #ccc;
}

/* 検索
----------------------------------------------- */
div#searcharea_space {
	height: 7px;
	width:  199px;
}

div#searcharea {
	height: 119px;
	width:  180px;
	background-image: url(../img/side/search_products.jpg);
	background-repeat: no-repeat;
    padding: 0 10px 10px 10px;
/*
    width: 144px;
    padding: 10px 10px 10px 10px;
    border: solid 1px #ccc;
*/
}
div#searcharea div.title {
	padding:8px 0 10px 5px;
	font-weight:bold;
	font-size:16px;
}

div#searcharea .maker{
    padding: 35px 0px 0px 20px;
}

div#searcharea .item{
    padding: 5px 0px 0px 20px;
}

div#searcharea .btn{
    width:120px;
    padding: 8px 0px 0px 0px;
    text-align: center;
    margin: 0 auto;
}

#searcharea .box142 {
	font-size: 14px;
    width: 142px;
    border: solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
/*    border-style: solid;*/
    border-width: 1px;
/*    border-color: #FAB766;*/
    margin: 5px auto 10px;
    font-size: 14px;
}

#block-calendar table {
    background: #FFFFFF;
    border: 0.2em solid #FFFFFF;
    border-collapse: collapse;
    margin: 0 auto 10px;
/*    text-align:center;  */
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 0.2em solid #FFFFFF;
    line-height: 12px;
}

#block-calendar th {
/*    background: #FA9933;*/
    font-style: normal;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #000000;
}

#block-calendar .sunday {
    color: #D3D3D3;
}

#block-calendar .off {
    background: #FFB6C1;
    color: #000000;
}

#block-calendar caption {
	font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

#block-calendar-hours table{
	width: 200px;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#block-calendar-hours table th{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#block-calendar-hours table td{
	margin: 0px;
	padding: 0 0 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

#block-calendar-hours .caption {
	font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

/* ご利用ガイド 追記
----------------------------------------------- */
.usageguide_area {
	padding: 10px 0 10px 0;
	margin:0;
	width:620px;
    font-size:14px;
}

.usageguide_area table{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.usageguide_area table th{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.usageguide_area table td{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.usageguide_area table .border{
    margin: 0 auto;
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}

.usageguide_area table .border th{
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #BB9966;
    color: #FFFFFF;
    font-weight: normal;
}

.usageguide_area table .border td{
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #;
}

td .circle {
    text-align:center;
    font-size:30px;
}
td .cross {
    text-align:center;
    font-size:20px;
}

/* 自作コンテンツ用 追記
----------------------------------------------- */

#content_block {
	padding: 0 0 10px 0;
	margin:0;
	width:620px;
    font-size:14px;
}

#content_block p {
	padding: 1em 0px;
}
#content_block p.notoppadding {
	padding-top: 0px;
}
#content_block p.linktop {
	padding-top: 0px;
    text-align:right;
}

#content_block #h1_txt {
	font-size: 17px;
	font-weight: bold;
	color: #9F5000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
    line-height:130%;
}

#content_block h1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 2em;
	font-weight: bold;
	line-height: 19px;
	display: block;
}

#undercolumn #content_block h2.title, #content_block h2.title {
	background:url("../img/common/gp_title.jpg") no-repeat scroll #FFFFFF;
	height: 30px;
	width: 620px;
	margin:10px 0;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 19px;
}

#content_block h3 {
	background-image: url(../img/common/h3_circle.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content_block h3.nomargin {
	margin-bottom: 0px;
}

#content_block .main_line {
	background-color: #DDD;
	height: 1px;
	width: auto;
}

#content_block h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	margin-bottom: -5px;
	color: #996633;
}

#content_block table.time_table {
	margin: 10px auto;
}

#content_block table.time_table td {
	text-align: center;
	white-space: nowrap;
}
#content_block table.time_table td.blue {
	background-color: #E2EDFF;
}

#content_block table.payment_table {
	margin: 10px auto 0 auto;
	width: 612px;
}

#content_block table.payment_table th {
	background-color: #E2EDFF;
	text-align: center;
	color: #000000;
}

#content_block table.payment_table td {
	text-align: left;
	white-space: nowrap;
}

#content_block table.payment_table td.circle {
	text-align: center;
    font-size:30px;
}

#content_block table.payment_table td.cross {
	text-align: center;
    font-size:20px;
}

#content_block .accent_space {
	background-color: #E2EDFF;	
	font-weight:bold;
	text-align: center;
}

.list-box{
	padding:0;
	font-size:14px;
	width: 620px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 28px;
	_margin-left: 14px;
}

.list-box li{
	list-style-type:none;
	margin:0;
	padding:0 0 0 20px;
	background-image: url(../img/common/li.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#pagetop {
    width: 784px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #FFFFCC;
    text-align: right;
}

#footer_back {
	width: 880px;
    margin: 0 auto;
	/**/
	padding:0px;
}
#footer {
	width: 880px;
    margin: 0 auto;
    font-size:14px;
	/**/
	padding:0px;
}

#footer #footer_top {
	background-image: url(../img/footer/footer_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 64px;
	width: 125px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 755px;

}
#footer #footer_top a{
	text-decoration:none;
	color: #FFF;
}
#footer #footer_block {
	background-image: url(../img/footer/footer_back.jpg);
	background-repeat: repeat;
	padding-left: 20px;
	padding-right: 20px;
height: 650px;
/* 	height: 620px; */
}
#footer #footer_block #block_tenpo {
	background-color: #FFF;
	margin: 0px;
	width: 251px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
height: 610px;
/* 	height: 580px; */
}
#footer #footer_block #footer_inquiry_block {
	margin: 0px;
	width: 276px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer #footer_block #footer_inquiry_block #block_inquiry_up {
	background-color: #FFF;
	padding-top: 10px;
	width: 251px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
/* 	height: 210px; */
	margin-bottom: 10px;
}
#footer #footer_block #footer_inquiry_block #block_inquiry_down {
	background-color: #FFF;
	padding-top: 10px;
	width: 251px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 100％;
/* 	height: 335px; */
height: 365px;
    line-height:120%;
}
#footer #footer_block #block_credit {
	background-color: #FFF;
	margin: 0px;
	width: 247px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
		height: 100％;
		height: 610px;
/* 	height: 580px; */
}
#footer h3.h3_footer {
	background-image: url(../img/footer/footer_ico.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #000099; 
}
.h3_footer a     {
	text-decoration: none;
}
#footer .tenpomei {
    padding:0 0 5px 0;
	font-size: 15px;
}
#footer p.souryou {
    line-height:150%;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}

#footer_inner {
    width: 880px;
    margin: 0 auto;
	background-image:none;
	background-color:#FFFFFF;
    text-align: left;
}

#footer table{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer table th{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer table td{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer td img {
	display: block;
}

#footer .style5 {
	font-size: medium
}

#footer .style6 {
	font-size: 14px;
    text-align: left;
	float: left;
}

#footer .style7 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
    text-align: left;
	float: left;
}

#footer .style8 {
	font-size: 13px;
    text-align: left;
	float: left;
}

#footer .style9 {
	font-size: 13px;
    text-align: left;
	float: left;
    line-height:130%;
}

#footer .style12 {
	font-size: 15px;
	font-weight: bold;
	color: #000099; 
    float: left;
}
#footer .style12 a {
    text-decoration:none;
}
#footer .style13 {
	font-size: 14px;
	color: #000099
}

#fotterlink {
    width: 784px;
    margin: 0 auto;
    padding: 15px 8px;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFCC;
    font-size: 100%;
    color: #fff;
    text-align: center;
}
/* トップ用 おすすめ万年筆メーカー（ブロック）
----------------------------------------------- */
div.makerlogo {
	width:620px;
	margin:0;
	padding:0;
}
div.makerlogo table {
	border:0;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
div.makerlogo td {
	border:0;	
	margin:0;
	padding:0;
}

/* トップ用 定休日情報（ブロック）
----------------------------------------------- */
div.calender_title {
    padding:15px 0 0;
}

/* トップ用 ブランド（商品カテゴリ）
----------------------------------------------- */
div.category_title {
    padding:15px 0 0;
}

/* 個人情報保護について
----------------------------------------------- */
#content_block #privacy h3 {
	background-image: none;
	padding:0; 
	margin: 0;
}
