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




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




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




/*-------------------
 リンク文字の設定
-------------------*/

a:link {
	 color: #003399;
	 text-decoration:none;
	 }
a:visited {
	 color: #003399;
	 text-decoration:none;
	 }
a:active {
	 color: #003399;
	 text-decoration:none;
	 }
a:hover {
	 color: #3e3e3e;
	 text-decoration:underline;
	 }



/*-------------------
 画像の設定
-------------------*/
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;
}
.pointArrow {
	background-image: url(http://www.sunayama-socks.com/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_left15   {
	margin-left: 15px;
}
.m_top10    { margin-top: 10px; }
.m_bottom10 { margin-bottom: 10px; }
.m_bottom20 { margin-bottom: 20px; }
.m_bottom40 { margin-bottom: 40px; }




/*-------------------
 共通文字設定
-------------------*/
.itemTitle {
	color: #000066;
	clear: both;
	background-image: url(http://www.sunayama-socks.com/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;
}
/* ▼ユーティリティナビの右寄せとフォント設定▼ */
#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/commonimg/headerBackground.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}
/* ▼ナビ詳細　STAY状態の設定▼ */
#glovalNavi {
	font-size: 5px;
	height: 39px;
	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#company {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_company.gif);
	background-repeat: no-repeat;
	width: 131px;
}
#glovalNavi li#company a:hover {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_companyStay.gif);
	background-repeat: no-repeat;
	width: 131px;
}
#glovalNavi li#companyStay {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_companyStay.gif);
	background-repeat: no-repeat;
	width: 131px;
}
#glovalNavi li#blands {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_blands.gif);
	background-repeat: no-repeat;
	width: 150px;
}
#glovalNavi li#blands a:hover {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_blandsStay.gif);
	background-repeat: no-repeat;
	width: 150px;
}
#glovalNavi li#blandsStay {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_blandsStay.gif);
	background-repeat: no-repeat;
	width: 150px;
}
#glovalNavi li#media {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_media.gif);
	background-repeat: no-repeat;
	width: 156px;
}
#glovalNavi li#media a:hover {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_mediaStay.gif);
	background-repeat: no-repeat;
	width: 156px;
}
#glovalNavi li#mediaStay {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_mediaStay.gif);
	background-repeat: no-repeat;
	width: 156px;
}
#glovalNavi li#shop {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_shop.gif);
	background-repeat: no-repeat;
	width: 181px;
}
#glovalNavi li#shop a:hover {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 181px;
}
#glovalNavi li#shopStay {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_shopStay.gif);
	background-repeat: no-repeat;
	width: 181px;
}
#glovalNavi li#exchange {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_exchange.gif);
	background-repeat: no-repeat;
	width: 182px;
}
#glovalNavi li#exchange a:hover {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_exchangeStay.gif);
	background-repeat: no-repeat;
	width: 182px;
}
#glovalNavi li#exchangeStay {
	background-image: url(http://www.sunayama-socks.com/commonimg/glovalNavi_exchangeStay.gif);
	background-repeat: no-repeat;
	width: 182px;
}
/* ▲ナビ詳細　STAY状態の設定▲ */












/* ▼フッター背景延長部分▼ */
#footer {
	text-align: center;
	color: #FFFFFF;
	background-image: url(http://www.sunayama-socks.com/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/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;
}








/* ▼アイテムから選ぶ▼ */
#groupbox {
	margin-bottom: 10px;
	background-image: url(http://www.sunayama-socks.com/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/commonimg/groupselectBody.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#groupbox li {
	background-image: url(http://www.sunayama-socks.com/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/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/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: #E6E5E9;
}








/* ▲アイテムから選ぶ▲ */








/* ↓トップページ：２段組ボックス内容↓ */
.categoryBox {
	clear: both;
	overflow: auto;
	font-size: 11px;
	margin-bottom: 20px;
}




.categoryBox .titleBox p.forList {
	float: right;
	background-image: url(http://www.sunayama-socks.com/commonimg/titleArrow.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	background-position: right center;
	margin-right: 10px;
	font-size: 80%;
	margin-top: 10px;
}
.categoryBox .titleBox .forList a {	color: #FFFFFF;}
.categoryBox .titleBox .title {
	visibility: hidden;
	float: left;
}
.categoryBox dt {
	background-repeat: no-repeat;
	padding-left: 15px;
	background-image: url(http://www.sunayama-socks.com/commonimg/grayArrow.gif);
	background-position: 0px center;
}
.categoryBox dd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 15px;
}
.categoryBox li {
	background-repeat: no-repeat;
	padding-left: 15px;
	background-image: url(http://www.sunayama-socks.com/commonimg/grayArrow.gif);
	background-position: 0px center;
	margin-right: 10px;
	white-space: nowrap;
	float: left;
}
.categoryBox dd a {
	text-decoration: underline;
}
/*---------------------------------------------*/
#aboutSunayamaBox {
	background-image: url(http://www.sunayama-socks.com/commonimg/aboutSunayamaTitle.gif);
	background-repeat: no-repeat;
	width: 270px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding: 10px;
}
#aboutSunayamaBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}








/*---------------------------------------------*/
#blandsBox {
	background-image: url(http://www.sunayama-socks.com/commonimg/blandsTitle.gif);
	background-repeat: no-repeat;
	width: 270px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding: 10px;
}
#blandsBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}




/*---------------------------------------------*/
#newsBox {
	background-image: url(http://www.sunayama-socks.com/commonimg/newsTitle.gif);
	background-repeat: no-repeat;
	width: 270px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding: 10px;
}
#newsBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}








/*---------------------------------------------*/
#pressBox {
	background-image: url(http://www.sunayama-socks.com/commonimg/mediaTitle.gif);
	background-repeat: no-repeat;
	width: 270px;
	margin-left: 10px;
	float: left;
	display: inline;
	padding: 10px;
}
#pressBox .title {
	margin-bottom: 20px;
	visibility: hidden;
}
/* ↑トップページ：２段組ボックス内容↑ */




/* ↓お問合せ↓ */
#inquiryform {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 10px;
}
#inquiryform th {
	font-weight: normal;
	padding: 5px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	width: 120px;
}
#inquiryform td {
	background-color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#mail_form #formfooter {
	width: 500px;
	text-align: center;
}
/* ↑お問合せ↑ */
/* ↓ブランド紹介↓ */
.blandsEX {
	margin-left: 170px;
}
.blandsBox {
	overflow: auto;
	margin-bottom: 20px;
}
.blandsEXBanner {
	margin: 5px 0 0 20px ;
	vertical-algin: middle ;
}
.bEBimg {
	margin-left: 20px ;
}
/* ↑ブランド紹介↑ */




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




.titleBox {
	background-image: url(http://www.sunayama-socks.com/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/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 {
	background-image: url(http://www.sunayama-socks.com/commonimg/backTop.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
	float: right;
	padding-right: 10px;
	clear: both;
	margin-top: 20px;
}
.backTop a {
	color: #00105B;
}




/* ウェブページ----------------------------- */
#pageBody {
	padding-right: 10px;
	padding-left: 10px;
}




#pageBody-inbox1 {
	width:395px;
	height:auto;
	margin-right:10px;
	float:left;
}




#pageBody-inbox2 {
	width:185px;
	float:right;
}




.ceoname {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 40px;
}




.companydata {
	margin-bottom: 20px;
}
.companydata th{
	padding: 5px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D588C;
	width: 130px;
	vertical-align: top;
}
.companydata td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363C7A;
}
#historyimg {
	width: 160px;
	float: left;
	text-align: center;
}
#historydata {
	margin-left: 170px;
}
#historyimg p {
	margin-bottom: 10px;
}
#historydata table {
	margin-bottom: 20px;
}
#historydata th {
	font-weight: normal;
	white-space: nowrap;
	width: 80px;
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00105A;
	text-align: left;
}
#historydata td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363C7A;
}




/* エントリー----------------------------- */




#entrybodyBox {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
#entrybodyBox a {
	text-decoration: underline;
}
#entrybodyBox dt {
	background-image: url(http://www.sunayama-socks.com/commonimg/grayArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
}
#entrybodyBox dd {
	padding-left: 13px;
	margin-bottom: 20px;
}
/* メディアの設定 */
#pressentryBox,#newsentryBox {
	padding-right: 10px;
	padding-left: 10px;
}
h3#pressTitle,h3#newsTitle {
	background-image: url(http://www.sunayama-socks.com/commonimg/grayArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 20px;
	padding-left: 13px;
}
#pressentryBox img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
}




#pressentryBox a,#newsentryBox a {
	text-decoration: underline;
}
#spectxt {
	margin-left: 130px;
	margin-bottom: 20px;
}
.pvTitle {
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00105A;
	border-left-color: #00105A;
	margin-bottom: 20px;
}
.pvText {
	margin-bottom: 20px;
}
#confirm {
	padding: 5px;
	border: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
#confirm p {
	margin-bottom: 10px;
}







