@charset "utf-8";

/*--------------------style reset--------------------*/

* { margin: 0; padding: 0; }
img { border: none; }
/*
hr { display: none; }
*/
hr {
margin: 10px 10px 0px 10px;
border: none;
background: #ccc;
height: 1px;
}

/*-----------------------links-----------------------*/

a { text-decoration:underline;}
a:link {color: #55841C;}
a:visited {color: #55841C;}
a:active {color: #55841C;}
a:hover {
	text-decoration:none;
	color: #58811e;
}


/*------------------body------------------*/

body {
	font-family: "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3'", "ＭＳ Ｐゴシック", Helvetica, san-serif, Arial;
/* font-family: Helvetica, san-serif, Arial, Verdana;  for English */
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	background: #fff url("../images/bg_img.jpg") fixed;
}




/*------------------clearfix------------------*/

/*              floatの解除に利用             */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*----------------------wrapper---------------------*/

#wrapper {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background: #fffee8;
	border:1px solid #6c4b28;
	border-top:none;
	border-bottom:none;
}

/*-----------------------header---------------------*/

#header {
	background: #fff;
}
#header p.right { text-align: right; }

/*----------------------sidemenu--------------------*/

#sidemenu {
	float:left;
	width: 220px;
	color: #000;
	padding:0 0 0 20px;
}
#sidemenu ul {
	margin:0;
	padding:0 0 50px 0;
	font-size: 1.1em;
	list-style: none;
}
#sidemenu ul li {
	margin:0;
	padding: 25px 0px 0px 11px;
	list-style-position: outside;
	list-style-type: none;
	border-bottom:3px solid #59821f;
	line-height:1em;
}
#sidemenu ul li.menutop {
	padding-top: 12px;
}
#sidemenu ul li ul {
	list-style-type: none;
}
#sidemenu ul li ul li {
	padding: 0px 0px 0px 10px;
	font-size: 0.9em;
	list-style-position: outside;
	list-style-type: none;
}

#sidemenu li a, #sidemenu li a:link, #sidemenu li a:visited, #sidemenu li a:active {
	color:#111111;
	text-decoration: none;
}
#sidemenu li a:hover {
	font-weight:bold;
	color:#59821f;
	text-decoration: none;
}

#sidemenu .counter{
	height:27px;
}

#sidemenu .counter p{
	color: #808080;
	font-size:13px;
	text-align:right;
	padding:6px 0 0 0;
	margin:0px;
}
#sidemenu .banner{
	padding:0 0 20px 0;
	text-align:center;
}

/*---------------------contents---------------------*/

#contents {
	float:right;
	width: 620px;
	padding:0 20px 0 0;
}
#contents ul li{
	line-height:1.6em;
}

/*---------------------footer---------------------*/

#footer {
	clear:both;
	width: 900px;
	padding:120px 0 16px 0;
	border-bottom:5px solid #6c4b28;
	text-align:center;
}
#footer p{
	padding:16px 0 0 0;
	margin:0px;
	font-size:0.9em;
}

/*--------------------font-style--------------------*/

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
h2 {
	margin: 5px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #58811e;
}
h3 {
	margin: 5px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #6c4b28;
}
h4 {
	margin: 5px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #fe6a1b;
}
p {
	margin: 0 0 1em 0;
	padding-left:1em;
}
p.font-1 { font-size: 0.9em; line-height: 1.5em; }
p.right { text-align: right; }
p.center { text-align: center; }

.red { color: #ff0000; }
.blue {
	color: #03F;
}

sup {font-size:0.85em;}


/*------------------------list style------------------------*/

ul { margin: 1px 0px 2em 0; padding-left:1em;}
ul li {
	margin-left: 25px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}

/* decimal style */

ul.decimal { margin: 0px 0px 0px 25px; }
ul.decimal li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}
ul.decimal li ul { margin: 0px 0px 0px 10px; }
ul.decimal li ul li {
	margin: 0;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	list-style-type: disc;
	list-style-position: outside;
}

/* disc style */

ul.disc { margin: 0px 0px 0px 25px; }
ul.disc li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}
ul.disc li ul { margin: 0px 0px 0px 10px; }
ul.disc li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}

/* none style */

ul.none { margin: 0px 0px 0px 0px; }
ul.none li {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
}
ul.none li ul { margin: 0px 0px 0px 10px; }
ul.none li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	font-weight: normal;
	color: #555;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: outside;
}

/* noneindent-1 disc style */

ul.noneindent-1 { margin: 3px 0px 0px 0px; }
ul.noneindent-1 li {
	margin: 0px;
	padding: 0px 0px 0px 1em;
	font-size: 1em;
	text-indent: -1em;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
}

/*---------------------------dl dt dd---------------------------*/

dl {
	padding: 4px 4px 16px 2em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}
dt {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	padding-top:0.1em;
}
dd {
	margin-top: -1.5em;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	padding-left:1em;
	padding-bottom:0.5em;
}

/*-----------------------------table-----------------------------*/

table {
	margin: 3px 0px 10px 0px;
	border-collapse:collapse;
}
th {
	padding: 1px 2px;
	font-weight: normal;
	text-align: center;
}
td {
	padding: 1px 2px;
	text-align: left;
}
th.left { text-align: left; }
th.right { text-align: right; }
td.center { text-align: center; }
td.right { text-align: right; }

table.showline {
	border-collapse:separate;
	margin: 3px 0px 10px 1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.showline th {
	padding: 1px 7px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #d5eba1;
}
.showline td {
	padding: 1px 7px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}


/*---------------------------biography---------------------------*/
table.bgraph {
	border: 0px;
	margin-left: 1em;
	margin: 0px 0px 10px 1em;
}
.bgraph td {
	vertical-align: top;
}
p.bgraph {
	margin: 0 0 0 0;
	padding-left:1em;
}

/*---------------------------button---------------------------*/

input.groovybutton
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   color:#777777;
   width:170px;
   background-color:#FFEEDD;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ffFFEEDD');
   border-top-style:solid;
   border-top-color:#AAAAAA;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#FFEEDD;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#FFFFFF;
   border-right-width:1px;
}


