@charset "UTF-8";


@import url(http://www.oudanmak.com/mt/mt-static/themes-base/blog.css);

/*
	A Kilamek theme adapted for Movable Type OUDANMAK.COM templates
	name: OUDANMAKU-FACTORY
	designer: koji kashiwagura
	designer_url: http://www.oudanmak.com/
	developer: Kilamek Co.,Ltd.
	developer_url: http://www.kilamek.co.jp/
	layouts: layout-tw
*/

/*
	Update: 2009-06-03.
	Version: CSS Level3.
	Order: CSS2 Specification properties appearance.
*/

/* Resetting Again -------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* YUI CSS Fonts ---------------------------------------------------------- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* Default ---------------------------------------------------------------- */

/* Global */

body {
	color: #333333;
	background-color: #ffffff;
	font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ms pgothic", sans-serif;
	text-align: left;
}

#alpha a,
#footer a {
    text-decoration: none;
}

#alpha a:hover,
#footer a:hover {
    text-decoration: underline;
}

#container-inner {
	margin: 0;
	padding: 0;
	width: 1024px;
	background-color: #ffffff;
	background-image: url(http://www.oudanmak.com/graphics/back-beta.png);
	background-repeat: repeat-y;
}

#content {
	margin: 96px 0 0;
}

#content-inner,
#footer-inner {
	margin: 0;
	padding: 0;
}


/* Header */

#header {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	z-index: 2;
	width: 1024px;
	height: 96px;
}

head+body #header {
	position: fixed;
}

#header-inner {
	margin: 0;
	padding: 0;
}

#main-navigation {
	position: absolute;
	top: 96px;
	left: 0;
}

head+body #main-navigation {
	position: fixed;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

/* Layout ----------------------------------------------------------------- */


#alpha {
	margin-right: 0;
	padding-right: 0;
}

#alpha-inner {
	margin-top: 40px;
	margin-right: 0;
	padding-right: 0;
}


/* Thin-Wide + Wide-Medium */

.layout-tw #alpha,
.layout-wm #alpha {
	left: 190px;
	width: 834px;
}

.layout-tw #beta,
.layout-wm #beta {
	left: -834px;
	width: 190px;
}


/* Global ----------------------------------------------------------------- */

strong {
	color: #ff0000;
}

em {
	font-size: 18px;
}

ol {
	margin: 0 0 0 2em;
}

table {
	margin: 8px auto;
}

caption {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

tbody th {
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
}

img {
	margin: 0 auto;
}

address li {
	margin-left: 1em;
	list-style-type: none;
}

/* Mail Form Only */

fieldset {
	padding: 1em;
	border: 2px solid #ffd700;
	color: #000000;
}

legend {
	padding: 1em;
	color: #ff6347;
	font-weight: bold;
	font-size: 123.1%;
}


/* Headline --------------------------------------------------------------- */

div#headline {
	width: 1024px;
	height: 18px;
	overflow: hidden;
	color: #000000;
	background-color: #FFFFFF;

	display: table-cell;
	vertical-align: middle;
}

#headline h1 {
	vertical-align: middle;

	font-size: 93%;
	text-indent: 1em;
}

* html #headline h1 {
	padding-top: 2px;
}

*:first-child+html #headline h1 {
	padding-top: 2px;
}

/* Blog Banner ------------------------------------------------------------ */

#header-content {
	height: 78px;
	background-image: url(http://www.oudanmak.com/graphics/back-blogbanner.png);
	background-repeat: repeat-x;
}

#header-title,
#header-catch,
#header-lead,
#header-logo {
	float: left;
	height: 78px;
}


#header-name,
#header-catch-inner,
#header-lead-inner,
#header-logo-inner {
	display: table-cell;
	vertical-align: middle;
	height: 78px;
}

#header-name .header-content-inner,
#header-catch-inner .header-content-inner,
#header-lead-inner .header-content-inner,
#header-logo-inner .header-content-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#header-title {
	width: 300px;
}

#header-lead {
	width: 350px;
}

* html #header-lead {
	width: 350px;
}

#header-catch,
#header-logo {
	width: 180px;
}

#header-lead #header-lead-inner .header-content-inner {
	text-align: left;
}

* html #header-title img {
	margin-top: 4px;
}

* html #header-catch img,
* html #header-logo img {
	margin-top: 14px;
}

.header-content-inner p {
	/*font-size: 108%;*/
	font-size: 98%;
}

/* html #header-lead .header-content-inner {
	margin-top: 16px;
}*/

* html #header-lead .header-content-inner {
	margin-top: 12px;
}


/* Navigation ------------------------------------------------------------- */

#main-navigation {
	clear: both;
	z-index: 2;
	width: 1024px;
	height: 40px;
	font-size: 11px;
}

#main-navigation-inner {
	position: relative;
	right: 0;
	left: 190px;
}


/* ie6 hack */

* html body #main-navigation-inner {
	position: absolute;
	right: 0;
}

#main-navigation ul {
    margin: 0;
    padding: 0 0 0 14px;
}

#main-navigation ul li {
	margin-right: 0;
	padding-top: 0.35px;
    float: left;
    width: 164px;
    height: 40px;
    background-image: url(http://www.oudanmak.com/graphics/back-navigation.png);
    list-style: none;
    text-align: center;
}

/* ie6 hack */

#main-navigation ul li {
	behavior: expression(IEPNGFIX.fix(this));
}

#main-navigation ul li {
	behavior: expression(IEPNGFIX.fix(this));
}
/*
* html body #main-navigation ul li {
	behavior: expression(IEPNGFIX.fix(this));
}

* html #main-navigation ul li {
	behavior: expression(IEPNGFIX.fix(this));
}
*/
#main-navigation ul li a {
	padding: 7px 0;
    display: block;
    text-decoration: none;
}
/*
#main-navigation ul li a:hover {
    text-decoration: underline;
}*/

#main-navigation ul li.on {
    color: #000000;
    background: url(http://www.oudanmak.com/graphics/back-navigation-on.png);
}

#main-navigation ul li.last {
	margin-right: 0;
}

/* Content ---------------------------------------------------------------- */

#breadcrumbs,
.breadcrumbs {
	margin-bottom: 1em;
}

#page-title,
h1#page-title,
.asset-name {
    margin-bottom: .75em;
	margin-top:20px;
	padding: 4px 0;
	border: none;
	clear: both;
	color: #0000ff;
	background-color: #ffd700;
	background-image: url(http://www.oudanmak.com/graphics/back-page-title.png);
	background-repeat: repeat-x;
	font-size: 123.1%;
	text-align: center;
}

h1.asset-name,
h2.asset-name {
	margin-top: 1em;
}

h2.asset-name,
h3.asset-name {
	margin-bottom: 1em;
}

h2#page-title {
	margin: 1em auto 0;
	padding: 40px 0 10px 0;
	border-top: 4px dotted #afeeee;
	clear: both;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	background-image: url(http://www.oudanmak.com/graphics/back-sitetitle.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

/* ie6/7 hack */
html>/**/body h2#page-title {
	text-shadow: 0 2px 3px #1E90ff;
}

/* Staff blog ONLY 
.asset-header .asset-name,
.asset-header h1#page-title {
	padding: 8px 0 8px 50px;
	border-bottom: 1px solid #ffd700;
	clear: both;
	color: #000000;
	background-color: #ffffff;
	background-image: url(http://www.oudanmak.com/graphics/thumbnail-mrbanner.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	text-align: left;
}*/

.asset-meta {
	text-align: right;
}

.content-nav {
	padding-bottom: 1em;
}

.mt-image-right {
	margin: 0;
	padding: 0 0 4px;
}

.price-list-go-detail .mt-image-right {
	margin: 0;
	padding: 0;
}

* html body .mt-image-right {
	margin: 0;
	padding: 0;
}

/* Sidebar */

#beta a {
	margin: 0;
	padding: 4px 0 4px;
	border: outset 2px #ffffe0;
	display: block;
	height: 16px;
	color: #333333;
	background-image: url(http://www.oudanmak.com/graphics/back-sidebar-link.png);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
}

#beta a:link {
	color: #000000;
}

#beta a:visited {
	color: #800080;
}

#beta a:hover {
	border: inset 2px #ffffe0;
	color: #0000ff;
	background-image: url(http://www.oudanmak.com/graphics/back-sidebar-link-hover.png);
	background-repeat: repeat-x;
	/*font-weight: bold;*/
	font-weight: normal;
}

#beta a:active {
	border: inset 2px #ffffe0;
	color: #ff00ff;
	background-image: url(http://www.oudanmak.com/graphics/back-sidebar-link-hover.png);
	background-repeat: repeat-x;
}

.widget-header,
.widget-list .widget-list-item {
	margin-top: .25em;
	color: #ff0000;
	font-weight: normal;
	font-size: 93%;
}

.widget-archive-category .widget-list .widget-list-item {
	font-weight: normal;
	font-size: 93%;
}

.widget-list .widget-list-item .widget-list .widget-list-item {
	font-weight: normal;
	font-size: 93%;
}

.widget-list .widget-list {
    margin-left: 0;
}

/* Archives */

.archive-header {
	margin-top: .75em;
	color: #ff0000;
	font-weight: normal;
	font-size: 108%;
}

.archive-list .archive-list-item {
	margin-top: .75em;
	margin-left: 1em;
	color: #ff0000;
	font-weight: normal;
	font-size: 93%;
}

.archive-list .archive-list-item .archive-list .archive-list-item {
	margin-left: 1em;
	font-weight: normal;
	font-size: 93%;
}

.archive-list .archive-list {
	margin-left: 0;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	clear: both;
	width: 1024px;
	background-image: url(http://www.oudanmak.com/graphics/back-footer-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer-inner {
	border-top: solid 1px #ffd700;
}

#footer-content,
#footer-content p {
	font-size: 85%;
}

#copyright-zone {
	margin: 0;
	padding: 0;
	float: left;
	width: 190px;
	visibility: hidden;
}

#copyright-zone-inner {
	padding: 20px;
	visibility: hidden;
}

#navigation-again {
	margin: 0;
	padding: 0;
	float: left;
	width: 834px;
}

#navigation-again ul {
	padding: 0;
	text-align: center;
}

#navigation-again li {
	padding-right: 1em;
	padding-left: 1em;
	border-left: 1px solid #000000;
	display: inline;
	font-size: 93%;
	line-height: 2;
}

#navigation-again li.first {
	padding-left: 0;
	border-left: none;
}

#navigation-again li.last {
	padding-right: 0;
}

#copyright-footer {
	margin-bottom: 2em;
	padding-left: 200px;
	clear: both;
	width: 824px;
	text-align: center;
}


/* Custom Styles ---------------------------------------------------------- */

#welcome {
    color:#333;
	font-weight: bold;
	font-size:150%;
}

/* ie6 hack */

* html body .alphaimg {
	behavior: expression(IEPNGFIX.fix(this));
}

* html .alphaimg {
	behavior: expression(IEPNGFIX.fix(this));
}

* html body .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/* Sidebar */

#beta .partnership-site a,
#beta .partnership-site a:link,
#beta .partnership-site a:visited,
#beta .partnership-site a:hover,
#beta .partnership-site a:active {
	margin: 0;
	padding: 4px 0 4px;
	border: none;
	display: inline;
	color: #333333;
	background-color: #F5F5DC;
	background-image: none;
}

.partnership-site {
	margin-top: 1em;
}

.partnership-site dt {
	margin-bottom: 0;
	color: #ff0000;
	font-weight: normal;
	font-size: 93%;
}

.partnership-site dd {
	margin-bottom: 4px;
	text-align: center;
}

#beta dd.widget-content-over5 {
	margin-bottom: 0;
}

/* Home */

/*#sample tbody tr th+td {
	vertical-align: middle;
	text-align: left;
}

#sample tbody td {
	vertical-align: middle;
	text-align: center;
}*/

.cloth-guide,
.estimate,
.production-flow {
	position: relative;
	float: left;
}

.cloth-guide,
.production-flow {
	width: 300px;
}

.estimate {
	width: 180px;
	overflow: visible;
}

.cloth-guide p {
	padding-left: 1em;
	text-align: left;
}

.estimate p {
	padding-left: 2em;
	text-align: left;
}

.production-flow p {
	margin: 0 auto;
	text-align: center;
}

.order-volume {
	padding: 0;
	clear: both;
	background-image: url(http://www.oudanmak.com/graphics/back-pieces.png);
	background-repeat: repeat-x;
	background-position: 0 68%;
}


/* Utilities */

.clearfix {
	clear: both;
}

.production-flow-image,
.production-flow-guide,
.order-volume-go-detail,
.cloth-guide-navigation,
.typeface-style,
.select-estimate-method {
	margin: 16px auto 0;
	clear: both;
	width: 780px;
	text-align: center;
}

.production-flow-guide {
	margin-bottom: 1em;
}

.production-flow-image {
	margin: 0 0 1em;
}

.production-flow-image:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}

* html body .production-flow-image {
	zoom: 1;
}

*+html body .production-flow-image {
	zoom: 1;
}

.production-flow-cover {
	margin: 0;
	text-align: center;
}

.flow-image-inner {
	float: left;
	display: inline;
	width: 156px;
	text-align: left;
}

.flow-image-inner .flow-title {
	margin-left: 6px;
	width: 150px;
	border: 2px solid #F8CB99;
	min-height: 88px;
	_height: 88px;
	background-color: #ffffff;
	font-size: 108%;
	/*max-height: 128px;*/
	line-height: 1;
}

* html body .flow-image-inner .flow-title {
	margin-left: 4px;
	width: 148px;
}

.flow-image-inner .flow-description {
	margin-top: 4px;
	margin-left: 6px;
	width: 150px;
	min-height: 116px;
	_height: 116px;
	background-color: #F8CB99;
	font-size: 93%;
}

.flow-title p,
.flow-description p {
	margin: .25em .25em;
}

.flow-title h4 {
	/*margin: 0;
	padding: 0 .2em 0 0;*/
	padding-right: .2em;
	color: #F85D0F;
	font-size: 123.1%;
	text-align: right;
	line-height: 1;
}

.flow-title dt {
	/*margin: 0;
	padding: 0 .2em 0 0;*/
	padding-right: .2em;
	color: #F85D0F;
	font-size: 123.1%;
	text-align: right;
	line-height: 1;
	height:30px;
}

.flow-title dd,
.flow-description dd {
	margin: .25em .25em;
	flow-description html5jp-border-radius [radius:5px]
}

.flow-title div.flow-no {
	/*margin: 0;
	padding: 0;*/
	display: inline;
	position: relative;
	left: 16px;
	color: #000000;
	background: none;
	font-weight: bold;
	/*font-size: 182%;*/
	font-size: 161.6%;
	line-height: 1;
}

.lead {
	padding-bottom: 1em;
	border-bottom: dotted 4px #afeeee;
}

/* 横断幕の製作の流れ */
.flow-01{
	float:left;
	width:151px;
	height:231px;
	background-image:url(images/nagare_1.gif);
	background-repeat:no-repeat;
	margin-right:5px;
	}

.flow-01 dt{
	color: #F85D0F;
	font-size: 123.1%;
	text-align:right;
	padding:40px 10px 10px 5px;
}

.flow-01 dd{
	padding:22px 0 0 5px;
	text-align:left;
	line-height:100%;
}

.flow-02{
	float:left;
	width:151px;
	height:231px;
	background-image:url(images/nagare_2.gif);
	background-repeat:no-repeat;
	margin-right:5px;
}

.flow-02 dt{
	color: #F85D0F;
	font-size: 123.1%;
	text-align:right;
	padding:40px 10px 5px 5px;
	margin-left:5px;
}

.flow-02 dd{
	padding:22px 0 0 5px;
	text-align:left;
	line-height:100%;
}


.flow-03{
	float:left;
	width:151px;
	height:231px;
	background-image:url(images/nagare_3.gif);
	background-repeat:no-repeat;
	margin-right:5px;
}

.flow-03 dt{
	color: #F85D0F;
	font-size: 123.1%;
	text-align:right;
	padding:40px 10px 5px 5px;
}

.flow-03 dd{
	padding:22px 0 0 5px;
	text-align:left;
	line-height:100%;
}

.flow-04{
	float:left;
	width:151px;
	height:231px;
	background-image:url(images/nagare_4.gif);
	background-repeat:no-repeat;
	margin-right:5px;
}

.flow-04 dt{
	color: #F85D0F;
	font-size: 123.1%;
	text-align:right;
	padding:40px 10px 5px 5px;
}

.flow-04 dd{
	padding:22px 0 0 5px;
	text-align:left;
	line-height:100%;
}


.flow-05{
	float:left;
	width:151px;
	height:231px;
	background-image:url(images/nagare_5.gif);
	background-repeat:no-repeat;
	margin-right:5px;
}

.flow-05 dt{
	color: #F85D0F;
	font-size: 123.1%;
	text-align:right;
	padding:40px 10px 5px 5px;
}

.flow-05 dd{
	padding:22px 0 0 5px;
	text-align:left;
	line-height:100%;
}


/* Price List */

.price-list-over5,
.price-list-vol2,
.price-list-over5pt2 {
	margin: 0;
	padding-right: 30px;
	float: left;
}

.price-list-over5pt3 {
	margin: 0;
	padding-right: 0;
	float: left;
}

.price-list,
.price-list-under5 {
	margin: 0 auto 8px;
	padding: 0;
	clear: both;
}

* html body .price-list {
	border-bottom: 1px solid #ffa500;
}
* html body .price-list-under5 {
	border-bottom: 1px solid #ffa500;
}
* html body .price-list-over5 {
	border-bottom: 1px solid #666666;
}

.price-list-over5 thead,
.price-list-over5pt2 thead,
.price-list-over5pt3 thead {
	background-color: #ccffcc;
}

.price-list thead,
.price-list-under5 thead,
.price-list-vol2 thead {
	background-color: #ffb6c1;
}

.price-list tfoot,
.price-list-over5 tfoot,
.price-list-under5 tfoot,
.price-list-vol2 tfoot,
.price-list-over5pt2 tfoot,
.price-list-over5pt3 tfoot {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: none;
}

.price-list-over5 th,
.price-list-over5 td,
.price-list-over5pt2 th,
.price-list-over5pt2 td,
.price-list-over5pt3 th,
.price-list-over5pt3 td {
	border: 1px solid #666666;

}

* html body .price-list-over5pt2 {
	border-bottom: 1px solid #666666;
}

.price-list th,
.price-list td,
.price-list-under5 th,
.price-list-under5 td,
.price-list-vol2 th,
.price-list-vol2 td {
	border: 1px solid #ffa500;

}

.banner-color-count,
.price-list-over5 tbody th,
.price-list-over5pt2 tbody th,
.price-list-over5pt3 tbody th {
	background-color: #ccFFFF;
}

.banner-height,
.price-list tbody th,
.price-list-under5 tbody th,
.price-list-vol2 tbody th {
	background-color: #ccff99;
}

.price-list th,
.price-list-over5 th,
.price-list-under5 th,
.price-list-vol2 th,
.price-list-over5pt2 th,
.price-list-over5pt3 th {
	padding: 2px 2px 2px 0;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

.price-list td,
.price-list-over5 td,
.price-list-under5 td,
.price-list-vol2 td,
.price-list-over5pt2 td,
.price-list-over5pt3 td {
	padding: 2px 2px 2px 0;
	vertical-align: middle;
	font-weight: normal;
	text-align: right;
}

.price-list-content {
	margin: 0 auto;
	width: 800px;
}

.price-list-content-pt2 {
	margin: 0 auto;
	width: 770px;
	text-align: center;
}

.price-list-content-pt2 p {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

.price-content-pt2-footer {
	clear: both;
	width: 800px;
	visibility: hidden;
}

.price-list-corner {
	float: left;
	width: 300px;
	text-align: center;
}

.price-list-corner img {
	padding-top: 1em;
}

.price-list-outro {
	margin: 0 auto;
	padding-top: 2em;
	width: 800px;
	clear: both;
}

.price-outro-reverse {
	margin: 0 auto;
	padding-bottom: 2em;
	width: 800px;
	clear: both;
}

.price-list-over5pt2 caption,
.price-list-over5pt3 caption {
	margin: 0 auto;
	padding: 4px 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	color: #000000;
	background-color: #ffffff;
	text-indent: 0.5em;
	text-align: left;
}

.caution {
	margin: 8px auto;
	width: 800px;
	height: 32px;
	background-color: #FEF0D4;
	background-image: url(http://www.oudanmak.com/graphics/back-caution.png);
	background-repeat: no-repeat;
}

.caution p {
	padding-top: 8px;
	text-align: center;
}

* html body div.caution {
	behavior: expression(IEPNGFIX.fix(this));
}


/* Price List Under 5 (Home) */


.price-list caption {
	margin: 0 auto;
	padding: 4px 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	color: #ffffff;
	background-color: #ffa500;
	text-indent: 1em;
	text-align: left;
}

.price-list-go-detail {
	margin: 1em auto 0;
	padding: 0;
	clear: both;
	width: 800px;
	text-align: left;
}


/* About us */

#profile {
	margin: 0 auto;
	padding: 0;
	border-color: #ffffff;
	border-collapse: separate;
	border-spacing: 8px;
}

#profile th {
	padding: 8px 0;
	vertical-align: top;
	background-color: #ffff33;
	font-weight: normal;
	text-indent: 1em;
}

#profile td {
	padding: 8px 0 8px 1em;
	background-color: #ccff99;
}


/* Shipping */

#attention li {
	list-style-type: none;
}


/* Mr.Banner's Trivia */

* html body .trivia-cover {
	text-align: center;
}

.trivia {
	margin: 20px auto;
	padding: 0 0 9px;
	width: 600px;
	background-image: url(http://www.oudanmak.com/graphics/back-trivia-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.trivia-title {
	padding: 0;
	color: #0000ff;
	background-color: #ffffff;
	text-align: center;
}

.trivia-content {
	margin: -13px 0 0;
	padding: 0;
	width: 600px;
	background-image: url(http://www.oudanmak.com/graphics/mr_banner.png);
	/*background-position: 490px 40%;*/
	background-position: 490px center;
	background-repeat: no-repeat;
}

.trivia-inner {
	margin: 0;
	padding: 0;
	width: 600px;
	background-image: url(http://www.oudanmak.com/graphics/back-trivia-body.png);
	background-repeat: repeat-y;
	text-align: left;
}

.trivia-content p {
	margin: 0;
	padding: 1em 1em .25em;
	width: 480px;
	font-size: 100%;
}

* html body .trivia-content p {
	padding: 1.25em 1em .25em;
}


/* Example Design */

.example {
	margin: 0;
	padding: 0;
}

.example li {
	margin: 0 0 1.25em;
	padding: 0;
	list-style: none;
}

.example dt {
	margin-bottom: 0.75em;
	text-align: center;
}

.example dd {
	text-align: center;
}


/* Production Flow */

.flow {
	margin: 0;
	padding: 0;
}

* html body .flow .step1 dl,
* html body .flow .step1 dt,
* html body .flow .step1 dd,
* html body .flow .step2 dl,
* html body .flow .step2 dt,
* html body .flow .step2 dd,
* html body .flow .step3 dl,
* html body .flow .step3 dt,
* html body .flow .step3 dd,
* html body .flow .step4 dl,
* html body .flow .step4 dt,
* html body .flow .step4 dd,
* html body .flow .step5 dl,
* html body .flow .step5 dt,
* html body .flow .step5 dd {
	margin: 0;
	padding: 0;
	position: relative;
}

*+html body .flow .step1 dl,
*+html body .flow .step1 dt,
*+html body .flow .step1 dd,
*+html body .flow .step2 dl,
*+html body .flow .step2 dt,
*+html body .flow .step2 dd,
*+html body .flow .step3 dl,
*+html body .flow .step3 dt,
*+html body .flow .step3 dd,
*+html body .flow .step4 dl,
*+html body .flow .step4 dt,
*+html body .flow .step4 dd,
*+html body .flow .step5 dl,
*+html body .flow .step5 dt,
*+html body .flow .step5 dd {
	margin: 0;
	padding: 0;
	position: relative;
}

.flow li {
	margin-top: 1em;
	padding-top: 8px;
	/*list-style-position: inside;*/
	border-top: 3px dotted #B0C4DE;
}
/*
* html body .flow li {
	border-top: none;
}
*/
*+html body .flow li {
	border-top: none;
}


.flow li.step1 {
	list-style-image: url(http://www.oudanmak.com/graphics/number1.png);
	list-style-position: inside;
	list-style-type: none;
}
.flow li.step2 {
	list-style-image: url(http://www.oudanmak.com/graphics/number2.png);
	list-style-position: inside;
	list-style-type: none;
}

.flow li.step3 {
	list-style-image: url(http://www.oudanmak.com/graphics/number3.png);
	list-style-position: inside;
	list-style-type: none;
}

.flow li.step4 {
	list-style-image: url(http://www.oudanmak.com/graphics/number4.png);
	list-style-position: inside;
	list-style-type: none;
}

.flow li.step5 {
	list-style-image: url(http://www.oudanmak.com/graphics/number5.png);
	list-style-position: inside;
	list-style-type: none;
}

.flow li dl {
	margin-left: 1em;
}

.flow li dt {
	margin-bottom: 4px;
	padding-bottom: 4px;
	color: #ff6347;
	background-color: #ffffff;
	font-size: 123.1%;
}

.flow li dt img {
	margin-left: 4px;
	margin-left: 1em;
}

.flow li dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

/* FAQ, Glossary */

.faq dt,
.glossary dt {
	margin: 0;
	padding: 4px 0 4px 1em;
	color: #000000;
	background-color: #f0e68c;
}

.faq dd,
.glossary dd {
	margin: 0 0 1em;
	padding: 4px 1em;
	color: #000000;
	background-color: #ccff99;
}


/* Response + Feedback */

.responser-attribute {
	margin: 0;
	padding: 4px 0 4px 1em;
	color: #000000;
	background-color: #ccff99;
	font-size: 93%;
	text-align: left;
}

.feedback {
	margin: 1em;
	padding: 1em;
	color: #000000;
	background-color: #ffff00;
	text-align: left;
}

.feedback h2 {
	margin-bottom: .25em;
	font-weight: bold;
	font-size: 123.1%;
}

/* Under5 Flow + Color table */

.under5-flow,
.color-table {
	margin: 0 auto;
	padding-bottom: 2em;
	width: 780px;
}

.under5-flow-inner,
.color-table-inner {
	float: left;
	width: 190px;
	text-align: center;
}

.under5-flow-inner p {
	margin: 8px auto;
	width: 160px;
	text-align: left;
}

.color-table-inner p {
	margin: 4px auto;
	width: 140px;
	font-size: 77%;
	text-align: left;

}

.under5-flow-separator,
.color-table-separator,
.under5-flow-footer,
.color-table-footer {
	clear: both;
	visibility: hidden;
}

#ruby-group,
#orange-group,
#topaz-group,
#lyme-group,
#emerald-group,
#turquoise-group,
#sky-group,
#sapphaire-group,
#navy-group,
#amethyst-group,
#pink-group {
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 2px 0;
	clear: both;
	text-indent: 1em;
	text-align: left;
}

#ruby-group {
	color: white;
	background-color: red;
}

#orange-group {
	color: gray;
	background-color: orange;
}

#topaz-group {
	color: gray;
	background-color: yellow;
}

#lyme-group {
	color: gray;
	background-color: lime;
}

#emerald-group {
	color: white;
	background-color: green;
}

#turquoise-group {
	color: white;
	background-color: turquoise;
}

#sky-group {
	color: white;
	background-color: lightskyblue;
}

#sapphaire-group {
	color: white;
	background-color: skyblue;
}

#navy-group {
	color: white;
	background-color: navy;
}

#amethyst-group {
	color: white;
	background-color: purple;
}

#pink-group {
	color: gray;
	background-color: pink;
}

/* Typeface */

.typeface dt {
	margin-bottom: .75em;
	color: #000000;
	font-weight: bold;
	font-size: 108%;
}

.typeface-footer {
	clear: both;
	visibility: hidden;
}

/* cloth-guide + fabric + over5 */

.select-cloth-guide,
.irish-cloth,
.order-volume-guide {
	margin: 0 auto;
	width: 770px;
}

.katsuragi {
	margin: 0 auto;
	width: 780px;
	text-align: center;
}

.select-cloth-guide dl {
	clear: both;
	width: 770px;
}

.select-cloth-guide dt {
	margin: 0;
	padding: 4px 0;
	color: #ffffff;
	background-color: #ffa500;
	text-align: center;
}

.select-cloth-guide dd {
	margin: 0;
	padding: 4px 1em;
	color: #000000;
	background-color: #ffcc66;
	text-align: left;
}

.select-cloth-inner,
.select-cloth-chart,
.irish-cloth-inner,
.order-volume-inner {
	float: left;
	width: 256px;
	text-align: center;
}

.select-cloth-inner p,
.irish-cloth-inner p,
.order-volume-inner p {
	margin: 0 auto;
	width: 200px;
	text-align: left;
}

.select-cloth-chart {
	text-align: center;
}

.select-cloth-chart-inner {
	margin: 4px;
	padding: 8px 4px 4px;
	background-color: #ffff99;
	text-align: left;
}

.select-cloth-chart-inner p {
	min-height: 88px;
	_height: 88px;
}

.volume-order-cotton {
	float: left;
	width: 385px;
	text-align: center;
}

.volume-cotton-inner {
	margin: 4px;
	padding: 8px 4px 4px;
	background-color: #ffff99;
	text-align: left;
}

.katsuragi-inner {
	float: left;
	width: 390px;
}

.katsuragi-inner p {
	margin: 0 auto;
	width: 300px;
	text-align: left;
}

.select-cloth-separator,
.select-cloth-footer,
.irish-cloth-separator,
.irish-cloth-footer,
.order-volume-footer {
	clear: both;
	width: 770px;
	visibility: hidden;
}

.katsuragi-separator,
.katsuragi-footer {
	clear: both;
	width: 780px;
	visibility: hidden;
}


/* Estimate */

#estimate-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}

h3.estimate-flow,
legend.estimate-flow {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	clear: both;
	background-image: url(http://www.oudanmak.com/graphics/back-flow.png);
	background-repeat: no-repeat;
	background-position: 0 64%;
}

.tailor-around,
.tailor-rodspace {
	float: left;
	text-align: center;
}

.tailor-around {
	width: 390px;
}

.tailor-rodspace {
	width: 390px;
}

.tailor-rodspace-inner {
	margin-top: 4em;
	text-align: left;
}

.mail-contact,
#mail-contact-preview {
	margin: 4px auto;
	text-align: left;
}

.mail-contact th,
#mail-contact-preview th {
	padding: 8px 1em 8px 0;
	vertical-align: top;
	text-align: right;
}

.mail-contact td,
#mail-contact-preview td {
	padding: 8px 0 8px;
	vertical-align: top;
	text-align: left;
}

#mail-contact-preview th {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#mail-contact-preview td {
	padding-left: 1em;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.estimate-item {
	text-align: center;
}

/* Sitemap */

.archive-list-mail {
	margin: 0;
	padding-left: 1em;
}

.archive-item-mail {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive-list-mail .archive-item-mail {
	margin-top: 1em;
	margin-left: 1em;
	font-size: 93%;
}

.archive-blog {
	margin-bottom: 4em;
	padding: 0;
}


/* Staff blog ------------------------------------------------------------- */


/* Sidebar */

#staff-blog,
#staff-blog-menu {
	margin: 1em 0 1em;
	padding: 0 0 1em;
}

#staff-blog {
	border-top: 1px solid #000000;
}

#staff-blog-menu {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#beta #staff-blog-menu a {
	margin: 0;
	padding: 4px 0 4px;
	border: none;
	display: inline;
	color: #333333;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
}

#beta #staff-blog-menu a:link {
	color: #000000;
}

#beta #staff-blog-menu a:visited {
	color: #800080;
}

#beta #staff-blog-menu a:hover {
	border: none;
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	font-weight: normal;
    text-decoration: underline;
}

#beta #staff-blog-menu a:active {
	border: none;
	color: #ff0000;
	background-image: none;
	background-repeat: no-repeat;
}

#staff-blog dt,
#staff-blog-menu dt {
	margin-top: .75em;
	padding: 1em 0 1em 50px;
	color: #ff0000;
	background-image: url(http://www.oudanmak.com/graphics/thumbnail-mrbanner.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-size: 93%;

	position: relative;
	zoom: 1;
}

#staff-blog-menu dt {
	margin-top: .75em;
	color: #ff0000;
	font-weight: normal;
	font-size: 93%;
}

#staff-blog dd {
	font-size: 85%;
}

#staff-blog-menu .widget-list .widget-list-item {
    margin-left: 15px;
}

#staff-blog-menu .widget-list .widget-list {
    margin-left: 15px;
}


#beta dd.widget-content-over5 {
	margin: 0;
	padding: 0;
}

#beta dd.widget-content-over5 .widget-list,
#beta dd.widget-content-over5 .widget-list .widget-list-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.partnership-site dd dfn {
	display: block;
}

dl.partnership-site dd {
	text-align: left;
}

#beta dl.partnership-site dd a,
#beta dl.partnership-site dd a:link,
#beta dl.partnership-site dd a:visited {
	margin: 0;
	padding: 0;
	color: #0000ff;
}

#beta dl.partnership-site dd a:hover,
#beta dl.partnership-site dd a:active {
	margin: 0;
	padding: 0;
	color: #ff00ff;
	font-weight: normal;
}

#beta div.partnership-site2 {
	border-top: 1px solid #000000;
}

#beta div.partnership-site2 {
	margin: 1em 0;
	padding-top: 1em;
	border-top: 1px solid #000000;
}

#beta div.readymade-site {
	margin: 1em 0;
	padding-top: 1em;
}

#beta div.partnership-site2 a,
#beta div.partnership-site2 a:link,
#beta div.partnership-site2 a:visited,
#beta div.partnership-site2 a:hover,
#beta div.partnership-site2 a:active,
#beta div.readymade-site a,
#beta div.readymade-site a:link,
#beta div.readymade-site a:visited,
#beta div.readymade-site a:hover,
#beta div.readymade-site a:active {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	color: #0033ff;
	background-color: #F5F5DC;
	background-image: none;
	font-weight: normal;
}

#beta div.partnership-site2 a:hover,
#beta div.partnership-site2 a:active,
#beta div.readymade-site a:hover,
#beta div.readymade-site a:active {
	color: #ff00ff;
	font-weight: normal;
}

div.partnership-site2 dt {
	margin-bottom: 1em;
	color: #ff0000;
	font-weight: normal;
	font-size: 93%;
}

div.partnership-site2 dd {
	margin-bottom: 4px;
	text-align: left;
}

div.partnership-site2 dd dl {
	text-align: left;
}

div.partnership-site2 dd dl dt {
	margin: 0 0 .8em 0;
	padding: 0;
}

div.partnership-site2 dd dl dd {
	margin: 0 0 0 1em;
	padding: 0;
	text-align: left;
}

#beta .homeurl .widget-content .widget-list .widget-list-item a,
#beta .homeurl .widget-content .widget-list .widget-list-item a:link,
#beta .homeurl .widget-content .widget-list .widget-list-item a:visited {
	margin: 0;
	padding: 0;
	border: none;
	height: 32px;
	background: none;
	/*background-image: url(http://www.oudanmak.com/graphics/back-sidebar-link-top.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;*/
}

#beta .homeurl .widget-content .widget-list .widget-list-item a:hover,
#beta .homeurl .widget-content .widget-list .widget-list-item a:active {
	/*background-image: url(http://www.oudanmak.com/graphics/back-sidebar-link-top-hover.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: normal;*/
	background: none;
}

.print-method-title {
	margin: 1em 0 .4em;
	color: #333333;
	background-image: url(http://www.oudanmak.com/graphics/line_giza01_12.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 123.1%;
}

* html body dl dt.print-method-title {
	position: relative;
	zoom: 1;
}

.print-method-dd {
	margin:0 0 10px 0;
}

/* Newest Info ------------------------------------------------------------ */

#newest {
	margin: 2em 0;
}

#newest h4 {
	height: 30px;
	background-image: url(http://www.oudanmak.com/graphics/bg-newest.png);
	background-position: left top;
	background-repeat: no-repeat;
	color:#FFF;
	font-size:120%;
	font-weight: bold;
	padding:7px 0 0 40px;
}

#newest #newest-info {
	padding: 0 1em;
}

#newest #newest-info dt {
	margin: 1em 0 .5em;
	font-weight: bold;
	font-size: 116%;
}

#newest #newest-info dd {
	margin: 0 0 1em;
	padding: 0 0 1em 1em;
	border-bottom: 1px dashed #afeeee;
	font-size: 108%;
}


/* newyear2009 
.newyear2009 .asset-header {
	margin: 0 auto;
	width: 680px;
	text-align: center;
}
.newyear2009 .asset-header .asset-name,
.newyear2009 .asset-header .entry-title {
	margin: 2em 0 0;
	padding: .5em 0;
	color: red;
	background-image: url(http://www.oudanmak.com/images/063.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.newyear2009 .asset-content {
	margin: 0 auto;
	width: 680px;
	text-align: center;
}

.newyear2009 p {
	margin: 1em 0;
	font-size: small;
	text-align: left;
}

.newyear2009 .asset-footer {
	border-bottom: 4px dotted #afeeee;
}*/

/* 2008 summer vacation information 
dl#holiday {
	margin: 1em 0 1em;
	padding: 0 0 1em;
	border-top: 1px solid #000000;
}

dl#holiday dt {
	margin-top: .75em;
	padding: 0;
	color: #ff0000;
	font-weight: normal;
	font-size: 12px;
}

#beta dl#holiday dd a {
	margin: 0;
	padding: 4px 0 4px;
	border: none;
	display: inline;
	color: #333333;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
}

#beta dl#holiday dd a:link {
	color: #000000;
}

#beta dl#holiday dd a:visited {
	color: #800080;
}

#beta dl#holiday dd a:hover {
	border: none;
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: underline;
}

#beta dl#holiday dd a:active {
	border: none;
	color: #ff0000;
	background-image: none;
	background-repeat: no-repeat;
}*/


.toppage-lead {
	margin: .6em 0;
}

.toppage-lead p {
	line-height: 130%;
	margin-bottom:10px;
}

/*
.flow-image-inner div.flow-title div.flow-no:-moz-read-only {
	margin-top: 0;
	padding-top: 0;
	line-height: 0.1;
}

.flow-image-inner {
	margin: 0;
	padding: 0;
}*/

.flow-image-inner div.flow-title div.flow-no:-moz-read-only {
	min-height: 116px;
}

#sample {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	text-align: center;
}

#sample-inner {
	text-align: left;
}

#sample01,
#sample02,
#sample03,
#sample04,
#sample05,
#sample06 {
	display: inline;
	float: left;
	width: 240px;
}

.sample-lineup {
	margin: 4px auto 8px;
	text-align: center;
}

.sample-banner-image {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	height: 78px;
	text-align: center;
}

/* ie6用 画像位置 アジャスト */
* html body #sample02 img {
	padding-top: 12px;
}

* html body #sample03 img,
* html body #sample04 img,
* html body #sample06 img {
	padding-top: 4px;
}

.sample-lineup h4 {
	margin: 0 auto 4px;
	width: 240px;
	color: #0000ff;
	font-weight: bold;
	font-size: 138.5%;
}

.sample-lineup p {
	margin: 0 auto;
	width: 200px;
	text-align: left;
}

.sample-lineup dt {
	margin: 0 auto 4px;
	width: 240px;
	color: #0000ff;
	font-weight: bold;
	font-size: 138.5%;
}

.sample-lineup dd {
	margin: 0 auto;
	width: 200px;
	text-align: left;
}

.homeurl {
 padding-top: 30px;
}

#beta dl.partnership-site {
	border-top: 1px solid #000000;
}

#beta dl.partnership-site {
	margin: 1em 0;
	padding-top: .4em;
	border-top: 1px solid #000000;
}

dl.partnership-site dt {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #ff0000;
	font-weight: normal;
	font-size: 93%;
}

dl.partnership-site dd {
	margin-bottom: 4px;
	text-align: left;
}

