* 		{ 	margin		: 0		; 
			padding		: 0		;  
			font-family	: AR丸ゴシック体M; 
			text-decoration	: none		;　
		}

body 		{ 	width 		: 100%		; 
		}

#my_body 	{ 	margin		: auto		; 
			width		: 80%		;
		}

#my_navigation	{ 	float		: left		; 
			width		: 230px		; 
			background-color: lightsteelblue; 
			font-size	: 12px		; 
			maegin		: 10px		;
			color		: #000000	;
			hight		: 100%		;
		}

#my_contents	{ 	color		: black		;
			background-color: white		;
			overflow	: auto		;
		}

#my_header	{ 	width 		: 100% 		; 
			height 		: 80px 		; 
			background-color: lightsteelblue; 
			color		: white		; 
			font-size	: 12px		; 
			vertical-align	: sub		;
		}

#my_footer 	{ 	width 		: 100% 		; 
			clear 		: both 		; 
			background-color: lightsteelblue;
			color		: white		;
		}

#my_text	{	margin-left	: 20px		;
		}