@charset "utf-8";
/*  
Theme Name: DISPOSITION
*/

/* -------------------------------------------------------------

	ALL

------------------------------------------------------------- */

* {

	font-size: 16px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;

}

body {

	background:url(images/arrow.gif) repeat;

}

img {

	border:none;

}

/* -------------------------------------------------------------

	LAYOUT

------------------------------------------------------------- */

#container {

	margin:auto;
	width:730px;

}

#wrapper {

	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:730px;

}

/* -------------------------------------------------------------

	MAIN

------------------------------------------------------------- */

div#main-container {

	background:#fff;
	width:730px;

}

div#main-wrapper {

	border-left:#6EBA3D 0px double;
	border-right:#6EBA3D 0px double;

}

div#main {

	padding:35px;
	text-align:left;

}

div#main inner {



}

p.to_top {

	text-align:right;

}

p.to_top a {

	font-size:14px;

}



/* -------------------------------------------------------------

	HEADER

------------------------------------------------------------- */

div#header-container {

	width:100%;
	text-align:left;

}

a.about {

	background:#ffffff url(images/about2.gif) no-repeat;
	display:block;
	height:25px;
	width:75px;

}

a.book {

	background:#ffffff url(images/book2.gif) no-repeat;
	display:block;
	height:25px;
	width:75px;

}

a.symposium {

	background:#ffffff url(images/symposium2.gif) no-repeat;
	display:block;
	height:30px;
	width:200px;

}

a.blog {

	background:#ffffff url(images/blog2.gif) no-repeat;
	display:block;
	height:30px;
	width:200px;

}

p#menu a:hover {

	text-decoration:none;

}

/* -------------------------------------------------------------

	BOOK INFO

------------------------------------------------------------- */

table.book-info {

	width:100%;

}

p.category {

	font-size:12px;
	font-weight:bolder;

}

p.contents {

	font-size:14px;

}

span.person {

	color:#B9873C;
	font-size:12px;

}

/* -------------------------------------------------------------

	SYMPOSIUM

------------------------------------------------------------- */

table.profile {

	width:100%;

}

table.profile td {

	font-size:12px;
	padding:0px 20px 10px 0px;

}

table.profile td img {

	padding-top:5px;

}

h3.person {

	color:#B9873C;
	font-size: 20px;
}

/* -------------------------------------------------------------

	TEXT

------------------------------------------------------------- */

p {

	margin-bottom:15px;

}

h1 {

	border-bottom: 3px dotted #6EBA3D;
	color: #858383;
	font-size: 24px;
	margin-bottom:15px;

}

h2 {

	font-size: 21px;
	color: #3C6EB9;
	margin-bottom:10px;

}

h3 {

	font-size: 20px;
	color: #656565;

}



.small {

	font-size:10px;

}

a:link,a:visited,a:active {

	color:#3C6EB9;
	text-decoration: none;

}

a:hover	{

	color:#B9483C;
	text-decoration:underline;

}

