@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/*link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
}
/*FONT styles
------------------------------*/
.red {
	color: #F00;
}

/*header styles
------------------------------*/
#header {
	background-image: url(images/header_pic01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #FF9900;
	position: relative;
}
#profile #header {
	background-image: url(images/header_pic05.jpg);
}
#gyozasyoukai #header {
	background-image: url(images/header_pic03.jpg);
}
#gyozasyoukai2 #header {
	background-image: url(images/header_pic06.jpg);
}
#tyuumon #header {
	background-image: url(images/header_pic01.jpg);
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	height: 2.5em;
	width: 170px;
	background-color: #D38539;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #e8ecf5;
}
#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#profile #header #nProfile a,
#gyozasyoukai #header #nGyoza a,
#yakikata #header #nYakikata a,
#tyuumon #header #nTyuumon a {
	color: #FFFFFF;
	background-color: #828ca7;
}

/*main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
	background-image: url(images/bullet01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}


/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar  dl  dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
#sidebar  dl dd {
	padding-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main  table  tr.odd {
	background-color: #efefef;
}
#home    #main     #tentyo   img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-right: 10px;
}

/* home
------------------------------*/
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

/* yakikata
------------------------------*/
#yakikata #main   ol {
	font-size: 100%;
	line-height: 1.8;
	margin-left: 20px;
}
#yakikata    #main    dl#faqList  dt  {
	font-weight: bold;
	padding-left: 25px;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#yakikata #main dl#faqList dd {
	line-height: 1.8;
	padding-bottom: 1px;
	padding-left: 25px;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* gyozasyoukai
------------------------------*/
#gyozasyoukai #main #satumei01  {
	background-image: url(images/gensensozai_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 822px;
	margin-bottom: 20px;
	position: relative;
}
#satumei01 dl {
	margin-left: 80px;
}
#satumei01 dt {
	font-size: 140%;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FF9900;
	line-height: 1.2;
	margin-bottom: 6px;
	background-color: #FF0000;
	padding-left: 20px;
	display: block;
}
#satumei01 dd {
	font-size: 100%;
	line-height: 1.2;
	color: #FFFFFF;
	font-weight: bold;
}
#satumei01 #buta {
	position: absolute;
	top: 140px;
	display: block;
	width: 460px;
}
#satumei01 #nira {
	position: absolute;
	top: 250px;
	display: block;
	width: 460px;
}
#satumei01 #ninniku {
	display: block;
	top: 340px;
	position: absolute;
	width: 460px;
}
#satumei01 #kyabetu {
	display: block;
	position: absolute;
	top: 430px;
	width: 460px;
}
#satumei01 #syouyu {
	display: block;
	position: absolute;
	top: 510px;
	width: 460px;
}
#satumei01 #miso {
	display: block;
	top: 590px;
	position: absolute;
	width: 460px;
}
#satumei01 #tamago {
	display: block;
	position: absolute;
	top: 670px;
	width: 460px;
}
#satumei01 #maitake {
	display: block;
	position: absolute;
	top: 750px;
	width: 460px;
}
#setumei02   dt     {
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #CC0000;
	margin-bottom: 10px;
	clear: both;
}
#setumei02  dd  img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#setumei02  dd {
	font-size: 100%;
	line-height: 1.8;
	margin-bottom: 10px;
}
#setumei03  dt  {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 8em;
	margin-bottom: 20px;
	padding-left: 15px;
}
#setumei03 dd  {
	margin: 0px 0px 20px 6px;
}
#guide /* guide
------------------------------*/
 h3 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 1px 0px 1px 15px;
	border-bottom: 1px solid #FF6600;
	border-top: 1px solid #FF6600;
}
#tyuumon #icon1 {
	float: right;
}
#tyuumon #icon2 {
	float: right;
}
#tyuumon #icon3 {
	float: right;
}
#tyuumon #fkaizyo {
	float: none;
}
#tyuumon #yahookara {
	clear: both;
}
#tyuumon #faxde {
	clear: both;
}
#tyuumon #telde {
	clear: both;
}
#tyuumon2   table  {
	width: 560px;
}
#tyuumon2  th.koumoku      {
	width: 150px;
}
#tyuumon2 td.syouhin {
	font-weight: bold;
	text-align: right;
}
#tyuumon2  th.kosuu {
	width: 70px;
	text-align: center;
}
#tyuumon2 td.kosuu {
	text-align: right;
}
#tyuumon2  th.kingaku {
	text-align: center;
	width: 120px;
}
#tyuumon2 td.kingaku {
	text-align: right;
}
#tyuumon2  .hissu {
	color: #FF0000;
}
#tyuumon2 td.bunrui {
	font-weight: bold;
	text-align: left;
}
#tyuumon2 #konpou img {
	text-align: center;
	margin-left: 30px;
}
#attention {
	font-size: 16px;
	color: #000;
	padding: 10px;
}

.bold {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
