body{
	background-image : url(../image/bg1.gif);
	background-repeat : repeat;
	text-align : center;
	margin-top : 0px;
	margin-bottom : 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
}


/* ライフなびサイト内 div
--------------------------------------------------------------------*/

#wrapper {
	background-image: url(../image/back1.gif);
	margin: 0px auto;
	width: 810px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header_i{
	background-image : url(../image/title_i01.gif);
	background-repeat : no-repeat;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header_g{
	background-image : url(../image/title_g01.gif);
	background-repeat : no-repeat;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header_s{
	background-image : url(../image/title_s01.gif);
	background-repeat : no-repeat;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header_t{
	background-image : url(../image/title_t01.gif);
	background-repeat : no-repeat;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header_n{
	background-image : url(../image/title_n01.gif);
	background-repeat : no-repeat;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header_tcg{
	background-image : url(../image/title_tcg01.gif);
	background-repeat : no-repeat;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#main{
	width : 700px;
	margin: 0px auto 20px;
	padding: 0px;
}

#footer{
	width : 700px;
	text-align : right;
	text-align : right;
	margin: 10px auto 0px;
  
}

/* 　メニュー等
--------------------------------------------------------------------*/

ul {
	background-color: #FFCCCC;
	text-align: right;
	padding-right: 20px;
	border-bottom: 1px solid #FF9999;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

li {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #666666;
}

dl {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
	padding-top: 0px;
	line-height: 1.4;
}
dt {
	font-weight: bold;
}

