/* CSS Document */
body{
	font-size:12px;
	color:#696969;
	line-height:150%;
	width:800px;
	padding:0;
	margin:0 auto;
	}

#wrap{
	width:800px;
	margin:10px 0;
	border-top:3px solid #e9e9e9;
	}
	
a{
	color:#990033;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

h1,h2,h3,h4,h5,p,ul{
	margin:0;
	padding:0;
	}
li{
	list-style:none;
	}

img{
	border:0;
	}

.clear{
	clear:both;
	}

/*headder*/
	
h1{
	font-size:10px;
	font-weight:normal;
	background:url(img/head_bk01.jpg) top right no-repeat;
	padding:0 0 0 5px;
	}
	
h2{
	float:left;
	}
	
#head{
	float:right;
	background:url(img/head_bk02.jpg) top right no-repeat;
	width:434px;
	height:64px;
	text-align:right;
	}

#head div{
	padding:45px 10px 0 0;
	}
	
/*navigation*/

#navigation{
	height:56px;
	background:url(img/menu_bk.jpg) top left repeat-x;
	margin-bottom:5px;
	}

#navigation li{
	float:left;
	margin:0 2px;
	}

#navigation #about a{
	display:block;
	height:56px;
	width:110px;
	margin:0 5px;
	background:url(img/menu_about.gif) top center no-repeat;
	text-indent:-1000px;
	}
#navigation #about a:hover{
	background:url(img/menu_about.gif) no-repeat;
	background-position:0 -56px;
	}
	
#navigation #item a{
	display:block;
	height:56px;
	width:92px;
	margin:0 5px;
	background:url(img/menu_item.gif) top center no-repeat;
	text-indent:-1000px;
	}
#navigation #item a:hover{
	background:url(img/menu_item.gif) no-repeat;
	background-position:0 -56px;
	}
	
#navigation #company a{
	display:block;
	height:56px;
	width:91px;
	margin:0 5px;
	background:url(img/menu_company.gif) top center no-repeat;
	text-indent:-1000px;
	}
#navigation #company a:hover{
	background:url(img/menu_company.gif) no-repeat;
	background-position:0 -56px;
	}

#navigation #inquiry a{
	display:block;
	height:56px;
	width:91px;
	margin:0 5px;
	background:url(img/menu_inquiry.gif) top center no-repeat;
	text-indent:-1000px;
	}
#navigation #inquiry a:hover{
	background:url(img/menu_inquiry.gif) no-repeat;
	background-position:0 -56px;
	}
	
#navigation #access a{
	display:block;
	height:56px;
	width:91px;
	margin:0 5px;
	background:url(img/menu_access.gif) top center no-repeat;
	text-indent:-1000px;
	}
#navigation #access a:hover{
	background:url(img/menu_access.gif) no-repeat;
	background-position:0 -56px;
	}
	
#navigation #job a{
	display:block;
	height:56px;
	width:91px;
	margin:0 5px;
	background:url(img/menu_job.gif) top center no-repeat;
	text-indent:-1000px;
	}
#navigation #job a:hover{
	background:url(img/menu_job.gif) no-repeat;
	background-position:0 -56px;
	}

#navigation #link a{
	display:block;
	height:56px;
	width:91px;
	margin:0 5px;
	background:url(img/menu_link.gif) top center no-repeat;
	text-indent:-1000px;
	}
#navigation #link a:hover{
	background:url(img/menu_link.gif) no-repeat;
	background-position:0 -56px;
	}


/*maincontents*/
#maincontents{
	padding:3px 0;
	}

#img{
	text-align:center;
	}
	
#left_con{
	float:left;
	width:565px;
	padding:0;
	margin:0;
	text-align:left;
	}
	
#right_con{
	float:right;
	width:235px;
	padding:0;
	margin:0;
	}
	
#left_con_sub{
	float:left;
	width:150px;
	padding:0;
	margin:0;
	}
	
#right_con_sub{
	float:right;
	width:640px;
	padding:0;
	margin:0;
	}
	
#left_con_sub2{
	float:left;
	width:150px;
	height:400px;
	padding:0;
	margin:0;
	}

#right_con_sub2{
	float:right;
	width:640px;
	height:400px;
	padding:0;
	margin:0;
	}

#left_con_sub ul{
	padding:10px 0 0 10px;
	}
	
.title{
	border-left:5px solid #ff5098;
	padding:0 0 0 5px;
	margin:10px 0 5px 0;
	font-weight:bold;
	}

#left_con_sub a{
	color:#696969;
	}
	
#left_con_sub a:hover{
	color:#990033;
	text-decoration:none;
	}

#right_con_sub p{
	padding:0 50px 10px 30px;
	}
	
.sakuin{
	margin:0 50px 10px 30px;
	padding:0 0 0 5px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #ff8496;
	}

h3{
	padding:15px 0;
	}
	
h4{
	background:#cccccc;
	font-weight:bold;
	margin:10px 23px 0 20px;
	padding:0 8px;
	font-size:12px;
	}

h4 span{
	font-size:10px;
	font-weight:normal;
	padding:0 0 0 10px;
	}
	
h5{
	font-weight:bold;
	color:#ff599f;
	font-size:12px;
	padding:10px 50px 0 30px;
	}

#right_con ul{
	text-align:center;
	}


/*info*/
#info{
	float:left;
	margin:5px 2px 5px 0;
	width:375px;
	text-align:left;
　　scrollbar-face-color:#fff;
　　scrollbar-highlight-color:#fff;
　　scrollbar-shadow-color:#fff;
　　scrollbar-track-color:#fff;
　　scrollbar-arrow-color:#ff79ab;
	scrollbar-3dlight-color:#ccc;
	scrollbar-darkshadow-color:#acacac;			
	}

#info ul{
	border-top:1px solid #fe3d8e;
	padding:10px 0 0 10px;
	overflow:auto;
	height:155px;
	}

#info li{
	background:url(img/icon.jpg) top left no-repeat;
	padding:0 0 3px 25px;
	}

#info div{
	border:1px solid #f00;
	padding:2px 10px;
	margin:0 50px 0 5px;
	font-weight:bold;
	}

#info div a{
	color:#f00;
	}

/*sybcontents*/
#subcontents{
	float:left;
	width:180px;
	background:#e9e9e9;
	margin:5px 0 5px 3px;
	text-align:left;
	padding:3px 0;
	}

#subcontents ul{
	padding:5px 10px;
	}

#subcontents a{
	text-decoration:none;
	color:#333333;
	}

#subcontents a:hover{
	text-decoration:underline;
	color:#333333;
	}
	
/*rakten*/
#rakuten{
	padding:5px;
	}
	
#rakuten span{
	font-size:10px;
	}
	
#rakuten p{
	padding:0;
	margin:0;
	line-height:175%;
	}
	
#rakuten #qr{
	line-height:120%;
	padding:5px 0;
	}
	
/*footer*/
#footer{
	font-size:10px;
	color:#fff;
	background:#fe3d8e;
	width:800px;
	text-align:right;
	margin-top:10px;
	}

#footer p{padding-right:5px;}
#footer a{color:#fff;}
	
/*hyo*/
#hyo{
	border:1px solid #cccccc;
	border-bottom:0;
	border-right:0;
	margin:10px 35px;
	}
	
#hyo td{
	border:1px solid #cccccc;
	border-top:0;
	border-left:0;
	padding:2px 10px;
	}

#hyo2{
	border:1px solid #cccccc;
	border-bottom:0;
	border-right:0;
	margin:10px 35px;
	width:500px;
	}
	
#hyo2 td{
	border:1px solid #cccccc;
	border-top:0;
	border-left:0;
	padding:2px 10px;
	width:200px;
	}

#hyo3{
	margin:10px 0;
	}
	
#hyo3 td{
	padding:10px 20px 10px 15px;
	border-bottom:1px dashed #e9e9e9;
	}

#hyo3 .h{
	background:#e9e9e9;
	padding:4px 15px 3px 15px;
	font-weight:bold;
	border:0;
	}



#hyo ul{
	padding:0 0 0 20px;
	}

#hyo li{
	list-style-type:decimal;
	}

/*item*/


.item{
	width:100px;
	line-height:120%;
	float:left;
	margin:9px;
	}
	
.item a{
	text-decoration:none;
	}
	
.item img{
	border:1px solid #cccccc;
	margin:0 0 5px 0;
	}
	
.name{
	color:#696969;
	}
	
.spo{
	width:580px;
	margin:10px 30px 0 30px;
	}
	
.spo .img{
	width:260px;
	}
	
.spo .no{
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding:3px 5px;
	margin:10px 0;
	}
	
.box{
	float:left;
	padding:10px 50px;
	}
	

/*--------------------------------------------------------------
Shop
---------------------------------------------------------------*/

#shop{
	padding:0;
	margin:0;
	}


#shop_header{margin:5px 0 0 0;}

#shop_top{clear:both;margin:0 0 10px 0;height:203px;}
#shop_top2{clear:both;margin:0 0 10px 0;height:100px;}
#shop_top img{float:left;}
#shop_top2 img{float:left;}

#shop_come{
	background:url(shop-img/come_bk.gif) top right no-repeat;
	padding:50px 0 0 0;
	font-size:11px;
	color:#fff;
	width:190px;
	float:right;
	height:153px;
	}
#shop_come p{width:170px;margin:0 auto;}

#shop_contents{clear:both;padding:0;}

#shop_menu{width:164px;float:left;font-size:11px;}
#shop_menu img{margin:3px 0 0 0;}
#shop_menu .h{margin:10px 0 0 0;}
#shop_menu ul{width:164px;margin-bottom:10px;}
#shop_menu li{padding:7px 0 5px 10px;border-bottom:1px dotted #ccc;}

#shop_menu ul .menu_01{background:#f3f3f3;padding:10px 0 7px 10px;line-height:120%;}
#shop_menu ul .menu_02{padding:5px 0 3px 17px;}

#shop_main{width:630px;float:right;padding:10px 0 0 0;text-align:center;}

#shop_main .head{margin:3px 0;}


#shop_navi{margin:2px 0 8px 0;text-align:left;}
#shop_navi li{display:inline;}
#shop_navi a{color:#696969;}

#shop_main #topics{
	padding:0 10px;
	margin:5px 0;
	text-align:left;
	}

#shop_main #topics li{
	border-bottom:1px dashed #e9e9e9;
	padding:2px 0;
	}

#shop_main  .pickup_text{
	width:620px;
	text-align:left;
	background:#333;
	color:#fff;
	font-weight:bold;
	padding:3px 5px;
	clear:both;
	}

#shop_main  .pickup_link{
	width:600px;
	text-align:right;
	font-size:11px;
	padding:3px 5px;
	clear:both;
	}

#page_title_contact{
	background:url(shop-img/items_title.gif) top left no-repeat;
	font-size:11px;
	text-align:right;
	width:630px;
	height:21px;
	padding:5px 0 0 0;
	border-top:3px solid #fe66a6;
	border-bottom:1px solid #fe66a6;
	}

#page_title_event{
	background:url(shop-img/event_title.gif) top left no-repeat;
	font-size:11px;
	text-align:right;
	width:616px;
	height:21px;
	padding:5px 0 0 0;
	border-top:3px solid #fe66a6;
	border-bottom:1px solid #fe66a6;	
	}

/*cart*/
#page_area{margin:10px 0}
#page_area img{margin:0;padding:0;}



#item_area{margin:10px auto;width:580px;}
#item_area p{text-align:left;}
#item_area_topimg{margin:0 0 10px 0;}
#item_area_img{float:left;width:300px;margin:0;text-align:center;}
#item_area_img img{margin:0 0 10px 0;}
#item_area_img div img{border:1px solid #ff67af;margin:10px 5px 0 0;}
#item_area_img div .small{font-size:11px;}

#item_area_note{float:right;width:270px;text-align:left;font-size:11px;}
#item_area_note2{float:right;width:300px;}
#item_area_note h3{
	margin:0;
	padding:3px 0 3px 8px;
	font-size:14px;
	color:#980040;
	}

#item_area_note h6{
	margin:0 0 10px 0;
	padding:2px 0 2px 10px;
	font-size:12px;
	font-weight:bold;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#item_area_note img{
	margin:5px 0 5px 0;
	}

#item_area_note2 h3{
	margin:0;
	padding:3px 0 3px 8px;
	font-size:14px;
	border-bottom:1px dotted #ccc;
	color:#980040;
	}

#item_area_note2 h6{
	margin:0 0 10px 0;
	padding:2px 0 2px 10px;
	font-size:12px;
	font-weight:bold;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#item_area_note2 img{
	margin:5px 0 5px 0;
	}


.details_note{padding:10px;width:250px;text-align:left;font-size:12px;}

.details_note_hosoku{
	padding:10px;
	margin:0 10px 10px 10px;
	border:1px solid #ccc;
	}

.item_area_note{
	border-left:8px solid #fe5a9f;
	margin:0 0 0 10px;
	padding:5px 0;
	line-height:130%;
	letter-spacing:1.2px;
	}
.item_area_note td{padding:3px 5px 0 5px;}
.item_area_note .price{
	font-size:14px;
	color:#cc0000;
	}


.item_price_taxin{}
.item_price_taxout{}
.item_tax{}
.item_carriage{}

#cart_area{
	margin:0 0 30px 10px;
	padding:0;
	font-size:12px;
	}

#cart_area from{margin:0;padding:0;}
#cart_area div{margin:3px 0;padding:0;}

.set{
	font-weight:bold;
	padding:0 10px;
	border-top:3px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:5px 0 0 0;
	}

.cat_item{
	width:300px;
	margin:10px 5px 15px 5px;
	float:left;
	text-align:left;
	}

.cat_item img{float:left;width:140px;border:1px solid #ccc;}
.cat_item .text{float:right;width:147px;margin:0 3px 0 2px;font-size:11px;line-height:120%;}
.cat_item .text p{padding:2px 5px;}
.cat_item .text .a{color:#ba014f;font-size:12px;line-height:130%;}
.cat_item .text .a a{text-decoration:underline;}
.cat_item .text .b{line-height:125%;}
.cat_item .text .c{border-top:1px dashed #ccc;padding-top:5px;margin-top:5px;}
.cat_item .text .d{}
.cat_item .text .e{}

/*-----------------------------------------------------比較*/
#hikaku_main{font-size:11px;text-align:left;}
#hikaku_main td{border-bottom:1px solid #ccc;padding:10px 5px;}
#hikaku_main #h td{background:#e9e9e9; font-weight:bold;}
#hikaku_main a{color:#FF6699; font-weight:bold;}

/*各商品*/
#purehapa_text1{width:300px;margin:10px 0 0 10px;line-height:180%;}
#purehapa_prof{width:250px;height:159px;background:url(shop-img/item/purehapa05.jpg) top left no-repeat;}
#purehapa_prof p{font-size:11px;color:#fff;margin:20px 20px 0 20px;line-height:150%;}
#purehapa_birth{width:331px;height:324px; background:url(shop-img/item/purehapa08.jpg) top left no-repeat;}
#purehapa_birth p{margin:10px 20px 0 15px;line-height:170%;}
#purehapa_dj{width:309px;height:396px;background:url(shop-img/item/purehapa11.jpg) top left no-repeat;}
#purehapa_dj p{margin:10px 30px 10px 15px;line-height:180%;}
#purehapa_dj_prof p{font-size:11px;line-height:130%;margin:10px 13px;}

/*-------------------------------------------------------バービーアイズ*/
.barbieeye_box{font-size:12px;color:#696969;line-height:170%;text-align:left;}
.anzen{font-size:14px;margin:0 0 5px 0;color:#b52b52;}
.anzen_text{margin:0;padding:0;}
#barbie_color{font-size:11px;color:#696969;line-height:150%;text-align:left;margin-bottom:20px;}
.barbie_color_h{padding:0 0 5px 0;margin:0 10px 5px 5px;font-size:13px; font-weight:bold;color:#990000;}
.barbie_color_text{padding:0;margin:0 10px 0 5px;}


#flash{
	margin:10px 0;
	padding:0;
	}