@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: container
 * 4: header
 * 5: content
 * 6: navi
 * 7: footer
 * 8: others
 *
 * ****************************
 */


/*
======= 1: general style =======
*/
* {
	color: #000000 !important;
	font-style: normal;
	background: none;
}

/*
======= 2: body =======
*/
body {
	text-align: center;
	font-size: 11pt !important;
	background: #FFFFFF !important;
}
body {
	_zoom: 77%;
}

/*
======= 3: container =======
*/
#wrap,
body#index #wrap {
	height: auto;
	background: none;
	background: #FFFFFF;
}

/*
======= 4: header =======
*/
#logo {
	position: relative;
	top: 0;
	left: 0;
}

.ttlBox,
#index .ttlBox {
	display: none;
}

/*
======= 5: content =======
*/
#contentArea,
#index #contentArea,
#blog #contentArea {
	padding: 0;
}

/*----*/
#content {
	float: none;
	width: auto;
}

/*----*/
#side {
	display: none;
}
#index #side {
	display: block;
}

/*
======= 6: navi =======
*/
#globalNavi {
	display: none;
}

/*
======= 7: footer =======
*/
body #footerArea,
body#index #footerArea,
body#blog #footerArea,
#footer {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	background: #FFFFFF;
}
#footerNavi,
#footer ul {
	display: none;
}

#toTop,
.toTop {
	display: none;
}

/*
======= 8: others =======
*/
h1,h2,h3,h4 {
}

h2.h2_01,
#blog .entryBox h2 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000000;
	background: none;
}

/*----*/
p.btn_top,
p.btnBtm,
p.p_no,
p.btnList01,
ul.list_toList {
	display: none;
}

/*----*/
a:link,
a:visited,
a:hover {
	text-decoration: none;
}

/*----*/
.p_no {
	display: none;
}

