
body
{
	font-family: arial, helvetica, 'sans-serif';
}

p.notice
{
	color: red;
}

/* panel frame */
body.contents2
{
	background-image: url('../images/background2.gif');
	background-repeat: repeat;
}

img#panel_image
{
	height: 63.6px;
	width: 96px;
}

a.panel
{
	text-decoration: none;
	color: blue;
}
/* end of panel frame */


/* contents frame */
td
{
	padding: 2px;
}

body.contents1
{
	color: #000000;
	background-image: url('../images/background1.gif');
	background-repeat: repeat;
}


h1.title
{
	text-align: center;
	font-family: geogia, 'times new roman', times, 'sans serif';
	font-style: italic;
	background-color: #bf5fff;
	color: black;
}

h2.subtitle-1
{
	font-family: geogia, 'times new roman', times, 'sans serif';
	font-style: italic;
	background-color: Burlywood;
	color: black;
}

div.bottom
{
	border-top: solid;
	border-width: thin;
}

span.em-1
{
	color: #ff0000;
}

span.em-2
{
	font-style: italic;
}

span.em-3
{
	font-style: italic;
	color: blue;
}


/* home.html */
div#home_contents
{
	margin-left: 20px;
	margin-right: 20px;
}

div#shinran_portrait
{
	text-align: center;
}

/* end of home.html */


/* announce.html */
div#announce_contents
{
	margin-left: 20px;
	margin-right: 20px;
}

h3.announce_event
{
	font-family: arial, helvetica, 'sans-serif';
	text-decoration: underline;
}

div.announce_event
{
	margin-left: 10px;
}
/* end of announce.html */


/* classes.html*/
div#classes_contents
{
	margin-left: 20px;
	margin-right: 20px;
}
/* end of classes.html*/

/* calendar.html */
div#calendar_title
{
	text-align: center;
	font-weight: bold;
}

table.event_calendar
{
	border-color: black;
	border-width: 1px;
	border-style: ridge;
	color: black;
	background-color: white;
}

tr.calendar_head
{
	text-align: center;
	text-weight: bold;
	color: #ffffff;
	background-color: #000066;
}

tr.calendar_color
{
	background-color: #99ff66;
}
/* end of calendar.html */

/* service_guide.html */
p#service_notice
{
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}

div#service_guide
{
	margin-left: 50px;
	margin-right: 50px;
	font-size: medium;
}

p.service_item
{
	font-weight: bold;
	font-size: medium;
	text-decoration: underline;
}

p.service_explanation
{
	margin-left: 20px;
}
/* end of service_guide.html */

/* temple.html */
table.temple_table
{
	padding: 10px;
}

td.temple_table
{
	padding: 5px;
}

img.temple_image
{
	max-height: 300px;
	max-width: 350px;
}
/* end of temple.html */

/* classes.html */
div#classes
{
	padding-left: 50px;
	padding-right: 50px;
}
/* end of classes.html */

/* links.html */
div#links_explanation
{
	text-align: center;
}

img.dw_link
{
	height: 40px;
	width: 40px;
}


/* end of links.html */

/* contact.html */
div#contact
{
	text-align: center;
}

p.contact_item
{
	text-decoration: underline;
	font-weight: bold;
}

img#temple_map1
{
	height: 400px;
	width: 400px;
}


/* end of contact.html */

/* three_treasures.html */
h1#three_treasures
{
	text-align: center;
}

.three_treasures_entry
{
	font-style: italic;
	font-weight: bold;
}

.three_treasures_chanting
{
	margin-left: 5%;
	margin-right: 5%;
}
/* end of three_treasures.html */

/* end of contents frame */


