@charset "utf-8";
/*
Theme Name: avant-1007
Theme URI: http://avant.jp
Description: プリントショップavant用のテンプレート
Version: 1.0.0
Author: kazuhiko kimura
Author URI: http://t2af.com
Tags: no tag

*/

/* CSS Document */

/* ■↓ブラウザ依存の表示崩れ防止、フォントリセットCSS */
/* IE7のZOOM機能による崩れ対策 */
*:first-child+html * {letter-spacing: 0;}
/* WINDOWS版IE5のポジショニングバグ \*/
*html #basic { height:1%;}
/* ポジショニングバグ対策終わり */
/* ブラウザ依存でついてしまうmarginとpadding部分のリセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
/* テーブルの枠（ボーダー）の表示モデルを結合ボーダーモデル、隣接するセルのボーダーとボーダーの間隔を0 */
table {border-collapse:collapse;border-spacing:0;}
/* フィールドセット(フォームのグループ化<legend>でタイトルが付けられる)と画像のボーダーを0 */
fieldset,img {border:0;}
/* 斜体や太字等の処理をリセット */
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
/* リスト部分のマーカーを削除*/
ol,ul {list-style:none;}
/* センタリングを解除 */
caption,th {text-align:left;}
/* 見出し要素のフォントサイズリセット */
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
/* インラインの引用部分の「」をはずす */
q:before,q:after {content:'';}
/* 省略語と頭文字（音声ブラウザに必要）の下線を消す */
abbr,acronym {border:0;}
/* ここからフォントの定義 */
body {font:16px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* フロート後の表示崩れ防止 */
.clear {clear:both;}
/* ■↑ブラウザ依存の表示崩れ防止、フォントリセットCSS 終わり*/

/* ■↓基本設定 */
body {
	background:#ffffff;
	color:#333333;
	text-align:center;
	margin: 0;
	padding: 0;
}
#header-contents-wrapper, #footer {
	width:940px;
	margin:0 auto;
	text-align:left;
	clear:both;
}
#footer-wrapper {
	clear:both;
	background:#814d3f;
	padding-top:20px;
}
/* ■↓ヘッダーの設定 */
#header {
	background: #dcdcdc;
	display:block;
	width:195px;
	padding-top:5px;
	padding-left:5px;
	float:left;
}
/* タイトルロゴの設定 */
#header h1 a {
	width:190px;
	height:0;
	padding-top:190px;
	overflow:hidden;
	display:block;
	background: url(images/avant-logo.gif) no-repeat 0 0;
	font-size:xx-small;
}
/* 検索フォームの設定 */
#header .search-box {
	margin:0;
	padding:0;
	margin-top:10px;
	position:relative;
	width:190px;
	height:30px;
}
#header .search-box .search-left {
	background: url(images/searchfield-1.gif) no-repeat scroll left top;
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
}
#header .search-box #s {
	background: url(images/searchfield-3.gif) repeat-x scroll center top;
	border:none;
	font-size:16px;
	line-height:24px;
	margin:0;
	padding:5px 0 0;
	position:absolute;
	right:10px;
	top:0px;
	width:150px;
	height:30px;
	margin-left:30px;
	color: #999;
}
#header .search-box .search-right {
	background: url(images/searchfield-2.gif) no-repeat scroll left top;
	display:block;
	width:15px;
	height:30px;
	position:absolute;
	right:0px;
	top:0;
}
#header .search-box .screen-reader-text {
	display: block;
	width:0;
	height:0;
	text-indent:-9999px;
	overflow:hidden;
	margin:3px;/* FireFox対策 .search-left の後ろに隠す為 */
}
#header .search-box input#searchsubmit {
	display:none;
}
/* グローバルメニューの設定 */
#header .globalmenu, #header .linkmenu {
	display:block;
	width:190px;
	margin-top:10px;
	line-height:0;
}
#header .linkmenu {
	margin-top:0;
}
#header .globalmenu li, #header .linkmenu li {
	margin:0 0 5px;
	padding:0;
}
/* ■↓コンテンツの設定 */
#contents {
	display:block;
	width:700px;
	float:right;
}
.t2af-archive a {
	clear:both;
	float:right;
	background:url(images/hotapot-1.gif) 0 0 no-repeat;
	line-height:20px;
	font-size:14px;
	padding-left:30px;
	text-decoration:none;
	color: #505050;
}
/* ■ プライマリメニューの設定 */
#primary {
	text-align:right;
}
#primary ul {
	background:url(images/primary-background.jpg) #cccccc bottom right no-repeat;
	display:block;
	padding-bottom:1px;
	padding-right:10px;
}
#primary li {
	display:inline;
	margin-right:10px;
}
/* ■↓パンくずリストの設定 */
#pankuzu {
	overflow:hidden;
	height:50px;
	display:block;
	background: #FFF url(images/pankuzu-2.gif) no-repeat top right;
	font-size:13px;
	line-height:50px;
	color:#666;
	text-decoration:none;
}
#pankuzu span {
	display:block;
	background: url(images/pankuzu-3.gif) no-repeat 0 0;
	padding-top:50px;
	width:25px;
	height:0;
	overflow:hidden;
	float:left;
}
#pankuzu span.pankuzu-home {
	background: url(images/pankuzu-1.gif) no-repeat 0 0;
	width:20px;
}
#pankuzu a {
	float:left;
	padding:0 5px;
	font-size:13px;
	line-height:50px;
	color:#666;
	text-decoration:none;
}

/* ■↓フッタ内コンテンツ設定 */
#footer-contents {
	margin-top:20px;
	padding:20px 0 0;
	background:#FFF url(images/footer-contents-background-1.gif) top left no-repeat;
}
#footer-contents .clear {
	display:block;
	overflow:hidden;
	width:940px;
	height:15px;
	background:url(images/footer-contents-background-2.gif) bottom left no-repeat;
}
#footer-contents #footer-shop {
	display:block;
	width:450px;
	padding:0 10px;
	float:left;
}
#footer-contents #sitemap-link1 {
	display:block;
	width:210px;
	padding:0 10px;
	border-left:#666 dotted 1px;
	float:left;
}
#footer-contents #sitemap-link2 {
	display:block;
	width:210px;
	padding:0 10px;
	border-left:#666 dotted 1px;
	float: left;
}
#footer-contents #footer-shop #koriyama, #footer-contents #footer-shop #sendai {
	margin:0;
	padding:0;
	margin-top:10px;
	position:relative;
	width:450px;
	height:140px;
	border-bottom:#999 dotted 1px;
}
#footer-contents #footer-shop dt {
	position:absolute;
	top:0px;
	left:180px;
	display:block;
	overflow:hidden;
	width:272px;
	height:0;
	padding-top:55px;
}
#footer-contents #koriyama dt {
	background:url(images/footer-shop-name-1.gif) 0 0 no-repeat;
}
#footer-contents #sendai dt {
	background:url(images/footer-shop-name-2.gif) 0 0 no-repeat;
}
#footer-contents .footer-contents-photo {
	position:absolute;
	top:0px;
	left:10px;
}
#footer-contents .footer-contents-info {
	position:absolute;
	top:60px;
	left:195px;
	color:#666;
	font-size:12px;
}
#footer-contents #sitemap-link1 dd, #footer-contents #sitemap-link2 dd {
	padding-left:1.5em;
}
.top-link {
	text-align:right;
	padding:15px 0;
}
#footer-contents a, .top-link a {
	background:url(images/hotapot-1.gif) 0 0 no-repeat;
	line-height:22px;
	font-size:12px;
	padding-top:4px;
	padding-left:30px;
	text-decoration:none;
	color: #505050;
}
#footer-contents .sitemap-2 dt a, #footer-contents div.sitemap-2 a {
	background:url(images/hotapot-2.gif) 0 0 no-repeat;
}
#footer-contents .sitemap-1 dt a, #footer-contents div.sitemap-1 a {
	background:url(images/hotapot-3.gif) 0 0 no-repeat;
}
#footer-contents #footer-shop .link {
	padding-top:10px;
	text-align:right;
}
/* ■↓アドレスの設定 */
address {
	margin-top:20px;
	width:940px;
	height:0;
	padding-top:105px;
	overflow:hidden;
	display:block;
	background: url(images/avant-copyright.gif) no-repeat 0 0;
	font-size:xx-small;
}
/* ■↓注釈の設定 */
.caution {
	font-size:xx-small;
	text-align:right;
	color:#999;
}
/* ■↓アラートの設定 */
.no-script {
	font-size:x-small;
	text-align:right;
	background-color: #F99;
	padding:5px;
	color:#000;
	border-bottom:#999 solid 1px;
}
/* ■↓カラーバーの設定 */
#color-bar {
	display:block;
	width:700px;
	height:0;
	padding-top:25px;
	background:url(images/color-bar.gif) 0 0 no-repeat;
	overflow:hidden;
	margin-top:30px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 以上基本設定 ■■■■ */

#contents h1, #contents h2, #contents h3 {
	color:#814d3f;
	padding:0px 0 5px 50px;
	line-height:35px;
	margin-top:30px;
clear:both;
}
#contents h1{background:url(images/h1.gif) top left no-repeat;font-size:26px; letter-spacing:0.2em;}
#contents h2{background:url(images/h2.gif) top left no-repeat;font-weight:bolder;font-size:22px;}
#contents h3{background:url(images/h3.gif) top left no-repeat;margin-left:20px;font-size:22px;color:#666;font-weight:bold;padding-left:40px;}
#contents h1 a, #contents h2 a, #contents h3 a {
	color:#814d3f;
	text-decoration:none;
}

/* ■↓テーブルソート用 */
table {
	background-color: #fde27c;
	margin:10px 0pt 15px;
	width: 650px;
	text-align: left;
	color:#814d3f;
}
table thead tr th,table tbody tr th, table tfoot tr th {
	background-color: #fde27c;
	border: 1px solid #bbb;
	padding: 4px;
	font-weight:bolder;
}
table thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	font-size:small;
}
table tbody td {
	color: #666;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	font-size:small;
	border: 1px solid #bbb;
}
table tbody tr.odd td {
	background-color:#fac700;
}
table thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
	background-color: #fac700;
}
/* ■↓インデント設定 */
#content table, #content p, #content ul, #content dl {
	margin-top:15px;
	margin-left:40px;
line-height:1.5em;
font-size:-1;
letter-spacing:0.1em;
color:#555;
}
#contents #top-image p {
	margin-top:20px;
	margin-left:0;
}

/* トップページの商品リンク */
#service-wrapper {padding-left:30px;}
#service-wrapper h3 {
	margin:0;
	padding:0;
	background:none;
	font-size:1px;
	line-height:1px;
	display:block;
	width:212px;
	height:35px;
	overflow:hidden;
	background-color:#fff2d5;
}
#service-wrapper h3.mgb10 {
	margin-bottom:10px;
}
#service-wrapper .service-col{
	margin-left:10px;
	display:block;
	width:212px;
	float:left;
}
#service-wrapper .service-col ul{
	margin:0;
	margin-bottom:10px;
	display:block;
	width:212px;
	background-color:#fff2d5;
}
#service-wrapper .service-col li{
	font-size:13px;
	margin-left:20px;
	display:block;
	letter-spacing:0;
	text-decoration:none;
}
img.alignright{
float:right;
margin-left:20px;
margin-bottom:20px;
}
img.alignleft{
float:left;
margin-right:20px;
margin-bottom:20px;
}