/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small  Arial, Helvetica, sans-serif,"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3";
	color: #333333;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p,ul{
	margin-bottom: 1.5em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

ul {
	margin-left: 3em;
}

ul li {
}

a {
	text-decoration: none;
	color: #ffb917;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed { margin:0
}

.boxed h2{
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 1em;
	
}
.boxed ul{padding:10px 0 0 10px; margin:0px 0 0 0;background: url(images/img05.gif) repeat-x; list-style:none}

/* Post */

.post {
}

.post .title {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 1em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .story {
	padding: 20px 20px 0 20px;
	background: url(images/img05.gif) repeat-x;
}

/* Header */

#header {
	width:100%;
	height: 140px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	float: left;
	width:20%;
	height:130px;
	margin-left:50px
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 0;
	font-size: 2em;
}
#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
	width:70%;
}

#menu ul {
	margin: 0;
	padding-top: 76px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	margin-left: 10px;
	padding: 15px;
	background: url(images/img02.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	color: #FFFFFF;
}

#menu .active a {
	background-image: url(images/img03.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content > Main */

#main {
	float: left;
	width: 520px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 30px 50px;
	background: url(images/img07.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}