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

* {
	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
-------------------*/
#wrapperAll{
	text-align: center;
	width: 900px;
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/n_shisei_bk.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#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/shiseibito/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/shiseibito/commonimg/titleBack.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 22px;
	padding-top: 8px;
	padding-left: 32px;
	margin-bottom: 20px;
}

/*-------------------
 ヘッダーの設定
-------------------*/
#headerOut {
	height: 75px;
	width: 800px;
}
#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: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}
#utilityNavitop li#end_li {
	border-right-style: none;
}
#utilityNavitop a {
	color: #FFF;
}
#utilityNavitop a:hover {
	text-decoration: underline;
}
/* ▲ユーティリティナビの区切り線の設定▲ */

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

/* ▼ナビ背景延長部分▼ */
body {

}
/* ▼ナビ詳細　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/shiseibito/commonimg/glovalNavi_home.gif);
	background-repeat: no-repeat;
	width: 152px;
}
#glovalNavi li#home a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_homeStay.gif);
	background-repeat: no-repeat;
	width: 152px;
}
#glovalNavi li#homeStay {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_homeStay.gif);
	background-repeat: no-repeat;
	width: 152px;
}
#glovalNavi li#about {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_about.gif);
	background-repeat: no-repeat;
	width: 160px;
}
#glovalNavi li#about a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_aboutStay.gif);
	background-repeat: no-repeat;
	width: 160px;
}
#glovalNavi li#aboutStay {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_aboutStay.gif);
	background-repeat: no-repeat;
	width: 160px;
}
#glovalNavi li#catalog {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_catalog.gif);
	background-repeat: no-repeat;
	width: 174px;
}
#glovalNavi li#catalog a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_catalogStay.gif);
	background-repeat: no-repeat;
	width: 174px;
}
#glovalNavi li#catalogStay {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_catalogStay.gif);
	background-repeat: no-repeat;
	width: 174px;
}
#glovalNavi li#store {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_store.gif);
	background-repeat: no-repeat;
	width: 147px;
}
#glovalNavi li#store a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_storeStay.gif);
	background-repeat: no-repeat;
	width: 147px;
}
#glovalNavi li#storeStay {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_storeStay.gif);
	background-repeat: no-repeat;
	width: 147px;
}
#glovalNavi li#shop {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_shop.gif);
	background-repeat: no-repeat;
	width: 166px;
}
#glovalNavi li#shop a:hover {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 166px;
}
#glovalNavi li#shopStay {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 166px;
}
/* ▲ナビ詳細　STAY状態の設定▲ */



/* ▼フッター背景延長部分▼ */
#footer {
	text-align: center;
	color: #FFFFFF;
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/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/shiseibito/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: 185px;
	overflow: hidden;
	display: inline;
	background-color:#FFF;
	text-align:center;
}
/* ▼トップページ　サイド設定▼ */
#newsList {
	width:175px;
	font-size: 92%;
	margin:0 auto 20px auto;
	background: no-repeat;
	color:#36211D;
text-align:left;
}
#newsList dl {
	padding-left:5px;
	padding-right:5px;
}

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

#newsList dd {
	padding-bottom:10px;
	padding-left:15px;
	margin-bottom:10px;
}

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

/* ▼カテゴリーリスト▼ */
#groupbox {
	margin: 0 auto 10px auto;
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/groupselectFooter.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 10px;
	width: 177px;
text-align:left;
}
#groupbox ul {
margin-top: 10px;
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/groupselectBody.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#groupbox li {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/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/shiseibito/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/shiseibito/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;
}

.titleBox {
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/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/shiseibito/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/shiseibito/commonimg/blueArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
font-weight:bold;
	font-size:120%;
}
#entrybodyBox dd {
	padding-left: 14px;
	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 {
	padding-bottom:20px;
	clear: both;
	background-color:#FFF;
}

.shopList th {
	background-color: #E68383;
	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;
}

#groupbox .menuStet a{
	color:#666;
	line-height:1.3;
	background-image: url(http://www.sunayama-socks.com/carelance/shiseibito/commonimg/sankaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	}

/* ↓姿勢の大切さ↓ */
#indexlist2010Box .ItmeTable3 td {
	width: 185px;
	text-align: center;
	vertical-align: top;
}
#indexlist2010Box table.ItmeTable3 {
	margin-left: 10px;
}
#indexlist2010Box .ItmeTable3 a {
	font-weight: bold;
	color: #666666;
	letter-spacing: 0em;
	font-size: 95%;
}

/* ↓メインエリア↓ */
#topImgBox{
	width:600px;
	background-color:#FFF;

}
#mainAreaBox{
	width:570px;
	border-bottom:#666 solid 3px;
	border-left:#666 solid 3px;
	border-right:#666 solid 3px;
	padding:12px;
background-color:#FFF;
}
#mainAreaBox2{
	width:570px;
	border:#666 solid 1px;
	padding:14px;
	background-color:#FFF;
}
#mainAreaBox3{
	width:594px;
	border:#666 solid 3px;
	padding:0;
	background-color:#FFF;
}
#mainAreaBox4{
	width:594px;
	border:#666 solid 3px;
	padding:0;
	background-image: url(commonimg/shisei_bk.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
}

/* ↓ちなみ氏↓ */
#mainAreaBox4 h2{
	margin:0 0 10px 0;
}
#mainAreaBox4 table.chinami{
	font-size:100%;
	color:#666;
}
#mainAreaBox4 table.chinami td{
	padding:0 12px 12px 12px;
}
#mainAreaBox4 .movBox{
	width:570px;
	margin:0 auto;
	}
#mainAreaBox4 h3{
	margin:12px 12px 10px 12px;
	}
#mainAreaBox4 ul{
	margin:10px 0 0 0;
	width:150px;
	}
#mainAreaBox4 ul li{
	margin:0 0 7px 15px;
	line-height:1.1;
	color:#333;
	font-weight:bold;
	font-size:90%;
	list-style: disc;
	}
#mainAreaBox4 table.lineUp{
	margin:5px 12px 12px 12px;
}

/* ↓パンくずエリア↓ */
.breadcrumbList {
	margin-bottom: 15px;
	color:#6e6e6e;
}
.breadcrumbList img{
	margin: 0 10px 0 0;
}
.breadcrumbList span{
	display: inline-block;
	color: #6e6e6e;
	margin:0 5px;
}
.breadcrumbList a{
	display: inline-block;
	color:#6e6e6e;
	margin:0 5px;
}
.breadcrumbList a:hover{
	color:#ccc;
}
/* ↓タイトルエリア↓ */
h2.topTitleText{
	font-size:100%;
	color:#666;
	text-align:right;
	margin-right: 10px;
}
#glovalNavi {
	margin-bottom: 5px !important;
}


/* ↓ラインナップエリア↓ */
table.lineUp{
	margin-top:5px;
	font-size:75%;
}
table.lineUpInd{
	font-size:100%;
	margin:0 0 0 9px;
	width:585px
}
table.lineUpInd p{
	margin:0 12px 10px 0;
}
table.lineUpInd h4,
div.lineUpInd h4{
	margin:0 0 5px 0;
	}
#mainAreaBox3 h3{
	margin:0 0 5px 0;
	}
table.lineUpInd ul,
div.lineUpInd ul{
	margin:0 0 15px 0;
	}
table.lineUpInd ul li,
div.lineUpInd ul li{
	margin:0 0 5px 18px;
	line-height:1.1;
	color:#666;
	list-style: disc;
	}
table.lineUpInd ul li{
	font-size:90%;
	}
div.lineUpInd ul li{
	font-size:100%;
	}

table.lineUpInd a,
table.lineUp a{
	text-decoration: underline;
	color:#369;
}

.lineUp img.buyBt,
.lineUpInd img.buyBt{
	margin:5px 0 5px 5px;
}

.lineupline,
.lineuplineEnd{
	margin:0 auto;
	width:166px;
	text-align:center;
	}
.lineupline{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	}

	
.topBox{
	margin:0;
	padding:5px 10px;
	width:549px;
	background-color:#000;
	}

.topBox p{
	font-size:100%;
	line-height:1.3;
	color:#FFF;
	margin:10px 0 5px 0;
	font-weight:bold;
	}
	
/* ↓DVD特典↓ */
.dvdBox{
	margin-bottom: 15px;
	}
.dvdBox p{
	font-size: 100%;
	line-height:1.1;
	color:#E19998;
	margin:5px 0 0 0;
	font-weight:bold;
}

/* ↓映像部分↓ */
.movBox{
	margin-bottom: 15px;
	}
.movBox .movTxt{
	width:120px;
	font-size: 95%;
	line-height:1.2;
	color:#333;
	margin:10px 0 0 5px;
}

/* ↓お得情報↓ */
#mainAreaBox2 .subitemName {
	padding-top: 0;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 95%;
}
#mainAreaBox2 .subitemName a {
	text-decoration: underline;
}

/*トップテキスト*/
p.topText{
	padding:0;
	margin-bottom:20px;
	font-size: 100%;
	color:#555;
	line-height: 1.5;
font-weight:bold;
}

/*リンクバナー*/
.linkBana{
	text-align:center;
	margin:5px auto 5px 0;
	}
	
/*タイトル周り*/
#primary .leadText{
	font-size:100%;
	color:#666;
	margin:0 0 12px 0;
	font-weight:bold;
	}
#primary .titleImg{
	margin:0 0 10px 0;
	}

/*ページ内リンクのリスト*/	
#primary .pageLink a{
	display:inline-block;
	margin:0 10px;
	color:#666;
	}
#primary .pageLink{
	margin:0 0 10px 0;
}
#primary .pageLink img{
	margin:0 0 3px 0;
}

/*ニュースタイトル*/
.newstitleBox {
	color: #666;
	padding: 4px 5px;
	height: 24px;
	margin-bottom: 10px;
	border-top:#e09997 solid 2px;
	border-bottom:#e09997 solid 2px;
	font-size:130%;
}

/*ラインナップ2011*/
table.lineUp2 table{
	width:168px;
}
table.lineUp2 .pPhoto{
	text-align:center;
}
table.lineUp2 .nameTxt{
	padding-bottom:5px;
	line-height:100%;
}
table.lineUp2 .sizeTxt{
	color:#999;
	line-height:100%;
}
table.lineUp2 .priceTxt{
	font-weight:bold;
	line-height:100%;
	text-align:right;
}
table.lineUp2{
	margin-top:5px;
	font-size:100%;
}
table.lineUp2 a{
	text-decoration: underline;
	color:#000;
}
.lineUp2Title{
	margin-top:10px;
	}
/*カタログトップ2011*/
#mainAreaBox20113{
	width:594px;
	border:#FFF solid 3px;
	padding:0;
	background-color:#FFF;
}
#mainAreaBox20113 h3{
	margin:0 0 5px 0;
	}
#mainAreaBox20113 .midashiTxt{
	font-size:120%;
	font-weight:bold;
	margin-bottom:0px;
}

/*カタログ2011*/
#mainAreaBox20112{
	width:600px;
	padding:0;
	background-color:#FFF;
	margin-top:30px;
}
#mainAreaBox20112 h3{
	margin:0 0 5px 0;
	}
.mainImg2011{
	margin:10px 0 25px 25px;
	}
.mainTxt2011{
	margin:0 0 0 0;
	}
	
/*お得情報2011*/
#mainAreaBox20114{
	width:600px;
	padding:0;
	background-color:#FFF;
	margin-top:0;
}
#mainAreaBox20114 .mainTxt2011{
	margin:10px 10px 20px 10px;
	}

#mainAreaBox20114 .mainImg2011{
	margin:0 0 20px 5px;
	}

#mainAreaBox{
	border-bottom:#FFF solid 3px !important;
	border-left:#FFF solid 3px !important;
	border-right:#FFF solid 3px !important;
}

/*サイドメニュー2011*/
#groupbox ul.kneewaist li {
	background-image: url(commonimg/2011_01_r5_c4.gif);
	line-height:14px;
}
#groupbox ul.leg li {
	background-image: url(commonimg/2011_01_r9_c4.gif);
	line-height:14px;
}
#groupbox ul.foot li {
	background-image: url(commonimg/2011_01_r13_c4.gif);
	line-height:14px;
}
#groupbox img.kneewaist,
#groupbox img.leg,
#groupbox img.foot{
	margin:5px 0 5px 5px;
	}
#groupbox ul{
	margin:0 0 5px 8px;
}
