@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	background: #f8f8f8;
}
a {
	color:#4f4b43;
	text-decoration:none;
}
a:hover {
	color:#837d72;
}
a:active, a:focus {
	outline: 0;
}
img {
	border:0;
}
.clear {
	clear:both;
}
/*************
全体
*************/
#wrapper {
	margin: 0 auto;
	padding: 0 20px;
	width: 910px;
}
/*************
/* ヘッダー
*************/
#header {
	background: url(img/header.png) no-repeat 100% 30px;
	height: 80px;
}
#header h1 {
	color: #333;
	padding: 3px 0 5px;
	font-size: 10px;
	font-weight: normal;
}

#header img {
	margin-top: 10px;
}
/*************
/* トップナビゲーション
*************/
ul#topnav {
	margin: 15px 0;
	width: 910px;
	height: 31px;
	background:url(img/topnav.png) no-repeat 0 0;
}
ul#topnav li {
	float:left;
	list-style:none;
	width:130px;
}
ul#topnav a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 46px;
	background:url(img/topnav.png) no-repeat;
}
ul#topnav a#home {
	background-position:0 0;
}
ul#topnav a#about {
	background-position:-130px 0;
}
ul#topnav a#menu {
	background-position:-260px 0;
}
ul#topnav a#faq {
	background-position:-390px 0;
}
ul#topnav a#map {
	background-position:-520px 0;
}
ul#topnav a#blog {
	background-position:-650px 0;
}
ul#topnav a#link {
	background-position:-780px 0;
}
ul#topnav a#home:hover, ul#topnav li.active a#home {
	background-position:0 -46px;
}
ul#topnav a#about:hover, ul#topnav li.active a#about {
	background-position:-130px -46px;
}
ul#topnav a#menu:hover, ul#topnav li.active a#menu {
	background-position:-260px -46px;
}
ul#topnav a#faq:hover, ul#topnav li.active a#faq {
	background-position:-390px -46px;
}
ul#topnav a#map:hover, ul#topnav li.active a#map {
	background-position:-520px -46px;
}
ul#topnav a#blog:hover, ul#topnav li.active a#blog {
	background-position:-650px -46px;
}
ul#topnav a#link:hover, ul#topnav li.active a#link {
	background-position:-780px -46px;
}
li.active a#home {
	background-position:0 -42px;
}
li.active a#guide {
	background-position:-213px -42px;
}
li.active a#faq {
	background-position:-429px -42px;
}
li.active a#mp {
	background-position:-573px -42px;
}
/*************
メイン（右側）コンテンツ
*************/
#main {
	float: right;
	width: 618px;
	padding: 25px 0;
	display: inline;
	line-height:1.5;
}
#mainimage {
	margin-top: 30px;
}
#main h2 {
	margin:0 0 10px;
	padding: 8px 10px 8px 30px;
	line-height: 24px;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	background:url(img/icon_h2.gif) no-repeat 10px center #e78900;
	position:relative;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main h2 span {
	position:absolute;
	right:10px;
	border:10px;
}
#main h3 {
	font-size: 13px;
	line-height: 30px;
	padding-left: 15px;
	margin-top: 10px;
	letter-spacing: 0.2em;
	color: #4f4b43;
	border-bottom: 1px solid #ccc;
}
#main p {
	padding: 15px 15px 15px 20px;
}
/* 画像を右に回りこみ */
#main p.withImage {
	width: 598px;
	margin: 20px 0 0 10px;
	padding: 5px 0;
}
#main p.withImage img {
	float: right;
	margin-left: .5em;
}
#date {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight:bold;
	color:#4f4b43;
}
#next {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.box_img_border {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: 1px;
}
/* フッター共通 */
.box {
	float: left;
	width: 195px;
	margin: 20px 16px 10px 0;
	line-height: 1.2;
}
#main .box p {
	padding:0;
}

.box_img {
	padding: 0px 0px 10px 0px;
	margin-top:10px;

}
.box.last {
	margin-right:0;
}
/* ボタン */
#main p.button {
	text-align: center;
	padding: 10px 0;
}
#main p.button a {
	display:block;
	line-height: 32px;
	background: url(img/button.png) no-repeat;
	margin:0;
}
#main p.button a {
	color:#fff;
}
#main p.button a:hover {
	color:#fff;
}
#main p.button a:hover {
	cursor:pointer;
	background-position: 0 -32px;
}
/* メインとフッターのリスト位置調節 */
#main ul, #footer ul {
	margin-left: 20px;
}
#main li, #footer li {
	margin-bottom: 3px;
}

/* テーブル */

#main .tbl {
	padding:20px 20px 30px;
	width:580px;
	overflow:hidden;
}

#main table {
	width:100%;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}

#main th {
	background:#f3f3f3;
	text-align:left;
	line-height:24px;
	padding:5px 10px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	white-space:nowrap;
}
#main td {
	line-height:24px;
	padding:5px 10px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

/* 車いす */
#main.wheel h3 {
	background:url(img/bg_subttl.gif) no-repeat 0 0;
	width:558px;
	padding:10px;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:0 0 0 20px
}
#main.wheel .inner {
	background:#fff;
	margin:0 0 20px 20px;
	width:536px;
	padding:20px;
	border:solid 1px #ffdead;
}
#main.wheel h4 {
	color:#e78900;
	font-size:16px;
	line-height:24px;
	padding:0 0 0 20px;
	background:url(img/icon_01.gif) no-repeat left 7px;
}
#main.wheel .bdb {
	border-bottom:dotted 1px #e78900;
	margin:0 0 15px;
}
#main.wheel p {
	width:501px;
	overflow:hidden;
}

/* お知らせ */

#main li.inf {
	background: url(img/list.png) no-repeat 0 50%;
	display: block;
	list-style: none;
	padding-left:15px;
}


/* 介護食品・栄養補助食品 */
#main ul.carefood {
	margin-left:35px;
	font-weight:bold;
	color: #F60;
	}



/*************
サイド（左側）コンテンツ
*************/
#sidebar {
	float: left;
	width: 265px;
	padding: 20px 0;
}
#sidebar p {
	margin-bottom: 20px;
}
#sidebar h3 {
	margin:5px 0 0;
	padding: 8px 10px 8px 30px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background:url(img/icon_h2.gif) no-repeat 10px center #e78900;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sidebar ul {
	margin:0 0 30px;
	padding: 10px 0 0 5px;
}
#sidebar li {
	margin: 0 10px 10px 5px;
	list-style: none;
	border-bottom: 1px dotted #dcdcdc;
}
#sidebar li a {
	background: url(img/list.png) no-repeat 0 50%;
	display: block;
	padding-left:15px;
}
#sidebar li a:hover {
	background-position: 3px 50%;
}
/*************
/* フッター
*************/
#footer {
	clear:both;
	padding: 10px 0 10px;
	border-top: 1px solid #e6e4d9;
}
#footer .inner {
	overflow: hidden;
}
* html #footer .inner {
	height:1%;
}
#footer #logo {
	float:left;
	padding: 10px 0 5px;
	width: 292px;
}
address {
	padding: 20px 0 43px;
	text-align: center;
	font-style:normal;
	font-size: 12px;
	clear:both;
	display:block;
}


/*************
/* 汎用
*************/
.mb20 {margin-bottom:20px !important;}
.mt20 {margin-top:20px !important;}
.ml20 {margin-left:20px !important;}

.w150 {width:150px !important}
.w350 {width:350px !important}

.tar {text-align:right !important;}

.fll {float:left !important;}
.flr {float:right !important;}

.hr {margin:10px 0 10px 0; text-align:center !important;}

.fm {font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;}

.red {color:#F30 !important}
.orange {color:#e78900; font-weight:bold !important}