@charset "UTF-8";


/*全体---------------------*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body,td,th {
	font-size: small;
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	background: url(../img_common/img_bg_main.jpg) repeat-x;
	margin: 0px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.4em;
}
h4 {
	border-left: 5px solid #3399FF;
	color: #0066FF;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
	font-size: medium;
}
p {
	line-height: 140%;
	margin-bottom: 0.8em;
}
ul.list_style {
	margin-bottom: 1.5em;
	display: block;
}
ul.list_style li {
	list-style-type: none;
	padding-left: 1em;
	margin-bottom: 0.2em;
	background: url(../img_common/arrow_blue.gif) no-repeat 0 0.45em;
}
ol.no_list {
	margin-bottom: 1em;
	margin-left: 2em;
}
ol.no_list li {
	margin-bottom: 0.2em;
}

.clear {
	height: 0;
	clear: both;
}
.clear5 {
	height: 5px;
	clear: both;
}
.clear10 {
	height: 10px;
	clear: both;
}
.clear15 {
	height: 15px;
	clear: both;
}
.clear30 {
	height: 30px;
	clear: both;
}

.img_l {
	margin: 0  2.5em 1em 0;
	float: left;
}
.img_r {
	margin: 0 0 1em 2.5em;
	float: right;
}
.img_r_2 {
	margin: 0 3em 1em 2.5em;
	float: right;
}
.img_btm_spe {
	margin-bottom: 1.4em;
}
.txt_title_B_blue {
	color: #0066FF;
	margin-bottom: 0.6em;
	font-size: medium;
	font-weight: bold;
}
.txt_title_B_black {
	color: #333333;
	margin-bottom: 0.6em;
	font-size: small;
	font-weight: bold;
}
.txt_red {
	color: #CC0000;
	font-weight: bold;
}
.txt_red_n {
	color: #CC0000;
	font-weight: normal;
}
.txt_navyblue {
	color: #000066;
}
.txt_navyred {
	color: #FF0000;
}
div#wrapper {
	width: 1180px;
	display: block;
	margin: 0 auto;
}

/*ヘッダー-----------------*/
div#header {
	width: 1180px;
	display: block;
}
h1#mothers a {
	background: url(../img_common/img_logo.jpg) left top no-repeat;
	width: 260px;
	height: 88px;
	text-indent: -10000px;
	float: left;
	display:block;
	overflow: hidden;
}
div#header_img {
	width: 920px;
	display: block;
	height: 88px;
	float: right;
}

/*グローバルナビ---------------------*/
div#g_navi_area {
	display: block;
	clear: both;
}
ul#g_navi {
	width: 1180px;
	display: block;
}
ul#g_navi li {
	list-style-type: none;
	text-indent: -10000px;
	float: left;
}
ul#g_navi li a {
	display: block;
	height: 36px;
	border: none;
	background: url(../img_common/g_navi.jpg) no-repeat;
}
ul#g_navi li#news a {
	background-position: 0 0;
	width: 273px;
}
ul#g_navi li#news a:hover {
	background-position: 0 -36px;
	width: 273px;
}
ul#g_navi li#products a {
	background-position: -273px 0;
	width: 125px;
}
ul#g_navi li#products a:hover {
	background-position: -273px -36px;
	width: 125px;
}
ul#g_navi li#edument a {
	background-position: -398px 0;
	width: 125px;
}
ul#g_navi li#edument a:hover {
	background-position: -398px -36px;
	width: 125px;
}
ul#g_navi li#recipe a {
	background-position: -523px 0;
	width: 125px;
}
ul#g_navi li#recipe a:hover {
	background-position: -523px -36px;
	width: 125px;
}
ul#g_navi li#support a {
	background-position: -648px 0;
	width: 125px;
}
ul#g_navi li#support a:hover {
	background-position: -648px -36px;
	width: 125px;
}
ul#g_navi li#aboutus a {
	background-position: -773px 0;
	width: 125px;
}
ul#g_navi li#aboutus a:hover {
	background-position: -773px -36px;
	width: 125px;
}
ul#g_navi li#members a {
	background-position: -898px 0;
	width: 282px;
}
ul#g_navi li#members a:hover {
	background-position: -898px -36px;
	width: 282px;
}

/*パンくずリスト-------------------------------*/
div#pagenavi {
	background: url(../img_common/img_page_topspace.jpg) no-repeat;
	width: 1180px;
	height: 45px;
	display: block;
	clear: both;
	padding: 5px 0 0 160px; 
}
div#pagenavi p {
	margin: 0;
	padding: 1.6em 0 0 0;
	color: #666666;
	font-size: x-small;
}


/*メインページのレイアウト*--------------------*/

div#main {
	width: 860px;
	display: block;
	background: url(../img_common/img_main_bg.jpg) repeat-y;
	padding: 0 160px 20px 160px;
}

/*ローカルナビエリア----------------*/
div#l_navi {
	width: 190px;
	display: block;
	float: left;
}
div#page_contents {
	width: 620px;
	display: block;
	float: right;
}

/*ページアップ----------------------*/
div#pageup {
	text-align: right;
	margin-top: 1em;
	display: block;
}
div#pageup img {
	border: none;
	overflow: hidden
}

/*フッターエリア--------------------*/
div#footer {
	width: 1180px;
	display: block;
	clear: both;
}
h6#company {
	background: url(../img_common/img_footer_logo.jpg) left no-repeat;
	width: 450px;
	height: 44px;
	text-indent: -10000px;
	float: left;
}
.foot_img {
	float: left;
}
img#privacy {
	float: left;
	border: 0;
}
div#copy {
	width: 1060px;
	text-align: right;
	height: 10px;
	padding: 0 120px 10px 0;
}





table.data_table {
	border-collapse: collapse;
	margin-bottom: 6px;
}
table.data_table th {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background-color: #E7ECF9;
	white-space: nowrap;
	padding: 4px;
	text-align: left;
}
table.data_table td {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

div.blue_border {
border: 1px dotted #7EA7FF;
}
table#works_day {
	border-collapse: collapse;
	border: none;
	border-top: 1px dotted #7EA7FF;
}
table#works_day td {
	padding: 10px 10px 10px 0;
	border-bottom: 1px dotted #7EA7FF;
	vertical-align: middle;
}


table.table_blog {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 6px;
}
table.table_blog th {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background-color: #E7ECF9;
	white-space: nowrap;
	padding: 3px;
}
table.table_blog td {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.td_color {
	background-color: #E7ECF9;
}

