@charset "utf-8";
/*プチ起業サイト CSS */
/**************************************/
/* メイン共通                         */
/**************************************/

body {
	font-size: 14px;
	color:#666;
	margin: 0 auto;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	}
a:link {
	color:#36C;
	text-decoration:none;
}
a:visited {
	color:#36C;
	text-decoration:none;
}
a:hover {
	color:#39F;
	text-decoration:none;
	text-decoration:underline;
}
a:active {
	color:#36C;
	text-decoration:none;
	text-decoration:underline;
}
img{
	border:0;
	}
	
/* IE以外 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE7 MacIE*/
.clearfix {
	display: inline-block;
	}
/* IE6以前*/
* html.clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}

/**************************************/
/* 大枠 　　                          */
/**************************************/

#wp {
	width:1100px;
	padding:0px 70px 100px 70px;
	margin:0 auto;
	background:url(../img/bg.png) repeat-y;
	}


/**************************************/
/* head 　　                          */
/**************************************/
#headder{
    width:960px;
	padding:10px 0;
	height:80px;
	margin:0;
	display:block;
}
h1{
	font-size:12px;
	line-height:17px;
	width:300px;
	font-weight:normal;
	color:#666;
	margin:0;
	letter-spacing:0.1em;
	float:left;
	}
.tel{
	margin:33px 0 0 0;
	float:right;
		
}

/**************************************/
/* ナビ　　                           */
/**************************************/
#gnavi{
	height:50px;
	width:960px;
	padding:0;
	margin:0;
	}
/**************************************/
/* KEY 　　                           */
/**************************************/
#key{
	height:292px;
	width:943px;
	padding:0;
	margin:0 0 18px 0;
	}
/**************************************/
/* LEFT　　                           */
/**************************************/
#lbox{
	width:704px;
	padding:0;
	margin:0 15px 20px 0;
	display:block;
	float:left;
	}
#lbox p{
	padding:0;
	margin:10px 0 20px 10px;
	}


/**************************************/
/* RIGHT　　                          */
/**************************************/
#rbox{
	width:240px;
	padding:0;
	margin:0;
	display:block;
	float:left;
	}
/**************************************/
/* footer　

#footter a:link {
	color:#E29CB1;
	text-decoration:none;
}
#footter a:visited {
	color:#E29CB1;
	text-decoration:none;
}
#footter a:hover {
	color:#E29CB1;
	text-decoration:none;
	text-decoration:underline;
}
#footter a:active {
	color:#E29CB1;
	text-decoration:none;
	text-decoration:underline;
}　                         */
/**************************************/
#footter{
	padding:40px 20px 0;
	margin:0 auto;
	background:url(../img/bg_fotter.png) repeat-x;
	height:90px;
	clear:both;
	color:#FFF;
	text-align:left;
	}
#footter #logobox{
	width:960px;
	margin:0 auto;
	height:38px;
	line-height:19px;
	font-size:12px;
	}
#footter #logobox img{
	float:left;
	margin-right:15px;
	}