@charset "UTF-8";
/*
----------------------------------------------------
Project:CAINZ ONLINE
For:	初期化、再定義、汎用スタイル
Created:January 25,2010
---------------------------------------------------- */

html {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF url(../../img/default/shared/bg_body.gif) repeat-x left top;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	color: #383838;
	line-height: 1.65;
	font-size: 9pt;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	_text-align: center;
}

#container {
	position: relative;
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 ;
	text-align: left;
}

*html div#container {
	height: 100%;
}


/* -----------------------------------
block elements
----------------------------------- */


ul,ol,dl {
	/*overflow: hidden;*/
}

ul,ol,dl {
	/*margin: 1em 2em;*/
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

p {
	margin: 0 0 1em 0;
}

hr {
	display: none;
}

pre {
	width: auto;
	_width: 97%;
	height: 500px;
	margin: 1em 0;
	overflow: auto;
	padding: 2em 10px;
	_padding-bottom: 1.5em;
	background: #f7f8f8;
	border: 1px solid #d7dcdf;
	color: #666;
	line-height: 2;
	
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

pre.code {
	background: #333;
	border: 1px solid #000;
	color: #eee;
	scrollbar-base-color: #333;
	scrollbar-highlight-color: #444;
	scrollbar-shadow-color: #333;
	scrollbar-arrow-color: #999;
}


table {
	font-size: 100%;
}


/* -----------------------------------
　header tag style
----------------------------------- */

h2 {
	background: white url(../../img/default/shared/bg_stripe.gif) 0 bottom repeat-x;
	font-size: 	14pt;
	color: 		#000;
	/*font-weight: normal;*/
	margin-bottom: 30px;
	padding:	0 0 10px;
}
h2 span {
	display:		block;
	background: 	white url(../../img/default/shared/bg_h2_01.gif) 0 top no-repeat;
	padding: 		10px 10px 0;
}
#itemTitle {
	background: white url(../../img/default/shared/bg_stripe.gif) 0 0 repeat-x;
	padding: 13px 0 0 0;
}

/*h2 span.fade {
	color: #979797;
}*/

h3 {
	background:			#fff url(../../img/default/shared/bg_h3.gif) 0 bottom repeat-x;
	font-size:			12pt;
	margin-bottom:		20px;
	padding:			0 0 8px 36px;
}

h4 {
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* -----------------------------------
　block elements class
----------------------------------- */

p.banner-style {
	margin-bottom: 16px;
}
#top #subBody p.banner-style {
	margin-bottom: 8px;
}
#page-search-result p.banner-style {
	display: -moz-inline-block;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: .8em;
	margin-top: .5em;
	margin-bottom: .5em;
}
#page-search-result #banner-goToMakerSearch {
	display: block;
	margin-left: 0;
}

.mb-none {
	margin-bottom: 0;
}

.mt-none {
	margin-top: 0;
}





/* @group p.link-nav-unit */

p.link-nav-unit {
	_overflow: visible;/* ~WinIE6 */
	_height: 1px;/* ~WinIE6 */
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	padding-top: 0.3em;
	/*margin-bottom: -1.2em;*/
}

p.link-nav-unit:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

p.link-nav-unit span.f-right {
	margin-right: 17px;
	_margin-right:9px;
}
.page-style-b p.link-nav-unit span.f-right {
	margin-right: 0;
}

p.link-nav-unit span.link-aquo a {
/*	font-size: 93%;
	margin-bottom: 0.3em;
*/	text-indent: -1000em;
	display: block;
	overflow: hidden;
	background: url(../../img/default/shared/bullet_back.gif) 0 0 no-repeat;
	width: 70px;
	height: 18px;
}
p.link-nav-unit span.link-aquo span.en {
	/*font-size: 107%;*/
	display: none;
}

p.link-nav-unit span.button-style {
	background: #86361A;
	margin-top: 0.4em;
	padding: 0.2em 1.2em;
	font-size: 85%;
}

p.link-nav-unit span.button-style a:link,
p.link-nav-unit span.button-style a:visited,
p.link-nav-unit span.button-style span {
	color: #fff;
}


/* @end */


/*p.breadcrumb*/

.breadcrumb-area {
	padding: 0.5em 0;
	background: url(../../img/default/hori_dot.gif) left bottom repeat-x;
}

ul.breadcrumb {
	margin: 0;
	padding: 0;
}

ul.breadcrumb li {
	display: -moz-inline-box;  /* just for Firefox 2.x below */
	display: inline-block;
	zoom: 1;
	*display: inline;  /* just for IE */
	
	background: url(../../img/default/bullets/bullet_arw_a.gif) left 5px no-repeat;
	padding-left: 10px;
	padding-right: 7px;
	font-size: 77%;
}

ul.breadcrumb li.root {
	background: none;
	padding-left: 0;
}


/* -----------------------------------
	form items
----------------------------------- */

form {
	margin: 0;
	padding: 0;
}

input[type="text"],
textarea {
	font-family: inherit;
}

/* -----------------------------------
	link-styles
----------------------------------- */

a:link,a:visited {
	color: #191919;
	text-decoration: none;
}

a:hover,a:active {
	color: #b8131b;
	text-decoration: underline;
}

/**/

.link-aquo {
	font-size: 77%;
}

img.link-border {
	/*border: 1px solid #D6D6D6;*/
}
a:hover img.link-border {
/*	border: 1px solid #198C5E;*/
}



/* -----------------------------------
	inline elements
----------------------------------- */

strong {
	font-weight: bold;
}

img {
	border: 0 ;
	vertical-align: bottom;
}
	
em {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: ;
}


/* -----------------------------------
	class-color
----------------------------------- */

.c-red {
	color: #EE0000;
}


/* -----------------------------------
	class
----------------------------------- */



.en {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* ------------------ */

.bold{ 
	font-weight: bold;
}

.large {
	font-size: 116%;
}

.largest {
	font-size: 123.1%;
}

.small {
	font-size: 85%;
}

.smaller {
	font-size: 77%;
}

/* ------------------ */


.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.left {
	text-align: left;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}
.nowrap {
	white-space: nowrap;
}

/* ------------------ */


.f-left {
	float: left;
}

.f-right {
	float: right;
}


img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

/* ------------------ */

.clear {
	clear: both;
}

/**/

.unit {
	margin-bottom:		40px;
}




