/*  農業施設学会ＨＰスタイルシート	*/
/*  トップページ用			*/
/*  ver.1.0 2007.11.1			*/

/*----- For Body -----*/
body { /* 背景定義 */
	background-color: #fff;
	color: #000;
	line-height : 150%;
}

/*----- For Header -----*/
h1, h2 {/* 大中ヘッダ */
	color : #00693e;
	font-weight: bold;
}

/*----- For Anchor -----*/
a[target="_blank"] {
background : url(../icon/external.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.external {
background : url(../icon/external.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".pdf"] {
background : url(../icon/pdfico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.pdf {
background : url(../icon/pdfico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".doc"] {
background : url(../icon/wordico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.doc {
background : url(../icon/wordico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".xls"] {
background : url(../icon/xlsico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.xls {
background : url(../icon/xlsico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href$=".zip"] {
background : url(../icon/archiveico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

* html a.zip {
background : url(../icon/archiveico.gif) right center no-repeat;
padding-right : 15px;
margin-right : 3px;
}

a[href^="http://www.sasj.org/"] {
padding : inherit;
background : transparent;
}

a:link { /* リンク */
	color : #003399 ;
	text-decoration : none ;
}

a:visited { /* 表示済みリンク */
	color : #003399 ;
	text-decoration : none ;
}

a:hover { /* ポイント時 */
	color : #ffffff ;
	background-color : #003399 ;
	text-decoration : none ;
}

/*----- For List ------*/
.sepa {
	margin-bottom : 15px ;
}

/*----- For Span & Div ------*/
.mbody { /* 本文ボディー */
	margin-left: 24px;
	margin-top: 8px;
	margin-right: 24px;
}

.arial {
	font-face: Arial;
}

.ename {
	font-face: Arial;
	font-size : larger ;
	font-weight : bold ;
	margin-bottom : 15px ;
}

.head { /* デザイン見出し */
	color : #00693e ;
	font-size : 120% ;
	font-weight : bold ;
	text-align : left ;
	border-style : solid ;
	border-color : #00693e ;
	border-top-width : 0px ;
	border-bottom-width : 1px ;
	border-left-width : 0px ;
	border-right-width : 0px ;
	margin-top : 5px ;
	margin-bottom : 5px ;
	margin-left : 0px ;
	margin-right : 0px ;
	padding-top : 1px ;
	padding-bottom : 1px ;
	padding-left : 5px ;
	padding-right : 5px ;
}

.small { /* 小文字 */
	font-size : smaller ;
}

