

body {
	width : 860px;
	color : #333;
	margin : 0 auto 0 auto;
	background : #f7ffd9;

}


#main {
	width : 800px;
	padding : 25px 30px 25px 30px;
	margin : 0 auto 0 auto;
	border-left : 10px solid #eee;
	border-right : 10px solid #eee;
	background : #fff;

}

a:link{
	color : green;
}

a:hover{
	color : green;
	text-decoration : none;
}

a:visited{
	color : green;
}


#head a:link{
	color : green;
	text-decoration : none;
}





p {
	line-height : 160%;
	font-size : 90%;
}

ol {
	line-height : 160%;
	font-size : 90%;
	color: red;
	font-weight : bold;
}


#header {
	background : url("../i/logo.gif") no-repeat;
	width : 262px;
	height : 44px;
	text-indent : -77777px;
}

#header a {
	display : block;
	width : 262px;
	height : 44px;
}


#head {
	font-size : 180%;
	font-weight : bold;
	color : green;
}


h1.toph1 {
	font-size:120%;
	margin : 30px 0 40px 0;
	background : url("../i/cach.gif") no-repeat;
	width : 600px;
	height : 40px;
	text-indent : -77777px;
	border-bottom : 0px solid #eee;
}




h1 {
	font-size:120%;
	margin : 30px 0 40px 0;
	border-bottom : 5px solid #eee;
	padding-bottom : 7px;
}




h2 {
	border-left : 5px solid #73cb82;
	padding : 5px 0 5px 15px;

}

h3 {
	border-left : 5px solid #c3f3cb;
	padding : 10px 0 10px 15px;
	margin : 40px 0 0 0;
	background : green;
	color : #fff;}


h4 {
	border-left : 5px solid #ffc515;
	padding : 5px 0 5px 15px;
}

h5 {
	border-left : 5px solid #cecece;
	padding : 5px 0 5px 15px;
}



#mainbox {
	background : url("../i/mainimg.jpg") no-repeat;
	width : 400px;
	height : 300px;
	text-indent : -77777px;
	float : right;
}

#contenst01 {
	background : url("../i/contenst01.jpg") no-repeat;
	width : 350px;
	height : 229px;
	text-indent : -77777px;
	float : right;
}

#mainbox_r {
	float : left;
	width : 390px;
}





#contents {
	width : 800px;
	clear : both;
	margin : 40px 0 0 0;
}

#right {
	float : right;
	width : 150px;
}


#left {
	float : left;
	width : 600px;
}





#right ul {
	margin : 0 0 0 -27px;
	font-size : 80%;
}

*+html #right ul {
	margin : 0 0 0 15px;
	font-size : 80%;
}

*html #right ul {
	margin : 0 0 0 15px;
	font-size : 80%;
}

*html,*+html #footer {
	text-align : center;
	margin : 40px 0 0 0;
	clear : both;
}

*html #footer {
	text-align : center;
	margin : 40px 0 0 0;
	clear : both;
}

#footer {
	text-align : center;
	padding : 40px 0 0 0;
	clear : both;
}

.order {
	text-align : center;
	font-weight : bold;
	font-size : 140%;
	background : #f4f4f4;
	padding : 5px;
}


table {
	width : 100%;
	font-size : 80%;
	border : 1px solid #ccc;
}

table td {
	border : 1px solid #eee;
	padding : 5px;
	vertical-align : top;
}

table th {
	border : 1px solid #ccc;
	background : #f4f4f4;
	padding : 5px;
	color : green;
	font-weight : normal;
	text-align : left;
}

.red {
	color : red;
	font-weight : bold;
}

.right {
	float : right;
	margin : 0 0 10px 15px;
}

.left {
	float : left;
	margin : 0 10px 10px 0;
}




