@charset "utf-8";

/*------------------------------*/
/* CSS Reset                    */
/*------------------------------*/
html, body  {
	margin: 0;
	padding: 0;
}
p, dl, dt, dd, ul, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}



/*------------------------------*/
/* Tag Override                 */
/*------------------------------*/
body {
/*	font-family: sans-serif;*/
	font-family:ＭＳ Ｐゴシック;
	font-size: x-small;
	color: #333333;
}
td {
	font-family:ＭＳ Ｐゴシック;
	font-size: x-small;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #3b76a3;
	text-decoration: underline;
}
a:active {
	color: #3b76a3;
	text-decoration: underline;
}



/*------------------------------*/
/* Common Styles                */
/*------------------------------*/
.clearfloat {
	clear: both;
}


/*------------------------------*/
/* layout                       */
/*------------------------------*/
div#container {
	width: 1003px;/*	border-left: 1px solid #999999;*/
	background-repeat: repeat-x;
	background-position: center top;/*	border-right: 1px solid #999999;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#container2 {
	width: 100%;/*	border-left: 1px solid #999999;*/
	background-image: url(../img/header/header_bg.png);
	background-repeat: repeat-x;
	background-position: center top;/*	border-right: 1px solid #999999;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#header {
	position: relative;
	width: 1003pix;
	height: 92px;
	background-repeat: no-repeat;
	background-positionaline: center top;
	background-position: center;
}
div#top-navi {
	position: absolute;
	top: 0px;
	left: 618px;
	width: 342px;
	height: 28px;
}

div#navi {
	position: relative;
	width: 1003px;
	height: 41px;
	background: url(../img/navi/navi_bg.png) repeat-x top center;
}
div#navi2 {
	position: relative;
	width: 100%;
	height: 41px;
	background: url(../img/navi/navi_bg.png) repeat-x top center;
}
div#navi-inner {
	position: relative;
	top: 0px;
	left: 51px;
	width: 903px;
	height: 41px;
}

div#Wrapper {
	width: 900px;
	margin: 18px auto 0px auto;
}
div#Wrapper div#box-left {
	width: 650px;
	float: left;
}
div#Wrapper div#box-right {
	width: 250px;
	float: right;
}

div#ptop {
	width: 900px;
	margin: 19px auto 0px auto;
	text-align: right;
}

div#footer {
	width: 100%;
	height: 58px;
	margin-top: 7px;
	color: #ffffff;
	background: url(../img/footer_bg.png) repeat-x top left;
}
div#footer div#footer-innerWrapper {
	width: 900px;
	padding-top: 18px;
	margin: 0px auto 0px auto;
}
div#footer-innerWrapper div#footer-boxleft {
	width: 550px;
	float: left;
}
div#footer-innerWrapper div#footer-boxright {
	width: 346px;
	padding-right: 4px;
	float: right;
	text-align: right;
/*	font-family: sans-serif;*/
}



/*------------------------------*/
/* styles                       */
/*------------------------------*/
/*+++ ヘッダ +++++++++++++++++++*/
div#header p.intro {
	position: absolute;
	top: 35px;
	left: 200px;
	width: 398px;
	height: 50px;
	overflow: hidden;
	font-size: small;
	color: #ffffff;
}

/*--- トップナビ ---*/
div#header div#top-navi ul {
	list-style: none;
}
div#top-navi li{
	list-style: none;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}
div#top-navi li a {
	height: 28px;
	display: block;
	background-image: url(../img/header/top-navi.png);
	background-repeat: no-repeat;
}
div#top-navi li.TNcompany a {
	width: 82px;
	background-position: 0px 0px;
}
div#top-navi li.TNrecruit a {
	width: 60px;
	background-position: -82px 0px;
}
div#top-navi li.TNcontact a {
	width: 79px;
	background-position: -142px 0px;
}
div#top-navi li.TNprivacy a {
	width: 121px;
	background-position: -221px 0px;
}

/*--- 告知バナー ---*/
div#header p.notice {
	position: absolute;
	top: 40px;
	left: 623px;
	width: 330px;
	color: #ffffff;
}


/*+++ メインナビ +++++++++++++++*/
div#navi-inner ul {
	list-style: none;
}
div#navi-inner li{
	list-style: none;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}
div#navi-inner li a {
	height: 41px;
	display: block;
	background: url(../img/navi/navi.png) no-repeat top left;
}
div#navi-inner li.MNsystem a {
	width: 225px;
	background-position: 0px 0px;
}
div#navi-inner li.MNsystem a:hover, div#navi li.MNsystem-SLCT a {
	width: 225px;
	background-position: 0px -46px;
}
div#navi-inner li.MNshopinfo a {
	width: 225px;
	background-position: -225px 0px;
}
div#navi-inner li.MNshopinfo a:hover, div#navi li.MNshopinfo-SLCT a {
	width: 225px;
	background-position: -225px -46px;
}
div#navi li.MNitem a {
	width: 225px;
	background-position: -450px 0px;
}
div#navi li.MNitem a:hover, div#navi li.MNitem-SLCT a {
	width: 225px;
	background-position: -450px -46px;
}
div#navi-inner li.MNqa a {
	width: 228px;
	background-position: -675px 0px;
}
div#navi-inner li.MNqa a:hover, div#navi li.MNqa-SLCT a {
	width: 228px;
	background-position: -675px -46px;
}


/*+++ フッター +++++++++++++++++*/
div#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
div#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#footer a:hover {
	color: #3b76a3;
	text-decoration: underline;
}
div#footer a:active {
	color: #3b76a3;
	text-decoration: underline;
}
