@charset "UTF-8";


html {
}  
body {
	margin: 0px;
}  
img { border: 0px; }


.float_left {
	float: left;
}
.float_right {
	float: right;
}
.floatclear {
	clear: both;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.floatclear2 {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.floatclear3 {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.photo-h {
}
.photo-h :hover {
	filter: alpha(opacity=70);
	opacity: 0.7; }	


ul,li{
    list-style:none;
	margin:0;
	padding:0;
}
.ico_top {
	vertical-align: top;
}
.ico_middle {
	vertical-align: middle;
}


/*------ヘッダー ------------*/


#header {
	background-image: url(../images/header_pattern.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 160px;
}
#header_kakomi {
	width: 900px;
	height: 100px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}


#header_logo {
	float: left;
	height: 62px;
	width: 287px;
	margin-top: 19px;
	margin-bottom: 19px;
}

#header_right {
	float: right;
	margin-top: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}
#header_right a:link, #header_right a:visited {
	color: #1770B6;
	text-decoration: none;
}
#header_right a:hover{
	color: #53A1DE;
	text-decoration: underline;
}



#header_contact {
	width: 134px;
	height: 29px;
	margin-top: 5px;
	float: right;
}




#header_globalnavi {
	width: 900px;
	height: 60px;
	z-index: 9998;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

#header_globalnavi #nav {
	margin: 0px;
	padding: 0px;
}
#header_globalnavi #nav li {
	display: inline;
}
#header_globalnavi #nav li a {
	float: left;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(../images/global_navi.jpg);
}
#header_globalnavi #nav li#navi1 a {
	background-position: 0px 0px;
	width: 50px;
}
#header_globalnavi #nav li#navi2 a {
	background-position: -50px 0px;
	width: 170px;
}
#header_globalnavi #nav li#navi3 a {
	background-position: -220px 0px;
	width: 170px;
}
#header_globalnavi #nav li#navi4 a {
	background-position: -390px 0px;
	width: 170px;
}
#header_globalnavi #nav li#navi5 a {
	background-position: -560px 0px;
	width: 170px;
}
#header_globalnavi #nav li#navi6 a {
	background-position: -730px 0px;
	width: 170px;
}

#header_globalnavi #nav li#navi1 a:hover {
	background-position: 0px -70px;
}
#header_globalnavi #nav li#navi2 a:hover {
	background-position: -50px -70px;
}
#header_globalnavi #nav li#navi3 a:hover {
	background-position: -220px -70px;
}
#header_globalnavi #nav li#navi4 a:hover {
	background-position: -390px -70px;
}
#header_globalnavi #nav li#navi5 a:hover {
	background-position: -560px -70px;
}
#header_globalnavi #nav li#navi6 a:hover {
	background-position: -730px -70px;
}







#top_main_back {
	height: 360px;
	background-image: url(../images/slide_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
	background-position: center 0px;
}
#top_main {
	height: 300px;
	width: 900px;
	background-image: url(/img/top_slide_bg2.jpg);
	background-repeat: no-repeat;
	box-shadow:0px 0px 7px 5px rgba(0, 0, 0, 0.2);
}


/*------フッター ------------*/

#footer_obi {
	background-image: url(../images/footer_obi.png);
	background-repeat: repeat-x;
	height: 30px;
	background-position: center bottom;
	margin-top: 30px;
}
.gotop {
	width: 900px;
	text-align: right;
}


#footer{
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#footer .footer_menu{
	position: absolute;
	top: 17px;
	left: 5px;
	width: 730px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}

#footer .footer_menu ul{
	float: left;
	margin-right: 30px;
}

#footer .footer_menu ul li{
	padding: 0 0 0 10px;
	margin: 0 0 4px 0;
	background-image: url(../images/yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer .footer_menu ul li a:link, #footer .footer_menu ul li a:visited {
	color: #333;
}
#footer .footer_menu ul li a:hover{
	color: #53A1DE;
	text-decoration: underline;
}

.copyright {
	width: 900px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	margin-bottom: 30px;
}


/*------コンテンツ ------------*/

#contents {
	width: 900px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
#contents2 {
	width: 900px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1;
	margin-top: 30px;
}



#one_column {
	width: 900px;
}

.panlist {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	text-align: left;
	margin-bottom: 20px;
}
.panlist a:link, .panlist a:visited {
	color: #0D51A0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D51A0;
}

.panlist a:hover{
	color: #8EAED3;
	text-decoration: none;
}

.page_visual {
	height: 78px;
	width: 620px;
	margin-bottom: 40px;
}



/*------左カラム ------------*/

#left_column {
	width: 620px;
	float: left;
}


.top_new_midashi {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	padding-left: 15px;
	background-image: url(../images/title_bg.jpg);
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: left center;
	border: 1px solid #999;
	color: #1C873B;
}
.top_new_kiji_kakomi {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F6556;
}
.top_new_kiji_photo {
	float: left;
	height: 80px;
	width: 100px;
	margin-right: 20px;
}
.top_new_kiji_day {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 120px;
	margin-bottom: 5px;
}


.top_new_kiji_midashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 17px;
	text-align: left;
	margin-left: 120px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 495px;
}
.top_new_kiji_midashi a:link, .top_new_kiji_midashi a:visited {
	color: #50B24D;
	text-decoration: none;
}
.top_new_kiji_midashi a:hover{
	color: #82BA6B;
	text-decoration: underline;
}

.top_new_kiji_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin-left: 120px;
}
.top_new_kiji_text a:link, .top_new_kiji_text a:visited {
	color: #000000;
	text-decoration: none;
}

.top_new_kiji_text a:hover{
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}



.top_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-left: 5px;
	line-height: 20px;
}
.top_text_date {
	float: left;
	width: 160px;
}
.top_text_title {
	float: right;
	width: 440px;
}
.top_text_title a:link, .top_text_title a:visited {
	color: #1770B6;
	text-decoration: none;
}
.top_text_title a:hover{
	color: #53A1DE;
	text-decoration: underline;
}

.top_new_link {
	background-color: #8A8A8A;
	float: right;
	margin-top: 10px;
	margin-bottom: 40px;
}
.top_new_link a:link, .top_new_link a:visited {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.top_new_link a:hover{
	text-decoration: underline;
	background-color: #aaa;
}

.page_title {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	margin: 5px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.page_title h1  {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #41AF2A;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 4px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 100%;
	display: inline;
	letter-spacing: 2px;
	text-align: left;
}




/*------右カラム ------------*/





/*------お知らせ ------------*/

.news_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 30px;
}
.news_text2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 30px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.news_text3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}
.news_day {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
}

.news_midashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 23px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #1770B6;
	background-image: url(../images/ico_news_arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left center;
}
.news_midashi a:link, .news_midashi a:visited {
	color: #1770B6;
	text-decoration: none;
}
.news_midashi a:hover{
	color: #53A1DE;
	text-decoration: underline;
}



.kiji_page3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 5px;
}
.kiji_page3 a:link, .kiji_page3 a:visited {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.kiji_page3 a:hover{
	color: #999;
	text-decoration: none;
}

.next_navi{
	float:right;
	width:290px;
	text-align:right;
}
.next_navi a{
	background:url(../images/yajirushi4.gif) no-repeat right 2px;
	font-size: 12px;
	padding:0 14px 0 0;
	line-height:1.2em;
}
.prev_navi{
	float:left;
	width:290px;
	text-align: left;
}
.prev_navi a{
	background:url(../images/yajirushi3.gif) no-repeat left 2px;
	font-size: 12px;
	padding:0 0 0 14px;
	line-height:1.2em;
}


.news_right_kakomi{
	background-color: #DCDDDD;
	padding: 10px;
	width: 230px;
	margin-bottom: 20px;
}

.news_right_midashi{
	background-color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.news_right_midashi2{
	background-color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.news_right_text {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
}
.news_right_text a:link, .news_right_text a:visited {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 17px;
	background-color: #FFF;
	background-image: url(../images/news_right_yajirushi.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
}

.news_right_text a:hover{
	background-color: #F6F5F2;
	text-decoration: underline;
	color: #666;
}


.right_search {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	background-color: #FFF;
	text-align: center;
}



/* ページ番号リンク */
p.pagenum	{text-align: center}

p.pagenum a, p.pagenum span
	{padding: 3px 6px;
	color: #ffffff
}

p.pagenum a	{background-color: #ccc}

p.pagenum span	{background-color: #999}
p.pagenum a:hover {background-color: #999}




#right_column {
	width: 250px;
	float: right;
}

.right_kakomi {
	background-image: url(../images/right_column_member_image2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}


.right_kakomi_illust {
	float: right;
	margin-bottom: 5px;
}
.right_kakomi_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
	padding-top: 60px;
	padding-left: 15px;
	width: 135px;
	margin-bottom: 15px;
}
.right_kakomi_text a:link, .right_kakomi_text a:visited {
	color: #333;
	text-decoration: none;
}

.right_kakomi_text a:hover{
	color: #999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.right_kakomi_link {
	text-align: center;
}
.right_kakomi_under {
	height: 15px;
	margin-bottom: 15px;
}


.left_btn1 {
	margin-bottom: 15px;
}
.left_btn2 {
	margin-bottom: 30px;
}



/*------地元工務店検索 ------------*/

.search_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
}


.search_map {
	margin-top: 30px;
	text-align: center;
}

.src{
}
.src p{
	display: inline-block;
	padding-left: 0px;
}

.src p input[type=submit]{
	color: #FFF;
	border: 0;
	height: 30px;
	line-height: 25px;
	cursor: pointer;
	background-color: #8DBF84;
	background-image: url(../images/src_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 13px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
}
.src p input[type=text]{
	border: 0;
	height: 30px;
	width: 120px;
	background-color: #E4E3E3;
}

.search_button{
	float: right;
}
.search_title_s{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(../images/search_title_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
}

.search_kiji_kakomi {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F6556;
	width: 610px;
}
.search_kiji_cate {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-bottom: 10px;
}
.search_kiji_cate_area {
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	border: 1px solid #000;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 13px;
}
.search_kiji_cate_member {
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-color: #9ED691;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #9ED691;
	margin-right: 5px;
}
.search_kiji_cate_member2 {
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background-color: #84B7DA;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #84B7DA;
	margin-right: 5px;
}


.search_kiji_midashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}
.search_kiji_midashi a:link, .search_kiji_midashi a:visited {
	color: #1770B6;
	text-decoration: none;
}
.search_kiji_midashi a:hover{
	color: #53A1DE;
	text-decoration: underline;
}

.search_kiji_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.search_kiji_text a:link, .search_kiji_text a:visited {
	color: #000000;
	text-decoration: none;
}

.search_kiji_text a:hover{
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}




/*------ 組合員募集 ------------*/

.recruitment_text {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	margin-top: 20px;
}
.recruitment_text2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin-bottom: 30px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	background-image: url(../images/recruitment_illust.jpg);
	background-position: right 70px;
	background-repeat: no-repeat;
}


.recruitment_text left {
	float: left;
}
.recruitment_text right {
	float: left;
}
.recruitment_text right2 {
	float: left;
	text-align: right;
	margin-left: 30px;
}
.recruitment_hoken {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

.recruitment_hoken left {
	float: left;
	width: 156px;
	margin-right: 30px;
}
.recruitment_hoken right {
	float: left;
}
.title_bg_pattern {
	background-image: url(../images/title_bg_pattern.jpg);
	background-repeat: repeat;
	text-align: center;
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;
}




/*------お問い合わ ------------*/

.contact_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
.contact_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}




/*------マージンとか ------------*/


.top_5px {
	margin-top: 5px;
}
.top_10px {
	margin-top: 10px;
}
.top_15px {
	margin-top: 15px;
}
.top_20px {
	margin-top: 20px;
}
.top_30px {
	margin-top: 30px;
}
.top_40px {
	margin-top: 40px;
}
.top_60px {
	margin-top: 60px;
}
.bottom_5px {
	margin-bottom: 5px;
}
.bottom_10px {
	margin-bottom: 10px;
}
.bottom_15px {
	margin-bottom: 15px;
}
.bottom_20px {
	margin-bottom: 20px;
}
.bottom_30px {
	margin-bottom: 30px;
}
.bottom_40px {
	margin-bottom: 40px;
}

.bottom_5px_kei {
	border: 1px solid #999;
	margin-bottom: 5px;
}

.ml_20px {
	margin-left: 20px;
}
.ml_25px {
	margin-left: 25px;
}
.ml_30px {
	margin-left: 20px;
}
.ml_35px {
	margin-left: 35px;
}
.ml_40px {
	margin-left: 40px;
}
.ml_60px {
	margin-left: 60px;
}
.ml_80px {
	margin-left: 80px;
}

.mr_10px {
	margin-right: 10px;
}
.mr_15px {
	margin-right: 15px;
}
.mr_20px {
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 30px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.center {
	text-align: center;
}


.line_dot {
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}