/* body指定 */



body {



	margin-left: 0px;



	margin-top: 0px;



	margin-right: 0px;



	margin-bottom: 0px;



	color: #333333;



	background-image:  url(../img/bg.gif);



	background-repeat: repeat;



}



	



/* 見出し指定 */



h1 {  padding: 0; margin: 0 }



h2 {  padding: 0; margin: 0 }



h3 {  padding: 0; margin: 0 }







/*リンク指定 */



a:visited {



	color: #0082D5;



	text-decoration: underline;



}



a:link {



	color: #0082D5;



	text-decoration: underline;



}



a:hover {



	color: #0082D5;



	text-decoration: underline;



}



a#b:visited {



	color: #333333;



	text-decoration: none;



}



a#b:link {



	color: #333333;



	text-decoration: none;



}



a#b:hover {



	color: #333333;



	text-decoration: underline;



}







/* 背景指定 */



.bgwaku {



background-image:  url(../img/bg_01.jpg);}



.bgguide {



background-image:  url(../img/2guide_bar.gif);}



.bgcompany {



background-image:  url(../company/img/waku_bg.gif);}



.bgcompany2 {



background-image:  url(../company/img/waku2_bg.gif);}



.bgenkaku {



	background-image:  url(../recruit/img/waku_bg.gif);



	background-repeat: repeat-y;



}



.bgccc {



background-color: #CCCCCC;}



.bgfff {



background-color: #FFFFFF;}



.bg000 {



background-color: #000000;}



/* テキスト指定 */



.txt14{



	font-size: 14px;



	line-height: 135%;



}







.txt12{



	font-size: 12px;



	line-height: 135%;



}







.txt10{



	font-size: 10px;



	line-height: 130%;



}







.txtenkaku{



	font-size: 12px;



	line-height: 145%;



}

/* 

.txtnews{



	font-size: 12px;



	color: #0082D5;



	line-height: 145%;



	font-weight: bold;



}*/

.txtnews{



	font-size: 12px;



	line-height: 145%;





}







/* 色指定 */



.blue{



	color: #0082D5;



}



.c00{



	color: #CC0000;



}