html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;

}

body {
	font-size: 92%;
	min-width: 600px;
	margin: 0px;
	font-family: 'CI';
	line-height: 20pt;
}

a:link {
 	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #0075c2;
}

a:visited {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	color: #26499d;
	padding-top: 2px;
}


a:hover {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	color: #cccccc;
	padding-top: 2px;
}


div#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


div#banner {
	height: 100px;
	font-size: 90%;
	padding-left: 30px;
	float: center;
	background-image: url(../image/title.jpg);
	background-repeat: no-repeat;
}

#banner a {
	font-family: verdana;
	color: #ffffff;
	font-size: 200%;
	text-decoration: none;
}


div#left {
	width: 160px; 
	color: #000000;
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


div#center {
	width: 550px;
	margin-bottom: 0px;
	font-size: 90%;
	float: left;
	color: #333333;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}


div#right {
	width: 175px;
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


div#bottom {
	width: 900px; 
	color: #ffffff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/bottom.jpg);
	float: left;
}


div#leflin {
	width: 170px;
	color: #000;
	font-size: 80%;
	padding-left: 5px;
	margin-bottom: 15px;
	line-height: 1.7;
}

div#blog {
	width: 500px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.7;
}

div#contents {
	width: 500px;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 1.7;
}

div#box {
	width: 500px;
	font-size: 80%;
	background: #f7f6fb;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.8;
}

div#box2 {
	width: 850px;
	font-size: 95%;
	background: #fff9f5;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.8;
}


h1 {
	padding-left: 10px;
	color: #202f55;
	font-family: verdana;
	font-size: 180%;
	text-align: center;
}


h2 {
	color: #202f55;
	font-family: verdana;
	font-size: 150%;
}


h3 {
	padding-left: 18px;
	margin-bottom: 1px;
        font-size: 120%;
        color: #333333;
        margin-top: 10px;
	background: #fff url(../image/dot.png) no-repeat left;
}


h4 {
	padding-left: 5px;
        margin-bottom: 0px;
        font-size: 100%;
        padding-bottom: 0px;
	font-family: verdana;
        margin-top: 5px;
	font-weight: bold;
}


h5 {
	padding-left: 5px;
	margin-bottom: 10px;
        padding-top: 5px;
        font-size: 100%;
        padding-bottom: 10px;
        color: #ffffff;
        margin-top: 10px;
	background-image: url(../image/blck2.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

h6 {
	margin-left: 20px;
	margin-bottom: 10px;
        font-size: 120%;
        padding-bottom: 4px;
        color: #ccc;
        margin-top: 10px;
        border-bottom: #cccccc 1px dashed;
}





.box2 {
	width: 90%;
	background: #ffffff;
	border: 1px solid #000000;
	padding:0.5em;
	margin: 10px;
	margin-bottom:0.5em;
	font-size:95%"
}


p {
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 1.8;
	margin-top: 0px;
}

ul {
	list-style-type: square ;
	padding-bottom: 15px;
}


li {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin-left: 20px;
	line-height: 1.8; 
	margin-top: 0px;
	list-style-type: square;

}


td {
	line-height: 20pt;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 95%;
}


strong {
	color: #000; 
	text-decoration: bold; 
	border-bottom: red 2px dashed;
}


itaric {
	font-style: italic
}


img {
    border-style:none;
}