/* ==================サイト全体の設定================== */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

* html body dl.list dd div{
   display:inline-block;
}

html {
	overflow-y:scroll;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, ;
	font-size: 75%;　/* フォントサイズ可変：「中」表示で12px相当 */
	color: #000000;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	background-color:#FCE4E2;
}

/*-------------------
 リンク文字の設定
-------------------*/
a       {
	text-decoration: none;
	color: #0099FF;
}

a:hover {
	color:#FF3399;
	text-decoration:underline;
}

/*-------------------
 画像の設定
-------------------*/
img {
	vertical-align: bottom;
	border: none;
}

/*-------------------
 テーブルの設定 
-------------------*/
table {
	border: none;
	empty-cells: show;
}

/*-------------------
 強調文字の設定 
-------------------*/
em {
	visibility:hidden;
}

/*-------------------
 全ページ共通DIV
-------------------*/
#wrapperBox {
	width: 970px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url(../img/wrapperBk.gif) repeat-y;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin-left:10px;
	margin-right:10px;
}

/*-------------------
 段落・見出し・リスト・その他文字の設定
-------------------*/
h1,h2,h3,h4,h5,h6 {	font-size: 100%;}
.font_b  { font-weight: bold; }
.red     { color: #FF0000; }
.blue    { color: #0000FF; }

.font120 {
	font-size: 120%;
	margin-bottom: 5px;
}
.font110 {
	font-size: 110%;
	margin-bottom: 5px;
}
.font20px {
	font-size: 20px;
}
.pointArrow {
	background-image: url(http://www.sunayama-socks.com/cocoonfit/commonimg/pointArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}
/*-------------------
 右寄せ・左寄せ・中央揃え・左右寄せの解除
-------------------*/
.a_right { text-align: right; }
.a_left  { text-align: left; }
.center  { text-align: center; }
.f_right { float: right; }
.f_left  { float: left; }
.clearHidden {
	margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}

/*-------------------
 マージンの設定
-------------------*/
.m_right10  { margin-right: 10px; }
.m_left10   { margin-left: 10px; }
.m_top10    { margin-top: 10px; }
.m_bottom10 { margin-bottom: 10px; }
.m_right20  { margin-right: 20px; }
.m_left20   { margin-left: 20px; }
.m_top20    { margin-top: 20px; }
.m_bottom20 { margin-bottom: 20px; }
.m_right30  { margin-right: 30px; }
.m_left30   { margin-left: 30px; }
.m_top30    { margin-top: 30px; }
.m_bottom30 { margin-bottom: 30px; }


/* ==================ヘッダーの設定================== */
/*-------------------
 ヘッダーの設定
-------------------*/
#header {
	width:930px;
	margin-left:10px;
	margin-right:10px;
	height:auto;
}


/* ↓headerLeft↓ */
#headerLeft {
	float:left;
}

h1 {
	color:#FF3399;
	font-size:90%;
	font-weight:normal;
}

h2#logo {
	float:left;
	margin-top:15px;
	background: url(../img/msplogo.gif) no-repeat;
	height: 50px;
	width: 110px;
}

#exp {
	background: url(../img/mspex.gif) no-repeat;
	height: 50px;
	width: 233px;
	margin-top:10px;
	margin-left: 140px;
}

/* ↓headerRight↓ */
#headerRight {
	float:right;
	text-align:right;
	width:438px;
	height:68px;
	display: inline;
}

/*------------------- 
　ユーティリティナビ設定
-------------------*/
#utilityNavi {
	margin-bottom:5px;
}

#utilityNavi ul {
	text-align:right;
}

#utilityNavi li {
	background: url(../img/listmarkPink.gif) no-repeat 3px;
	padding-left:18px;
	margin-right:5px;
	display:inline;
}

#utilityNavi a {
	color:#000000;
}

#utilityNavi a:hover {
	color:#FF3399;
}

/*------------------- 
　グローバルナビ設定
-------------------*/
#globalNavi {
	background: url(../img/gnaviBk.gif) no-repeat;
	width:950px;
	height: 40px;
	margin-bottom:10px;
}

#globalNavi ul {
	margin-left:10px;
}

#globalNavi li {
	float:left;
	height: 40px;
	width: 150px;
}

#globalNavi li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 40px;
  background: url(../img/gnaviBtn.gif);
  background-repeat: no-repeat;
}

#globalNavi #home a { background-position: 0px 0px; }
#globalNavi #job a { background-position: -150px 0px; }
#globalNavi #company a { background-position: -300px 0px; }
#globalNavi #inq a { background-position: -450px 0px; }

#globalnavi .stay {
  text-decoration: none;
  background: url(../img/gnaviBtn.gif);
  background-repeat: no-repeat;
}

#globalNavi #home .stay { background-position: 0px -40px; }
#globalNavi #job .stay { background-position: -150px -40px; }
#globalNavi #company .stay { background-position: -300px -40px; }
#globalNavi #inq .stay { background-position: -450px -40px; }

#globalnavi a:hover {
  text-decoration: none;
  background: url(../img/gnaviBtn.gif);
  background-repeat: no-repeat;
}

#globalNavi #home a:hover { background-position: 0px -40px; }
#globalNavi #job a:hover { background-position: -150px -40px; }
#globalNavi #company a:hover { background-position: -300px -40px; }
#globalNavi #inq a:hover { background-position: -450px -40px; }


/* ==================コンテナーの設定================== */
/*-------------------
 サイド・メイン包括
-------------------*/
#container {
	margin-right: 10px;
	margin-left: 10px;

}

/*-------------------
 メイン設定
-------------------*/
#primary {
	float: right;
	width: 680px;
	overflow: hidden;
	display: inline;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#primary h3 {
	margin-bottom:25px;
}

/*-------------------
 サイド設定
-------------------*/
#secondary {
	float: left;
	width: 230px;
	overflow: hidden;
	display: inline;
	height: auto;
}

/*-------------------
 パンくずリスト
-------------------*/
#pankuzu {
	margin-bottom: 5px;
	color:#333333;
}
#pankuzu li {
	display: inline;
}

#pankuzu a {
}

/*-------------------
 ページの先頭に戻る
-------------------*/
.pagetop {
	padding-left: 12px;
	padding-right: 10px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
.pagetop a {
	color: #FF3399;
}


/* ==================フッターの設定================== */
/*------------------- 
　フッターの設定
-------------------*/
#footer {
	width:946px;
	border-bottom: 10px solid #C7935B;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
}

#footer ul {
	text-align:center;
	color:#0099FF;
	margin-bottom:5px;
}

#footer li {
	display:inline;
}

.footernavi {
	border-top: 1px solid #C7935B;
	padding-top:5px;
	text-align:center;
}

#footer p#copyright {
	margin-top: 10px;
	color:#C7935B;
}
