@import "font.css";
@import "layout.css";

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%;
	width: 100%;
	background: #fff;
	min-width: 800px;
}

p,ul,ol,li,dl,dt,dd,form,h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

table {
}

table td {
	vertical-align: top;
}

table th {
	vertical-align: top;
}

img {
	border-width: 0;
	border-style: none;
	vertical-align: middle;
}

p {
}

li {
	list-style-type: none;
}

a {
	color: #990000;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
	visibility: hidden;
	overflow: hidden;
}

.clear *{
	visibility: hidden;
}

/* class */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrp {
	height: 100%;
	min-height:100%;
	text-align: left;
}

/* background color */
#global-menu {
	float:left;
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	min-height:100%;
	width: 210px;
	padding: 20px 0;
	background: #86B0D9;
}

body #wrp > #global-menu {
	height: auto;
}

#global-menu h1 {
	padding: 25px 0 25px 0;
	text-align: center;
}

#global-nav {
	padding: 0 0 0 25px;
}

#global-nav li {
	padding-left: 20px;
	line-height: 25px;
	background: url(../images/arrow_global.gif) no-repeat left center;
}
#global-nav li.selected {
	background: url(../images/arrow_global_on.gif) no-repeat left center;
}

.jp #global-nav li {
}

#global-nav li a,
#global-nav li a:link,
#global-nav li a:visited {
	color: #000;
	text-decoration: none;
}
#global-nav li a:hover,
#global-nav li a:active {
	color: #000;
	text-decoration: underline;
}


/* lang-navi */
#lang-nav {
	position: relative;
	z-index: 5;
	width: 219px;
	float: right;
}

#lang-nav ul {
	margin-right: 30px;
}

#lang-nav ul li{
	display: inline;
	padding: 5px 10px;
	background-color: #d9d9d9;
	color: #fff;
	margin-left: 6px;
}

/* background color */
#lang-nav ul li.selected {
	background: #86B0D9;
	font-weight: bold;
}

#lang-nav a {
	color: #fff;
	text-decoration: none;
}

#cont-wrp {
	float: left;
	width: 100%;
}

div#cont {
	min-width: 570px;
	padding: 21px 30px 20px 240px;
}

h2 {
	font-size: 2em;
	padding-bottom: 5px;
	background: url(../images/border_top.gif) repeat-x 0 bottom;
}

h2 span {
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

.clear.page-title {
	height: 60px !important;
}






#essay h2 span.txt-editer {
	font-size: 0.5em;
	margin-right: 10px;
	letter-spacing: 0;
}

.author {
	font-size: 1.7em;
	font-weight: normal;
}

.txt-ital {
	font-style: italic;
}

.icon {
	padding-bottom: 10px;
}

.horizontal.clear {
	visibility: visible;
}

.horizontal {
	background: url(../images/border.gif) repeat-x 0 bottom;
	height: 5px;
}

.horizontal hr {
	visibility: hidden;
}

.horizontal.inner {
	clear: both;
	height: 2px;
	margin-bottom: 2.3em;
}

sup {
	font-size: 0.8em;
}

.txt-sub {
	text-align: right;
	margin: 0 ;
	line-height: 100%;
}

/* @group box */

.box {
	padding: 0 0 15px 0;
	margin: 0;
	border: 1px solid #fff;
}





/* @group address */
address {
	margin: 0.3em 0;
	padding: 0 0 0 20px;
	font-style: normal;
	font-size: 1.2em;
}

table address {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

address span {
	color: #fff;
	background: #000;
	padding: 1px 2px;
	margin-right: 0.5em;
	font-style: normal;
	font-size: 0.9em;
}

address img {
	margin-bottom: 3px;
	padding-right: 5px;
}
/* @end */

a.link-author,
.menu-author ul li a {
	color: black;
}


/* @group foot */
.clear.box-foot {
	padding-top:10px;
}

#essay-bn .clear.box-foot {
	padding-top:60px;
}

#foot {
	padding-top: 10px;
	background: url(../images/border_bottom.gif) repeat-x 0 top;
}

#foot p {
	font-size: 0.8em;
}

#foot #copyright {
	float: left;
}
#foot #mogra {
	text-align: right;
}

/* @end */


