@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
 text-align: center;
	font-size: 75%;
	font-family: Verdana,Osaka,sans-serif;
	line-height: 1.5;
	color: #333;
	background: #F7F6F1 url(../images/body_bg.gif) top repeat-y;
}
a {
	color: #006699;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
}
#header {
 position: relative;
	width: 100%; /* for WIN IE6*/
 height: 93px;
	background: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
}
#logo {
 position: absolute;
	left: 0px;
	margin: 0px;
}
#fontsize {
	position: absolute;
	right: 0px;
	margin: 20px 20px;
	text-align: right;
}
#flash {
 padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #CCCCCC;
}

/* 3段組レイアウト
---------------------------------------------*/
#container {
 float: left;
	width: 730px;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
#primary {
	float: left;
	width: 168px;
	margin: 0px 0px;
}
#secondary {
	float: right;
	width: 540px;
	margin: 16px 0px;
}

/* サイドメニュー（プライマリー）: list
---------------------------------------------*/
#primary .list {
	margin-bottom: 20px;
}
#primary .list h1 {
	padding: 6px 5px 6px 15px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #006699;
}
#primary .list li {
	margin: 8px 0px;
	padding: 0px 0px 4px 28px;
	background: url(../images/arrow_01.gif) left bottom no-repeat;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}
#primary .list li a {
 text-decoration: none;
}
#primary .list h2 {
	margin: 20px 0px;
	padding: 0px 0px 4px 12px;
}
#primary .banner {
 text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
}
#primary .banner p {
	margin-bottom: 15px;
}

/* サイドメニュー（プライマリー）: open
---------------------------------------------*/
#primary .open {
	margin-bottom: 20px;
}
#primary .open h1 {
	margin: 8px 0px;
	padding: 0px 0px 4px 24px;
	background: url(../images/arrow_01.gif) left bottom no-repeat;
	color: #FF6600;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: normal;
}
#primary .open ul {
	list-style: none;
}
#primary .open li { 
	padding: 0px 0px 4px 24px;
 background: url(../images/arrow_066.gif) left top no-repeat;
	color: #FF6600;
}
#primary .open a {
 color: #666666;
 text-decoration: none;
}
#primary .open a:hover {
 color: #000000;
}


/* ボディー内容（セカンダリー）
---------------------------------------------*/
#secondary .pagetop {
	text-align: right;
 margin: 50px 5px 30px 375px;
}
#topics_btn {
	position: relative;
	text-align: center;
	width: 540px;
}
#topics_btn_text {
	position: absolute;
	left: 200px;
	top: 4px;
	text-align: center;
	color: #006699;
	font-size: 13px;
	font-weight: bold;
}
#topics_btn_text a{
	color: #006699;
	text-decoration: none;
}
#topics_btn_text a:hover{
	color: #333;
	text-decoration: underline;
}
#topics_btn_02 {
	position: relative;
	text-align: center;
	width: 540px;
}
#topics_btn_text_02 {
	position: absolute;
	left: 220px;
	top: 4px;
	text-align: center;
	color: #006699;
	font-size: 13px;
	font-weight: bold;
}
#topics_btn_text_02 a{
	color: #006699;
	text-decoration: none;
}
#topics_btn_text_02 a:hover{
	color: #333;
	text-decoration: underline;
}


/* コンテンツ（セカンダリー）: list01
---------------------------------------------*/
#secondary .list01 {
	margin-bottom: 5px;
}
#secondary .list01 p {
 color: #FF6600;
	margin: 0px;
	padding-bottom: 8px;
}
#secondary .list01 p a {
 color: #666666;
 text-decoration: none;
}
#secondary .list01 p a:hover {
 color: #000000;
}

/* コンテンツ（セカンダリー）: list02
---------------------------------------------*/
#secondary .list02 {
	margin-bottom: 20px;
}
#secondary .list02 h2 {
 height: 39px;
	margin-bottom: 10px;
	padding: 11px 0px 0px 24px;
	color: #FFFFFF;
	font-weight: normal;
	background: url(../images/title_bg_01.gif) left top no-repeat;
}
#secondary .list02 h3 {
 padding: 10px 6px 10px 6px;
	color: #006699;
	border-bottom: 1px dotted #CCCCCC;
}
#secondary .list02 h4 {
 padding: 10px 6px 2px 6px;
	color: #FF6600;
	font-weight: normal;
}
#secondary .list02 h5 {
 padding: 10px 6px 10px 6px;
	color: #FF6600;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
}
#secondary .list02 p {
 padding: 6px 6px 6px 6px;
 margin-bottom: 10px;
}
#secondary .list02 p a {
 color: #006699;
 text-decoration: none;
}
#secondary .list02 p a:hover {
 color: #000000;
}
#secondary .list02 ul {
 padding: 10px 0px;
	list-style: none;
}
#secondary .list02 ul li {
	padding-left: 12px;
 color: #666666;
/*---	background: url(../images/arrow_11.gif) left top no-repeat; */
}


/* コンテンツ（セカンダリー）: list03
---------------------------------------------*/
#secondary .list03 {
	margin-bottom: 20px;
}
#secondary .list03 h1 {
 margin: 8px 0px 8px 0px;
 padding: 5px 0px;
	text-align: center;
	font-size: 140%;
}
#secondary .list03 h2 {
 padding: 5px 4px;
	text-align: right;
	font-weight: normal;
}
#secondary .list03 h3 {
 margin: 15px 0px 0px 0px;
 padding: 0px 0px;
}
#secondary .list03 h4 {
 margin: 15px 0px 0px 0px;
	text-align: center;
}
#secondary .list03 p {
 padding: 4px 4px;
 text-align: right;
 color: #006699;
}
#secondary .list03 p a{
 color: #006699;
 text-decoration: none;
}
#secondary .list03 ul {
 margin: 3px 0px;
}
#secondary .list03 li {
 margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
 background: url(../images/arrow_06.gif) left bottom no-repeat;
}

/* コンテンツ（セカンダリー）: list04
---------------------------------------------*/

#secondary .list04 h5 {
 padding: 0px 6px 10px 6px;
	color: #FF6600;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
}

/* コンテンツ（セカンダリー）: list05
---------------------------------------------*/
#secondary .list05 {
	margin-bottom: 20px;
	margin-left: 10px;
}
#secondary .list05 table {	
 width: 520px; 
}
#secondary .list05 tr {
}
#secondary .list05 th {
	padding: 5px 5px;
text-align: left;
}
#secondary .list05 td {
	padding: 5px 5px;
}

/* コンテンツ（セカンダリー）:image
---------------------------------------------*/
#secondary .banner {
	margin: 0px 0px 0px 0px;
	padding: 0px 4px;
 float: left;
}
#banner02 {
	margin: 14px 0px 14px 14px;
	padding: 0px 4px 12px 0px;
 float: right;
}
.caption {
	margin: 5px 0px;
 color: #006699;
 font-size: 90%;
 text-decoration: none;
}
#secondary .photo {
	margin: 0px 0px 0px 170px;
}
#secondary .photo p {
	font-size: 110%;
 color: #666666;
	padding: 0px 5px;
}
#secondary .line {
	margin: 0px 0px 5px 0px;
	border-bottom: none;
}
#secondary .blue {
 color: #006699;
}
#secondary .orange {
 color: #FF6600;
}


/* コンテンツ（セカンダリー）: カレンダー02
---------------------------------------------*/

#calendar02 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#calendar02 table {
	width: 100%;
	margin: 0 auto;
}
#calendar02 caption {
	font-size: 120%;
	text-align: left;
	padding-bottom: 10px;
}
#calendar02 th,#calendar02 td {
	padding: 5px;
	text-align: left;
}
#calendar02 th {
	text-align: left;
	color: #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #DAD9D5;
}
#calendar02 td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_bg.gif) left bottom repeat-x
}
#calendar02 td a {
	display: block;
	width: 100%;
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
}
#calendar02 td a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}
#calendar02 p {
	text-align: left;
	padding: 0px 3px;
	margin: 10px 0px;
}
/* コンテンツ（セカンダリー）: カレンダー002
---------------------------------------------*/
#calendar002 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
#calendar002 table {
	width: 100%;
	margin: 0 auto;
}
#calendar002 caption {
	font-size: 120%;
	text-align: left;
	padding-bottom: 10px;
}
#calendar002 th,#calendar02 td {
	padding: 5px;
	text-align: left;
}
#calendar002 th {
	text-align: center;
	color: #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #DAD9D5;
}
#calendar002 td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_bg.gif) left bottom repeat-x;
	padding: 5px;
}
#calendar002 td a {
	display: block;
	width: 100%;
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
}
#calendar002 td a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}
#calendar002 p {
	text-align: left;
	padding: 0px 3px;
	margin: 10px 0px;
}

/* コンテンツ（セカンダリー）: 食品微生物
---------------------------------------------*/
.shoku_text {
	border-bottom: 1px dotted #CCCCCC;
}
#calendar_shoku {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
#calendar_shoku table {
	width: 100%;
	margin: 0 auto;
}
#calendar_shoku caption {
	font-size: 120%;
	text-align: left;
	padding-bottom: 10px;
}
#calendar_shoku th,#calendar02 td {
	padding: 5px;
	text-align: left;
}
#calendar_shoku th {
	text-align: center;
	color: #666666;
	border-right: 3px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background: #DAD9D5;
}
#calendar_shoku td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* コンテンツ（セカンダリー）: 腸内カレンダー002
---------------------------------------------*/
#calendar002_cho {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
}
#calendar002_cho table {
	width: 100%;
	margin: 0 auto;
}
#calendar002_cho caption {
	font-size: 120%;
	text-align: left;
	padding-bottom: 10px;
}
#calendar002_cho th,#calendar02 td {
	padding: 5px;
	text-align: left;
}
#calendar002_cho th {
	text-align: center;
	color: #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #DAD9D5;
}
#calendar002_cho td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_bg.gif) left bottom repeat-x;
	padding: 5px;
}
#calendar002_cho td a {
	display: block;
	width: 100%;
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
}
#calendar002_cho td a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}
#calendar002_cho p {
	text-align: left;
	padding: 0px 3px;
	margin: 10px 0px;
}

/* コンテンツ（セカンダリー）: 腸内カレンダー002サブ
---------------------------------------------*/
#calendar002_cho_sub {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
}
#calendar002_cho_sub table {
	width: 100%;
	margin: 0 auto;
}
#calendar002_cho_sub caption {
	font-size: 120%;
	text-align: left;
	padding-bottom: 10px;
}
#calendar002_cho_sub th {
	padding: 5px;
	text-align: left;
}
#calendar002_cho_sub th {
	text-align: center;
	color: #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #DAD9D5;
}

/* コンテンツ（セカンダリー）: 作業カレンダー
---------------------------------------------*/
#calendar_sagyou {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
}
#calendar_sagyou table {
	width: 100%;
	margin: 0 auto;
}
#calendar_sagyou caption {
	font-size: 120%;
	text-align: left;
	padding-bottom: 10px;
}
#calendar_sagyou th {
	text-align: center;
	color: #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #DAD9D5;
	padding: 5px;
	text-align: center;
}
#calendar_sagyou td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_bg.gif) left bottom repeat-x;
	padding: 5px;
	text-align: center;
}
#sub {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
}
#sub table {
	width: 100%;
	margin: 0 auto;
}
/* td　
---------------------------------------------*/
#sub01 {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_bg.gif) left bottom repeat-x;
	padding: 8px;
	text-align: center;
}
/* td　黄色
---------------------------------------------*/
#sub02 {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #fff5cc url(../life/sagyou/images/td_bg.gif) left bottom repeat-x;
	padding: 8px;
	text-align: center;
}
/* td　黒
---------------------------------------------*/
#sub04 {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px;
	text-align: center;
}
/* th
---------------------------------------------*/
#sub03 {
	text-align: center;
	color: #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #DAD9D5;
	padding: 5px;
	text-align: center;
}



/* コンテンツ（セカンダリー）: INDEXページ
---------------------------------------------*/
#index_box_01 {
	margin-bottom: 20px;
}
#index_box_01 a {
	text-decoration: none;
}
#index_box_01 a:visited {
	color: #006699;
	text-decoration: none;
}
#index_box_01 a:hover {
	color: #000000;
	text-decoration: none;
}
#text {
 	padding: 6px 6px 6px 6px;
}

.index_title{
	height: 42px;
	padding: 10px 0 0 35px;
	color: #006699;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../life/images/life_title_index.gif);
	background-repeat: no-repeat;
}
.index_box_02 {
	width: 260px;
	margin-bottom: 10px;
	color: #006699;
}
.index_box_02 ul {
 	padding: 6px 0px;
	list-style: none;
}
.index_box_02 li {
 	color: #006699;
 	padding: 0 0 0 13px;
	background: url(../images/arrow_09.gif) left top no-repeat;
	background-position: 0 3px;
 	text-decoration: none;
	margin: 0 0 3px 8px;
}
.img {
	margin : 5px 0 10px 10px;
 	float: right;
}
.img_sub {
	float: right;
}
/* コンテンツ（セカンダリー）: 中面
---------------------------------------------*/
.index_box_03 {
	margin: 0 0 10px 10px;
	color: #006699;
}
.index_box_03 ul {
 	padding: 6px 0px;
	list-style: none;
}
.index_box_03 li {
 	color: #006699;
 	padding: 0 0 0 13px;
	background: url(../images/arrow_09.gif) left top no-repeat;
	background-position: 0 3px;
 	text-decoration: none;
	margin: 0 0 3px 8px;
}
.tit_01 {
 	color: #006699;
 	padding-left: 12px;
	background: url(../images/arrow_13.gif) left top no-repeat;
	background-position: 0 3px;
 	text-decoration: none;
	margin-left: 4px;
}
.tit_01 a {
	color: #006699;
 	text-decoration: none;
}
.tit_01 a:hover {
	color: #000000;
	text-decoration: none;
}
.tit_01_sub {
 	color: #FF6600;
 	padding-left: 12px;
	background: url(../images/arrow_13.gif) left top no-repeat;
	background-position: 0 3px;
 	text-decoration: none;
}
.tit_01_sub a {
	color: #FF6600;
 	text-decoration: none;
}
.tit_01_sub a:hover {
	color: #000000;
	text-decoration: none;
}
.tit_02 {
 	color: #FF6600;
 	text-decoration: none;
	padding-left: 5px;
	margin-top: 10px;
}
.tit_02_text {
 	text-decoration: none;
	padding-left: 10px;
}
.tit_03 {
	color: #006699;
 	padding: 0 0 30px 13px;
	background: url(../images/arrow_09.gif) left top no-repeat;
	background-position: 0 3px;
 	text-decoration: none;
	margin: 0 0 3px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.tit_03 a {
 	text-decoration: none;
	color: #006699;
}
.tit_03 a:hover {
	color: #000000;
	text-decoration: none;
}
.tit_03_sub {
	color: #006699;
 	padding: 0 0 30px 13px;
	background: url(../images/arrow_09.gif) left top no-repeat;
	background-position: 0 3px;
 	text-decoration: none;
	margin: 0 0 3px 5px;
}
.tit_03_sub a {
 	text-decoration: none;
	color: #006699;
}
.tit_03_sub a:hover {
	color: #000000;
	text-decoration: none;
}
.tit_03_sub_01 {
	color: #006699;
 	padding: 0 0 5px 13px;
	background: url(../images/arrow_09.gif) left top no-repeat;
	background-position: 0 3px;
 	text-decoration: none;
	margin: 0 0 3px 5px;
}
.tit_03_sub_01 a {
 	text-decoration: none;
	color: #006699;
}
.tit_03_sub_01 a:hover {
	color: #000000;
	text-decoration: none;
}
.tit_03_text {
	padding: 6px 6px 6px 6px;
 	margin-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
.noro_text {
	padding: 6px 6px 6px 6px;
 	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.rezi_text {
	color: #FF6600;
	padding: 10px 0 10px 6px;
 	margin-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}
.chou_text {
	color: #006699;
	padding: 10px 0 10px 6px;
 	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}
.tit_04 {
	padding: 10px 6px 10px 6px;
	color: #006699;
	font-weight: bold;
}
.style1 {
	color: #006699;
	font-weight: bold;
	
}
.style2 {
	color: #006699;
	text-decoration: none;
	
}
.style3 {
	color: #FF6600;
	text-decoration: none;
}
.style4 {
	color: #FFCC66;
	text-decoration: none;
}
#calendar03 {
	margin-bottom: 15px;
}
.qa_text{
	margin-bottom: 15px;
}
.qa_text_sub {
 	padding-left: 6px;
 	text-decoration: none;
}


/* フッター
---------------------------------------------*/
#footer {
 clear: both;
	position: relative;
	color: #FFFFFF;
	background: #006699 url(../images/footer_bg.gif) top repeat-x;
	height: 250px;
}
#footer ul {
 list-style: none;
}
#footer p {
	position: absolute;
	font-size: 80%;
	left: 20px;
	top: 30px;
}
#footer p a {
 text-decoration: none;
	color: #FFFFFF;
}
#footer p a:hover {
	color: #003366;
}
#footernav01 {
	position: absolute;
	left: 20px;
	top: 50px;
}
#footernav02 {
	position: absolute;
	right: 20px;
	top: 80px;
}
#adobe {
	text-align: left;
	margin: 40px 0 0 5px;
}
#adobe a{
	color: #006699;
	text-decoration: none;
}
#adobe a:hover {
	color: #000000;
	text-decoration: none;	
}

