/* =====================================
	全体設定
===================================== */

.p100 {
	width: 100%;
}

a {
	color:#4C4C4C;
	text-decoration:none;
}

a:hover {
	color:#4C4C4C;
	text-decoration:none;
}

body {
	margin:0;
	height:100%;
	font-size:13px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#4C4C4C;
	background-color:#ffffff;
}

* html #wrapper {
	height:100%;
}

#wrapper {
/*	line-height:1.4;*/
}


/* =====================================
	header
===================================== */



/* =====================================
	gnav
===================================== */

#gnav {
	border-top: 1px solid #CECECE;
}

#gnav .logo01{
	float: left;
	width: 70%;
}


/* =====================================
	パンくず
===================================== */

.topicPath {
	clear:both;
	width:950px;
	font-size:0.834em;
}


/* =====================================
	footer
===================================== */

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 規約つけたし */
.footer_bace {
	margin:5px auto 15px;
	text-align:center;
	line-height:2.2;
	font-size:11px;
}
.footer_bace ul{
	list-style: none;
}

.footer_bace li{
	list-style: none;
}

.footer_bace_2 {
	margin:5px auto;
	text-align:left;
	line-height:1.6em;
	padding-left:5px;
}