@charset "UTF-8";

/*全体の設定*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12pt;
	background-image: url(../image/369.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
	color: #777465;
}
a:visited {
	color: #777465;
}

a:hover {
	color: #FF3300;
}

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

.clear {
 clear:both;
}

.dot_line {
	height: 0px;
	width: 680px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #777465;
	margin-bottom: 10px;
}

.twitter {
	width:220px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

/*文字・段落の設定*/
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
/*コンテナ（枠）の設定*/
#container {					/*全体の枠*/
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#container_inner {				/*全体の枠（内側）*/
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../image/con_bg.jpg);
	background-repeat: repeat-y;
}

/*ヘッダー部分の設定*/
#header {
	height: 50px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	background-color: #FFFFFF;
}

#header h1 {
	background-image: url(../image/home_page.png);
	height: 41px;
	padding-left: 48px;
	background-repeat: no-repeat;
	margin-left: 5px;
	color: #996600;
	font-size: 180%;
	padding-top: 7px;
	margin-top: 0px;
	float: left;
}
#header h2 {
	font-size: 80%;
	font-weight: normal;
	color: #777465;
	text-align: right;
	float: right;
	margin-right: 10px;
	padding-top: 15px;
}

#header_menu {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

.m01 {
	width: 156px;
	height: 38px;
	padding-top:6px;
	text-align: center;
	background-repeat: no-repeat;
}

.m02{
	width: 156px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 38px;
	padding-top:6px;
	text-align: center;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
}

.m03{
	width: 156px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 38px;
	padding-top:6px;
	text-align: center;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
}

.m04{
	width: 156px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 38px;
	padding-top:6px;
	text-align: center;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
}

.m05{
	width: 156px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 38px;
	padding-top:6px;
	text-align: center;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
}

.m06{
	width: 155px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 38px;
	padding-top:6px;
	text-align: center;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
}


#photo {						/*写真の枠*/
	width: 940px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #777465;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #777465;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

/*コンテンツ部分の設定*/
#main {
	float: left;
	width: 680px;
	padding: 0px;
	margin-right: 10px;
}
#main hr {
	margin-top: 0px;
	color: #777465;
}
#main h2 {
	font-size: 120%;
	color: #777465;
	background-image: url(../image/favorite.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 26px;
	height: 27px;
	margin-top: 5px;
	padding-bottom: 2px;
	font-weight: normal;
	width: 654px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #777465;
}
#main h3 {
	color: #777465;
	background-image: url(../image/create_new_page.png);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 100%;
	height: 24px;
	padding-bottom: 2px;
	width: 305px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #777465;
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 10px;
}
#main p {
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
	margin-top: 10px;
	font-weight: normal;
	text-align: justify;
}
#main p img {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
}
#main .news {
	float: left;
	width: 330px;
	margin-right: 10px;
}
#main .news li {
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777465;
}
#main .favolit {
	float: right;
	width: 330px;
	margin-left: 10px;
}
#main .favolit p {
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
}
#main .favolit img {
	float: left;
	margin-right: 10px;
}

.midBox1 {
	margin-bottom:20px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777465;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #777465;
}

.midBox1 img {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#side_menu h2 {
	color: #FFFFFF;
	font-size: 100%;
	background-color: #777465;
	text-align: center;
	border: 3px double #FFFFFF;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
}

/*サイドメニュー（右側）の設定*/
.img_food {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	width: 220px;
	margin-right: auto;
	border: 1px solid #777465;
}
#side_menu_inner h3 {
	color: #333333;
	margin-left: auto;
	font-size: 90%;
	font-weight: normal;
	width: 220px;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777465;
}
#side_menu_inner p {
	margin-left: auto;
	color: #666666;
	font-size: 75%;
	line-height: 1.5em;
	width: 220px;
	margin-right: auto;
}
#side_menu {
	float: right;
	width: 240px;
	margin-left: 10px;
	background-color: #F9FFE4;
}
#side_menu_inner {
	background-color: #F9FFE4;
	width: 238px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#side_menu_inner li {
	font-size: 70%;
	line-height: 1.5em;
	color: #666;
	list-style-type: none;
	font-weight: normal;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

#side_menu_inner li h4 {
	font-size: 100%;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}

#side_menu .sid_dot {
	height: 1px;
	width: 220px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #777465;
}

/*フッターの設定*/
#footer {
	width: 940px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #929084;
	margin-top: 20px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 90%;
	color: #333333;
}

/*サブページの設定*/
#sub_photo {						/*写真の枠*/
	width: 940px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #777465;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #777465;
	background-color: #FFFFFF;
}

/*ムビーの設定*/
.movie {
        text-align: center;
        margin-top: 5px;
}

