/********** 共通 ***************/

*{
	padding:0;
	margin:0;
	border:0;
}


body{
	margin:0px;
	padding:0px;
	background: url(../common_images/bg.jpg) repeat-y center;
}

h1,h2,h3{
	margin:0;
	padding:0;
}


/********** マージン ***************/

.margin_5{
	margin-bottom:5px;
}

.margin_10{
	margin-bottom:10px;
}

.margin_15{
	margin-bottom:15px;
}

.margin_20{
	margin-bottom:20px;
}


/********** テキスト ***************/

.txt_10_666{
	font-size: 10px;
	line-height: 120%;
	color: #666666;
	font-weight: normal;
	padding:7px 10px 7px 0px;
}

.txt_11_333{
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	font-weight: normal;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:3px;
}

.txt_12_333{
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
}

.header_12_333{
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
	padding-right:10px;
}


.txt_14_333{
	font-size: 14px;
	line-height: 140%;
	color: #333333;
}

.txt_12_green{
	font-size: 12px;
	line-height: 140%;
	color: #006633;
	font-weight: normal;
	padding:8px;
}

.txt_12_recipe{
	font-size: 12px;
	line-height: 140%;
	color: #006633;
	font-weight: normal;
	padding-left:45px;
}

.txt_12_aka{
	font-size: 12px;
	line-height: 140%;
	color: #ff0000;
}

.txt_14_aka{
	font-size: 14px;
	line-height: 160%;
	color: #ff0000;
}

.koshinjoho{
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
}

.company_txt{
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	font-weight: normal;
	padding:5px;
}

/********** リンク ***************/

a:link {
	font-size: 12px;
	line-height: 140%;
	color: #339966;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	line-height: 140%;
	color: #339966;
	text-decoration: underline;
}


td.midashilink a,
td.midashilink a:visited{
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}



/**********	擬似フレーム ***************/

div#whatnew{
	width:518px;			
	height:100px;
	overflow:auto;
	border:1px solid #d8d8d8;
	margin-bottom:10px;
}

div#whatnew_position{
	font-size:12px;
	line-height:1.3em;
	text-align:left;
	padding:5px;
}



/********** ボーダー ***************/

.company_b td{
	border-bottom:1px solid #9adc77;
}

.company_table{
	border:1px solid #9adc77;
}

.contact_table{
	border-top:1px solid #9adc77;
	border-left:1px solid #9adc77;
}

.contact_table th{
	border-right:1px solid #9adc77;
	border-bottom:1px solid #9adc77;
	padding:3px;
	font-size:12px;
}

.contact_table td{
	border-right:1px solid #9adc77;
	border-bottom:1px solid #9adc77;
	padding:3px;
	font-size:12px;
}

.form_txt1{
		border:1px solid #CCC;
}

.contact_table textarea{
	width:350px;
	height:6em;
	border:1px solid #CCC;
}

.input_btn{
	padding:2px;
	border:1px solid #CCC;
}


