﻿/* CSS Document */


/* Global-------------------------------------------------------------- */

body {
  margin:0px;
	padding:0px;
  font-size:11pt;
  color:#404040;
  text-align:left;
  font-family:Lucida, Verdana, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  }

a:link     { color:#39100D; text-decoration:none; }
a:visited  { color:#745755; text-decoration:none; }
a:hover    { color:#D9560F; background-color:#F5D5C3; }
a:active   { color:#333333; background-color:#F5D5C3; }

#contents {
  width:760px;
	margin:0px 0px 0px 30px; 
	text-align:left;
	background:#FFFFFF url(/images/contents_bg.gif) left top repeat-y;
	}



/* Header -------------------------------------------------------------- */

#header {
	height:138px;
	margin:0px; padding:0px 20px 0px;
	text-align:right;
	background:url(/images/header_bg.gif) center top no-repeat;
	}

  #site_title {
	  float:left;
		margin:0px;
		padding:13px 12px 0px 155px;
		}
  p#site_description {
	  margin:0px;
	  padding:0px; padding-top:21px;
		font-size:10px; }



/* Foot Navigation -------------------------------------------------------------- */

#foot_navigation {
	clear:both;
  text-align:center;
	margin:30px 20px 45px;
	padding:0px;
	font-size:11px;
	}



/* Footer -------------------------------------------------------------- */

#footer {
	clear:both;
	margin:0px; padding:0px 20px 30px;
	background:url(/images/footer_bg.gif) left top no-repeat;
	font-size:11px;
	line-height:30px;
	}

  #footer_menu { float:right; }
	
	address {
	  color:#FFFFFF;
		font-style:normal;
		}


/* Other -------------------------------------------------------------- */

.caution {
  padding-top:0.5em;
	font-size:8.5pt;
	line-height:1.35em;
	color:#0000CC;
	}

.caption {　font-size:8.5pt; line-height:1.25em; }