@charset "UTF-8";
/*
	climb-factory base css
*/

body {
	font-size: 62.5%;
	text-align:left;
	_text-align: center;
	background: #fddeee;
	padding: 0;
}
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
.align_c{
	text-align:center;
}
.align_r{
	text-align:right;
}
.align{
	text-align:left;
}
.red_notes{
	color: #f66;
}
.fclear {
	clear: both;
}
.fclear_l {
	clear: left;
}
.fclear_r {
	clear: right;
}
.float_l {
	float: left;
}

.float_r {
	float: right;
}
a{
	text-decoration: none;
}
a:focus {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
hr {
	display:none;
}
/*-----------base-------------*/
#wrapper{
	width:1024px;
	margin:0 auto;
	background:url(../img/back.png) repeat-y;
}
/*-----------header-------------*/
#h3_01{
	float:left;
	width:274px;
	margin:-30px 0 0 160px;
}
#h3_02{
	float:left;
	width:401px;
	margin:-30px 0 0 20px;
}
#img_01{
	width:238px;
	height:359px;
	float:left;
	margin:20px 0 20px 125px;
}
#h2_01{
	width:537px;
	height:112px;
	float:left;
}
#head_txt_01{
	width:500px;
	height:20px;
	float:left;
	margin:10px auto;
	margin-left:80px;
}
#head_txt_01 p{
	font-size:18px;
	color:#666;
}
#img_02{
	width:151px;
	float:left;
	margin-left:20px;
}
#h3_03{
	width:312px;
	float:left;
	margin-left:20px;
}
#btn01{
	width:484px;
	height:66px;
	float:left;
	margin-left:30px;
}
h4{
	margin-top:5em;
}
/*-----------contents-------------*/
#contents{
	width:700px;
	padding:20px;
	margin:0 auto;
}
#contents p{
	font-size:14px;
	color:#666;
	line-height:21px;
	margin:20px 0;
	text-indent: 1em;
}
#rakuten_rnk_url{
	width:660px;
	margin:10px auto;
}
#rakuten_rnk_url p{
	text-align:center;
	font-size:18px;
}
.txt01{
	font-size:21px;
	color:#f33;
	font-weight:900;
}
#btn02{
	width:484px;
	margin:10px auto;
}
/*-----------txt-------------*/
/*----------list----------------*/
#price{
	width:500px;
	margin:2em auto;
}
#price p{
	margin-left:2em;
	text-indent: 0;
}
#price dl {
    margin: 0 0 0px;
    padding: 0 10px 0px;
/*    border: 7px #EEEEEE solid;*/
    font-size:14px;
    margin:20px 0;
}
#price dl dt {
    float: left;
    width: 28em;
    padding: 10px 0;
    font-weight: bold;
    color:#666;
    text-indent: 1em;
    line-height: 150%;
    background:#fff;
}
#price dd {
    padding: 10px 0 10px 28em;
    line-height: 150%;
    border-bottom: 1px #CCCCCC solid;
    background:#fff;
    color:#666;
}
/*----------------footer-------------------*/
#toTop{
	text-align:right;
}
#footer{
	clear:both;
}
#footer p{
	color:#999;
	padding-top:10px;
	font-size:14px;
	text-align:center;
}
#footer a{
	color:#999;
	text-decoration: none;
}
#footer a:focus {
	text-decoration: underline;
}
#footer a:hover {
	color:#999;
	text-decoration: underline;
}
