@charset "shift_jis";

/* ブラウザスタイルの初期匁E*/

*{
  margin: 0;
  padding: 0;
  color: black;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: Verdana, Arial, "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  }

img {
  border: 0;
  }


/* body要素のスタイル */

body {
  background: url(img/bg.gif) repeat-x;
  background-color: #FFFFFF;
  }

h1 {
  font-size: 10px;
  padding:2px 15px;
  }

/* div#containerのスタイル */

div#container {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid #333333;
  }
  
 
/* div#headerのスタイル */

div#header { 
  width: 798px;
  height: 80px;
  background-image: url(img/header.jpg);
  margin-left: auto;
  margin-right: auto;
  border: #666666 solid 1px;
  }

div#header a {
  color: #3366CC;
  font-weight:bold;
  }

div#header a:hover {
  text-decoration: underline;
  }

/* div#globalnavのスタイル */

div#globalnav {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  }

div#globalnav ul {
  margin: 6px 0px 10px 8px;
  }
 
div#globalnav li {
  list-style-type: none;
  }


/* div#wrapperのスタイル */

div#wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  }  

/* div#sidebarのスタイル */

div#sidebar {
	float: left;
	width: 230px;
	font-size: small;
  }

div#sidebar dt {
   font-size:12px;
   margin: 5px 0px;
   }

div#sidebar dt a:link {
  color: #FF3900;
  font-weight: bold;
  }

div#sidebar dt a:visited {
	color: #FF3900;
	font-weight: bold;
  }


div#sidebar dt a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
  }
  
/* div#menuのスタイル */

div#menu {
	padding: 15px 0px;
	border: 0px;
	}

/* div#menuinsideのスタイル */

div#menuinside h2{
  text-indent: -9999px;
  background: url(img/reformmenu.gif) no-repeat;
  width: 240px;
  height: 56px;  
  }

div#menuinside {
	background:url(img/menu_back.gif) repeat-y;
	}

div#menuinside dd {
	padding-right: 7px;
	font-size: 0.8em;
	color: #473127;
	}

 /* div#mainのスタイル */

div#main {
  float: right;
  width: 540px;
  font-size: 0.8em;
  }




div#main a {
  color: #3366CC;
  }

div#main a:hover {
  text-decoration: underline;
  }

 /* div#contentのスタイル */
 
div#content {
  padding: 15px 0px;
  }

 
div#content h2 {
	padding: 0.3em 0.5em;
	margin-top: 15px;
	background-color: #EFE6D9;
	color: #261A15;
	font-weight: bold;
	font-size: 14px;
  }
  
div#content h3 {
  color: #003399;
  font-weight: bold;
  border-bottom: 1px dotted #036;
  }

div#content p {
	color: #473127;
	line-height: 122%;
	margin: 10px 6px;
	}
	
/* div#boxleftのスタイル */

div#boxleft {
  float: left;
  width: 260px;
  margin-top: 10px;
  }

/* div#boxrightのスタイル */
  
div#boxright {
  float: right;
  width: 260px;
  margin-top: 10px;
  }

/* div#footerのスタイル */

div#footer {
  clear: both;
  width: 800px;
  font-size: 0.6em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }
div#footer p {
  padding: 0.5em;
  color: #957164;
  }
div#footer address {
  padding: 0.5em 0em 1em 0em;
  color: #957164;
  }

div#footer a {
  color: #957164;
  }

div#footer a:hover {
  text-decoration: underline;
  }
  
/* そE他E共通スタイル */

.goto { 
  text-align: right;
  margin-right: 10px;
  font-size: 10px;
  }
.gotop {
  text-align: right; 
  font-size: 0.7em;
  margin-bottom: 10px;
  }

p.detail {
    padding-right: 5px;
	font-size: 11px;
	color: #473127;
	}

img.left {
	float: left;
	margin: 3px 5px 3px 3px;
  }
img.right{
	float: right;
	margin: 5px 10px 5px 5px;
  }
.clearfloat{
  clear: both;
  }

.p5 {
  padding:5px;
  }

.ol01 {
  padding-left: 25px;
  }
  
.ul01 {
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  }

.ul02 {
  padding-left: 20px;
  }
  

.li01 {
  color: #0000A0;
  }

.li02 {
  color: #473127;
  padding-bottom: 10px;
  }

.li03 {
  list-style-image:url(img/li.gif);
  }

.li04 {
	color: #473127;
	margin-left: 4px;
	border-bottom: #473127 1px dotted;
	list-style-position: inside;
	margin-top: 5px;
  }

.t00 {
	background-color: #473127;
	margin-top: 10px;
	margin-bottom: 20px;
  }

.t01 {
	background-color: #4477B9;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
  }

.t02 {
  background-color: #ffffff;
  padding: 5px;
  }
  
.t03 {
  background-color: #F7F1EA;
  padding: 5px;
  }

.t04 {
  background-color: #ffffff;
  padding: 10px;
  }

.t05 {
  background-color:#EFE6D9;
	margin-top: 10px;
  }

.mt01 {
  margin-top: 15px;
  }

.box01 {
  border: #957164 solid 1px;
  padding: 10px;
  }
  
.box02 {
	background:url(img/bg_menu.gif) no-repeat;
	background-color:#FFFFFF;
	margin: 0px 4px;
	height: 65px;
  }

h2#top {
  text-indent: -9999px;
  background: url(img/top_title01.gif) no-repeat;
  width: 250px;
  height: 20px;
  }

h4 {
	font-size:12px;
	color: #339933;
	font-weight: bold;
	margin: 0px 6px;
  }

.attention{
	font-weight: bold;
	color: #FF0000;
	}

.attention2{
	font-weight: bold;
	color:#473127;
	}

.attention3{
	font-weight: bold;
	color:#473127;
	font-size: 120%;
	}

.whatsnew{
	background-image: url(img/sakura.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 540px;
	border-bottom: 1px dashed;
	}

.voicetop{
	border: #ffc3a6 5px solid;
	background: url(img/voicetop_bg.gif) no-repeat;
	padding: 5px 5px 5px 100px;
	}

#infotop{
	text-align:center;
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 14px; 
	font-weight: bold;
	padding: 2px;
	}

#infotop a{
	color: #FFFFFF !important;
		font-weight: bold;
	}
	
#infotop a:hover{
	color: #FFFFFF !important;
		font-weight: bold;
	}

.code {
	font-family: Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
}

.topinfo dt{
	color: #473127;
	clear: both;
	width: 75px;
	float: left;
	margin-left: 5px;
	}

.topinfo dd{
	color: #473127;
	width: 450px;
	float: left;
	}
