/*
Theme Name:Food-Page Theme
Theme URI:
Description:フードページのテーマ
Author:ホームネットHD
Author URI:http://www.homenet-hd.co.jp/
Version:1.0
*/

/* ++++++ 全体のデザイン ++++++ */
body {
	text-align: center;
	margin: 0px;
	font-size: 12px;
	line-height: 200%;
	color: #666666;
	padding: 0px;
	background-image: url(images/bg_head_wood.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1,h2,h3,ul,ol,li,dl,dt {
	margin: 0px;
	padding: 0px;
}
h1 {
	z-index: 1;
	font-size: 10px;
	top: 0px;
	position: absolute;
	color: #EBEBEB;
	text-align: left;
	line-height: 125%;
	width: 790px;
	padding: 5px;
}
li {
	list-style-type: none;
}

.li_disc {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.li_bottom {
	margin-bottom: 10px;
}
dt {
	font-size: 14px;
	font-weight: bold;
}

a:link    {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
a:hover   {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
a:active  {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
.float_right {
	float: right;
	margin-left: 20px;
}
.float_left {
	float: left;
	margin-right: 20px;
}
.td_cat {
	font-weight: bold;
	text-align: center;
	width: 150px;
}
.tr_grey {
	background-color: #f2f2f2;
}
.td_orange {
	font-weight: bold;
	color: #FF9900;
	text-align: center;
	width: 150px;
}
/* ++++++ headerのデザイン ++++++ */
#header {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
	width: 800px;
}

/* ++++++ naviのデザイン ++++++ */

#navi_01 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_navi_01.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ++++++ flashのデザイン ++++++ */
#flash {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ++++++ contentsのデザイン ++++++ */
#copy {
	background-image: url(images/bg_dot.gif);
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#left {
	float: left;
	width: 560px;
	vertical-align: top;
	text-align: left;
}
#left p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#news {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
}
#news_title {
	font-weight: bolder;
	line-height: 125%;
}


.td_box_boader {
	border: 1px solid #999999;
}
.td_box_back {
	background-color: #f2f2f2;
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contents_sita {
	clear: both;
	float: none;
}

/* ++++++ sidebarのデザイン ++++++ */
#sidebar {
	float: right;
	width: 220px;
	vertical-align: top;
}

/* ++++++ c_boxのデザイン ++++++ */
#c_box {
	background-image: url(images/c_box_bg.jpg);
	background-repeat: no-repeat;
	width: 520px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	height: 230px;
}
#c_box table {
	margin-top: 15px;
}
#c_box_text {
	text-align: left;
	padding-right: 15px;
}

/* ++++++ blogのデザイン ++++++ */
#blog {
	text-align: left;
}
#blog a:link    {
	text-decoration: none;
	color: #666666;
}
#blog a:visited {
	text-decoration: none;
	color: #666666;
}
#blog a:hover   {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
#blog a:active  {
	font-weight: bold;
	text-decoration: underline;
	width: 200px;
	color: #FF0000;
}
#blog_site_title {
	font-size: 14px;
	font-weight: bolder;
	background-image: url(images/list_01.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding-left: 28px;
}
#blog_kiji_title {
	font-size: 10px;
	padding-left: 28px;
}

/* ++++++ footerのデザイン ++++++ */
#footer {
	background-image: url(images/bg_foot.jpg);
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
	height: 55px;
	line-height: 150%;
}
.service_more {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

/* ++++++ カンパニー部分のデザイン ++++++ */
.company_01 {
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.company_02 {
	text-align: left;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.company_03 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.company_map {
	text-align: left;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 20px;
}
#table{
	line-height: 125%;
	font-size: 12px;
}
#table th{
	background-color: #F2EADD;
	color: #000000;
	width: 150px;
	text-align: center;
}

