@charset "utf-8";
/* ==== PAGES ==== */

/*
Home				index.html
	About Kathryn	about.html
Products			products.html
	Purses			purses.html
	Scarves			scarves.html
	Jewelry			jewelry.html
Behind the Scenes	behind_scenes.html
	techniques		techniques.html
	fabrics			fabrics.html
	Contact			contact.html
News & Events		news_events.html
	Past Events		exhibitions_past.html

*/


/* =============== */
/* ==== Color ==== */
/* =============== */
body {
	background-color:#000;
}
/* ---- Header Start ---- */
div#header {
	background-color:#000;
	background-image:url(Images/topbar.jpg);
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#toplogo, #toplogo a {
	color:#8682BB; /* Purple on Black */
}
#mainmenu a {
	color:#BBB9D9; /* Purple Menu on Black */
}
/* ---- Header End ---- */

/* ---- Footer Start ---- */
div#footer {
	border-top-color: #000; /* Border between main contents and credit */
	background-color:#E6E4F1; /* Purple */ /* credit text background color */
}
div#footer p{
	color:#666; /* credit text color */
}
div#footer a {
	color:#333; /* credit text link color */
}
/* ---- Footer End ---- */

/* ---- Contents box ---- */
div#contents {
	background-image: url(Images/contents_bkg_220_580.gif);
	background-repeat: repeat-y;
}
/* ---- SUB CONTENTS box  ---- */
div#contents_sub {
	border-right-color: black;
	border-right-style: solid;
}
div#contents_sub p.caption, 
div#contents_sub p.caption a {
	color: #E8E2D2; /* Beige on Black */
}
div#contents_sub h1 {
	color:#A82822; /* Red on Black */
}
ul#sub_menu li.title,
ul#sub_menu ul, 
ul#sub_menu a{
	color:#BBB9D9; /* Purple on Black */
}
/* ---- MAIN CONTENTS box  ---- */
div#contents_main h1, 
div#contents_main h2,
div#contents_main em,
div#contents_main a,
div#contents_main a:link,
div#contents_main a:visited
{
	color:#A82822;
	text-align: justify;
}
div#contents_main p, 
div#contents_main ul, 
div#contents_main h3 {
	color:#333
}
div#contents_main div.section { /* Section devide border */
	border-color: #666
}
div.icon_menu#contents_main a {
	color:#A82822; /* Red on Baige */
}
body#home div#contents_main strong.logo {
	color:#A82822; /* Red on Baige */
}


/* ======================== */
/* ==== Basic Settings ==== */
/* ======================== */
* {
	margin:0;
	padding:0;
}
img {
	border-width: 0;
}

/* =================== */
/* ==== Structure ==== */
/* =================== */

div#main {
	width: 800px;
	margin: 50px auto 10px auto;
}

/* ---- Header Start ---- */
div#header {
	width: 800px;
	height: 90px;
	background-position: bottom; /* Obi */
	border-bottom-width: 18px; /* Border between Obi and main contents */
	position:relative;
}
p#toplogo {
	position:absolute;
	top: 0px;
	left: 0px;
}
/* ---- Main Menu ---- */
div#mainmenu ul {
	position:absolute;
	top: 42px;
	right: 0px;
}
div#mainmenu li {
	display:inline;
	padding-left:16px;
}
/* ---- Header End ---- */

/* ---- Menu Link Common behavior ---- */
div#mainmenu a,
ul#sub_menu a{
	text-decoration:none;
}
div#mainmenu a:hover,
ul#sub_menu a:hover{
	text-decoration:underline;
}
 
/* ---- Footer Start ---- */
div#footer {
	clear:both;
	width:800px;
	height:27px;
	border-top-width: 0px; /* Border between main contents and credit */
	border-top-style: solid;
}
div#footer p {
	padding-top:8px;
}
/* ---- Footer End ---- */

/* ---- Contents box ---- */
div#contents {
	width: 800px;
	float: left;
}
/* ---- SUB CONTENTS box  ---- */
div#contents_sub {
	width: 200px;
	float: left;
	border-right-width: 20px;
}
div#contents_sub img{
	padding-bottom:5px;
}
body#home div#contents_sub img{
	padding-bottom:0;
}
ul#sub_menu li.title{
	margin-top: 30px;
	list-style: none;
}
ul#sub_menu ul {
	margin-top: 10px;
	list-style: none;
}

/* ---- MAIN CONTENTS box  ---- */
div#contents_main {
	width: 580px;
	float: right;
}
/* ---- Home MAIN CONTENTS textbox ---- */
body#home div.text_box#contents_main { /* Top Page Layout */
	width: 420px;
	margin: 40px 80px 20px 80px;
}

/* ---- behind scenes MAIN CONTENTS ---- */
div.icon_menu#contents_main {
	width: 580px;
	margin: 30px 0 0 0;
}
div.icon_menu#contents_main div.icon_menu_box {
	float: none;
	width:240px;
	margin: 0 auto 30px auto;
	text-align: center;
}
div.icon_menu#contents_main div.icon_menu_box p {
	margin:0;
	padding-bottom:10px;
}
/* ---- Single Column Picture/Text Layout ---- */
body#purses div#contents_main{ 
	width: 540px;
	margin: 30px 20px 30px 20px;
}
body#about div.text_box#contents_main,
body#scarves div#contents_main,
body#jewelry div#contents_main,
body#techniques div#contents_main,
body#fabrics div#contents_main,
body#news_events div#contents_main,
body#exhibitions_past div#contents_main,
body#contact div#contents_main{ 
	width: 500px;
	margin: 30px 40px 30px 40px;
}
body#techniques div#contents_main div.box,
body#fabrics div#contents_main div.box,
body#jewelry div#contents_main div.box,
body#news_events div#contents_main div.box,
body#exhibitions_past div#contents_main div.box{
	float:left;
	width:500px;
	clear:both;
	margin-bottom:30px;
}
body#techniques div#contents_main div.box p.text_right,
body#fabrics div#contents_main div.box p.text_right {
	width:325px;
	padding-left:175px;
}
body#news_events div#contents_main div.box p.text_right,
body#exhibitions_past div#contents_main div.box p.text_right{
	width:277px;
	float:right;
	background-image: url(Images/left_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left:8px;
}

/* Free layout for the picture */
body#news_events div#contents_main div.box#free_layout{
	position:relative;
}
body#news_events div#contents_main div.box#free_layout p.text_right#L1{
	position:absolute;
	left:215px;
	top:30px;
}
body#news_events div#contents_main div.box#free_layout p.text_right#L2{
	position:absolute;
	left:215px;
	top:110px;
}


body#jewelry div#contents_main div.box p.image_left,
body#techniques div#contents_main div.box p.image_left,
body#fabrics div#contents_main div.box p.image_left,
body#news_events div#contents_main div.box p.image_left,
body#exhibitions_past div#contents_main div.box p.image_left{
	float:left;
	padding:0 15px 5px 0;
}
/* image with caption */
body#techniques div#contents_main div.box div.image_left{
	float:left;
}
body#techniques div#contents_main div.box div.image_left img{
	padding:0 15px 5px 0;
}

body#jewelry div#contents_main div.box p.image_right,
body#contact div#contents_main div.box p.image_right{
	float:right;
	padding:0 0 5px 15px;
}
body#contact div#contents_main div.box div.text_box{
	width:280px;
	float:left;
}
body#contact div#contents_main div.box div.text_box p{
	padding-bottom:20px;
}


body#techniques div#contents_main li{
	list-style-type: none;
}
body#news_events div#contents_main li,
body#exhibitions_past div#contents_main li{
	list-style-position: inside;
	list-style-image: url(Images/right_arrow_red.gif);
	list-style-type: none;
}
body#techniques div#contents_main li {
	padding:0 30px;
}
body#techniques div#contents_main ul.inline li {
	display:inline;
	padding:0 30px 0 0;
}

/* ---- Purses page layout start ---- */
body#purses div#contents_main div.box{
	float:left;
	width:540px;
	margin-bottom:30px;
	position:relative;
}
body#purses div#contents_main div.box img.left{
	float:left;
}
body#purses div#contents_main div.box img.right{
	float:right;
}
body#purses div#contents_main div.box p.left {
	width:182px;
	position:absolute;
	left:175px;
	top:0;
	background-image: url(Images/left_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:8px;
}
body#purses div#contents_main div.box p.right {
	width:182px;
	position:absolute;
	right:175px;
	bottom:0;
	background-image: url(Images/right_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right:8px;
}
/* ---- Purses page layout end ---- */


/* ---- Scarves page free layout start ---- */
body#scarves div#contents_main div#free_layout{
	width: 472px;
	height: 520px;
	margin-left:14px;
	position:relative;
}
body#scarves div#contents_main div#free_layout img#L01,
body#scarves div#contents_main div#free_layout img#L02,
body#scarves div#contents_main div#free_layout img#L03,
body#scarves div#contents_main div#free_layout img#L04,
body#scarves div#contents_main div#free_layout img#L05,
body#scarves div#contents_main div#free_layout p.caption, 
body#scarves div#contents_main div#free_layout img#L07{
	position:absolute;
}
body#scarves div#contents_main div#free_layout img#L01{
	left: 68px;
	top: 178px;
}
body#scarves div#contents_main div#free_layout img#L02{
	right: 68px;
}
body#scarves div#contents_main div#free_layout img#L03{
	right: 68px;
	top: 228px;
}
body#scarves div#contents_main div#free_layout img#L04{
	left: 68px;
	top: 352px;
}
body#scarves div#contents_main div#free_layout img#L05{
	right: 68px;
	top: 0px;
}
body#scarves div#contents_main div#free_layout p#L06{
	padding:0;
	width:165px;
	right: 68px;
	top: 454px;
}
body#scarves div#contents_main div#free_layout img#L07{
	left: 68px;
	top: 0px;
}
/* ---- Scarves page free layout end ---- */

/* ---- Section with top hairline  ---- */
div#contents_main div.section{
	float:left;
	width:500px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom:0px;
	border-top-width: 1px;
	border-top-style:solid;
}
/* ---- MAIN CONTENTS common  ---- */
div#contents_main h1 {
	padding-bottom:20px;
}
div#contents_main h2 {
	padding-bottom:10px;
}
div#contents_main h3 {
	padding-bottom:10px;
}
div#contents_main p {
	margin:0;
	padding:0 0 20px 0;
}
div#contents_main div.box p {
	padding:0;
}


div#exhibition {
	border: 2px solid #696;
	padding: 5px;
	text-align: center;
}

div#exhibition tr {
	vertical-align: top;	
}


/* ============== */
/* ==== Font ==== */
/* ============== */

body {
	font-family: Verdana, Geneva, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.logo, 
.logo a, 
.logo a:hover {
	font-family: "Papyrus";
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}

/* ---- Header Start ---- */
p#toplogo {
	font-size: 26px;
}
div#mainmenu ul {
	font-size: 12px;
	font-weight:normal;
}
/* ---- Header End ---- */

/* ---- Footer Start ---- */

div#footer p {
	font-size: 10px;
	text-align: center;
}
div#footer a {
	text-decoration:underline;
}
/* ---- Footer End ---- */

/* ---- Contents box common ---- */
.japanese {
	font-size: 12px;
}
.caption,
body#techniques div#contents_main div.box p.caption,
body#scarves div#contents_main div#free_layout p.caption{
	font-size:8pt;
	line-height:14px;
}
/* ---- SUB CONTENTS ---- */
div#contents_sub h1 {
	font-family: "Papyrus";
	font-size: 18px;
	font-weight: bold;
}
div#contents_sub .caption a {
	text-decoration:underline;
}
div#contents_sub ul#sub_menu li.title{
	font-size: 14px;
}
div#contents_sub ul#sub_menu ul {
	font-size: 12px;
	font-weight:normal;
	line-height:19px;
}
/* ---- MAIN CONTENTS === home === ---- */
#home #contents_main p {
	font-size:16px;
	line-height:24px;
	text-align: left;
}
#home #contents_main strong.logo {
	font-size: 22px;
}
#home #contents_main em.logo {
	font-size: 16px;
}

/* ---- MAIN CONTENTS common  ---- */

div#contents_main h1 {
	font-family: "Papyrus";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
div#contents_main h2 {
	font-size:14px;
	clear:both;
}
div#contents_main p, 
div#contents_main ul, 
div#contents_main h3 {
	font-size:16px;
	line-height:24px;
}
div#contents_main .logo {
	font-size: 16px;
}
div#contents_main a {
	text-decoration:underline;
}
div.icon_menu#contents_main p {
	font-family: "Papyrus";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
div.icon_menu#contents_main a {
	text-decoration:none;
}

/* ---- Purses page layout ---- */
body#purses div#contents_main div.box p {
	font-size:10px;
	line-height:14px;
}
body#purses div#contents_main div.box p.left {
	text-align:left;
}
body#purses div#contents_main div.box p.right {
	text-align:right;
}

div#terms_of_use p{
	font-size:10px;
	line-height:14px;
}
