<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}


/* Clear Fix */
.cfx:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden;}.cfx{display:inline-block;}.cfx{display:block;}.clear{clear:both;height:0;line-height:0;}


body {
	background-color: #FF8000;
	color: #666;
	font: 16px/20px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-size: 12px;
	letter-spacing: 0.03em;
}

a:link {
	color: #FF8000;
	text-decoration: none;
	 }
a:visited {
	color: #F96;
	text-decoration: none;
	 }
a:hover {
	color: #F96;
	text-decoration: underline;
}

a:hover img {
  opacity:0.8;
  filter: alpha(opacity=80);
}

a:active {
	color: #F96;
	text-decoration: none;
	}

header {
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
}

#wrapper01 {
	width: 96%;
	margin-bottom: 26px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	float: left;
}

.headline {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

nav {
	width: 100%;
	height: 62px;
	background-color: #FF8000;
	background-image: url(img/head-bar-bg.gif);
	background-repeat: repeat-x;
}

#wrapper02 {
	width: 96%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 62px;
	overflow: hidden;
	background-image: url(img/head-bar-bg.gif);
	background-repeat: repeat-x;
}

nav ul{
	padding-top: 10px;
     }

li.menu{
	float: left;
	background-image: url(img/nab-ber.gif);
	background-repeat: no-repeat;
	height: 36px;
	padding-right: 15px;
	padding-left: 15px;
    }

li.presented a {
	float: right;
	font-size: 0.9em;
	color: #FFF;
	line-height: 3.2em;
	padding-right: 30px;
     }

nav a:hover{color: #FFF;}

/*-- SNSボタン --*/

.snsline{
	float: left;
	margin-top: 5px;
}

.snslineBlog{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
.facebook {
	float: left;
	width: 110px
	}

.google {
	float: left;
	width: 36px;
	}

.twitter {
	float: left;
	width: 80px !important;
	}


/*-- コンテンツ --*/

/*--本文　タイトル指定--*/
div.single-item h2.post-title {
	font-size: 2.0em;
	line-height: 2.0em;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-bottom: 8px;
	clear: left;
}

div.post-body {
	margin-top: 15px;
	margin-bottom: 30px;
}

#Content {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: -ms-linear-gradient(top, #C9D5DA 0%, #EBEEEE 30%);
	background-image: -moz-linear-gradient(top, #C9D5DA 0%, #EBEEEE 30%);
	background-image: -o-linear-gradient(top, #C9D5DA 0%, #EBEEEE 30%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C9D5DA), color-stop(0.3, #EBEEEE));
	background-image: -webkit-linear-gradient(top, #C9D5DA 0%, #EBEEEE 30%);
	background-image: linear-gradient(to bottom, #C9D5DA 0%, #EBEEEE 30%);
	}

.wrapper03 {
	width: 96%;
	/*-- min-width:1162px; --*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 30px;
	overflow: hidden;
}

p.post-meta,
p.comment-meta {
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	clear: both;
}




/*-- フッター --*/
footer {
	width: 100%;
	background-color: #FF8000;
	}

#wrapper04 {
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

.banners {
	float: left;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: 20px;
	padding: 0px;
}
.banners img {
	vertical-align:top;
}

address {
	width: 252px;
	height: 70px;
	margin-top: 30px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	float: left;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #FFF;
	font-style: normal;
	margin-right: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 30px;
}

.copywrite {
	width: 220px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #FFF;
	float: right;
	word-wrap: break-word;
	text-align: right;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}

/*-- ブログ サイドバー --*/

.wrapperSide {
	float: left;
	width: 318px;
	margin-right: 30px;
}

.sideMenu {
	width: 290px;
	margin-bottom: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	background-color: #FFF;
	box-shadow: 2px 2px 2px #ccc;
	padding: 14px;
}

.sideMenuWiget {
	width: 318px;
	margin-bottom: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);
	background-color: #FFF;
	box-shadow: 2px 2px 2px #ccc;
}

.sideMenuWiget img {
	vertical-align:top;
}


.sideMenu h1 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding-bottom: 8px;
}

.sideMenu p {
	font-size: 1.0em;
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	}

ul.categoryList {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 8px;
	margin-left: 8px;
	list-style-position: inside;
	}

ul.categoryList2 {
	list-style-position: inside;
	list-style-image: url(img/listfwS.png);
	margin-left: 15px;
	}

.sideMenu .center {
	display:block;
    margin: 0 auto;
    text-align: center;
	}

/*-- ブログ 記事 --*/



/* --- 固定ページ EATGYMについて、プログラム --- */
div.single-item h2.post-title {
	font-size: 2.0em;
	line-height: 2.0em;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-bottom: 8px;
	clear: left;
}

/* --- About --- */

#aboutEat h2 {
	font-size: 3.6em;
	line-height: 2.4em;
	color: #FF8000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#aboutEat h3 {
	font-size: 1.8em;
	line-height: 2em;
	color: #FF8000;
}

#aboutEat p {
	font-size: 1.1em;
	line-height: 1.9em;
	margin-top: 1.0em;
	margin-bottom: 1.3em;
}

table#aboutTable {
	width: 80%;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.1em;
	border-collapse: collapse;
	background-color: #FFEABC;
}

table#aboutTable th {
	border: 4px solid #fff;
	padding: 8px;
	text-align: left;
}
table#aboutTable td {
	border: 4px solid #fff;
	padding: 8px;
}

/* --- Program --- */

#programEat img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px;
	border: 7px solid #FFF2D5;
	background-color: #FFF;
}

#programEat h2 {
	font-size: 3.4em;
	color: #FF8000;
	border: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#programEat h3 {
	font-size: 1.8em;
	color: #FF8000;
	padding: 0px;
	border: 0px;
	border-style: none;
}


#programEat h4 {
	font-size: 1.6em;
	color: #666;
	margin-top: 0.5em;
	margin-bottom: 1.3em;
}

#programEat h5 {
	font-size: 1.1em;
	color: #666;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: bold;
}

#programEat p {
	font-size: 1.1em;
	margin-bottom: 2.0em;
}


#programTable {
	width: 900px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1.1em;
	border-collapse: collapse;
	background-color: #FFEABC;
	line-height: 1.8em;
}

#programTable td {
	border: 4px solid #fff;
	padding: 8px;
	text-align: left;
}

#programTable td.bgfff {
	background-color: #fff;
}

#programProfile {
	width: 800px;
	margin-top: 15px;
}

#programProfile td {
	border: 4px solid #fff;
	vertical-align: top;
	text-align: left;
}

#programProfile p {
	font-size: 1.0em;
	color: #666;
	margin-right: 20px;
	width: 510px;
	display: block;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	margin-bottom: 0px;
	line-height: 1.5em;
}

#programProfile h6 {
	font-size: 1.3em;
	padding: 0px;
	text-align: left;
}

#programProfile img {
	border: 0px none #FFF;
	margin: 0px;
	padding: 0px;
}</pre></body></html>