@charset "utf-8";

/*  =========================================================
	File: style01.css
	Date: 090127
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}
	
.clearing {
	clear:both;
}

/* ==============================================
   II - Layout
   ============================================== */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	background:#666 url(../images/bg.gif)
}

div#container {
	width:865px;
	margin:0 auto;
	text-align:left;
	color:#333;
	background:#bda498 url(../images/bg_main.gif);
}

/* All Links */
a { 
	outline:none;
	text-decoration:none;
	padding:0 1px;
} 
a:link { 
	color:#333;
	text-decoration:underline;
}
a:visited { 
	color:#333;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#f00;
	text-decoration:none;
}
a:active {
	color:#333;
	text-decoration:none;
}

/* ==============================================
   III - Header
   ============================================== */
   
div#header {
	width:100%;
	height:90px;
	color:#fff;
	background:url(../images/bg_header.gif) no-repeat 0 0;
	margin:0;
}

/* ==============================================
   IV - Content
   ============================================== */
/* content_sub */
div#content_sub {
	float:right; 
	width:168px; 
	padding:20px 10px 20px 0; 
}

div#content_sub img {
	padding:12px 0 0 0; 
}

div#content_sub h1 {
	font-size:150%;
	font-weight:normal;
	padding-top:20px;
	margin-bottom:3px;
}

div#content_sub p {
	margin:0 15px 0 3px;
	padding-bottom:20px;
}

/*  Box  */
div#content_sub .box {
	margin-top:20px;
	width:156px;
	background:#fff url(../images/box/box210ta.gif) no-repeat left bottom;	
}

div#content_sub .box h4 {
	background:#fff url(../images/box/box210t.gif) no-repeat left top;
	padding:10px 3px;
	font-size:120%;
	color:#ffdecd;
	text-align:center;
}

#search {
	padding:10px 0 0 10px;
}

form#search label {
	display:block;
	cursor:pointer;
	margin:5px 0 3px 0;
}

form#search fieldset {
	margin-top:-5px;
}

form#search #submit {
	color:#903;
	font-weight:bolder;
	margin:8px 0 41px 0;
}

/* content_main */
div#content_main {
	padding:20px 0 20px 10px;
	margin-right:180px;
}

.gals img {
	margin:4px;
	padding:5px;
}

.gals a img {
	border:1px dotted #ffdecd;
}

.gals a img:hover {
   border:1px dotted #f00;
}

.promotxt {
	font-size:200%;
	font-weight:bolder;
	text-align:center;
	padding:3px 25px 10px 0;
}

div#footer {
	clear:both;
	width:100%;
	height:50px;
	background:url(../images/bg_footer.gif) no-repeat bottom;
	margin:0;
}

div#footer p {
	color:#ffdecd;
	text-align:right;
	padding:10px 20px;
}

div#footer a:link,
div#footer a:visited  {
	color:#ffdecd;
	text-decoration:none;
}
