/*----------------------------------------------------
Original Design by Free CSS Templates http://www.freecsstemplates.org
Design modified, logo created, and CSS and HTML code re-written by Tomohiro Buroku

#E6AB02;	 Yellow 
#0F0064;	 Dark Blue
#3C7DB8;	 Medium Blue
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E6E9EB url(images/bg.gif) repeat-y;
}

p,h1,h2,h3,h4,h5 {
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

.blockquote {
	color: #FFF;
	margin-left: 1em;
	padding-left: 0.3em;
	border: 1px solid #877FB1;
	background: #DDDDFF;	/* Gray */
}

a:link {
	font-weight: bold;
	color: #3C7DB8;	/* Medium Blue */
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #3C7DB8;	/* Medium Blue */
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #E6AB02;	/* Yellow */
	text-decoration: underline;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

/*----------------------------------------------------
  container
------------------------------------------------------*/
div#container{
	background: #FFF url(images/backblue.gif) repeat-y;
	width: 840px;
	margin:0;
	padding: 0;
	/*text-align:left;*/
	}

/*----------------------------------------------------
  main
------------------------------------------------------*/
#main {
	padding:50px 30px;
	float:left;
	width: 500px;
}
#main h2 {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 1.9em;
	color: #0F0064;
	margin-bottom: 1.0em;
}
#main h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #877FB1;
	margin-bottom: 1.0em;
	padding-left: 3px;
	border-left: 6px solid #877FB1;
}
#main p {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	color: #333;
	line-height:1.4em;
	text-align: justify;
	text-justify: auto;
}
#main table {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	color: #333;
	/*margin-left: 1em;*/
}
#main tr.gray {
	background: #DDDDFF;	/* Gray */
}

/*----------------------------------------------------
  sidebar
------------------------------------------------------*/
#sidebar {
	float: left;
	width: 178px;
	padding:30px;
}

#logo {
	padding: 0 0 30px 8px;
	/*background: url(images/virtuesinasia.gif) no-repeat center top;*/
	/*text-align: center;*/
}
#logo h1 {
	/*text-indent:-9999px;*/
}
#logo a {
	text-decoration: none;
}

.boxed {
	margin-bottom: 20px;
	_margin-bottom: 10px;  /* WindowsIE Hack */
	padding: 8px 0 0 0;
	background: url(images/boxupper.gif) no-repeat
}
.boxed .title {
	font-family: "Times New Roman", "Times", "serif";
	padding-left: 15px;
	font-size: 1.3em;
	color: #3C7DB8;
	border-left: 1px solid #877FB1;
	border-right: 1px solid #877FB1;
	display: block;
}
.boxed .content {
	padding: 5px 15px 15px 15px;
	border-left: 1px solid #877FB1;
	border-right: 1px solid #877FB1;
	display: block;
}
.boxed .bottom {
	height: 6px; /* background img ̍*/
	background: url(images/boxlower.gif) no-repeat center top;
}

#menu {
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: block;
	padding: 5px 0;
}
#menu a {
	display: block;
	padding-left: 10px;
	background: url(images/iconblue.gif) no-repeat left 0.3em;
	text-decoration: none;
	color: #EEE;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
}
#menu a:hover, #menu .active a {
	background: url(images/iconyellow.gif) no-repeat left 0.3em;
}

/*----------------------------------------------------
  footer
------------------------------------------------------*/

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}
