@charset "UTF-8";
/************************************************
*	Reset		*
************************************************/
h1,h2,h5,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
border-style: none;
}

/************************************************
*	clear		*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* ---------- バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #side_menu{
  margin-top: 0;
}


/************************************************
*	Layout  	*
************************************************/
body {
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.jpg) repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGOTHIC, sans-serif;

}

html{
    overflow-y: scroll; /*常にスクロールバーを表示させる（Firefoxでのずれを解消）*/
}

#container {
     width: 1000px;
     margin: 0 auto;
     padding: 0;
     text-align: justify;
}
div#header {
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
	margin: 0 0 0 25px;
	width: 950px;
	height:125px;
	overflow: hidden;
	background: url(../img/header_bg.jpg) ;
}
div#content {
	font-size: 100%;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin:0 0 0 26px;
	width: 950px;
	clear:both;
	background: url(../img/bg2.jpg) repeat-y;
}
div#main {
	font-size: 80%;
	color: #333333;
	text-align: left;
	margin: 20px 0 0 0;
	padding:0 0 50px 10px;
	_padding:0 0 50px 0;
	width: 670px;
	float: right;
}
div#main2 {
	font-size: 80%;
	color: #333333;
	text-align: left;
	padding:0 0 50px 10px ;
	_padding:0 0 50px 0 ;
	width: 910px;
	float: right;
}

div#sub {
	font-size: 100%;
	color: #333333;
	text-align: left;
	padding: 0 0 0 20px;
	_padding: 0 0 0 28px;
	margin: 20px 0 20px 0;
	width: 240px;
	float: left;
}
div#footer {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	margin: 0 0 0 24px;
	padding:0;
	width: 950px;
	height:200px;
	clear: both;
	background: url(../img/footer_bg.jpg) ;
	background-repeat: no-repeat;
}

/************************************************
*	header  									*
************************************************/
div#header .inner {
	padding-left: 20px;
	padding-right: 20px;
}
div#header h1 {
	font-size: 70%;
	font-weight: normal;
	margin-top: 25px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: right;    
}
#title-logo {
     margin: -5px 0 0 10px;
     padding: 0 0 0 0;
     float:left;
}

#topintro{
     margin: 10px 0 0 10px;
     padding: 0 0 0 0;
     float:left;
	 width:200px;
}

#header_link{
     margin: -55px 0 0 333px;
     _margin:-55px 0 0 323px;
     padding: 0;
     float:left;
}
div#header img a {
	margin: 0px;
	border: none;
}
div#header p {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
/************************************************
* navi * 
************************************************/
#globalNav {
	margin:0;
	padding:0px 0px 0px 24px;
	width: 1000px; 
	height: 55px;
	list-style-type: none;
	float:left;
	clear:both;
}

#globalNav span{
	list-style-type: none;
	float:left;
}
#globalNav li {
	float: left;
	width: 158px;
	height: 55px;
	list-style-image: none;
	list-style-type: none;
	text-align:center;
	text-decoration: none;
}
#globalNav li a {
	display: block;
	width: 158px;
	height: 55px;
	background-image: url(../img/globalnav.jpg);
	color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	font-size:90%;
	font-weight:bold;
	text-decoration: none;
	line-height: 50px;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { 
    background-position: -4px 0; 
    }
	
    
    #nav02 a { background-position: -162px 0; }
	#nav03 a { background-position: -320px 0; }
	#nav04 a { background-position: -478px 0; }
	#nav05 a { background-position: -636px 0; }
	#nav06 a { background-position: -794px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { 
    background-position: -4px 0; 
    }
    
    
	#nav02 a.stay { background-position: -162px -55px; }
	#nav03 a.stay { background-position: -320px -55px; }
	#nav04 a.stay { background-position: -478px -55px; }
	#nav05 a.stay { background-position: -636px -55px; }
	#nav06 a.stay { background-position: -794px -55px; }

	/* オンマウス */
	#nav01 a:hover { 
    background-position: -4px -55px; 
    }
    
    
    
	#nav02 a:hover { background-position: -162px -55px; }
	#nav03 a:hover { background-position: -320px -55px; }
	#nav04 a:hover { background-position: -478px -55px; }
	#nav05 a:hover { background-position: -636px -55px; }
	#nav06 a:hover { background-position: -794px -55px; }

/* パンくずリスト ウェブサイト */
div#path_web{
    padding:10px 0 10px 40px ;
    _padding:10px 0 10px 20px ;
	font-size: 70%;
	color: #666;
	text-align: left;
	width: 910px;
}
div#path_web a:link { color: #666 }
div#path_web a:visited { color: #666 }
div#path_web a:hover { color: #cc0000 }
div#path_web a:active { color: #cc0000 }

/* パンくずリスト ブログ記事 */
path_web2{
    padding:10px 0 10px 20px ;
    _padding:10px 0 10px 10px ;
	font-size: 80%;
	color: #666;
	text-align: left;
	width:600px;
}
div#path_web a:link { color: #666 }
div#path_web a:visited { color: #666 }
div#path_web a:hover { color: #cc0000 }
div#path_web a:active { color: #cc0000 }




/************************************************
*	Content 					     		    * 
************************************************/
div#main .inner {
	padding-left: 29px;
}
.inner2 {
	padding-right: 40px; 
	margin:0 10px 0 10px;;
	width:538px;
}
.inner3{
	margin-left:150px;
	width:430px;
}

.inner3 p{
	margin-left:150px;
	padding-left:150px;
	width:430px;
}

/* 見出し #main */
div#main h2 {
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 190%;
	font-weight: bold;
	color:#000066;
	padding: 0;
	margin: 5px 10px 0 0;
	width:650px;
}



/* 見出し #main2 (Webページ） */
div#main2 h2 {
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	padding: 5px 0 0 0;
	margin: 15px 30px 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	clear: both;
	width:850px;
}
div#main2 h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	width:810px;
	background-color: #ffffff;
	margin: 20px 0 20px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	clear: both;
}
/* ハイパーリンク */
div#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

div#main a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
}
div#main2 p {
	line-height: 20px;
	margin: 0px 60px 0 20px;
	padding:0px 20px 5px 0;
    font-size:100%;
}

.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}


/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}


div#tuyomi dt {
	padding-top: 20px;
	padding-left: 90px;
	padding-right: 0;
	padding-bottom: 10px;
	font-size:120%;
}

div#main dd {
	padding-left: 5px;
}

.tuyomi_01 dt {
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 0;
	padding-bottom: 10px;
}

.tuyomi_02 dt {
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 0;
	padding-bottom: 10px;
}

.tuyomi_02 dt {
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 0;
	padding-bottom: 10px;
}



/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
	margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}

.webpage{
	width: 600px; 
	margin: 20px 0 8px 20px;         
}

.webpage li{
	margin-bottom: 10px;     
}


/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub .inner {
    padding-left: 8px;
    padding-right: 13px;
    _padding-left: 0px;
    _padding-right: 21px;
    margin-bottom:50px;

}

/* サイドバーリスト */
div#sub dl {
	clear:both;
}


div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;

}

div#sub dd {
	font-size: 100%;
}
	
	
div#sub ul {
	list-style: none;
	margin: 0;
	padding: 0;

	}

div#sub ul li {
	font-size: 75%;
	padding : 0;
}

div#sub ul li li {
	font-size: 100%;
	margin-left: 20px;
		
}
	
div#sub ul li a {
	text-decoration: none;
	color: #006699;
	background-color: inherit;
	margin: 0;
}

div#sub ul li a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: inherit;
}
/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }

div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/* サイドバートップリンク */

#side_link dt {
  margin:3px 0 4px 0;
  padding: 0;
}

.sidemenu{
  width:230px;
  margin:-20px 0 4px 0;
  padding: 0;
}

.sidemenu dt{
	text-decoration:none;
	background-color:#FFFFFF;
	_margin:0;
	_padding:0;
}
.sidemenu dd a{
	display: block;
	height:22px;
	padding: 8px 5px 5px 25px;
	background:url(img/sidebg01.jpg) top left;
	background-repeat:
	color: #333;
	text-decoration:none;
	font-size:90%;

}
.sidemenu dd a:hover{
	background:url(img/sidebg02.jpg) top left;
	background-repeat:
	padding: 5px 5px 5px 20px;
	color: #333;
}

.sidemenu dd a:visited{
	color: #333;
}





#side_link li {
           margin:3px 0 4px 0;
           padding: 0;
}

div#side_link ul {
  margin: 0;
  padding: 0;
}

* html body div#side_link ul {
  position: relative;
  zoom: 1;
}

#side_link ul li#first-time {
  background-image: url(http://www.sticker-kojo.com/img/hajimete.jpg);
  background-repeat: no-repeat;
  
}

#side_link ul li#design-sample {
  background-image: url(http://www.sticker-kojo.com/img/sample.jpg);
  background-repeat: no-repeat;
  
}

#side_link ul li#estimate-page {
  background-image: url(http://www.sticker-kojo.com/img/guide.jpg);
  background-repeat: no-repeat;
  
}

#side_link ul li#faq {
  background-image: url(http://www.sticker-kojo.com/img/qa.jpg);
  background-repeat: no-repeat;
  
}

#side_link ul li#glossary {
  background-image: url(http://www.sticker-kojo.com/img/keyword.jpg);
  background-repeat: no-repeat;
  
}

#side_link ul li a,
#side_link ul li a:link,
#side_link ul li a:visited,
#side_link ul li a:hover,
#side_link ul li a:active {
  margin: 0;
  padding: 0;
  display: block;
  width: 230px;
  min-height: 75px;
  _height: 75px;
  background: inherit;
}

/* サイドバーお問い合わせ */
#side_contact {
	margin:15px 0 5px 0;
        padding-top:5px;
        width:230px;
        height:530px;
	background-image: url(../img/contact_bg.jpg);
	background-repeat:no-repeat;
}
#side_contact li{
	padding:0;
	margin:0;
}


/* サイドバーバナー */
.bunner {
	margin-top:15px;
}

/* ******階層サイドバー****** */                   

.outer{
	margin:0px;
	padding:0px;
}

#side_menu {
	background:url(../img/leftmenu_guidebg_bg.jpg);
	width: 235px;
	margin-top:20px;
}
#side_menuContents {

}
#side_menuContents ul {
	color:#ffffff;
	padding:0 0 0 15px;
}

#side_menu li a {
		height: 28px;
		_height: 40px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		text-decoration: none;
		font-weight:normal;

}

#side_menu li a:link, #side_menu li a:visited {
		color: #FFF;
		display: block;
		background: url(../img/side_menu.jpg);
		padding: 12px 0 0 45px;
}
		
#side_menu li a:hover {
		color: #fff;
		background: url(../img/side_menu.jpg) 0 -40px;
		padding: 12px 0 0 45px;
}
		
#side_menu li a:active {
		color: #fff;
		background: url(../img/side_menu.jpg) 0 -80px;
		padding: 12px 0 0 45px;
}                    



/************************************************
*	Footer  　　*
************************************************/
#footer_contact p{
     display:none;
}

/* フッターナビゲーション */
#footerNav1 {
	margin:0;
	/*padding:5px 0px 10px 30px;*/
	padding-top: 5px;
	padding-bottom: 10px;
	list-style-type: none;
	clear:both;
	text-align: center;
        font-size:80%;
}

#footerNav1 li {
	/*float: left;*/
	display: inline;
	padding:0px 0px 0px 10px;
	list-style-image: none;
	list-style-type: none;
	color:#000;
        font-size:80%;
}

#footerNav1 li a {
	color:#000;
}

.footerNav {
	/*padding:0px 0px 0px 100px;*/
	list-style-image: none;

	list-style-type: none;
	color:#000;
	text-align: center;
        font-size:80%;
}

.footerNav li {
	/*float: left;*/
	display: inline;
	padding:0px 0px 0px 10px;
	list-style-image: none;
	list-style-type: none;
	color:#000;
        font-size:80%;
}
.footerNav li a {
	color:#000;
}

address{
	text-align: center;
	clear:both; 
	padding:40px 25px 0px 0px;
	_margin:0 25px 40px 0px;
        font-size:70%;
        font-style:normal;
}

address a{
	color: #3366CC;
	text-decoration: none;
}



/************************************************
* web page .info *
************************************************/
.info dt {
padding-top: 0;
padding-left: 5px;
padding-right: 0;
padding-bottom: 0;
}
.info dd {
line-height: 1.6;
margin-top: -2.4em;
margin-left: 9em;
margin-right: 0;
margin-bottom: .8em;
border-bottom: 1px dotted #666666;
}

/************************************************
* トップページ *
************************************************/
/* ヘッダー */
.toptext{
     width:300px;
     font-size:5px;
}

/* トップ商品一覧 */

.goods dl{
     width:600px;
     margin:20px 10px 10px 0px;
}

.goods dt{
     float:left;
     width:200px;
     margin:0px 0px 0px 5px;
}

.goods dd{
     width:200px;
    float:left;
    margin:0px 0px 0px 5px;
	height:290px;
	display:inline;
	      
}

/*
*html .goods dd{
     width:200px;
    float:left;
     height:290px;
     display:inline;
     margin:0px 2px 0px 0px; 
}

*/





/* フォームメール
 ------------------------- */

/* 入力フォーム
---------------------------------------------*/
#orderForm fieldset {
        margin:10px 0 10px 0;
	border: 1px solid #ccc;
	font-size: 100%;
	width:600px;
}
#orderForm legend {
	padding-top: 3px;
	padding-top: 2px;
	color: #333333;
	font-weight: bold;
	border-top: 2px solid #3366CC;
}
#orderForm dl {
	padding: 10px 20px 20px 20px;
}
#orderForm dt {
	margin-top: 10px;
	font-weight:bold;
}
#orderForm dd {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	font-size: 100%;
}
#orderForm em {
	color: #DC0101;
	font-style: normal;
}
#orderForm .submit {
	margin: 10px 0 10px 0;
	text-align: center;
}
.submit2 {
	width:300px;
	margin: 10px 0 10px 200px;
	text-align: center;
        font-size:100%;
}
#orderForm select {
	background: #F7F7F7;
}
#orderForm .assist {
	color: #666666;
	font-size: 90%;
}
#orderForm .text1 {
	width: 200px;
}
#orderForm .text2 {
	width: 4em;
}
#orderForm .text3 {
	width: 330px;
}
#orderForm .text4 {
	width: 530px;
	font-size: 110%;
}
#orderForm .text1,#orderForm .text2,#orderForm .text3,#orderForm .text4{
	background: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 2px;
}

/* ステッカー工場概要
---------------------------------------------*/

dl#info {
	margin: 0 auto;
	width: 100%;
}

dl#info dt {
	margin-bottom: 1em;
	border-bottom: 2px solid #3366CC;
	width: 100%;
	color: #FF9966;
	text-decoration: none;
}

dl#info dd {
	margin:15px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 75%;
}

/* 姉妹サイトリンク
---------------------------------------------*/

dl#partner {
	margin: 0 auto;
	width: 100%;
}

dl#partner dt {
	margin-bottom: 1em;
	border-bottom: 2px solid #3366CC;
	width: 100%;
	color: #FF9966;
	text-decoration: none;
}

dl#partner dd {
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 75%;
}

/* h2タイトル
---------------------------------------------*/
.h2_title01{
    width:347px;
	height:34px;
	padding-bottom:30px;
    font-size:200%;
}

.h2_title02{
    width:640px;
	height:28px;
	background-repeat: no-repeat;
}









/* トップページ製品一覧
---------------------------------------------*/
#mokuteki_01{
    width:200px;
	height:300px;
}


.mokuteki_01 p{
    width:180px;
}

/* 強み */

.tuyomi_01{
    width:650px;
	height:54px;
	background: url(../img/tuyomi_01.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px 0;
	padding:30px 0 0 50px;
	color:#fff;
	font-weight:bold;
	font-wize:150%;	
}

.tuyomi_01_text{
    width:630px;
}

.tuyomi_02{
	float: left;
    width:650px;
	height:54px;
	background: url(../img/tuyomi_02.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px  0;
	padding:15px 0 0 50px;
	color:#FFFFFF;
	font-weight:bold;
	font-wize:130%;
}

.tuyomi_02_text{
    width:630px;
}

.tuyomi_03{
	float: left;
    width:650px;
	height:54px;
	background: url(../img/tuyomi_03.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px  0;
	color:#FFFFFF;
	font-weight:bold;
	font-wize:130%;
}

.tuyomi_03_text{
    width:630px;
}

/* 種類 */

.kind{
	clear:both;
}

.kind h4{
        position:relative;
	margin:140px 0 0 30px;
	width:140px;
}



.h4_01 h4 a{
    display: block;

}



.h4_01 h4 {
	position: relative;
	zoom: 1;
}




.h4_02 h4 a{
	
    display: block;
}

.h4_02 h4 {
	position: relative;
	zoom: 1;
}


.h4_03 h4 a{
	
    display: block;
}

.h4_03 h4 {
	position: relative;
	zoom: 1;
}

.h4_04 h4 a{
	
    display: block;
}

.h4_04 h4 {
	position: relative;
	zoom: 1;
}


.h4_05 h4 a{
	
    display: block;
}

.h4_05 h4 {
	position: relative;
	zoom: 1;
}


.h4_06 h4 a{
	
    display: block;
}

.h4_06 h4 {
	position: relative;
	zoom: 1;
}

.h4_07 h4 a{
    display: block;
}

.h4_07 h4 {
	position: relative;
	zoom: 1;
}

.h4_08 h4 a{
	
    display: block;
}

.h4_08 h4 {
	position: relative;
	zoom: 1;
}

.h4_09 h4 a{
	
    display: block;
}

.h4_09 h4 {
	position: relative;
	zoom: 1;
}



-----------------------------------------------------

#main .kind div.h4_01 h4 a,
#main .kind div.h4_01 h4 a:link,
#main .kind div.h4_01 h4 a:visited,
#main .kind div.h4_01 h4 a:hover,
#main .kind div.h4_01 h4 a:active {

    background-color: inherit;
	text-decoration: none;


}

* html body #main .kind div.h4_01 h4 a,
* html body #main .kind div.h4_01 h4 a:link,
* html body #main .kind div.h4_01 h4 a:visited,
* html body #main .kind div.h4_01 h4 a:hover,
* html body #main .kind div.h4_01 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_01 h4 a,
*+html body #main .kind div.h4_01 h4 a:link,
*+html body #main .kind div.h4_01 h4 a:visited,
*+html body #main .kind div.h4_01 h4 a:hover,
*+html body #main .kind div.h4_01 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_01 h4 a,
#main .kind div.h4_01 h4 a:link,
#main .kind div.h4_01 h4 a:visited,
#main .kind div.h4_01 h4 a:hover,
#main .kind div.h4_01 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

------------------------------------------



#main .kind div.h4_02 h4 a,
#main .kind div.h4_02 h4 a:link,
#main .kind div.h4_02 h4 a:visited,
#main .kind div.h4_02 h4 a:hover,
#main .kind div.h4_02 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}


* html body #main .kind div.h4_02 h4 a,
* html body #main .kind div.h4_02 h4 a:link,
* html body #main .kind div.h4_02 h4 a:visited,
* html body #main .kind div.h4_02 h4 a:hover,
* html body #main .kind div.h4_02 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_02 h4 a,
*+html body #main .kind div.h4_02 h4 a:link,
*+html body #main .kind div.h4_02 h4 a:visited,
*+html body #main .kind div.h4_02 h4 a:hover,
*+html body #main .kind div.h4_02 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_02 h4 a,
#main .kind div.h4_02 h4 a:link,
#main .kind div.h4_02 h4 a:visited,
#main .kind div.h4_02 h4 a:hover,
#main .kind div.h4_02 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}


--------------------------------------------------


#main .kind div.h4_03 h4 a,
#main .kind div.h4_03 h4 a:link,
#main .kind div.h4_03 h4 a:visited,
#main .kind div.h4_03 h4 a:hover,
#main .kind div.h4_03 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

* html body #main .kind div.h4_03 h4 a,
* html body #main .kind div.h4_03 h4 a:link,
* html body #main .kind div.h4_03 h4 a:visited,
* html body #main .kind div.h4_03 h4 a:hover,
* html body #main .kind div.h4_03 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_03 h4 a,
*+html body #main .kind div.h4_03 h4 a:link,
*+html body #main .kind div.h4_03 h4 a:visited,
*+html body #main .kind div.h4_03 h4 a:hover,
*+html body #main .kind div.h4_03 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_03 h4 a,
#main .kind div.h4_03 h4 a:link,
#main .kind div.h4_03 h4 a:visited,
#main .kind div.h4_03 h4 a:hover,
#main .kind div.h4_03 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}


--------------------------------------------------



#main .kind div.h4_04 h4 a,
#main .kind div.h4_04 h4 a:link,
#main .kind div.h4_04 h4 a:visited,
#main .kind div.h4_04 h4 a:hover,
#main .kind div.h4_04 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

* html body #main .kind div.h4_04 h4 a,
* html body #main .kind div.h4_04 h4 a:link,
* html body #main .kind div.h4_04 h4 a:visited,
* html body #main .kind div.h4_04 h4 a:hover,
* html body #main .kind div.h4_04 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_04 h4 a,
*+html body #main .kind div.h4_04 h4 a:link,
*+html body #main .kind div.h4_04 h4 a:visited,
*+html body #main .kind div.h4_04 h4 a:hover,
*+html body #main .kind div.h4_04 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_04 h4 a,
#main .kind div.h4_04 h4 a:link,
#main .kind div.h4_04 h4 a:visited,
#main .kind div.h4_04 h4 a:hover,
#main .kind div.h4_04 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}



--------------------------------------------------


#main .kind div.h4_05 h4 a,
#main .kind div.h4_05 h4 a:link,
#main .kind div.h4_05 h4 a:visited,
#main .kind div.h4_05 h4 a:hover,
#main .kind div.h4_05 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

* html body #main .kind div.h4_05 h4 a,
* html body #main .kind div.h4_05 h4 a:link,
* html body #main .kind div.h4_05 h4 a:visited,
* html body #main .kind div.h4_05 h4 a:hover,
* html body #main .kind div.h4_05 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_05 h4 a,
*+html body #main .kind div.h4_05 h4 a:link,
*+html body #main .kind div.h4_05 h4 a:visited,
*+html body #main .kind div.h4_05 h4 a:hover,
*+html body #main .kind div.h4_05 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_05 h4 a,
#main .kind div.h4_05 h4 a:link,
#main .kind div.h4_05 h4 a:visited,
#main .kind div.h4_05 h4 a:hover,
#main .kind div.h4_05 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}









#main .kind div.h4_06 h4 a,
#main .kind div.h4_06 h4 a:link,
#main .kind div.h4_06 h4 a:visited,
#main .kind div.h4_06 h4 a:hover,
#main .kind div.h4_06 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

* html body #main .kind div.h4_06 h4 a,
* html body #main .kind div.h4_06 h4 a:link,
* html body #main .kind div.h4_06 h4 a:visited,
* html body #main .kind div.h4_06 h4 a:hover,
* html body #main .kind div.h4_06 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_06 h4 a,
*+html body #main .kind div.h4_06 h4 a:link,
*+html body #main .kind div.h4_06 h4 a:visited,
*+html body #main .kind div.h4_06 h4 a:hover,
*+html body #main .kind div.h4_06 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_06 h4 a,
#main .kind div.h4_06 h4 a:link,
#main .kind div.h4_06 h4 a:visited,
#main .kind div.h4_06 h4 a:hover,
#main .kind div.h4_06 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}










#main .kind div.h4_07 h4 a,
#main .kind div.h4_07 h4 a:link,
#main .kind div.h4_07 h4 a:visited,
#main .kind div.h4_07 h4 a:hover,
#main .kind div.h4_07 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

* html body #main .kind div.h4_07 h4 a,
* html body #main .kind div.h4_07 h4 a:link,
* html body #main .kind div.h4_07 h4 a:visited,
* html body #main .kind div.h4_07 h4 a:hover,
* html body #main .kind div.h4_07 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_07 h4 a,
*+html body #main .kind div.h4_07 h4 a:link,
*+html body #main .kind div.h4_07 h4 a:visited,
*+html body #main .kind div.h4_07 h4 a:hover,
*+html body #main .kind div.h4_07 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_07 h4 a,
#main .kind div.h4_07 h4 a:link,
#main .kind div.h4_07 h4 a:visited,
#main .kind div.h4_07 h4 a:hover,
#main .kind div.h4_07 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}









#main .kind div.h4_08 h4 a,
#main .kind div.h4_08 h4 a:link,
#main .kind div.h4_08 h4 a:visited,
#main .kind div.h4_08 h4 a:hover,
#main .kind div.h4_08 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

* html body #main .kind div.h4_08 h4 a,
* html body #main .kind div.h4_08 h4 a:link,
* html body #main .kind div.h4_08 h4 a:visited,
* html body #main .kind div.h4_08 h4 a:hover,
* html body #main .kind div.h4_08 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_08 h4 a,
*+html body #main .kind div.h4_08 h4 a:link,
*+html body #main .kind div.h4_08 h4 a:visited,
*+html body #main .kind div.h4_08 h4 a:hover,
*+html body #main .kind div.h4_08 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_08 h4 a,
#main .kind div.h4_08 h4 a:link,
#main .kind div.h4_08 h4 a:visited,
#main .kind div.h4_08 h4 a:hover,
#main .kind div.h4_08 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}








#main .kind div.h4_09 h4 a,
#main .kind div.h4_09 h4 a:link,
#main .kind div.h4_09 h4 a:visited,
#main .kind div.h4_09 h4 a:hover,
#main .kind div.h4_09 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}

* html body #main .kind div.h4_09 h4 a,
* html body #main .kind div.h4_09 h4 a:link,
* html body #main .kind div.h4_09 h4 a:visited,
* html body #main .kind div.h4_09 h4 a:hover,
* html body #main .kind div.h4_09 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}

*+html body #main .kind div.h4_09 h4 a,
*+html body #main .kind div.h4_09 h4 a:link,
*+html body #main .kind div.h4_09 h4 a:visited,
*+html body #main .kind div.h4_09 h4 a:hover,
*+html body #main .kind div.h4_09 h4 a:active {
	position: relative;
    background: none;
	text-decoration: none;
	
}


#main .kind div.h4_09 h4 a,
#main .kind div.h4_09 h4 a:link,
#main .kind div.h4_09 h4 a:visited,
#main .kind div.h4_09 h4 a:hover,
#main .kind div.h4_09 h4 a:active {

    background-color: inherit;
	text-decoration: none;
	


}































.h4_01{
	float: left;
	width:201px;
	height:280px;
	_height:320px;
	background-repeat: no-repeat;
	margin:10px 10px 0px 0;
	display: block;

}

.h4_02{
	float: left;
	width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_003.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 0px 0;
	display: block;
}

.h4_03{
	float: left;
    width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_002.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px  0;
        display: block;
}

.h4_04{
	float: left;
    width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_004.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px  0;
        display: block;
}

.h4_05{
	float: left;
	width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_005.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 0px 0;
	display: block;
}

.h4_06{
	float: left;
	width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_006.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 0px 0;
	display: block;
}

.h4_07{
	float: left;
    width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_007.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px  0;
        display: block;
}

.h4_08{
	float: left;
    width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_008.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px  0;
        display: block;
}

.h4_09{
	float: left;
    width:200px;
	height:280px;
	_height:320px;
	background: url(../img/kind_010.jpg);
	background-repeat: no-repeat;
	margin:10px 10px 10px  0;
        display: block;
}

.h4_text{
	margin:16px 3px 0 0;
	padding-left:20px;
	_padding-left:10px;
	width: 200px;
	font-size:90%;
        position:relative;
}


/*豆知識*/
#mame{
	background: url(../img/bg_memo01.jpg) ;
	background-repeat: no-repeat;
	width: 640px;
	height:61px;
	_height:91px;
	padding:30px 0 0 30px;
}

#mame span{
	font-size:160%;
	padding:30px 0 0 30px;
        font-weight:bold;

}



#memo {
	clear:both;
}

div.column {
	width: 640px;
	background: url(../img/bg_memo03.jpg) no-repeat bottom;
	padding-bottom: 25px;
	margin-bottom: 40px;
	margin-top:0px;
}

div.column p{
	width: 600px;
	margin:0 0 10px 20px;
}



div.column .column_body	{
	background: url(../img/bg_memo02.jpg) repeat-y;
	padding: 0 20px;
}

img.img-shouhin{
	float:left;
	margin-right:20px;
}

div#btn-2{
	float:right;
	margin:80px 60px 0 0;
}

.kindtitle{
	font-weight:bold;
	font-size:130%;
	text-align:center;
}

/* h3タイトル
---------------------------------------------*/
.h3_title01{
    width:640px;
	height:40px;
	margin:10px 0;
	padding:8px 0px 0px 10px;
	_padding:10px 0px 0px 10px;
	background: url(img/tsuyomi.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:150%;
	font-weight:bold;
}

.h3_title02{
    width:640px;
	height:40px;
	margin:10px 0;
	padding:8px 0px 0px 10px;
	_padding:10px 0px 0px 10px;
	background: url(img/tsuyomi.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:150%;
	font-weight:bold;
}

.h3_title03{
    width:640px;
	height:40px;
	margin:10px 0;
	padding:8px 0px 0px 10px;
	_padding:10px 0px 0px 10px;
	background: url(img/tsuyomi.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:150%;
	font-weight:bold;
}

/* 検索結果
----------------------------------------------- */
p.conditionarea {
    clear: both;
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}


/* ページ送り
----------------------------------------------- */
.pagenumberarea, .pagecondarea {
    clear: both;
    width: 610px;
    margin: 20px 0 20px 0;
    padding:20px;
    background-color: #ededed;
}

ul.pagenumberarea {
    height: 2em;
}

ul.pagecondarea {
    border: 1px solid #CCCCCC;
}

ul.pagenumberarea li {
    float: left;
    width: 32.9%;
}

ul.pagenumberarea li.left {
    text-align: left;
    white-space: nowrap;
}

ul.pagenumberarea li.center {
    text-align: center;
    white-space: pre;
}

ul.pagenumberarea li.right {
    text-align: right;
    white-space: nowrap;
}

.pagenumberarea .pagenumber{
    color: #ff0000;
    font-weight: bold;
}

p.pagenumberarea .number{
    font-weight: bold;
}

/* 商品一覧 */

/* タイトル
----------------------------------------------- */
div#listtitle {
    width: 650px;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #3366cc;
    background: url("../img/products/title_icon.gif") no-repeat left center;
}

div#listtitle h2 {
    padding: 10px 0 10px 0px;
    font-size: 190%;
    background: url("../img/products/h2_bg.jpg") no-repeat left center; 
}

#content h2{
    padding: 10px 0 10px 0px;
    font-size: 140%;
    background: url("../img/products/h2_bg.jpg") no-repeat left center;
}




/* 商品詳細 */

/* タイトル
----------------------------------------------- */
div#detailtitle {
    width: 640px;
    margin: 0 0 10px 0;
    border-bottom: 4px solid #3366cc;
    background: url("../img/products/title_icon.gif") no-repeat left center;
    background-color: #fff;
}

div#detailtitle h2 {
    padding: 10px 0 10px 0px;
    font-size: 190%;
    color:000;
    font-weight:bold;
}


/* 商品
----------------------------------------------- */
div#detailarea {
    width: 580px;
    margin: 15px 0 0 0;
}

div#detailphotoblock {
    float: left;
    width: 292px;
}

div#detailphotoblock p {
    margin: 5px 0 0 0;
}

div#detailrightblock {
    float: right;
    width: 280px;
}

div#detailrightblock li {
    display: inline;
}

div#detailrightblock h2 {
    margin: 5px 0;
    padding: 0;
    color: #65aff0;
    font-size: 140%;
    font-weight: bold;
}

div#detailrightblock dl {
    padding: 15px 0 0 0;
}

div#detailrightblock dt {
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url("../img/common/arrow_gray.gif") no-repeat left center;
}

div#detailrightblock dd {
    margin: 0 15px 0 0;
}

div#detailrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

div#detailrightblock .btn {
    clear: both;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    text-align: center;
    vertical-align: top;
    background: url("../img/common/line_280.gif") no-repeat;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
    clear: both;
    width: 580px;
    padding: 30px 0 0 0;
}

div.subarea h3 {
    width: 560px;
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #e4e4e4;
}

div.subtext {
    float: left;
    width: 365px;
}

div.subphotoimg {
    float: right;
    width: 202px;
}

div.subphotoimg p {
    margin: 5px 0 0 0;
    text-align:right;
}


/* お客様の声
----------------------------------------------- */
div#customervoicearea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div#customervoicearea h2 {
    padding: 0 0 10px 0;
}

div#customervoicearea .voicedate{
    font-weight: bold;
    margin: 10px 0 0 0;
}

div#customervoicearea .voicetitle{
    padding: 5px 0;
    font-size: 120%;
    font-weight: bold;
}

div#customervoicearea li {
    padding: 0 0 10px 0;
    background: url("../img/common/line_580.gif") no-repeat bottom;
}

/* トラックバック
----------------------------------------------- */
div#trackbackarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div#trackbackarea h2 {
    padding: 0 0 10px 0;
}

div#trackbackarea h3 {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 10px 0;
}

div#trackbackarea .box500 {
    width: 500px;
    border: solid 1px #ccc;
}

/* この商品を買った人はこんな商品も買っています
----------------------------------------------- */
div#whoboughtarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div.whoboughtblock {
    clear: both;
    width: 580px;
    padding: 10px 0;
    overflow: auto;
}

div.whoboughtleft {
    float: left;
    width: 280px;
    padding: 10px 0;
    position: relative;
    background: url("../img/common/line_578.gif") no-repeat bottom;
}

div.whoboughtleft img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtleft p {
    margin: 0 0 5px 0;
}

div.whoboughtright {
    float: right;
    width: 280px;
    padding: 10px 0;
    position: relative;
    background: url("../img/common/line_578.gif") no-repeat bottom;
}

div.whoboughtright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtright p {
    margin: 0 0 5px 0;
}

div.whoboughtleft h3 {
    font-size: 100%;
}

div.whoboughtright h3 {
    font-size: 100%;
}

/* 下層共通指定
----------------------------------------------- */
div#under02column {
    width: 700px;
    margin: 15px auto 0 auto;
}

div#under02column h2.title{
    width: 700px;
    margin: 0 0 15px 0;
}

div#under02column table {
    width: 690px;
}

/* カートの中
----------------------------------------------- */
div#under02column_cart {

}

div#under02column_cart .totalmoneyarea {
    width: 680px;
    margin: 15px auto 0 auto;
    padding: 10px 5px;
    border: 1px solid #ccc;
    text-align: center;
}

div#under02column_cart th {
    text-align: center;
}

div#under02column table th.resulttd {
    text-align: right;
}

div#under02column td#quantity {
   text-align: center;
   width: 70px;
}

div#under02column ul#quantity_level li {
    display: inline;
    padding: 3px;
}

div#under02column .empty {
    text-align: center;
}

/* お客様情報入力
----------------------------------------------- */
div#under02column_customer {

}

.flowarea {
    margin: 0 0 20px 0;
}

div#under02column_customer th em {
    color: #000;
    font-weight: bold;
}

div#under02column_customer .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_customer .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_customer .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_customer .box320 {
    width: 320px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_customer .zipimg img {
    margin: 5px 0 0 0;
}


/* お届け先指定
----------------------------------------------- */
div#under02column_shopping table th {
    text-align: center;
}

.addbtn {
    margin: 10px 0 0 0;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#under02column_shopping .payarea {
    width: 670px;
    margin: 0 auto;
}

div#under02column_shopping h3 {
    margin: 0 0 15px 0;
}

div#under02column_shopping .payarea02 {
    width: 670px;
    margin: 40px auto 0 auto;
}

div#under02column_shopping .payarea02 div {
    margin: 10px 0 0 0;
}

div#under02column_shopping .payarea02 em {
    font-weight: bold;
    color: #000;
}

div#under02column_shopping .payarea table {
    width: 670px;
}

div#under02column_shopping .payarea table th {
    text-align: center;
}

div#under02column_shopping .payarea02 .area660 {
    width: 660px;
    height: 150px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_shopping .pointarea {
    width: 670px;
    margin: 40px auto 0 auto;
}

div#under02column_shopping .pointarea div {
    border: 3px solid #ccc;
    padding: 5px;
    text-align: center;
}

div#under02column_shopping .pointarea ul {
    margin: 10px auto;
    width: 500px;
}

div#under02column_shopping .pointarea li {
    text-align: left;
    padding: 2px 10px;
}

div#under02column_shopping .pointarea li.underline {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 7px;
}

/* 確認
----------------------------------------------- */

div#under02column_shopping table.delivname thead th {
    width: 690px;
    text-align: left;
    font-weight: bold;
}

div#under02column_shopping table.delivname tbody th {
    text-align: left;
    width: 155px;
}

div#under02column_shopping table.delivname td {
    text-align: left;
    width: 550px;
}

/* 決済モジュール(決済情報入力画面)
----------------------------------------------- */
div#under02column_shopping .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_shopping .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

/* ログイン
----------------------------------------------- */
div#under02column_login {

}

div#under02column_login .loginarea {
    width: 620px;
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    border: 5px solid #ccc;
}

div#under02column_login .loginarea .inputtext {
    width: 500px;
    margin: 15px auto 0 auto;
}

div#under02column_login .loginarea .inputtext02 {
    width: 500px;
    margin: 15px auto 0 auto;
    font-size: 90%;
}

div#under02column_login .loginarea .inputbox {
    width: 460px;
    margin: 15px auto 0 auto;
    padding: 15px 20px;
    background: #f0f0f0;
}

div#under02column_login .loginarea .inputbox .passwd {
    margin: 15px 0 0 0;
}

div#under02column_login .loginarea .inputbox .box300 {
    width: 300px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_login .loginarea .inputbox02 {
    width: 460px;
    margin: 15px auto 0 auto;
    padding: 15px 20px;
    background: #f0f0f0;
    text-align: center;
}

/* エラー
----------------------------------------------- */
div#under02column_error {

}

div#under02column_error .messagearea {
    width: 680px;
    margin: 15px auto 0 auto;
    padding: 10px 5px;
    border: 5px solid #ccc;
    text-align: center;
}

div#under02column_error .messagearea .error {
    padding: 120px 0;
}

/* 下層共通指定
----------------------------------------------- */
div#undercolumn {
    width: 580px;
    margin: 15px auto 0 auto;
}

div#undercolumn h2.title{
    width: 580px;
    margin: 0 0 15px 0;
}

div#undercolumn table {
    width: 570px;
}




/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {

}

div#undercolumn_aboutus table th {
    width: 140px;
}


/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {

}

div#undercolumn_order table th {
    width: 140px;
}


/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {

}

div#undercolumn_contact .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .area380 {
    width: 380px;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .zipimg img {
    margin: 5px 0 0 0;
}


/* 会員登録
----------------------------------------------- */
div#undercolumn_entry {

}

div#undercolumn_entry .area470 {
    width: 570px;
    height: 520px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box320 {
    width: 320px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .zipimg img {
    margin: 5px 0 0 0;
}

div#undercolumn_entry div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}

div#undercolumn_entry div#completetext em {
    font-weight: bold;
}

div#undercolumn_entry div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}

div#undercolumn_entry dt {
    float: left;
    width: 4em;
    border: 1px solid #FF0000;
}



/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 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: 470px;
    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;
}


li {
    list-style-type: none;
    margin:0;
    padding:0;
}

dd {
    list-style-type: none;
    margin:0;
    padding:0;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a:link {
    color: #3a75af;
    text-decoration: underline;
}
a:visited {
    color: #3a75af;
}
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;
}
/* 商品
----------------------------------------------- */
div.listarea {
    width: 130px;
    margin:10px 5px 10px 25px;
    padding:0;
    float: left;
    position: relative;
    text-align: center;
}

div.listarea h3{
    margin:0;
    padding:0;
height:20px;
    font-weight:normal;
}


div.listarea h3 a{
    font-size:110%;
    font-weight:normal;
    text-decoration: none;
    line-height:100%;
    margin:0;
    padding:0;
}

div.listarea img{;
}

div.listphoto {
    padding: 0;
    margin:0;
    width:130px;
    text-align: center;
}

div.listrightblock {
    width: 150px;
    margin-left:10px;
}

div.listrightblock li {
    display: inline;
    padding: 0 0 10px 0;
}

div.listrightblock h3 {
    width: 130px;
    line-height: 100%;
    font-size: 100%;
    font-weight:normal;
    text-align: center;
}

div.listrightblock h3 a {
    font-weight:normal;
}

div.listrightblock .listcomment {
    width: 320px;
    _width: 200px;
    margin: 10px 0 10px 0;
    _margin: 10px 0 10px -10px;
    font-size: 100%;
    line-height:100%;
}

div.listrightblock .pricebox {

}
.product_kakaku{
    margin: 20px 0 10px 0;
    _margin: 20px 0 10px -10px;
    font-size:130%;
}

div.listrightblock .soldout {
    clear: both;
}

div.listrightblock .in_cart {
    margin: 10px auto 5px 10px;
    padding: 5px;
    width: 320px;
    _width: 150px;
    clear: both;
    background-color:#ff0;
}

div.listrightblock .quantity {
    width: 320px;
    _width: 150px;
}

div.listrightblock .btnbox {
    margin: 0 0 10px 0;
    padding: 1px;
}

div.listrightblock dt {
    width: 320px;
    _width: 150px;
    float: left;
    text-align: right;
    padding: 3px;
    font-weight: bold;
}

div.listrightblock dd {
    padding: 3px;
}

div.listrightblock .cartbtn {
    clear: both;
    text-align: center;
}

div.listrightblock .cartbtn img {
    display: block;
    width: 200px;
    margin: 5px auto 0 auto;
}

div.listrightblock .box54 {
    width: 54px;
    height:20px;
    border: solid 2px #ccc;
}

div.campaign {
    text-align: center;
    padding-left: 25px;
}

span.redtt {
    color: #FF0000;
}
