/** レイアウト */
div#container {
	width: 980px;
}

div#wrap {
	clear: both;
	width: 980px;
/**	background-position: center; */
	margin: 0;
	padding: 0;
}

div#topic_path {
	clear: both;
	float: left;
	width: 980px;
	text-align: left;
	padding: 2px 0 2px 0; /* top right bottom left */
	font-size: x-small;
	background-image: url('/img/back_pankuzu2.jpg');
	border-bottom: 1px solid #a82909;
}

div#topic_path p {
	text-indent: 1em;
	text-align: left;
}

div#sub2 {
	clear: both;
	float: right;
	width: 230px;
	padding: 0 0 10px 0; /* top right bottom left */
	margin-right: 5px;
}

div#sub {
	float: left;
	width: 230px;
	padding: 0 0 10px 0; /* top right bottom left */
	margin-left: 3px;
	margin-right: 3px;
}

div#main {
	clear: both;
	float: right;
	width: 738px;
	padding: 6px 0px 10px 0px; /* top right bottom left */
	margin-right: 3px;
}

div#header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	clear: both;
	width: 980px;
	font-size: x-small;
	background-image: url('/img/back03.jpg');
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 60px;
	padding-top: 10px;
}

div#navi {
	clear: both;
	background: transparent url('/img/back02.jpg') repeat-x top left;
	width: 980px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
}

/** for IE6 */
* html #navi {
	margin-top: -4px;
}

/***********************************************************
 * ヘッダ
 ***********************************************************/

div#header-01 {
	background: transparent url('/img/back01.jpg') repeat-x top left;
	width: 980px;
	height: 226px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

div#header-01 h1 {
	background: transparent url('/img/top01.jpg') no-repeat top center;
	height: 226px;
	position: relative;
	z-index: 2;
}

div#header-sllogo {
	background: transparent url('/img/slse.jpg') no-repeat top right;
/**	width: 200px; */
	height: 44px;
	position: relative;
	z-index: 3;
}

div#header-02 {
	background: transparent url('/img/aa.jpg') repeat-x top left;
	width: 980px;
	height: 51px;
	margin-left: auto;
	margin-right: auto;
}

div#header-02 p {
	font-weight:bold;
	color: #ffffff;
}

div#header-menu-01 {
	background: transparent url('/img/menu01.jpg') repeat-x top left;
	height: 33px;
}

/** 取引サイト */
div#header-menu-02 {
	float: left;
	margin: 0 0 0 10px; /* top right bottom left */
}

div#header-menu-02 a {
	display: block; /* ブロック要素にして高さと幅を持たせる */
	text-decoration: none; /*下線を表示しない*/
	margin: 0;
	height: 33px;
	width: 105px;
}

/** ブログ */
div#header-menu-04 {
	float: left;
	margin: 0 0 0 10px; /* top right bottom left */
}

div#header-menu-04 a {
	background: transparent url('/img/menu04_a.jpg') no-repeat top left;
	display: block; /* ブロック要素にして高さと幅を持たせる */
	text-decoration: none; /*下線を表示しない*/
	margin: 0;
	height: 33px;
	width: 105px;
	text-indent: -9999px;
}

div#header-menu-04 a:hover {
	background: transparent url('/img/menu04_b.jpg') no-repeat top left;
}

/** バイト情報 */
div#header-ptjob {
	float: left;
	margin: 0 0 0 10px;
}

div#header-ptjob a {
	background: transparent url('/img/ptjob_a.jpg') no-repeat top left;
	display: block; /* ブロック要素にして高さと幅を持たせる */
	text-decoration: none; /*下線を表示しない*/
	margin: 0;
	height: 33px;
	width: 105px;
	text-indent: -9999px;
}

div#header-ptjob a:hover {
	background: transparent url('/img/ptjob_b.jpg') no-repeat top left;
}

/** リンク */
div#header-link {
	float: left;
	margin: 0 0 0 10px;
}

div#header-link a {
	background: transparent url('/img/link_a.jpg') no-repeat top left;
	display: block; /* ブロック要素にして高さと幅を持たせる */
	text-decoration: none; /*下線を表示しない*/
	margin: 0;
	height: 33px;
	width: 105px;
	text-indent: -9999px;
}

div#header-link a:hover {
	background: transparent url('/img/link_b.jpg') no-repeat top left;
}

/** イベント */
div#header-event {
	float: left;
	margin: 0 0 0 10px;
}

div#header-event a {
	background: transparent url('/img/event_a.jpg') no-repeat top left;
	display: block; /* ブロック要素にして高さと幅を持たせる */
	text-decoration: none; /*下線を表示しない*/
	margin: 0;
	height: 33px;
	width: 105px;
	text-indent: -9999px;
}

div#header-event a:hover {
	background: transparent url('/img/event_b.jpg') no-repeat top left;
}
