@charset "UTF-8";
/* CSS Document */

/* Base
=========================================================================*/
*{
    margin: 0px;
    padding: 0px;
	font-family :  "Lucida Grande", "Hiragino Kaku Gothic Pro","Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif,'CI', "Osaka";
    text-decoration: none;
}

html{
}
body {
    margin:0;
    padding:0;
	background-color:#FFF;
}

a {
    color:#0767c1;
}
a:hover {
    color:#cb1d1e;
	text-decoration:underline;
}


#list_index1 h3 {
	font-size:12px;
	font-weight:normal;
	margin:0;
    padding:10px 0 10px 20px;
    /*\*/
    _padding:11px 0 14px 20px;
    /**/
    background:url(../images/common/arrow_orange1.gif) 8px 50% no-repeat;
	border-top:dotted 1px #dcdcdc;
	clear:both;
}


#list_index2 h3 {
	font-size:12px;
	font-weight:normal;
	margin:0;
    padding:10px 0 10px 20px;
    /*\*/
    _padding:11px 0 14px 20px;
    /**/
    background:url(../images/common/arrow_green1.gif) 8px 50% no-repeat ;
	border-top:dotted 1px #dcdcdc;
	clear:both;
}



.c1{
	background-color:#fff8ee;
}
.c2{
	background-color:#f9fcee;
}


* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

