@charset "utf-8";
/* CSS Document */

body {
	background:#2d9300 url(../imgs/bg_body.gif) top repeat-x;
	color:#333333;
	font-family:'ヒラギノ丸ゴ Pro W3', 'Hiragino Maru Gothic Pro, Me', 'osaka', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif ;
	line-height:140%;
	font-size:0.75em;
	margin:0;
	height:100%;
	}

a {
	color:#0066cc;
	text-decoration:none;
	}
	
a:hover {
	color:#0066cc;
	text-decoration:underline;
	background-color:transparent;
	}

h1 {
	color:#2d9300;
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:10px 0 0 0;
	text-align:right;
	}

#navi {
	width:770px;
	padding:3px 15px 20px 15px;
	background:url(../imgs/navi_bg.gif) top repeat-x #f0f0f0;
	clear:both;
	border-bottom:1px solid #2d9300;
	}

#navi li a {
	color:#000000;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../imgs/i_arrow.gif) left center no-repeat;
	}

#navi li a:hover {
	color:#2d9300;
	text-decoration:none;
	padding:0 0 0 15px;
	background:url(../imgs/i_arrow_on.gif) left center no-repeat;
	}

#footer02 {
	width:760px;
	padding:10px 20px;
	background:#f0f0f0;
	border-top:1px solid #2d9300;
	}

.footerNavi a:hover {
	color:#2d9300;
	text-decoration:none;
	}

.title {
	font-size:110%;
	line-height:100%;
	border-left:#2d9300 4px solid;
	padding:0 0 0 10px;
	margin:0 0 20px 5px;
	color:#333333;
	}

.menuPickupTitle .name {
	color:#2d9300;
	font-weight:bold;
	font-size:110%;
	}

.attention {
	font-size:85%;
	color:#ea5300;
	padding:0 0 0 5px;
	}





