body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	position: relative;
	text-align:center;
	color:#333333;
}


/* フォントサイズ設定----------------

/* IE only */
body,td,th {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.3em;
	font-size: 12px;
}

/* Except IE */
html>body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.3em;
	font-size: 12px;
}

select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
/* 100%だとサファリで大きすぎるので */



/*-----フォントサイズ設定ここまで-----*/


/*各要素の幅リセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,blockquote {
	margin:0;
	padding:0;
}

/*画像ボーダーオフ*/
img {
	border:none;
}

/*テーブルボーダーcollapse、フォントサイズ継承*/
table {
	border-collapse:collapse;
	font-size:inherit;
}


/*--クリアフィックス--*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*基本リンク設定*/

a {
}
a:link {
	text-decoration: underline;
	color: #2963C6;
}
a:visited {
	text-decoration: underline;
	color: #2963C6;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
}


/* ヘッダー----------------*/
#main_body {
	width: 790px;
	margin:0px auto;
	text-align:center;
}



#head {
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 790px;
}

#head2 {
	background-image: url(images/head_bg2.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 790px;
}

#head_p {
	padding:0px 20px 0px 0px;
}


#head td,
#head2 td {
	color:#fff;
	line-height:1.2em;
}

#head table,
#head2 table {
	float:right;
}


#main_logo {
/*	z-index:99;*/
	text-align:left;
	position: absolute;
	top: 0px;
	left: auto;
	padding-left:18px; 
}

ul#menu {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type: none;
	float:right;

}

ul#menu li {
	padding:0px;
	margin:0px;
	float:left;
}


#menu1 {
	background-image: url(images/menu_1.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 123px;
	cursor: pointer;
}

#menu1 a,
#menu1 a:link,
#menu1 a:visited {
	display:block;
	height: 29px;
	width: 123px;
	background-image: url(images/menu_1.gif);
	background-repeat: no-repeat;
}

#menu1 a:hover,
#menu1 a:active {
	display:block;
	height: 29px;
	width: 123px;
	background-image: url(images/menu_1.gif);
	background-repeat: no-repeat;
}

#menu2 {
	background-image: url(images/menu_2.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 124px;
	cursor: pointer;
}

#menu2 a,
#menu2 a:link,
#menu2 a:visited {
	display:block;
	height: 29px;
	width: 124px;
	background-image: url(images/menu_2.gif);
	background-repeat: no-repeat;
}

#menu2 a:hover,
#menu2 a:active {
	display:block;
	height: 29px;
	width: 124px;
	background-image: url(images/menu_2.gif);
	background-repeat: no-repeat;
}

#menu_home {
	background-image: url(images/menu_home.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 126px;
	cursor: pointer;
}

#menu_home a,
#menu_home a:link,
#menu_home a:visited {
	display:block;
	height: 29px;
	width: 126px;
	background-image: url(images/menu_home.gif);
	background-repeat: no-repeat;
}

#menu_home a:hover,
#menu_home a:active {
	display:block;
	height: 29px;
	width: 126px;
	background-image: url(images/menu_home.gif);
	background-repeat: no-repeat;
}


#feed a,
#feed a:link,
#feed a:visited {
	display:block;
	height: 36px;
	width: 76px;
	background-image: url(images/menu_feed.gif);
	background-repeat: no-repeat;
}

#feed a:hover,
#feed a:active {
	display:block;
	height: 36px;
	width: 76px;
	background-image: url(images/menu_feed.gif);
	background-repeat: no-repeat;
}

#s_box {
	background-color: #3F700C;
	width:230px;
}

#s_box_p {
	padding:2px;
}

.s_box_l {
	float:left;
	width:180px;
}

.s_box_r {
	float:right;
	width:45px;
}



.font_color {
	width:174px;

	color:#696969;
}

input {
	padding:0px;
	margin:0px;
}

#head_tab p {
	padding:0px 25px 0px 0px;
}




/* メイン----------------*/

/* logo----*/

#top_main_bg {
	background-image: url(images/top_bg1.gif);
	background-repeat: repeat-y;
	width: 790px;
	margin:0px auto;
}



#top_main_bg_p {
	padding:5px 20px 0px 20px;
}

.logo {
	background-image: url(images/logo_ww2.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 72px;
	text-align:center;
	padding-top:1px;
	line-height:0px;
}

.logo_big {
	background-image: url(images/logo_w_big.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 147px;
	text-align:center;
}

.logo_bg {
	background-color:#FFFFFF;
	height: 80px;
	width: 139px;
	border: 1px solid #D7D7D7;
}


.logo_line {
	background-image: url(images/logo_line.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 139px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

.logo_bg p,
.logo_bg div {
	text-align:left;
	/*font-size:11px;
	line-height:14px;*/
}


.logo_bg p {
	padding:7px 12px 0px 12px;
	margin:0px;
}

.logo_bg div {
	padding:0px 12px 0px 12px;
	margin:0px;
}

div.logo_bg img {
	text-align:center;
	padding:0px;
	margin:5px auto 0px auto;
}


/*.logo_bg div {
	padding:4px 12px 0px 12px;
}*/

div.com_txt {
	padding:3px 10px 0px 10px;
	font-size:10px;
}

/*.com_txt {
	padding:7px 10px 0px 10px;
	font-size:10px;
}*/

.com_txt a:link,
.com_txt a:visited,
.com_txt a:hover,
.com_txt a:active {
	color:#7F7B5C;
}

.logo img {
	border: 1px solid #D7D7D7;
}


.w3 {
	width:3px;
	height:7px;
	font-size:0px;
	line-height:0px;
}

/* contens----*/

#conbg1 {
	background-image: url(images/cobg1.jpg);
	background-repeat: no-repeat;
	width: 790px;
	text-align:center;
}

#conbg1 table {
	margin:17px auto 11px auto;
}


#conbg2 {
	background-image: url(images/conbg2.jpg);
	background-repeat: no-repeat;
	width: 790px;
	font-size: 0px;
	line-height: 0px;
	height: 6px;
}

.content_bg1 {
	background-image: url(images/contents_bg1.gif);
	background-repeat: repeat-y;
	width: 237px;
/*	height:157px;*/
	text-align:left;
}

.content_bg1 div{
	width: 229px;
/*	height:157px;*/
	margin:0px;
	padding:0px;
}

.content_bg1 img {
	margin-left:3px;
}

.content_bg2 {
	background-image: url(images/contents_bg2.gif);
	background-repeat: no-repeat;
	width: 237px;
	font-size: 0px;
	line-height: 0px;
	height: 7px;
}

ul#con1,#con2,#con3 {
	list-style-type: disc;
	margin:0px 0px 0px 0px;
	padding:0px 10px 6px 32px;
/*	width:220px;*/
}

ul#con1 li,ul#con2 li,ul#con3 li {
	font-size:10px;
/*	margin-bottom:5px;*/
}

#con1 {
	color:#5DA14C;
	list-style-image: url(images/ten1.gif);
}

#con2 {
	color:#0C809C;
	list-style-image: url(images/ten2.gif);
}

#con3 {
	color:#0C809C;
	list-style-image: url(images/ten3.gif);
}


ul#con1 a:link,
ul#con1 a:visited {
	text-decoration: none;
	color: #5DA14C;
}

ul#con1 a:hover,
ul#con1 a:active {
	text-decoration: underline;
	color: #FFCC00;
}

ul#con2 a:link,
ul#con2 a:visited {
	text-decoration: none;
	color: #0C809C;
}

ul#con2 a:hover,
ul#con2 a:active {
	text-decoration: underline;
	color: #0C809C;
}

ul#con3 a:link,
ul#con3 a:visited {
	text-decoration: none;
	color: #0953A8;
}

ul#con3 a:hover,
ul#con3 a:active {
	text-decoration: underline;
	color: #0953A8;
}

.bana {
	margin:15px auto;

}


#fooder {
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	width:736px;
	margin:0px auto;
	text-align:center;
}

#copy_txt {
	color:#BBBBBB;
	font-size:10px;
	padding:10px 0px 20px 0px;
	text-align:center;
}




/* サイドメニュー----*/

#th_side_l {
	font-weight:normal;
	background-image: url(images/bg_l.gif);
	background-repeat: repeat-y;
}

.side_title {
	margin-bottom:4px;
}


#th_side_r {
	background-image: url(images/bg_r.gif);
	background-repeat: repeat-y;
}

.side_menu {
	width:165px;
	background-image: url(images/side_menu_bg.gif);
	background-repeat: repeat-y;
	text-align:left;
	margin-bottom:26px;
}

.side_menu p {
	background-image: url(images/side_ten.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:7px;
	color:#fff;
	padding:4px 3px 4px 12px;
}

.side_menu div {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/side_menu_line.gif);
	background-repeat: no-repeat;
	width: 165px;
	height:1px;
}

.side_menu p a:link,
.side_menu p a:visited {
	text-decoration: none;
	color: #fff;
}

.side_menu p a:hover,
.side_menu p a:active {
	text-decoration: underline;
	color: #FFCC00;
}

.h209 {
	height:123px;
	width:12px
}


/* メイン----------------*/

#main_wid {
	padding:12px 19px 20px 11px;

}

#main_wid2 {
	padding:12px 0px 20px 11px;

}

.table_txt {
	margin-left:74px;
	color:#444;
}


.table_txt div {
	margin-bottom:30px;
	line-height:1.5em;

}

.table_txt p {
	font-size:14px;
	color:#549612;
	padding-bottom:18px;
	font-weight:bold;
}

#bg_end {
	background-image: url(images/bg_end.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 790px;
}

.ma_top {
	padding-top: 7px;
}

#txt_waku1 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/txt_waku1.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 527px;
}

#txt_waku2 {
	background-image: url(images/txt_waku2.gif);
	background-repeat: repeat-y;
	width: 527px;
}

#txt_waku2 p{
	padding: 15px 20px;
	color:#797D66;
}

#txt_waku3 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/txt_waku3.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 527px;
}

#txt_box {
	padding: 15px 0px 10px 38px;
}


/* index3----------------*/

#title_table div {
	color:#494949;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	margin:5px 0px;
}

#title_table p {
	color:#549612;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}

.cont_p {
	padding:17px 27px 20px 63px;

}

.cont_p2 {
	margin-left:13px;
	padding:17px 0px 20px 0px;

}

.name_table {
	margin-bottom:15px;

}


.name_table img {
	border: 3px solid #EDEDED;
}

.name_table div {
	font-weight:bold;
	padding-bottom:10px;
}

.name_table p {
	color:#494949;

}

.comp_table {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B5E656;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B5E656;
	padding:1px 0px;
}

.comp_th {
	background-color:#F5F3F8;
	text-align:left;

}

.line {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/hasen.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
}

.comp_table p {
	padding:2px 5px 2px 10px;
}

.photo_table {
	margin:15px 0px 30px 0px;
}

.photo_table img {
	border: 3px solid #EDEDED;
}

.photo_table p{
	color:#72AE0E;
	padding:5px 0px;

}


.photo_line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

.title_img_bg {
	background-image: url(images/title_img_bg.gif);
	width:595px;
	height:49px;
}

.title_img_bg p{
	font-size:14px;
	font-weight:bold;
	color:#549610;
	padding:18px 10px 0px 73px;
}

.title_img_bg_txt {
	padding:0px 50px 20px 73px;
}
.qatext {
	padding:0px 10px 10px 73px;
}
.coment_table {
	margin-left:13px;
	background-color: #EDEDED;
	margin-bottom:20px;
}

.coment_table p {
	padding:10px;

}

.tophe {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:3px;
	padding-left: 12px;
	padding-right:20px;
	float:right;
	font-size:11px;
}

.tophe a:link,
.tophe a:visited {
	text-decoration: underline;
	font-weight:bold;
	color: #fff;
}

.tophe a:hover,
.tophe a:active {
	text-decoration: underline;
	font-weight:bold;
	color: #fff;
}

.clear {
	clear:both;
}


/* 070829 追加 ----------------*/
.txt14 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}

.t_txt1,
.t_txt2,
.t_txt3 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.t_txt1 {
	color:#5DA14C;
}

.t_txt2 {
	color:#0C809C;
}

.t_txt3 {
	color:#0953A8;
}

.h_txt1,
.h_txt2,
.h_txt3 {
	font-size:12px;
	text-align:left;
	padding-top:5px;
}

.h_txt1 {
	color:#5DA14C;
}

.h_txt2 {
	color:#0C809C;
}

.h_txt3 {
	color:#0953A8;
}


/* 一覧070830 ----------------*/
#category_title {
	padding:10px 0px 0px 0px;
}

.category_box {
	padding:24px 0px 0px 23px;

}

.photo_waku {
	border: 3px solid #EDEDED;
}

.company_name {
	font-weight:bold;
	font-size:13px;
	padding:5px 0px 5px 0px;
}

.president_name {
	font-weight:bold;
	font-size:12px;
	padding-bottom:2px;
}

.histry_txt {
	padding:3px 0px 0px 0px;
/*	line-height:1.5em;*/
}

.arrow_c {
	font-size: 14px;
	background-image: url(images/arrow_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	margin-bottom:10px;
}

.line_w {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/w_line.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
	margin-top:10px;
	margin-bottom:30px;
}



#txt_waku_a1 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/txt_waku1.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 540px;
}

#txt_waku_a2 {
	background-image: url(images/txt_waku2.gif);
	background-repeat: repeat-y;
	width: 540px;
}

#txt_waku_a2 p{
	padding: 15px 20px;
	color:#797D66;
}

#txt_waku_a3 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/txt_waku3.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 540px;
}

#txt_box_a {
	padding: 10px 0px 10px 10px;
}


.bana p {
	width:154px;
}
