/*****************************************************
 ヘッダ
*****************************************************/

div#header-content {
	padding: 10px;
	zoom: 100%;
}
/* 段組を自動で解除 */
div#header-content:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

div#header-content ul {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
div#header-content li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

table.header-table {
	margin: 0px;
	padding: 0px;
}
table.header-table td {
	text-align: center;
}


/*****************************************************
 コンテンツ
*****************************************************/

/*
 共通
*/
div.content {
	padding: 10px;
}

/* h2 */
div.h2 h2 {
	margin: 0px;
	padding: 17px 0px 0px 15px;
	font-size: 16px;
	color: #ffffff;
}
div.h2 {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background: #ffffff url('./images/bg_h2.gif') left top no-repeat;
}

/* h3 */
div.h3-home h3 {
	padding: 8px 0px 0px 15px;
	font-size: 16px;
	color: #333300;
}
div.h3-home {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #ffffff url('./images/home_h3.gif') left top repeat-x;
}
div.h3-formal h3 {
	padding: 8px 0px 0px 25px;
	font-size: 16px;
	color: #ffffff;
}
div.h3-formal {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #ffffff url('./images/bg_h3_formal.gif') left top no-repeat;
}
div.h3 h3 {
	padding: 8px 0px 0px 25px;
	font-size: 16px;
	color: #ffffff;
}
div.h3 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #ffffff url('./images/bg_h3.gif') left top no-repeat;
}

/* h4 */
div.content h4 {
	margin: 20px 0px 10px 0px;
	padding: 3px 0px 5px 5px;
	background: #ffffff url('./images/bg_h4.gif') left bottom no-repeat;
	font-size: 1.25em;
}

/* p */
div.content p {
}

/* ul */
div.content ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
}
div.content ul li {
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 3px 15px;
	border-bottom: 1px dotted #bfbfbf;
	background: transparent url('./images/bg_li.gif') left center no-repeat;
}

/* ol */
ol.other-link {
	list-style-type: none;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #dedede;
	background-color: #f0f0f0;
}
ol.other-link li {
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 3px 25px;
	border-bottom: 1px dotted #bfbfbf;
	background: transparent url('./images/next.png') left center no-repeat;
}

ol.ol-underbar li {
	padding: 5px 0px;
	border-bottom: 1px dotted #dcdcdc;
}

/* ul 横並び */
div.content ul.side-line {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: none;
	background-color: transparent;
}
div.content ul.side-line li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #074BBC;
	border-bottom: none;
	background-image: none;
	background-color: transparent;
}

/* dl */
dl.grd-box {
	margin: 10px 0px;
	padding: 0px;
}
dl.grd-box dt {
	margin: 10px 0px 0px 0px;
	padding: 4px;
	font-size: 1.25em;
	font-weight: bold;
	color: #0066FF;
	border-bottom: 3px solid #aaaaaa;
}
dl.grd-box dd {
	margin: 0px 0px 30px 0px;
	background: transparent url('./images/bg_dd.gif') left top no-repeat;
	padding: 0px;
}
dl.grd-box dd p {
	margin: 0px;
	padding: 10px;
}

/* dl 横並び */
dl.flat-dl {
	margin: 10px 0px;
	padding: 0px;
}
dl.flat-dl dt {
	margin: 0px;
	float: left;
	width: 100px;
	padding-top: 4px;
}
dl.flat-dl dd {
	margin: 0px;
	padding-left: 100px;
	padding-top: 4px;
	border-bottom: 1px dotted #bdbdbd;
}

table#size-table { font-size: 0.8em; border: 1px solid #ececec; }
table#size-table thead th { padding: 5px; background-color: #efefef; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec; text-align: center; }
table#size-table tbody th { padding: 5px; background-color: #f6f6f6; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec; text-align: center; }
table#size-table tbody td { padding: 5px 10px; background-color: #fafafa; border-bottom: 1px solid #ececec; border-right: 1px solid #ececec; }

div.toppage-back {
	text-align: right;
	margin-top: 50px;
}

/*
 home.php
*/
img.top-point {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #bdbdbd;
}


/*
 category.php
*/
/* ブログタイトル */
div.blog_title {
	height: 200px;
	background: #ffffff url('./images/blog_bg.jpg') no-repeat left top;
}
div.blog_title h2 {
	padding: 100px 0px 0px 20px;
	margin: 0px;
	font-size: 2.5em;
}
div.blog_title p {
	margin: 0px;
	padding: 10px 0px 0px 30px;
	font-size: 0.8em;
	color: #ff6699;
}

/* 記事情報 */
div.content-info {
	margin: 20px 0px 50px 0px;
	padding: 0px;
	border-top: 1px dotted #dedede;
	color: #606060;
}

/*
 single.php
*/
/* 次のリンク */
div.next-link {
	padding: 5px 0px;
}

/* 加工例リスト */
table.process-list {
	width: 100%; background-color: #cdcdcd; font-size: 0.8em;
	}
table.process-list thead th {
	padding: 5px;
	background-color: #8dbdd8;
	border: 1px solid #fff;
	}
table.process-list tbody th {
	padding: 5px;
	background-color: #e6eeee;
	border: 1px solid #fff;
	}
table.process-list td {
	padding: 5px 10px;
	}
table.process-list tr.odd td {
	background-color: #fff;
	}
table.process-list tr.even td {
	background-color: #fcfcfc;
	}
table.process-list dl {
	margin: 0px;
	padding: 0px;
	}
table.process-list dl dt {
	float: left;
	width: 9em;
	}
table.process-list dt dd {
	margin-left: 10em;
	}

/*
 page.php
*/

/* サイズ表 */
table.size-table {
	margin: 0px;
	background-color: #606060;
}
table.size-table tr {
	text-align: center;
}
table.size-table th {
	background-color: #B9060B;
	color: #ffffff;
}
table.size-table td {
	width: 38px;
	background-color: #ffffff;
}
table.size-table td.title {
	width: 50px;
	background-color: #404040;
	color: #ffffff;
}

/* 色見本 */
table.color-sample img {
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
table.color-sample ol {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
table.color-sample li {
	padding: 5px 0px;
	border-bottom: 1px dotted #bfbfbf;
	font-size: 0.8em;
}

/* プリント代金について */
table.print-price {
	margin-top: 30px;
}
table.print-price tr {
	text-align: center;
}
table.print-price th {
	width: 270px;
}
table.print-price td {
	width: 270px;
}
table.print-price img {
	padding: 3px;
	border: 1px solid #cdcdcd;
}

/* 送料 */
table.sender-price-table {
	margin-top: 5px;
	background-color: #d09c27;
	color: #36280a;
	font-size: 0.9em;
}
table.sender-price-table th.header {
	padding: 5px;
	background-color: #88603c;
	color: #ffffff;
	text-align: center;
	border: none;
}
table.sender-price-table th {
	padding: 5px;
	background-color: #eace90;
	border: 1px solid #efdaab;
	text-align: left;
}
table.sender-price-table td {
	padding: 5px;
	background-color: #ffffff;
	text-align: right;
}

/* サイトマップ */
table.sitemap {
	margin-top: 30px;
	padding: 0px;
	width: 580px;
}
table.sitemap td {
	width: 280px;
}
table.sitemap td.center {
	width: 20px;
}
table.sitemap th h3 {
	font-size: 1.25em;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	background: #ffffff url('./images/bg_h3_sitemap.gif') left bottom repeat-x;
	border: 1px solid #ff7c00;
}

table.sitemap td p {
	margin: 0px;
	padding: 5px;
}

table.sitemap div.sitemap_link {
	margin: 5px 0px 30px 0px;
	text-align: right;
}

/* 刺繍技術サンプル */
img.sample-image {
	padding: 10px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

/* 加工方法 */
img.print-proc {
	padding: 5px;
	border: 1px solid #cdcdcd;
}

div.left-proc {
	width: 360px;
	margin-right: 15px;
}
div.right-porc {
}


/* お問い合わせフォーム */
table.contact-form {
	margin-top: 10px;
}
table.contact-form th {
	padding: 5px 10px;
	background-color: #d2d2e2;
}
table.contact-form td input {
	padding: 3px;
	border: 1px solid #cdcdcd;
}
table.contact-form td textarea {
	padding: 3px;
	border: 1px solid #cdcdcd;
}

/* 注文フォーム */
table#shirt-table {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	margin-bottom: 10px;
}
table#shirt-table img {
	padding: 5px;
	border: 3px solid #efefef;
}

table.table-order {
	background-color: #cccc99;
	margin: 10px 0px;
}
table.table-order th {
	width: 130px;
	background-color: #edf3d6;
}
table.table-order td {
	background-color: #ffffff;
}

td.calc {
	width: 120px;
	text-align: right;
}

select { border: 1px solid #7f9db9; }
select.width-50 { width: 50px; }
select.width-80 { width: 80px; }
select.width-150 { width: 150px; }
select.width-200 { width: 200px; }
input.val { width: 50px; text-align: right; border: 1px solid #7f9db9; }
input.etc { width: 200px; border: 1px solid #7f9db9; }

table.order-item {
	margin: 0px;
	padding: 0px;
}
table.order-item th {
	text-align: center;
}
table.order-item td {
	padding: 0px;
	border: none;
	background-color: transparent;
}

div.applicant-info {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #cdcdcd;
	display: none;
}

textarea.order-list {
	padding: 5px;
	background-color: #ebebe4;
	border: 1px solid #7f9db9;
}

/* 注文フォーム（ハーフパンツ） */
table#order-halfpants td.pic-div {
	margin-right: 10px;
}
table#order-halfpants td.pic-div p {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 0.7em;
}
table#order-halfpants td.pic-div p.no-margin {
	margin: 0px;
	padding: 0px;
}


/* プライバシーポリシー */
ol.privacylist {
	margin-left: 15px;
	padding: 3px;
}
ol.privacylist li {
	margin-bottom: 10px;
}
div.content ul.privacylist li {
	margin-left: 15px;
	padding: 3px;
	list-style-type: square;
	background-image: none;
	background-color: transparent;
	border-bottom: none;
}

/* 特定商取引法 */
table#tokutei {
	margin-top: 20px;
	font-size: 0.8em;
}
table#tokutei th {
	width: 120px;
	background-color: #d1d1d1;
}
table#tokutei td {
	background-color: #efefef;
}

/*
 comments.php
*/
li.commentcontent {
	padding: 10px 0px;
	border-bottom: 1px dotted #cdcdcd;
}

/*****************************************************
 コメント
*****************************************************/
div#comments{
	margin-top: 30px;
}

ol#commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol#commentlist li.even {
	margin: 10px 0px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
}
ol#commentlist li.odd {
	margin: 10px 0px;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #d5d5d5;
}

/* コメント投稿 */
table.comment-send {
}
table.comment-send th {
	width: 160px;
}
table.comment-send input {
	border: 1px solid #6699cc;
}
table.comment-send textarea {
	border: 1px solid #6699cc;
}

/*****************************************************
 サイドバー
*****************************************************/
div#menu {
	padding: 10px;
}

div#menu dl {
	margin: 0px;
	padding: 0px;
}
div#menu dt {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
div#menu dd {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	background: transparent url('./images/menu_bottom.gif') left bottom no-repeat;
}
div#menu dd ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	background: transparent url('./images/bg_menu_ul.gif') center top repeat-y;
	background-color: #ffffff;
}

div#menu dd li {
	margin: 0px 5px 0px 5px;
	padding: 5px;
	border-bottom: 1px dotted #bfbfbf;
	background-color: transparent;
}

/* 右サイドバー */
p.modified {
	padding-bottom: 5px;
	font-size: 0.9em;
	border-bottom: 1px dotted #cdcdcd;
}
span.m_time {
	font-size: 0.8em;
}


dl.right-sidebar {
	margin: 0px;
	padding: 0px;
}
dl.right-sidebar dt {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
dl.right-sidebar dd {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	background: transparent url('./images/rightmenu_bottom.gif') left bottom no-repeat;
}
dl.right-sidebar dd ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	background: transparent url('./images/bg_rightmenu_ul.gif') center top repeat-y;
	background-color: #ffffff;
}

dl.right-sidebar dd li {
	margin: 0px 5px 0px 5px;
	font-size: 0.8em;
	line-height: 120%;
	padding: 5px;
	border-bottom: 1px dotted #bfbfbf;
	background: none;
}


/*****************************************************
 検索フォーム
*****************************************************/
form#searchform table {
	margin: 0px;
	padding: 0px;
}

form#searchform input#s {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 95px;
	border: 1px solid #dfdfdf;
}


/*****************************************************
 カテゴリ
*****************************************************/
div.link-navi {
	text-align: right;
	margin: 10px 5px;
	padding: 5px;
	font-weight: bold;
}


/*****************************************************
 フッタ
*****************************************************/
div#footer-content {
	padding: 10px;
	text-align: center;
}

/* ul 横並び */
div#footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: transparent;
}
div#footer-content ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #074BBC;
	background-color: transparent;
}