﻿@charset "utf-8";

/* ********************************************* */
/** サイト共通の基本設定　全ページで使用
/** basic.css
/** オリジナルTシャツ専門店
/* ********************************************* */

body
{
	color:#333333;
	background-color:#ffffff;
	text-align:center;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}
a:link
{
	color:#0066ff;
	text-decoration:underline;
}
a:visited
{
	color:#800080;
}
a:hover
{
	color:#f20000;
}

/********************************
初期化
********************************/
h1,h2,h3,h4,h5,h6,p
{
	margin:0;
}
h2
{
	clear:both;
}

/********************************
コンテナレイアウト設定
********************************/
#allBodyArea
{
	width:900px;
	text-align:left;
	margin:0 auto;
}
#BodyArea
{
	border:1px solid #c8c8c8;
}
* html #BodyArea
{
	height:1%;
}
#ContentsArea
{
	width:870px;
	clear:both;
	margin:14px;
}
#ContentsArea #LeftSideArea
{
	width:250px;
	float:left;
}
#ContentsArea #RightMainArea
{
	width:600px;
	float:right;
}
#ContentsArea #CenterMainArea
{
	width:810px;
	margin:0 30px;
}

.attentionBox
{
	padding:10px;
	background-color:#fffff5;
	border:2px solid #e4e1d8;
}
.attentionGrBox
{
	padding:5px 7px 0px 7px;
	background-color:#fffff5;
	border:1px solid #cfcfcd;
}

.leftBox
{
	float:left;
}
.rightBox
{
	float:right;
}
.sideRow
{
	clear:both;
}

/********************************
ヘディング設定
********************************/
h2.textLevel
{
	color:#494532;
	font-size:120%;
	padding:0 0 10px 0;
	background-image:url(../images/h1/bg-e.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
}
h2.textLevel span
{
	display:block;
	padding:15px 0 2px 20px;
	background-image:url(../images/h1/bg-h.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
}
h3.textLevel
{
	color:#494532;
	font-size:100%;
	padding:0 0 2px 0;
	background-image:url(../images/h2/bg-e.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
	margin-bottom:15px;
}
h3.textLevel span
{
	display:block;
	padding:3px 0 1px 13px;
	background-image:url(../images/h2/bg-h.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

h4
{
	color:#c85d16;
	font-size:95%;
	padding:0px 5px;
	border-left:6px solid #c85d16;
}
.leftBlockBorder
{
	padding:0 0 0 5px;
	border-left:5px solid #ffc935;
}

/********************************
イメージ設定
********************************/
img
{
	border:0;
}
a:hover
{
	background-color:transparent;
}
a:hover img
{
	visibility:hidden;
}
.NonHidden a:hover img
{
	visibility:visible;
}
.imgLeft
{
	float:left;
	margin:0 20px 0 0;
}
.imgCenter
{
	text-align:center;
}
.imgRight
{
	float:right;
	margin:0 0 0 20px;
}
.linkIcon
{
	margin:0 5px;
	vertical-align:middle;
}

/********************************
段落マージン設定
********************************/
.shortLevel
{
	margin-left:10px;
}
.middleLevel
{
	margin-left:20px;
}
.shortTalk
{
	margin:5px 0;
}
.middleTalk
{
	margin:10px 0;
}
.longTalk
{
	margin:15px 0;
}
.longestTalk
{
	margin:25px 0;
}
.shortTopTalk
{
	margin-top:5px;
}
.middleTopTalk
{
	margin-top:10px;
}
.longTopTalk
{
	margin-top:15px;
}
.middleBottomTalk
{
	margin-bottom:10px;
}
.longBottomTalk
{
	margin-bottom:15px;
}
.longestBottomTalk
{
	margin-bottom:25px;
}
.doubleBottomTalk
{
	margin-bottom:45px;
}

.h2Level
{
	margin:0 0 0 15px;
}

/********************************
フォントサイズ設定
********************************/
.smallMaxFont
{
	font-size:70%;
}
.smallestFont
{
	font-size:75%;
}
.smallerFont
{
	font-size:80%;
}
.smallFont
{
	font-size:85%;
}
.middleFont
{
	font-size:95%;
}
.normalWeight
{
	font-weight:normal;
}
/********************************
フォントカラー設定
********************************/
.textRed
{
	color:#ff0000;
}
.textOrange
{
	color:#ff6000;
}
.textMark
{
	color:#ffffff;
	padding:0 0 0 2px;
	margin:0 5px 0 0;
	background-color:#0078f3;
	border:1px solid #cccccc;
}

/********************************
行間設定
********************************/
.smallLH
{
	line-height:130%;
}
.middleLH
{
	line-height:150%;
}
.lageLH
{
	line-height:190%;
}

/********************************
テーブル設定
********************************/
table
{
	width:100%;
	font-size:100%;
	line-height:100%;
	border-collapse:collapse;
}
caption
{
	padding:3px 0;
	text-align:left;
}
th
{
	text-align:center;
	font-weight:normal;
	padding:5px;
	border:1px solid #cccccc;
}
td
{
	padding:5px;
	border:1px solid #cccccc;
}
.textCenter
{
	text-align:center;
}
.textRight
{
	text-align:right;
}

/********************************
テーブルスタイルリスト
********************************/
.tableLikeList
{
	background-color:#f4f4f4;
	border-bottom:1px solid #a7a7a7;
}
.tableLikeList dt
{
	float:left;
	width:8em;
	color:#c85d16;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	border-top:1px solid #a7a7a7;
}
.tableLikeList dd
{
	padding:5px;
	margin:0 0 0 8em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}

/********************************
字下げ
********************************/
.textCaution
{
	text-indent: -1em;
	padding-left: 1em;
}
.textCaution1
{
	text-indent: -1.7em;
	padding-left: 1.7em;
}


/********************************
ヘッダ設定
********************************/
#UpperArea p
{
	padding:3px 0;
}
#HeadArea
{
	width:900px;
	height:129px;
	clear:both;
}
#HeadArea p
{
	float:left;
}

/********************************
ヘッダメニュー設定
********************************/
#HeadMenuArea
{
	width:900px;
	height:41px;
	clear:both;
}
#HeadMenuArea ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#HeadMenuArea li
{
	float:left;
}
#HeadMenuArea li a
{
	display:block;
	height:42px;
}

#HeadMenuArea .navi01 a{
	width:180px;
	background-image:url(../images/menu/navi-01_on.gif);}
#HeadMenuArea .navi02 a{
	width:180px;
	background-image:url(../images/menu/navi-02_on.gif);}
#HeadMenuArea .navi03 a{
	width:179px;
	background-image:url(../images/menu/navi-03_on.gif);}
#HeadMenuArea .navi04 a{
	width:180px;
	background-image:url(../images/menu/navi-04_on.gif);}
#HeadMenuArea .navi05 a{
	width:179px;
	background-image:url(../images/menu/navi-05_on.gif);}

/********************************
ライトメイン設定
********************************/
#RightMainArea h2
{
	margin:15px 0;
}
#RightMainArea h2.nonMargin
{
	margin:0;
}
#RightMainArea .ImageWithText .Image
{
	width:183px;
	float:left;
	margin:0 20px 0 0;
}
#RightMainArea .ImageWithText .Text
{
	width:397px;
	float:left;
}
/* 枠付きボックス　（お客様の声）で使用 */
#RightMainArea .annotatedBox
{
	padding:5px;
	background-color:#f7f7f5;
	border:1px solid #cacaca;
}
#RightMainArea .annotatedBox ol
{
	margin:5px;
}
#RightMainArea .annotatedBox dt
{
	color:#ffffff;
	font-weight:bold;
	padding:3px 10px;
	background-color:#4496db;
}
#RightMainArea .annotatedBox dd
{
	margin:0;
	padding:5px;
}

/* 画像注釈 */
#RightMainArea .imgCaption
{
	text-align:center;
	line-height:120%;
	margin:5px 0 15px 0;
	display:block;
}
/* hide hack from Mac-IE5 \*/
* html .HollyHack
{
	height:1%;
}
/* end hiding */

/********************************
レフトサイド設定
********************************/
#LeftSideArea p
{
}

#LeftSideArea a{
	width:250px;
	display:block;
}
#LeftSideArea .bnTV a{
	background-image:url(../images/bn/tv_on.gif);}

#LeftSideArea .MenuList
{
	padding:0 0 3px 0;
	margin:0 0 15px 0;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
#LeftSideArea .MenuList ul
{
	margin:0;
	padding:7px 0;
	list-style:none;
}
#LeftSideArea .MenuList li
{
	padding:4px 0;
	background-image:url(../images/ico-ty-brown.gif);
	background-repeat:no-repeat;
	background-position:7px 50%;
}
#LeftSideArea li a
{
	width:218px;
	margin:0 0 0 30px;
	display:block;
	text-decoration:none;
}

#LeftSideArea .InquiryBox
{
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
#LeftSideArea .InquiryBox .btnInquiry
{
	margin:2px 4px 4px 4px;
}
#LeftSideArea .InquiryBox .btnInquiry a{
	width:240px;
	background-image:url(../images/btn/inquiry_on.gif);}

#LeftSideArea .bnDesignSheet a{
	background-image:url(../images/bn/designsheet_on.gif);}

#LeftSideArea .bnExcelSheet a{
	background-image:url(../images/bn/excelsheet_on.gif);}

#LeftSideArea .bnTeamT a{
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(../images/bn/bn-teamt_on.gif);}

#LeftSideArea .bnClassT a{
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(../images/bn/bn-classt_on.gif);}
	
#LeftSideArea .bnTeamT img,#LeftSideArea .bnClassT img{
	margin-bottom:1px;
	display:block;
	text-decoration:none;}

/********************************
フッタ設定
********************************/
#FootArea
{
	clear:both;
	padding:0 0 10px 0;
	margin:40px 0 0 0;
}
#FootArea p
{
	margin:10px 0 0 0;
}
#FootArea ul
{
	text-align:center;
	margin:0;
	padding:3px 0;
}
#FootArea li
{
	display:inline;
	white-space:nowrap;
}
#FootArea a
{
	color:#666666;
	text-decoration:none;
	padding:0 6px 0 3px;
	border-right:1px solid #6b6b6b;
}
#FootArea .nonsept a
{
	border-right:none;
}
#FootArea a:hover
{
	color:#eb3f37;
}

/********************************
グループナビ
********************************/
#groupnavi
{
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
}
#groupnavi .groupnaviBox
{
	text-align:left;
	width:800px;
	margin:10px 50px;
}
#groupnavi dl
{
	width:184px;
	float:left;
	margin:0 8px;
	display:inline;
	overflow:hidden;
}
#groupnavi dt
{
	font-weight:bold;
	margin:0 0 10px 0;
}
#groupnavi dt img
{
	display:block;
	margin:0 0 10px 0;
}
#groupnavi dt a
{
	color:#ff6600;
}
#groupnavi dt a:hover
{
	color:#ff0000;
}
#groupnavi dd
{
	width:184px;
	margin:0;
}

/********************************
お問い合わせバナー
********************************/
.InquiryBannerBox
{
	margin:35px 0;
	clear:both;
}
.ShortBanner
{
	margin:10px 0;
}
.InquiryBannerBox a
{
	width:600px;
	height:80px;
	display:block;
	background-image:url(../images/bn/inquiry_on.gif);
}

/********************************
パンくずナビ
********************************/
.pannavi p
{
	margin:5px 0 10px 0;
}

/********************************
ページ先頭へ
********************************/
.goPageTop
{
	clear:both;
	text-align:right;
}
.goPageTop p
{
	width:130px;
	height:30px;
	margin:0 0 0 auto;
}
.goPageTop a
{
	width:130px;
	height:30px;
	display:block;
	background-image:url(../images/btn/gotop_on.gif);
}
	

/********************************
読み上げ用テキスト 
********************************/
div.reader
{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:1px;
	width:1px;
	padding:0px;
	overflow:hidden;
}
