/* ==========================================================================*/
/* This css file should establish tag styles that're shared by all sections  */
/* ==========================================================================*/

body {
	font-size:100%;
}

body, table, div, td, p, dl {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height:1.5em;
	color: #666666;
}

p {
	padding: 5px 0 5px 0;
	margin: 0;
}

ul, li {
	list-style-position: outside;
	list-style-type: none;
}

ol {
 margin: -3px 0 3px 0;
	padding: 0 0 0 36px;
}

li.numberList {
 list-style-type: decimal !important;
} 

li.circleList {
 list-style-type: disc!important;
} 


/* ********************** LINKS *********************** */

a { 
	color: #117744;
/*	font-weight: bold; */
	text-decoration: none; 
	border: none; 
}
a:visited {
	color: #006666;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}


/* ******************** HEADERS ********************** */

/* ==============================================================*/
/*			各ページタイトル			*/
/* ==============================================================*/
h1 {
	font-size:16px;
	font-weight:bolder;
	color: #777777;
	line-height: 16px !important;
	letter-spacing: 1px;
	padding: 0 0 0 21px
}
/* ==============================================================*/
/*			中見出し			*/
/* ==============================================================*/
h2 {
	font-size: 13px;
	font-weight:bolder;
	line-height: 21px;
	letter-spacing: 1px;
	padding: 9px 0 0 0;
	margin: 0;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	line-height: 19px;
	letter-spacing: 1px;
	padding: 9px 0 0 0;
	margin: 0;
}

/* ******************** FORM ********************** */

form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

textarea, input, select, option {
	font-size: 100%; 
}

dl {
	font-size:100%;
	margin-bottom: 0px;
}

dt, dd {
	margin-top: 0px;
	margin-bottom: 0px;
}

sup {
	font-size: 75%;
	text-decoration: none;
}

i {
}

hr {
	border: 0px solid;
}

img {
	border: 0;
}
	
/* ==============================================================*/
/*			Removes margin from top of elements			*/
/* ==============================================================*/

.noTop {
	margin-top: 0px;
}

/* ==============================================================*/
/*			インデント			*/
/* ==============================================================*/
.indent {
	padding: 0 0 0 28px;
}
.indent2 {
	padding: 0 0 0 56px;
}
.indent3 {
	padding: 0 0 0 84px;
}

/* ==============================================================*/
/*			その他			*/
/* ==============================================================*/
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.ahem {
	display: none;
} 
.notes {
 font-size: 12px;
	padding: 3px 12px 3px 12px;
} 
.photoArea {
 font-size: 10px;
	color: #003399;
	line-height: 15px;
}
