/* ==================サイト全体の設定================== */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, ;
	font-size: 75%;　/* フォントサイズ可変：「中」表示で12px相当 */
	color: #36211D;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}

/*-------------------
 リンク文字の設定
-------------------*/
a       {
	text-decoration: none;
	color: #333333;
}

/*-------------------
 画像の設定
-------------------*/
img {
	vertical-align: bottom;
	border: none;
}

/*-------------------
 テーブルの設定 
-------------------*/
table {
	border: none;
	empty-cells: show;
}


/*-------------------
 全ページ共通DIV
-------------------*/
#wrapper {
	text-align: left;
	width: 800px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*-------------------
 段落・見出し・リスト・その他文字の設定
-------------------*/
h1,h2,h3,h4,h5,h6 {	font-size: 100%;}
.font_b  { font-weight: bold; }
.red     { color: #FF0000; }
.blue    { color: #0000FF; }
.blue2    { color: #33407B; }
.font120 {
	font-size: 120%;
	margin-bottom: 5px;
}
.font110 {
	font-size: 110%;
	margin-bottom: 5px;
}
.dotU {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #33407B;
	clear: both;
}
.font20px {
	font-size: 20px;
}
.gray120 {
	font-size: 120%;
	margin-bottom: 20px;	
	margin-top: 20px;	
	margin-left: 10px;
        color: #666666; 
        font-weight: bold; 
}

.pointArrow {
	background-image: url(http://www.sunayama-socks.com/carelance/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; }
.clear   { clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
.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_bottom20 { margin-bottom: 20px; }

/*-------------------
 共通文字設定
-------------------*/
.itemTitle {
	color: #000066;
	clear: both;
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/titleBack.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 22px;
	padding-top: 8px;
	padding-left: 32px;
	margin-bottom: 20px;
}

/*-------------------
 ヘッダーの設定
-------------------*/
#header {
	height: 75px;
	overflow: hidden;
}
h1#logo {
	float: left;
	margin-top: 12px;
	font-size: 10px;
	color: #36211D;
	font-weight: normal;
}
/* ▼ユーティリティナビの右寄せとフォント設定▼ */
#utilityNavitop {
	text-align: right;
	font-size: 10px;
	margin-top: 10px;
}
/* ▼ユーティリティナビの区切り線の設定▼ */
#utilityNavitop li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 2px;
	padding-left: 2px;
}
#utilityNavitop li#end_li {
	border-right-style: none;
}
#utilityNavitop a {
	color: #333333;
}
#utilityNavitop a:hover {
	text-decoration: underline;
}
/* ▲ユーティリティナビの区切り線の設定▲ */

#header p {
	overflow: hidden;
}
/*------------------- 
　グローバルナビ設定
-------------------*/

/* ▼ナビ背景延長部分▼ */
body {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/headerBackground.gif);
	background-position: center 0px;
	background-repeat: no-repeat;
}
/* ▼ナビ詳細　STAY状態の設定▼ */
#glovalNavi {
	font-size: 5px;
	height: 39px;
	width:800px;
	clear: both;
	margin-bottom: 20px;
}
#glovalNavi li {
	height: 39px;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
}

#glovalNavi li a{
	color: #84AD5B;
	height: 0 !important;
	height: /**/:39px;
	padding-top: 39px;
	display: block;
	overflow: hidden;
}
#glovalNavi li#home {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_home.gif);
	background-repeat: no-repeat;
	width: 123px;
}
#glovalNavi li#home a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_homeStay.gif);
	background-repeat: no-repeat;
	width: 123px;
}
#glovalNavi li#homeStay {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_homeStay.gif);
	background-repeat: no-repeat;
	width: 123px;
}
#glovalNavi li#about {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_about.gif);
	background-repeat: no-repeat;
	width: 174px;
}
#glovalNavi li#about a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_aboutStay.gif);
	background-repeat: no-repeat;
	width: 174px;
}
#glovalNavi li#aboutStay {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_aboutStay.gif);
	background-repeat: no-repeat;
	width: 174px;
}
#glovalNavi li#catalog {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_catalog.gif);
	background-repeat: no-repeat;
	width: 156px;
}
#glovalNavi li#catalog a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_catalogStay.gif);
	background-repeat: no-repeat;
	width: 156px;
}
#glovalNavi li#catalogStay {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_catalogStay.gif);
	background-repeat: no-repeat;
	width: 156px;
}
#glovalNavi li#store {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_store.gif);
	background-repeat: no-repeat;
	width: 161px;
}
#glovalNavi li#store a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_storeStay.gif);
	background-repeat: no-repeat;
	width: 161px;
}
#glovalNavi li#storeStay {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_storeStay.gif);
	background-repeat: no-repeat;
	width: 161px;
}
#glovalNavi li#shop {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_shop.gif);
	background-repeat: no-repeat;
	width: 186px;
}
#glovalNavi li#shop a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 186px;
}
#glovalNavi li#shopStay {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 186px;
}
/* ▲ナビ詳細　STAY状態の設定▲ */



/* ▼フッター背景延長部分▼ */
#footer {
	text-align: center;
	color: #FFFFFF;
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/footerbackground.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 30px;
	width: 900px;
	height: 64px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
/* ▼フッターの中身▼ */
#footermain {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/footerbackground.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 5px;
}
/* ▼フッターナビの区切り線の設定▼ */
#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 10px;
	margin-left: 3px;
	padding-right: 2px;
}
#footer li.end_border {
	border-right-style: none;
}
/* ▲フッターナビの区切り線の設定▲ */

#footer a {
	color: #FFFFFF;
}
#footer p#copyright {
	margin-top: 10px;
}

/*-------------------
 サイド・メイン包括
-------------------*/
#content {
	clear: both;
	width: 100%;
}

/*-------------------
 メイン設定
 ※メイン部分の詳細CSSはstyle.cssに記述
-------------------*/
#primary {
	float: right;
	width: 610px;
	overflow: hidden;
	display: inline;
}


/*-------------------
トップページ以外共通
-------------------*/
/* ▼パンクズリスト▼ */
#pankuzu {
	margin-bottom: 5px;
	font-size: 80%;
}
#pankuzu li {	display: inline;}
/* ▲パンクズリスト▲ */


/*-------------------
 サイド設定
-------------------*/
#secondary {
	float: left;
	width: 180px;
	overflow: hidden;
	display: inline;
}
/* ▼トップページ　サイド設定▼ */
#newsList {
	width:175px;
	font-size: 92%;
	margin-bottom:20px;
	background: no-repeat;
	color:#36211D;
}
#newsList dl {
	padding-left:5px;
	padding-right:5px;
}

#newsList dt {
	background: url(http://www.sunayama-socks.com/carelance/commonimg/blueArrow.gif) no-repeat 2px;
	padding-left:15px;
}

#newsList dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom:10px;
	padding-left:15px;
	margin-bottom:10px;
}

#newsList dd a {
	text-decoration: underline;
}

/* ▼カテゴリーリスト▼ */
#groupbox {
	margin-bottom: 10px;
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/groupselectFooter.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 10px;
	width: 177px;
}
#groupbox ul {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/groupselectBody.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#groupbox li {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/blueArrow01.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-position: 0px 3px;
	font-size: 92%;
}
#groupbox ul li ul {
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}
#groupbox ul li ul li {
	padding-left: 16px;
	background-position: 0px 2px;
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/blueArrow01.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	background-repeat: no-repeat;
}
#groupbox ul li ul li ul li {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/blueArrow01.gif);
	padding-left: 10px;
	background-position: 0px 3px;
	font-size: 100%;
	margin-left: 10px;
	background-repeat: no-repeat;
}
#groupbox ul a {
	text-decoration: none;
	display: block;
	padding-left: 2px;
}
#groupbox ul a:hover {
	background-color: #EBE8E8;
}


/* ▲カテゴリーリスト▲ */




/* ↓トップページ：商品カテゴリ↓ */

#catalogBox ul {
	margin-left: 10px;
}
#catalogBox li {
	margin-right: 10px;
	margin-bottom:10px;
	white-space: nowrap;
	float: left;
}

/* ↑トップページ：商品カテゴリ↑ */





/* ↓ケアランスとは？↓ */

.aboutBox {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.aboutBox p {
	padding-left: 15px;
	padding-right: 15px;
}
.aboutBox h3 {
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #94DBDB;
	border-left-color: #94DBDB;
	padding-left: 6px;
	font-size: 120%;
	margin-bottom: 5px;
	margin-right: 10px;
}

/* ↑ケアランスとは？↑ */


/* ------------------------------------------------- */
.dotBox {
	border: 1px dotted #CCCCCC;
	margin: 10px;
	padding: 5px;
}
.topimg {
	margin-bottom: 10px;
}

.titleBox {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/top610titleBack.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-left: 35px;
	padding-top: 6px;
	height: 24px;
	margin-bottom: 10px;
}
.titleBox h3 {
	font-size: 100%;
	float: left;
}
.titleBox p.forList {
	float: right;
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/titleArrow.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	background-position: right center;
	margin-right: 5px;
	font-size: 80%;
	margin-top: 3px;
}
.titleBox .forList a {	color: #FFFFFF;}


.backTop {
	padding-left: 12px;
	padding-right: 10px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
.backTop a {
	color: #00105B;
}


/* エントリー----------------------------- */
/* カタログトップイメージ------ */
#cattopimgBox img {
	float: left;
}
#cattopimgBox #cattopText {
	margin-left: 200px;
}
#cattopimgBox {
	overflow: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* カタログトップイメージ------ */

#entrybodyBox {
	clear: both;
}
#entrybodyBox a {
	text-decoration: underline;
}
#entrybodyBox dt {
	background-image: url(http://www.sunayama-socks.com/carelance/commonimg/blueArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
}
#entrybodyBox dd {
	padding-left: 13px;
	margin-bottom: 20px;
}
#ItmeTable td {
	width: 135px;
	text-align: center;
	vertical-align: top;
}
#ItmeTable a {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0em;
	font-size: 95%;
}
.shopBox {
	margin-bottom: 20px;
	clear: both;
}

.shopList th {
	background-color: #94DBDB;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
}
.shopList td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


/* ------------------------------------------------------------------ */
/* 2010.04 追加 */

/* ↓インデックス↓ */

#index2010Box {
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
#index2010Box {
	overflow: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#index2010Box .gray120 {
	margin-bottom: 10px;
}
#index2010Box .itemName {
	font-weight:bold;
font-size:120%;	
}
#index2010Box .subitemName {
	padding-top: 0;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 100%;
margin-top:10px;
}
#index2010Box .subitemName a {
	text-decoration: underline;
}

#indexlist2010Box .itemName{
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	font-weight:bold;
font-size:120%;	
}

#indexlist2010Box .subitemName{
	padding-top: 0;
	padding-left: 24px;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 100%;
}
#indexlist2010Box .ItmeTable td {
	width: 135px;
	text-align: center;
	vertical-align: top;
}
#indexlist2010Box table.ItmeTable {
	margin-left: 10px;
}
#indexlist2010Box .ItmeTable a {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0em;
	font-size: 95%;
}
.indexlistsub2010Box {
	overflow: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* ↑インデックス↑ */

/* ↓カタログ↓ */

.detailPage {
	padding-left: 12px;
	padding-right: 10px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
.detailPage a {
	color: #00105B;
}
	
/* ↑カタログ↑ */

/* ↓トップページ↓ */
#indexlist2010Box .ItmeTableBig td {
	width: 180px;
	text-align: left;
	vertical-align: top;
}
#indexlist2010Box table.ItmeTableBig {
	margin-left: 10px;
}
#indexlist2010Box .ItmeTableBig a {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0em;
	font-size: 95%;
}
#indexlist2010Box .ItmeTableTex td {
	text-align: left;
	vertical-align: top;
}
#indexlist2010Box .ItmeTableTex td.l {
	width: 370px;
}
#indexlist2010Box .ItmeTableTex td.r {
	width: 180px;
}
#indexlist2010Box table.ItmeTableTex {
	margin-left: 10px;
}
#indexlist2010Box .ItmeTableTex a {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0em;
	font-size: 95%;
}
#indexlist2010Box .ItmeTableBig img{
	margin:0 5px 5px 0;
}
#indexlist2010Box .ItmeTableBig .tex{
	line-height: 1.3;
	padding:8px 0 0 0;
}
/* ↑トップページ↑ */

/* ↓アバウトページ↓ */
.aboutBox {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
/* ↑アバウトページ↑ */

/* ↓カタログページ↓ */
#indexlist2010Box p.proTex{
	padding-top: 0;
	padding-left: 24px;
	padding-right: 10px;
	padding-bottom: 0;
}
/* ↑カタログページ↑ */

/* ↓姿勢ページ↓ */
#indexlist2010Box h3.shiseiItemName{
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #94DBDB;
	border-left-color: #94DBDB;
	padding-left: 6px;
	font-size: 120%;
	margin: 10px 10px 0 10px;
}
#indexlist2010Box .shiseiTableTex td {
	text-align: left;
	vertical-align: top;
}
#indexlist2010Box .shiseiTableTex td.l {
	width: 200px;
}
#indexlist2010Box .shiseiTableTex td.r {
	width: 360px;
}
#indexlist2010Box table.shiseiTableTex {
	margin-left: 10px;
}
#indexlist2010Box .shiseiTableTex a {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0em;
	font-size: 95%;
}
/* ↑姿勢ページ↑ */

/* ↓パンくずエリア↓ */
.breadcrumbList {
	margin-bottom: 10px;
	color:#999;
}
.breadcrumbList img{
	margin: 0 10px 0 0;
}
.breadcrumbList span{
	display: inline-block;
	color: #6CC;
	margin:0 5px;
}
.breadcrumbList a{
	display: inline-block;
	color:#999;
	margin:0 5px;
}

/*20100519追加*/
#index2010Box a.newSyosai{
	display:inline-block;
	font-weight:bold; 
	margin:0 0 0 12px; 
	color:#39F;
	}
#index2010Box a.newSyosai img{
	margin:0 5px 5px 0;
}

#indexlist2010Box a.newSyosai{
	display:inline-block;
	font-weight:bold; 
	margin:0 0 0 10px; 
	color:#39F;
	}
#indexlist2010Box a.newSyosai img{
	margin:0 5px 5px 0;
}
#indexlist2010Box .irodama .subitemName {
	display:inline-block;
	font-weight:bold;
	font-size:120%;
	padding:0 0 10px 8px;
}
