@charset "utf-8";
/* CSS Document */

body {
	background:#0090db 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:#00517b;
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:10px 0 0 0;
	text-align:right;
	}

#navi {
	width:760px;
	padding:3px 20px 0 20px;
	background:url(../imgs/navi_bg.gif) top repeat-x;
	clear:both;
	height:47px;
	border-bottom:1px solid #0090db;
	}

#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:#0090db;
	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 #0090db;
	}

#tel .number {
	font-weight:bold;
	font-size:160%;
	line-height:120%;
	color:#0182d4;
	}

.title {
	font-size:110%;
	line-height:100%;
	border-left:#0090db 4px solid;
	padding:0 0 0 10px;
	margin:0 0 20px 5px;
	color:#333333;
	}

.menuPickupTitle .name {
	color:#0084c8;
	font-weight:bold;
	font-size:110%;
	margin:0 10px 0 0;
	}

.attention {
	font-size:85%;
	color:#CC0033;
	padding:0 0 0 5px;
	}





