@charset "shift_jis";
/*===========================================================
農業用資材用スタイルシート:agriculture.css
============================================================*/

/* ベーススタイルシート読み込み
--------------------------------------- */
@import "/material/css/base.css";


/* =======================================
▼レイアウト
======================================= */
#container{
width:768px;
margin:0 auto 0 auto;
padding:0;
}


/* =======================================
▼ヘッダー
======================================= */
#header{
background: url(/material/images/common/bg_header.jpg) no-repeat left top;
}


/* =======================================
▼タイトル
======================================= */
#title{
background: url(/material/images/common/bg_title.jpg) no-repeat left top;
}


/* =======================================
▼コンテンツ
======================================= */
#main {
width: 693px;
padding: 0 39px 0 36px;
color: #545454;
font-size: 12px;
line-height: 19px;
}

/* =======================================
▼リンクフォーマット
======================================= */
a:link{
color:#2164AD;
text-decoration:underline;
}

a:visited{
color:#2164AD;
text-decoration:underline;
}

a:hover{
color:#F36E25;
text-decoration:underline;
}

a:active{
color:#F36E25;
text-decoration:underline;
}

#footer a:link{
color:#7D7D7D;
text-decoration:none;
}

#footer a:visited{
color:#7D7D7D;
text-decoration:none;
}

#footer a:hover{
color:#7D7D7D;
text-decoration:none;
}

#footer a:active{
color:#7D7D7D;
text-decoration:none;
}


/* =======================================
▼コピーライト
======================================= */
address{
font-style:normal;
color:#7D7D7D;
}

/* =======================================
▼フッター
======================================= */
#footer{
font-size:10px;
line-height: 14px;
margin: 15px 0;
float: right;
}

