@charset "UTF-8";
/* CSS Document */

/* body style ----------------------------------------------------------------------------------- */

@media print {

html{
	font-size: small;
}

body {
	padding: 0px;
	color: #444444;
	font-family:  'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'Osaka', helvetica, sans-serif ;
	/*font-family:  Georgia, "MSP明朝", "細明朝体", "平成明朝", "Hiragino Kaku Gothic Pro", helvetica, sans-serif ;*/
	font-weight: normal;
	line-height: 1.5em;
	background : #fff;
	text-align:left;
	margin: 0;
	line-height:1.6em;
	letter-spacing:0.15em;
	position:relative;
	font-size:0.95em;
}



.pngfix{
	behavior: url(/scripts/iepngfix.htc);
}



.helpnavi{
	display:none;
}

a {
	font-weight: normal;
	text-decoration: none;
	color:#0088cc;
}

a:hover {
	text-decoration: underline;
	color:#0088cc;

}

a.pdf{
	background:url(../images/base/pdf.png) no-repeat left;
	padding-left:20px;
	height:17px;
}

img {
	border:none;
	background: transparent;
	line-height:0px;
	vertical-align:bottom;
}


hr {
	display: none;
}


p {
	line-height:18px;
	letter-spacing:0.1em;
	margin-top:3px;
	margin-bottom:1.2em;
	font-size:1.0em;
	}

p.top {
	margin-top:1.2em;
	}
	
p.right{
	text-align:right;
}

.center{
	text-align:center;
}


.small{
	font-size:0.85em;
}

br{letter-spacing:0;}

ul,ol{
	list-style:none;
	margin:0px;
	padding:0px;
}  

ul li,ol li{
	margin:0px;
	padding:0px;
}  


h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	color:#1a1a1a;
}

strong{
	font-weight:lighter;
	color:#e0660d;
}

table{
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}


table.table_style_border{
	margin-top:10px;
	border-collapse:collapse;
}

.table_style_border th,
.table_style_border td{
	border-bottom:dotted 1px #bfbfbf;
	margin:0px;
	padding:20px;
	font-size:1em;
}

th.table_style_border table{
	padding-right:10px;
	vertical-align:top;
	font-weight:lighter;
	text-align:left;
	font-size:1em;
	text-align:right;
}


td.table_style_border table{
	padding-left:15px;
}

.table_style_border td span.small{
	font-size:0.8em;
	padding-left:10px;
}

.table_style_border td label{
	font-size:0.9em;
}






table.table_style_block{
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}


table.table_style_block th,
table.table_style_block td{
	border:solid 1px #c8c8c8;
	margin:0px;
	padding:20px 15px 20px 15px;
}

table.table_style_block th{
	background-color:#efefef;
	vertical-align:middle;
	font-weight:lighter;
	text-align:right;
}





.table_style_none table{
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

.table_style_none table th,
.table_style_none table td{
	border:none;
	margin:0px;
	padding:15px 0px 15px 0px;
	font-size:1em;
}

.table_style_none table th{
	vertical-align:top;
	font-weight:lighter;
	text-align:right;
}

.table_style_none table td{
	padding-left:30px;
}




/* Foot Bottom System */

.last{
	background:none!important;
	margin-right:0px!important;
	border:none!important;
}

.hover {
	cursor: pointer;
	}
	
.hover a:link {
	text-decoration:underline;
	}

.hover{
}

a.arrow_blue{
	background:url(../images/base/arrow_blue.png) no-repeat left 4px;
	height:1.2em;
	padding-left:10px;
}


.title{
	font-size:1.2em;
}



/* head layout ----------------------------------------------------------------------------------- */

#head{
	width:952px;
	margin:0 auto;
	position:relative;
}

	
a.logo img{
	padding:37px 0;
}

h1{
	font-size:1em;
	font-weight:lighter;
	position:absolute;
	right:0px;
	top:10px;
}

/* menu layout ----------------------------------------------------------------------------------- */

ul#global_menu{
	position:absolute;
	right:0px;
	top:57px;
}

ul#global_menu li{
	float:left;
	margin-left:10px;
	width:113px;
	height:43px;
	text-indent:-9999px;
}

ul#global_menu li span{
	width:113px;
	height:43px;
	display:block;
}

ul#global_menu li a{
	width:113px;
	height:43px;
	display:block;
}

ul#global_menu li#home span.active{
	background:url(../images/base/global_menu.png) no-repeat 0 -43px;
}
ul#global_menu li#rent span.active{
	background:url(../images/base/global_menu.png) no-repeat -113px -43px;
}
ul#global_menu li#buy span.active{
	background:url(../images/base/global_menu.png) no-repeat -226px -43px;
}
ul#global_menu li#shops span.active{
	background:url(../images/base/global_menu.png) no-repeat -339px -43px;
}
ul#global_menu li#contact span.active{
	background:url(../images/base/global_menu.png) no-repeat -452px -43px;
}


ul#global_menu li#home a{
	background:url(../images/base/global_menu.png) no-repeat 0 0;
}

ul#global_menu li#home a:hover{
	background:url(../images/base/global_menu.png) no-repeat 0 -43px;
}

ul#global_menu li#rent a{
	background:url(../images/base/global_menu.png) no-repeat -113px 0;
}

ul#global_menu li#rent a:hover{
	background:url(../images/base/global_menu.png) no-repeat -113px -43px;
}

ul#global_menu li#buy a{
	background:url(../images/base/global_menu.png) no-repeat -226px 0;
}

ul#global_menu li#buy a:hover{
	background:url(../images/base/global_menu.png) no-repeat -226px -43px;
}

ul#global_menu li#shops a{
	background:url(../images/base/global_menu.png) no-repeat -339px 0;
}

ul#global_menu li#shops a:hover{
	background:url(../images/base/global_menu.png) no-repeat -339px -43px;
}

ul#global_menu li#contact a{
	background:url(../images/base/global_menu.png) no-repeat -452px 0;
}

ul#global_menu li#contact a:hover{
	background:url(../images/base/global_menu.png) no-repeat -452px -43px;
}

ul#global_menu li span.active a{
	background:none !important;
}

/* foot layout ----------------------------------------------------------------------------------- */
#foot_wrapper{
	padding-top:30px;
}

#foot_wrapper .inner{
	width:952px;
	margin:0 auto;
}

#foot_wrapper .inner ul{
}

#foot_wrapper .inner li{
	font-size:0.9em;
	float:left;
	padding-right:10px;
	margin-right:10px;
}

#foot_wrapper .inner li a{
	color:#484848;
}

#foot_wrapper .inner li a:hover{
	color:#8e8e8e;
}

#foot_wrapper .inner address{
	font-style:normal;
	font-size:0.9em;
	font-weight:bold;
}



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

.clearfix {zoom:1;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear { clear:both;}









/* layout ----------------------------------------------------------------------------------- */


#wrapper{
	background:url(../images/titles/index/bg.png) repeat-y center;
}


#main_wrapper{
	width:952px;
	margin:0 auto;
}

.left_area{
	padding-top:40px;
	width:672px;
	float:left;
}

.left_area .contents_box{
	border-top:3px solid #21a2e6;
	border-left:1px solid #a2a2a2;
	border-right:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	padding:22px 15px;
}

.left_area .sub_title{
	border-bottom:1px dotted #21a2e6;
	margin-bottom:8px;
	clear: both;
}

.left_area .second_title{
	padding-top:40px;
}


.feature_list li{
	width:149px;
	float:left;
	margin-right:13px;
	font-size:0.9em;
}

.feature_list li a{
	color:#8e8e8e;
}

.feature_list li a:hover{
	color:#cbcbcb;
}

.feature_list a.icon{
	display:block;
}

.main_flash{
	border-top:1px solid #d0d0d0;
}

.main_flash .inner{
	display:none;
}



/* item_list --------- */

.new_items_wrapper{
	position:relative;
	width:638px;
}

.item_list_inner{
	width:638px;
	overflow:hidden;
	position:relative;
	height:auto;
}

#new_item_rent{
	position: static;
}

#new_item_rent div{
	width:638px;
	float: none;
	margin-bottom:15px;
	border-bottom:dotted 1px #a2a2a2;
	padding-bottom:15px;
}


.new_items li{
	width:149px;
	float:left;
	margin-right:10px;
	padding-right:2px;
	border-right:dotted 1px #a2a2a2;
	font-family:  'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'Osaka', helvetica, sans-serif ;
	letter-spacing:0.02em;
}


.new_items_wrapper .next{
	display:none;
}

.new_items_wrapper .prev{
	display:none;

}

.new_items_wrapper #handles_apps_rent{
	display:none;
}


/* -----*/
.item_outline li{
	width:auto;
	float:none;
	margin:0px;
}


.new_items h4{
	margin-top:5px;
}

.new_items h4 a{
	font-size:0.9em;
	font-weight:bold;
}

.item_outline li{
	font-size:0.8em;
	background:url(../images/base/arrow_small_gray.png) no-repeat 0 0.7em;
	padding-left:8px;
	border:none;
}

.item_outline li span{
	font-size:1.2em;
	padding-left:5px;
}

/* search --------- */
.search_area .search_flash,
.search_area .search_right{
	float:left;
}

.search_area .search_flash{
	background:url(../images/base/flash_bg.png) no-repeat;
	padding-top:15px;
	padding-left:15px;
	width:369px;
	height:259px;
}

.search_area .search_right{
	margin-left:10px;
}

.search_area .search_words{
	margin-top:112px;
	margin-bottom:10px;
}

.search_words{
	position:relative;
}

.search_words form{
	position: absolute;
	top:38px;
	left:15px;
	margin:0px;
	padding:0px;
}

.search_words form input{
	margin:0px;
	padding:0px;
}

.search_words form input.submit{
	text-indent:-9999px;
	border:none;
	background:url(../images/titles/index/search_word_button.png) no-repeat;
	width:52px;
	height:21px;
}

/* buy layout ----------------------------------------------------------------------------------- */

h2.buy{
	margin-top:60px;
}

/* pickup --------- */

a.detail_links{
	background:url(../images/base/arrow_blue.png) no-repeat 0 0.4em;
	padding-left:12px;
}

#pickup_item{
	width:642px;
}

#pickup_item .right_contents,
#pickup_item .left_contents{
	float:left;
}

#pickup_item .left_contents{
	width:214px;
}

#pickup_item .right_contents{
	width:400px;
	margin-left:15px;
	padding-top:10px;
}

#pickup_item .right_contents .inner{
}

#pickup_item .right_contents h3 a{
	font-size:1.1em;
	font-weight:bold;
	color:#4a4a4a;
}

#pickup_item .right_contents h3 a:hover{
	color:#8e8e8e;
}


.pick_itemSet{
	border-bottom:1px dotted #21a2e6;
	padding-bottom:10px;
	margin-bottom:10px;
}


/* item_list --------- */


#new_item_buy{
	position: static;
}

#new_item_buy div{
	width:638px;
	float: none;
	margin-bottom:15px;
	border-bottom:dotted 1px #a2a2a2;
	padding-bottom:15px;
}




.new_items_wrapper #handles_apps_buy{
	display:none;
}

/* right_area layout ----------------------------------------------------------------------------------- */

.right_area{
	width:240px;
	float:right;
	padding:30px 0 10px 15px;
	width:223px;
	border-left:solid 1px #999;
}

/* style_changer --------- */

#style-switcher{
	display:none;
}



/* topics --------- */

#topics{
	padding-top:40px;
	border-bottom:#a8a8a8 3px solid;
}

#topics h4{
	border-bottom:#a8a8a8 3px solid;
}

#topics dl{
	padding:0px;
	margin:0px;
}

#topics dt,
#topics dd{
	margin:0px;
	padding:0 10px;
}

#topics dt{
	padding-top:10px;
	font-weight:bold;
}

#topics dd{
	font-size:0.8em;
	padding-bottom:10px;
	border-bottom:#a8a8a8 1px dotted;
}

#topics dd.last{
	border:none;
}



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



/*\*/}/**/




