
/***********************************************/
/* @KAGU SITE                                  */
/* main.css                                    */
/* Copyright (c)2006 Iwork Allright Reserved.  */
/***********************************************/
@import url(header.css);
@import url(sidebar.css);
@import url(footer.css );
@import url(page.css );

/* BASE CSS
-------------------------------------------------*/

body {
	background: #FFFFFF url(../common/bk-shadow.jpg) left top repeat-y;
	font-size: 12px;
	color: #333333;
	line-height: 150%;	
	margin: 0;
	padding: 0;
	}


th, td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	}

ul, ol {
	margin: 0;
	padding: 0;
	}
	
p { margin: .5em 0}

h1, h2, h3, h4 {
	margin: 5px 5px 0 0;
	}

h1 {
	width: 800px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	}

h2 {
	font-size: 12px;
	font-weight: normal;
	}
	
h3 {
	font-size: 18px;
	padding: 0.2em;
	padding-left: 0.5em;
	border-left:solid #778811 8px;
	border-bottom:solid #778811 1px;
	background-color:#DDFFCC;
	}
	
#underline {
	border-bottom:solid 1px #781;
	}

/* Cart Style
---------------------------------------------------------------------*/

table.cart {
	border:solid 2px #781;
	}
	

/* Line Style
---------------------------------------------------------------------*/

.lineGrn { background:url(../common/line/1pgreen.gif) repeat-x center;}
.lineRed { background:url(../common/line/1pF9C.gif) repeat-x center}
.dotGrn { background:url(../common/line/dot4x20green.gif) repeat-x;}
.jeanGrn { background:url(../common/line/bk-jean.gif) repeat-x;}
.jeanBrw { background:url(../common/line/jean-brown.gif) repeat-x;}


