/*------------------------------------------------
	ページ本体
--------------------------------------------------*/

/* -- body -- */

body {
 	margin: 1.0em;
	color: black;
	font-size: 1.0em;
	background-color: white; 
	background-image: url("../images/logo_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom
}

body.document{
	background-image: none;
}

/*------------------------------------------------
	見出し
--------------------------------------------------*/

/* -- header -- */

h1 {
	color: #666699;
	font-size: 1.6em; 
	text-align: center;
	margin-top: 0.3em;    
	margin-bottom: 0em; 
	padding-bottom: 0em; 
	clear:both;
}

h2 {
	color: #666699;
	font-size: 1.0em; 
	text-align: center;
	margin-top: 0.3em;    
	margin-bottom: 0.5em; 
	clear:both;
}

h3 {
	color: #666699;
	font-size: 1.0em; 
	font-weight: bold;    
	margin-bottom: 1em; 
	margin-left: 0em;
	padding: 0px 0px 2px 0px;
	border: #666699 solid;
	border-width: 0px 0px 1px 0px;
}

h4 {
	color: #666699;
	font-size: 1.0em; 
	font-weight: bold;    
	margin-bottom: 0em; 
	margin-left: 0em;
	clear:both;
}

/* -- header.menu -- */

h3.menu {
	color: #ffff99;
	font-size: 0.8em; 
	font-weight: normal;
	border: none;
}

h4.menu { 
	color: #FFFFFF;
	margin-left: 1em;
	font-size: 0.8em; 
	font-weight: normal;  
}

/* -- header.document -- */

h1.document {
	font-size: 1.4em; 
	color: #ffffff;
	background-color: #666699;
	background-image: url(../images/sidebar_wycliffe.jpg);
	margin: 0px;
	padding: 0.3em 0px 0.3em 0px;
}

h2.document{
	margin-top: 2em; 
	margin-left: -2em; 
	margin-right: 0em; 
	margin-bottom: 2em; 
	padding: 5px 0px 5px 0px;
	border: #666699 double;
	border-width: 3px 0px 3px 0px;
}

h3.document {
	margin-left: -1em; 
	margin-bottom: 1.5em;  
	text-align: left;
	padding: 0px 0px 2px 0px;
	border: #666699 solid;
	border-width: 0px 0px 1px 0px;
	background:tranceparent;
	clear:both;
}


/*------------------------------------------------
	画像
--------------------------------------------------*/

/* -- image -- */


img{
	border: none;
	margin: 0em;
}

/* -- images.left -- */

img.left{
	clear:both;
	float:left;
	margin-right: 1.0em;
	margin-bottom: 0.5em;
}

/* -- images.right -- */

img.right{
	clear:both;
	float:right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

div#engraph {
	height: 330px;
}

#engraph img {
	float: right;
}

div#pace {
	clear:right;
	height: 230px;
}

#pace img {
	float: left;
}

div#mikomi {
	clear: left;
	height: 230px;
}

#mikomi img {
	float: right;
}
/*------------------------------------------------
	リンク
--------------------------------------------------*/

/* -- anchor -- */

a {
	color: #667b99;
	background-color: transparent;
}


a:link {
	color: #667b99;
	background-color:tranceparent;
}

a:visited { 
	color: #667b99;
	background-color:tranceparent;
}
a:active  {
	color: #667b99;
	background-color:transparent
}
a:hover   {
	color: #667b99;
	background-color:#A3A8C2;
}

/* -- anchor.menu -- */

a:link.menu   {
	color: #ffffff;
}

a:visited.menu   {
	color: #cccccc;
}

a:active.menu   {
	color: #ffffff;
}

A:hover.menu   {
	color: #ffffff;
	background-color:transparent;
}

/*------------------------------------------------
	レイアウト要素
--------------------------------------------------*/

div.menu{
	background: #FFFFFF;
	background-image: url(../images/bar_wycliffe.jpg);
	background-repeat: no-repeat;
	width: 16%;
	float: left;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

div.main{
	width: 33%; 
	float: left;
	margin: 0em 1em 0.5em 1em;
	text-align: left;
}

div.topic {
	width: 33%; 
	float: left;
	margin: 0.5em 0em 0em 0em;
	text-align:left;
}


div.footerlogo {
	text-align: center;
}

div.content{
	margin-top: 1em;
	margin-left: 10%;
	margin-right: 10%;
}

/*------------------------------------------------
	文書要素
--------------------------------------------------*/

/* ()表記に使用 */
.brankets{
	font-size : 0.8em;
}

/* 英字表示の際に使用 */
.english{
	font-family: arial, helvetica, sans-serif;
}

/* 写真注に使用 */
.quotation{
	font-size : 0.8em;

}


/* 日付表記 */
.date{
	font-size : 0.8em;
	font-weight: normal;
}

/* 著者、作成更新日の表記 */
.author{
	margin: 1em;
	text-align: right;
	line-height: 150%;
}

/* ページ遷移用 */
.navigation{
	margin-top: 0.1em;
	text-align: left;
	line-height: 150%;
	font-size : 0.8em;
}

/* スナップタイトル */
.snap_title{
	font-weight: bold;
	color: #666699;
}

div.page {
	page-break-after: always; 
} 


/*------------------------------------------------
	タグ要素
--------------------------------------------------*/

li{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 140%;	
}

ol{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 140%;	
	list-style-type:decimal;
}

dl {
	font-size: 1em;
	line-height: 150%;
}


/* --- paragraph --- */

p {
	font-size: 1em;
	text-indent: 1em;
	line-height: 150%;
	margin-left: 0em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

p.schedule {
	font-size: 0.8em;
	text-indent: 0em;
	line-height: 150%;
}

p.snap {
	font-size: 0.8em;
	text-indent: 0em;
	line-height: 150%;
	margin: 0em;
	padding: 1em; 
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #666699;
}

div#photoBox {
	position: relative;
}

p.summary {
	font-size: 0.8em;
	text-indent: 0em;
}


p.summary a:link img.enlarge {
	position: absolute;
	left: -9999px;
}

p.summary a:visited img.enlarge {
	position: absolute;
	top: -125px;
	left: 0;
	width: 243px;
	height: 116px;
	z-index: 50;
}

p.summary a:hover img.enlarge {
	position: absolute;
	top: -125px;
	left: 0;
	width: 243px;
	height: 116px;
	z-index: 50;
}

span.out {
	text-decoration: line-through;
}

span.alert {
	color: red;
}


hr {
	color: transparent;
	border-color: transparent;
	margin: 0em; 
	padding: 0em; 
	clear: both;
} 



/*------------------------------------------------
	テーブル
--------------------------------------------------*/

table.list{
	font-size: 0.9em;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #666699;
	padding: 0px;
	margin-left: 1em;
	margin-right: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 130%;
}

table.list2{
	margin-bottom: 3em;
}

table.list td,
table.list th{
	margin: 0px;
	padding: 8px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #666699;
	line-height: 150%;
}

table.list th{
	color: #666699;
	text-align: center;
}

table.mesh{
	font-size: 1.0em;
	line-height: 150%;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #666699;
	padding: 0px;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.mesh td,
table.mesh th{
	margin: 0px;
	padding: 8px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #666699;
	text-align: left;
}

table.mesh th{
	color: #666699;
	text-align: center;
}

table.topic{
	font-size: 0.8em;
	line-height: 150%;
}