@charset "shift_jis";

@import url(template.css);
@import url(common.css);

#container{
	width: 560px !important;
	margin: 0px auto !important;
	padding: 0px !important;
}
#header {
	width: 560px;
	height: 30px !important;
	margin: 0px auto;
	padding: 0px;
}
#footer {
	display:none;
}
#topicpath {
	display:none;
}
#top-obj {
	width: 560px;
	display:none;
}
#center {
	width: 560px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#wrapper {
	width: 560px;
	float: none;
}
div#main {
	width: 560px;
	padding: 0px;
	float: none;
}
.left-box{
	width: 270px;
	float: left;
}
.right-box{
	width: 270px;
	float: right;
}
/* -------------------------タイトル画像----------------------------- */
/*CSSハック対象*/
h1#logo a{
	height: 70px;
	padding-top: 0px;
}

/* ------------------------------------------------------------ */
#menu {
	clear: right;
	float: none;
	display:none;
}
#copy {
	display:none;
}
#infonavi {
	display:none;
}
#globalnavi {
	display:none;
}
#navi{
	display:none;
}

/* ---------------------------main----------------------------- */
/* 見出し*/
.entry1{
	color: #333333;
	background: #FFFFFF url(../images/entry_back.jpg) no-repeat 0% 100%;
}

.entry2{
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
	border-left: 10px solid #EEEEEE;
}