@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	background-color: #FFF;
	color: #333;
}
img {
	border:0;
}

a:link {
	color: #690;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
#wrap {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
h1 {
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #6EB92B;
	font-size: large;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	line-height: 130%;
	margin-bottom: 5px;
	background-image: url(../img/robot2.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}  
h2 {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #6EB92B;
	font-size: medium;
	font-weight: bold;
	background-color: #F7F7F7;
	padding-left: 10px;
	color: #000;
	clear: both;
	text-align: left;
}
h3 {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: medium;
	font-weight: bold;
	color: #360;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 20px;
	text-align: left;
}
h4 {
	font-weight: bold;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	font-size: medium;
	line-height: 130%;
	text-align: left;
}
p {
	line-height: 150%;
	margin-bottom: 1em;
	font-size: small;
}
p.font_xsmall {
	font-size: x-small;
	text-shadow: 1px 1px 1px #333;
}

b {
	font-weight: bold;
}
#image {
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #388CEB;
	background-image: url(../img/image.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	padding: 10px;
	margin-bottom: 15px;
	color: #FFF;
	font-size: small;
}

#pankuzu {
	font-size: small;
	line-height: 40px;
	height: 40px;
}
#pankuzu ul li {
	display: inline;
	line-height: 40px;
	height: 40px;
	list-style-type: none;
	margin-left: 5px;
}
#pankuzu ul li a {
	background-image: url(../img/arr_02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #690;
	text-decoration: underline;
}
#pankuzu a:visited {
	color: #690;
	text-decoration: underline;
}
#pankuzu a:hover {
	color: #F60;
	text-decoration: underline;
}

p#info {
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	font-size: 90%;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #C5EAA4;
}

ul#topmenu {
	list-style-type: none;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
ul#topmenu li {
}
ul#topmenu li a {
	display: block;
	text-decoration: none;
	background-image: url(../img/arr01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
ul#topmenu li a:hover {
	background-color: #6EB92B;
	color: #FFF;
	background-image: url(../img/arr02.png);
	background-position: right center;
}
ul#topmenu li a:active {
	background-color: #6EB92B;
	color: #FFF;
	background-image: url(../img/arr02.png);
	background-position: right center;
}
#jag {
	font-size: x-small;
	color: #FFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height: 180%;
	background-color: #6EB92B;
	padding: 3px;
}
#right_side {
	text-align: center;
}
#right_side p {
	font-size: x-small;
}


#right_side a:link {
	color: #666;
	text-decoration: underline;
}
#right_side a:visited {
	color: #666;
	text-decoration: underline;
}
#right_side a:hover {
	color: #690;
	text-decoration: underline;
}
#right_side img {
	margin-bottom: 3px;
}
#gotohome {
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}
#gotohome ul {
	list-style-type: none;
}
#gotohome ul li {
	display: inline;
}

table.tb_bazaar {
	font-size: small;
	line-height: 130%;
	color: #333;
	margin-bottom: 30px;
	border-collapse:collapse;
	width: 100%;
}
.tb_bazaar th {
	background-color: #E2E7CD;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCC;
	width: 4em;
}
.tb_bazaar td {
	padding: 5px;
	border: 1px solid #CCC;
	line-height: 150%;
}
