@charset "utf-8";
/*　共通　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}

address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,section,summary {
	display:block;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}

img {
	border:0;
}
a:link {
	color: #690;
	text-decoration: underline;
}
a:visited {
	color: #690;
	text-decoration: underline;
}
a:hover {
	color: #09C;
	text-decoration: underline;
}
head {
}
#header {
	background: #6EB92B url(../img/robot2.png) no-repeat left bottom;
	padding: 5px;
	margin-bottom:5px;
}
h1 {
	font-size: medium;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #666;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header p {
	font-size: small;
	padding: 5px;
}
#home a {
	display:none;
}
/*ul#pankuzu {
	-webkit-border-radius:8px;
	font-size: small;
	height: 35px;
	color: #666;
	background-color: #FFF;
	line-height: 35px;
	padding-left: 5px;
	margin: 5px;
}
ul#pankuzu li {
	display: inline;
	list-style-type: none;
	margin-left: 5px;
}
ul#pankuzu 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;
}
ul#pankuzu a:visited {
	color: #690;
	text-decoration: underline;
}
ul#pankuzu a:hover {
	color: #9C0;
	text-decoration: underline;
}*/
footer {
	background-color: #6EB92B;
}
#footer {
	font-size: small;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

#jag {

}
#footer_navi {
	display: none;
}
#cc {
	display: none;
}
p.pagetop a{
	overflow: hidden;
	margin-top: 40px;
	font-size: small;
	text-align: right;
	padding-left: 15px;
	background-image: url(../img/arr05.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
