@charset "UTF-8";

/* index.htmlのテーブル用 */
.index-table {
	border-collapse: collapse;
	border: 1px #0b4c00 solid;
	width:300px;
	margin:1px 0;
	height:62px;
}
.index-table th {
	width:60px;
	height:60px;
	padding:0;
	border-right: 1px #0b4c00 solid;
}
.index-table td {
	padding:4px 6px;
}
.index-table p {
	margin:2px 6px;
	text-indent:0;
	line-height: 120%;
}


a {
	color: green;
}

/* 相互リンク用<id="sougolink">
--------------------------------------*/
#sougolink {
	margin: 4px;
}
#sougolink li {
	list-style-type: none;
	float          : left;
	padding        : 0 4px;
}

/*----- サンプルダウンロードinkscape用リンク -----*/
div.inkscape {
	margin-top:4px;
}
	div.inkscape a {
		padding: 2px;
		padding-left: 18px;
		background: 0% 50% url('/image/icon/inkscape047_16.png') no-repeat;
	}

.marker a {
	background: url('/image/marker02.png') 0% 50% no-repeat;
	padding-left: 20px;
}

ul.next a {
	background: url('/image/marker01.png') 0% 50% no-repeat;
	padding-left: 20px;
}

/* マーカー（チェック用） */
.marker-check li {
	background: url('/image/marker-check01.png') 0% 2px no-repeat;
	padding-left: 20px;
	line-height: 180%;
}

/* コンテクストメニュー
--------------------------------------*/
#contextMenu {
	width:450px;
}
#contextMenuInner {

}
	#contextMenuInner ul {

	}
	#contextMenuInner li {
		text-align: left;
		list-style-type: none;
		line-height: 135%;
	}

/* <ul class="lst-n">（リスト用）
--------------------------------------*/
ul.lst-n li { line-height:160%; }
ul.lst-n input[type="radio"] { margin-right: 4px; }


p { text-indent: 1em; }
li { line-height: 140%; }
dt { font-size:120%; }
.notice {
	margin: 0;
	color: red;
	font-weight: bold;
}

ul.inline li {
display:inline;
}
/*----- dl -----*/
dl {
	margin:2px 0;
}
dd {
	margin: 4px;
	margin-left: 2em;
}
button,
input {
	margin: 0;
	padding: 0;
}
/*----- h1 -----*/
h1 {
	background-color: #bbf0b3;
	line-height:24px;
	text-align: left;
	font-size: 10.5pt;
	margin: 0;
	margin-bottom: 6px;
	padding-left: 1em;
	color: #0b4c00;
}
h1 span {
	font-weight: normal;
	margin-left: 1em;
}
div.h1 { margin: 0 1em; }

/*----- h2 -----*/
h2 {
	background: url('/image/material/bar03.png') no-repeat 0% 0%;
	line-height:24px;
	text-align: left;
	font-size: 10.5pt;
	margin: 6px auto;
	padding-left: 1em;
	color: white;
}
div.h2 { margin: 1em 1em 2em 1em; }
/*----- 注意 -----*/
h2.notice {
	color: white;
	background: url('/image/material/bar04.png') no-repeat 0% 0%;
}
h2.mt0 {
	margin-top: 0;
}

/*----- h3 -----*/
h3 {
	background: url('/image/material/bar03.png') no-repeat 0% 0%;
	line-height:24px;
	text-align: left;
	font-size: 10.5pt;
	margin: 6px auto;
	padding-left: 1em;
	color: white;
}
div.h3 { margin: 1em 1em 2em 1em; }
/*----- 注意 -----*/
h3.notice {
	color: white;
	background: url('/image/material/bar04.png') no-repeat 0% 0%;
}
h3.mt0 {
	margin-top: 0;
}

#cart {
	float: right;
	width: 140px;
	margin-left: 0;
}
/*
	#cart_inner {
		height: 300px;
		overflow: auto;
	}
*/
	#cart td {
		text-align:left;
		vertical-align:top;
	}
	#cart li {
		list-style-type:none;
		margin:0;
		margin-bottom:8px;
	}

*{
/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:9pt;
*/
	font-size:10pt;
}
body {
	width:800px;
	margin: 0 auto;
	background-color: #f6fff0;
}
p { margin: 6px; line-height: 145%; }
img.c,
button.c,
input.c { display: block; margin: 4px auto; }
input,select { font-size:9pt; }
/*----- その他スタイル -----*/

/*ul li { list-style-type: none; }*/
ul {  margin: 0; padding: 0; }
ul ul { margin-left: 2em; }

tr,th,td { margin: 0; }
/*======================================
 テーブルの装飾用（1パターンのみ）
--------------------------------------*/
table.deco {
	font-size: 9pt;
	border-collapse: collapse;
	margin: 4px auto;
}
table.deco table,
table.deco table th,
table.deco table td {
	border-width: 0 !important;
}
table.deco th {
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
	padding: 4px 6px;
	color: #0b4c00;
	background-color: #bbf0b3;
	border: 1px #0b4c00 solid;
}
table.deco td {
	text-align: left;
	padding: 4px 8px;
	border: 1px #0b4c00 solid;
	background-color: white;
}


ul.deco {
	font-size: 9pt;
	border-collapse: collapse;
	margin: 4px auto;
}
ul.deco li {
	padding: 0;
}
ul.deco li a {
	color: #0b4c00;
	font-size: 9pt;
	border: 1px #0b4c00 solid;
	background-color: #bbf0b3;
	text-decoration: none;
	padding: 4px 8px;
}
ul.deco li a:hover {
	color:white;
	background-color: #0b4c00;
}


/*======================================
 左メニュー用<div>
--------------------------------------*/
#menu {
	width: 180px;
}
#menu dt a { color:white; }

.menu dl {
	margin: 0;
	margin-bottom: 4px;
}
.menu dt {
	background: url('/image/material/bar02.png') no-repeat 100% 100%;
	line-height:20px;
	text-align: center;
	color: white;
	font-size: 10pt;
}
.menu dd {
	border: 1px #0b4c00 solid;
	margin: 0;
	padding: 6px;
	background-color: white;
}

.menu ul {
	margin: 0;
	padding: 0;
	margin-left:4px;
}
.menu dl ul li {
	margin-left: 1em;
}
.menu li {
	font-size: 10pt;
	line-height: 150%;
	list-style-image: url('/image/marker1.png');
}
.menu li a {
	color: #404040;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}
/*======================================
 コンテンツ用
--------------------------------------*/
#contents {
	width: 100%;
	clear: both;
}

.cell {
	padding: 1px;
}
	.cell .middle {
		vertical-align: middle;
		text-align: center;
	}

/*----- フロートウィンドウ ------*/
#float_window {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 120px;
	border: 1px #0b4c00 solid;
	padding:0;
	background: url('/image/material/bar05.png') repeat-y white;
}
#float_window .label {
	padding-left: 24px;
}
	#float_window .label ul {
		margin: 0;
		padding: 0;
	}
	#float_window .label li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#float_window .label a {
		color: black;
		display: block;
		margin: 0;
		padding: 4px;
		text-decoration: none;
	}
	#float_window .label a:hover {
		background-color: #cfe5cb;
	}
	#float_window .label .separate {
		border-top: 1px #0b4c00 solid;
	}
	#float_window .label dl {
		margin: 4px;
	}
	#float_window .label dt {
		width: 3em;
		float: left;
	}

.window {
	background-color: white;
}

/*----- <dl class="list"> -----*/
dl.list    { display: block;  margin: 0; padding: 0; }
dl.list dt { display: inline; margin: 0; padding: 0; }
dl.list dd { display: inline; margin: 0; padding: 0; margin-left: 0.4em; }
dl.list ul { display: inline; margin: 0; padding: 0; }
dl.list li { list-style-type: none; display :inline; }
/*----- <ul class="list"> -----*/
ul.inline    { display: inline; margin: 0; padding: 0; }
ul.inline li { list-style-type: none; display :inline; }

/*----- 注文の手順<ul> -----*/
#order_progress {
	width: 100%;
	height: 2em;
	line-height: 2em;
	margin-bottom: 12px;
	border: 1px #0b4c00 solid;
}
#order_progress li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 2%;
	line-height: 2em;
}
#order_progress li a {
	margin :0;
	padding: 0;
}
#progress_now {
	font-weight: bold;
	background-color: #bbf0b3;
}

#contents td {
	vertical-align: top;
}
/*----- コンテンツメニュー<ul> -----*/
#menu_contents {
	margin: 0 0 8px 16px;
}
#menu_contents li {
	line-height: 1.5em;
}

/*======================================
 contents_header
--------------------------------------*/
#contents_header {
	height: 24px;
	line-height: 24px;
	background-image: url('/image/material/bar01.png');
	margin-top:8px;
}
	#contents_header ul {
		padding-left: 18px;
		width:100%;
	}
	#contents_header li {
		margin: 0 6px;
	}
	#contents_header a {
		text-decoration: none;
		color: white;
	}
	#contents_header a:hover {
		text-decoration: underline;
	}
/*======================================
 フッタ用<div>
--------------------------------------*/
#footer {
	height: 24px;
	line-height: 24px;
	background-image: url('/image/material/bar01.png');
	margin-top:8px;
}
	#footer ul {
		text-align: center;
		padding-left: 18px;
		width:100%;
	}
	#footer li {
		margin: 0 6px;
	}
	#footer a {
		text-decoration: none;
		color: white;
	}
	#footer a:hover {
		text-decoration: underline;
	}

#copyright {
	background-color: #bbf0b3;
	line-height:24px;
	font-size: 10.5pt;
	text-align: center;
	color: #0b4c00;
}
	#copyright a {
		color: #0b4c00;
	}




a.icon-draw {
	background:url('/image/icon/OOo32draw_16.png') no-repeat 0;
	padding:2px;
	padding-left: 20px;
}
a.icon-scalc {
	background:url('/image/icon/OOo-scalc_16.png') no-repeat 0;
	padding:2px;
	padding-left: 20px;
}
a.icon-pdf {
	background:url('/image/icon/pdf_16.png') no-repeat 0;
	padding:2px;
	padding-left: 20px;
}
a.icon-inkscape,
a.icon-svg {
	background:url('/image/icon/inkscape047_16.png') no-repeat 0;
	padding:2px;
	padding-left: 20px;
}
a.icon-illustrator,
a.icon-eps {
	background:url('/image/icon/illustrator15_16.png') no-repeat 0;
	padding:2px;
	padding-left: 20px;
}
a.icon-photoshop {
	background:url('/image/icon/photoshop12_16.png') no-repeat 0;
	padding:2px;
	padding-left: 20px;
}

button.btn01 {
	font-size:14pt;
	margin:0;
	padding:0;
	padding-left:18px;
	padding-right:4px;
	border-width:0;
	height:40px;
	width:140px;
	background:url('/image/button01.png') center left;
}

/*======================================
 照会文
--------------------------------------*/
.introduce {
	padding         : 6px 12px;
	background-color: #dfffcf;
	border          : #afff8f 1px solid;
	color           : #194a00;
}

