@charset 'UTF-8';

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }



/* -------------------------------------------------------------
   [2] ヘッダーブロック内指定 */

/* -- H1 -- */
h1 {
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 10px;
	display: none;
}

/* -- 英語サブタイトル -- */
.sublogo {
	font-size: 120%;
	position: absolute;
	top: 85px;
	left: 40px;
	color: #FFFFFF;
}

.sublogo a {
  text-decoration: none;
  color: #006600;
}

.sublogo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}



/* -- 概要 -- */
.description {
	width: 800px;
	color: #666633;
	position: absolute;
	bottom: 20px;
	top: 119px;
	text-align: center;
	font-size: 120%;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内指定 */

/* -- 見出し -- */
h2 {
	font-size: 140%;
	font-weight: bold;
	height: 40px;
	padding-top: 10px;
	padding-left: 45px;
	background: url(images/wing_40.png) no-repeat 0 0;
	color: #666633;
	margin-top: 20px;
}

h3,h4,h5,h6 {
  font-size: 110%;
  font-weight: bold;
  height: 30px;
  padding-top: 10px;
  padding-left: 55px;
  background: url(images/angel_30.png) no-repeat 0 0;
  color: #666633;
}


h6 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 5px;
  border-left: 5px solid #693;
  color: #693;
}

h3,h4,h5,h6 { margin-top: 30px; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

p.eng {
	text-indent: 2em;
	font-family: "Times New Roman", Garamond;
	font-size: 110%;
}

p.engRight {
	text-indent: 2em;
	font-family: "Times New Roman", Garamond;
	font-size: 110%;
	text-align: right;
}

p.Right {
	text-align: right;
}

#contents blockquote {
  line-height: 1.6em;
  margin-bottom: 1em;
}

#contents cite {
  line-height: 1.6em;
  margin-bottom: 1em;
}

/* -- リスト -- */

.ullist {
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.6em;
  	margin-bottom: 0.5em;
}

.ullist li {
	display: list-item;
	list-style-type: square;
	padding-bottom: 1em;
}

.ullist a {
  color: #666633;
}

.ullist a:hover {
  color: #666633;
}


.listinline {
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.6em;
  	margin-bottom: 0.5em;
}


.listinline li {
	display: inline;
	list-style-position: inside;
	list-style-type: square;
}

/* -- イメージ -- */
.img_RBorder {
	margin-left: 1em!important;
	float: right;
	margin-top: 0em;
	margin-bottom: 1em;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #FFFFFF;
}


.img_LBorder {
	margin-right: 1em!important;
	float: left;
	margin-top: 0em;
	margin-bottom: 1em;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #FFFFFF;
}



.img_CBorder {
	margin-right: 1em!important;
	float: none;
	margin-top: 0em;
	margin-bottom: 1em;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #FFFFFF;
	margin-left: 1px;
}

.img_Border {
	margin-right: 1em!important;
	float: none;
	margin-top: 0em;
	margin-bottom: 1em;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #FFFFFF;
	margin-left: 1px;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内指定 */

/* -- カテゴリタイトル -- */
.sidebar-title {
	height: 30px;
	padding: 10px 5px 0;
	background: url(images/bg-sidetitle.png) no-repeat 0 0;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(images/bg-localnavi.png) no-repeat 0 100%;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 5px 5px 10px;
  background: #ccc url(images/bg-localnavi-li.jpg) no-repeat 0 100%;
  color: #666633;
}

.localnavi a:hover {
  text-decoration: none;
  background: #cc9 url(images/bg-localnavi-li.jpg) no-repeat -200px 100%;
  color: #fff;
}


.blognavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(images/bg-localnavi.png) no-repeat 0 100%;
}

.blognavi li { display: list-item; }

/* -------------------------------------------------------------
   [5] フッターブロック内指定 */

#footer p { text-align: center; }



/* -------------------------------------------------------------
    テーブルremove all padding and spacing from tables */ 
	
table { border-collapse: collapse; border-spacing: 0; }
	
td, th { padding: 0;}



table.line{
	border: 1px solid #5E4F56;
	border-collapse: collapse;
	margin-left: 5px;
	margin-top: 5px;
}

	


th.title {
	padding: 5px;
	margin: 0px;
	text-align: left;
	background-color: #F6F6F5;
	border: 1px solid #5E4F56;
}


th.caption {
	padding: 5px;
	margin: 0px;
	text-align: center;
	background-color: #e9e4d9;
	border: 1px solid #5E4F56;
}

th.caption2 {
	padding: 5px;
	margin: 0px;
	background-color: #e9e4d9;
	border: 1px solid #5E4F56;
}


td.plane {
	padding: 3px;
	margin: 0px;
	text-align: left;
	border: 1px solid #5E4F56;
}





td.nonowrap {
	padding: 3px;
	margin: 0px;
	text-align: left;
	border: 1px solid #5E4F56;
}


