@charset "Shift_JIS";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{*font-size:108%;line-height:100%;}

/* Reset Setting
--------------------------------------------------*/

* {  
    margin:0; 
    padding:0;
    text-align:left; 
} 
body{
	behavior:url(/common/css/csshover.htc);
}
table { 
    border-collapse:collapse; 
    border-spacing:0; 
}
td {
	vertical-align:top;
}
fieldset,img {  
    border:0; 
} 
img {
	vertical-align: bottom;
}
address, th, var { 
    font-style:normal; 
    font-weight:normal; 
} 
hr {
	display:none;
}
a{
	outline: none;
}

/* ClearBox Setting
--------------------------------------------------*/
.clearbox {
	zoom:100%;
}
.clearbox:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* Common Setting
--------------------------------------------------*/

#guide_cont{
	width:540px;
	margin:0 auto;
}
#head_bg{
	background:url(../image/guide/header_bg.jpg) left top repeat-x;
}
#header{
	padding:0 30px;
	width:480px;
	position:relative;
	height:60px;
	margin:0 auto 20px auto;
}
#header #logo{
	position:absolute;
	left:30px;
	top:18px;
}
#header #btn_close{
	position:absolute;
	right:30px;
	top:5px;
}
#header ul{
	position:absolute;
	right:30px;
	top:25px;
}

#guide_cont #guide_main{
	width:480px;
	padding:0 30px;
	background:#FFFFFF;
}

#guide_cont #guide_main .guidebox{
	background:url(../image/guide/guidebox_bg_btm.jpg) left bottom no-repeat;
	border-top:2px solid #82AE46;
	padding-bottom:2px;
	width:480px;
	margin-bottom:10px;
}
#guide_cont #guide_main .guidebox h2{
	background:url(../image/guide/guidebox_bg.jpg) left top no-repeat;
	border-right:1px solid #D5D5D8;
	border-left:1px solid #D5D5D8;
	padding:10px 0 7px 12px;
	width:466px;
	font-weight:bold;
	font-size:110%;
}
#guide_cont #guide_main #guide_li{
	margin-bottom:20px;
}
#guide_cont #guide_main #guide_li li{
	background:url(../image/faq/icn_ancar.jpg) left 3px no-repeat;
	margin-bottom:10px;
	padding-left:18px;
	font-weight:bold;
	font-size:110%;
	line-height:160%;
}
#guide_cont #guide_main .guide_exp{
	line-height:160%;
	font-size:110%;
	margin-bottom:16px;
}
#guide_cont #guide_main .ttl{
	color:#575763;
	font-size:90%;
	font-weight:bold;
	margin-bottom:5px;
}
#guide_cont #guide_main .caption{
	color:#575763;
	font-size:90%;
	float:right;
	padding-right:3px;
	margin:5px 0 20px 0;
}
#guide_cont #guide_main .attentbox{
	border:1px solid #C0C0C4;
	background:#F4F4F5;
	padding:15px 15px 0 15px;
	margin-bottom:30px;
}
#guide_cont #guide_main .attentbox li{
	background:url(../image/cart/black_point.jpg) left 9px no-repeat;
	padding-left:14px;
	margin-bottom:10px;
	font-size:110%;
	line-height:160%;
}

/*-
pgtpの位置を外に変更しました。
--*/
#pgtp{
width:480px;
margin:0 auto;
}


#pgtp p{
	float:right;
	padding-right:0px;
	cursor:pointer;
}
#pgtp p a{
	display:block;
	text-indent:-10000px;
	height:27px;
	overflow:hidden;
}
#pgtp #pagetop a{
	background:url(../image/top/btn_top.jpg) 0 0 no-repeat;
	width:108px;
}
#pgtp #pagetop a:hover,
#pgtp #pagetop a:active{
	background-position:0 -27px;
}

#pagetop_bar{
	bottom:0px;
	cursor:pointer;
	height:27px;
}
#pagetop_bar p{
cursor:pointer;
	float:left;
	padding-right:0;
}
#pagetop_bar p a{
cursor:pointer;
	display:block;
	text-indent:-10000px;
	height:27px;
	overflow:hidden;
	width:108px;
}
#pagetop_bar p a#pagetop1{
	background:url(../image/top/btn_top.png) 0 0 no-repeat;
	
}

#pagetop_bar p a#pagetop2{
	background:url(../image/top/btn_top_on.png) 0 0 no-repeat;
}


/*--
foot_bgにheightをつけました。
--*/

#foot_bg{
	background:url(../image/guide/footer_bg.jpg) left bottom repeat-x;
	height:60px;
}
#footer{
	margin:0 auto;
	padding:0 30px;
	width:480px;
	height:60px;
	position:relative;
}

#footer #copy{
	position:absolute;
	top:40px;
	right:30px;
	width:217px;
}

a:link,
a:visited{
	text-decoration:none;
	color:#0066CC;
}

a:hover,
a:active{
	text-decoration:underline;
	color:#82AE46;
}
