@charset "UTF-8";

/*--------------------------------------------------------------------

 CSS Information

 Site URL:     http://www.farm.or.jp/
 File name:    base.css (http://www.farm.or.jp/shared/css/base.css)
 Summary:    Page base
 Created:      2007-07-18
	
--------------------------------------------------------------------*/


/*-----------------------------------------------

	Content
	
		1. Base Set
		2. Text
		3. Link
		4. List
		5. Table
		6. Form
		7. Image
	
-----------------------------------------------*/


/*-----------------------------------------------
		1. Base Set
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
blockquote,
dl,
dt,
dd,
ul,
ol,
th,
td,
form,
fieldset,
input,
textarea { 
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.6;
	}

hr {
	display:none;
	}

html {	
	overflow-y: scroll;
	}

p {
	margin: 0;
	}

/* ----------------------------------------
 * 2. Text
 * ---------------------------------------- */

body {
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.6;
	}

address,
caption,
cite,
code,
dfn,
th {
	font-style: normal;
	font-weight: normal;
	}

q:before,
q:after {
	content:'';
	}

abbr,
acronym {
	border: 0;
	}

.mapprint {
	margin-top: 5px;
	margin-left: 400px;
	font-size: 1.4em;
	}

/* ----------------------------------------
		3. Link
 * ---------------------------------------- */
a:link {
	color: #9F6920;
	text-decoration:none;
	}
a:visited {
	color: #9F6920;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #666;
	}

/* ----------------------------------------
		4. List
 * ---------------------------------------- */
ol,
ul {
	list-style: none;
	}


li {
	list-style: none;
	line-height: 1.3;
	}


/* ----------------------------------------
		5. Table
 * ---------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption,
th {
	text-align: left;
	}

/* ----------------------------------------
		6. Form
 * ---------------------------------------- */
fieldset { 
	border: 0;
	}

input,
select,
textarea {
	border: solid 1px #DCC7A0;
	}
input.noborder {
	border: none;
	}

input:focus,
select:focus,
textarea:focus {
	background: #F3EDDE;
	}

/* ----------------------------------------
		7. Image
 * ---------------------------------------- */
img { 
	border: 0;
	}
