body{
	margin: 0px;
	font-size: small;
	padding: 0px;
	color: #111;
	background-color: #FFFFFF;
}

/*全体のレイアウト*/
	/*ページの横幅設定*/
	#my_body{
	position:relative;
	margin: 0 auto;
	width : 740px;
	background-color: #FFFFFF;
	}
	/*グローバルメニュー設定*/	
	#g_menu{
	width:100%;
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding: 11px 0 0 0;
	background-image: url(bar_green.png);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006633;
	clear: both;
	background-repeat: repeat-x;
	background-position: top;
	}
	/*ヘッダ部*/
	#my_header{
	width:100%;
	height:100px;
	background-image:url(leaf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#my_header h1{
	margin: 50px 0 5px 210px;
	padding: 0;
	font-size: 16px;
	color:#006600
	}
#my_header h2{
	margin: 5px 0 0 220px;
	padding: 0;
	font-size: 14px;
	color:#006600
	}
	.my_category{
	float : left;
	width:300px;
	margin-right: 10px;
	}
	.my_categorytitle{
	padding-top: 9px;
	color: #FFFFFF;
	background-color: #009933;
	height: 20px;
	font-size:14px;
	text-align:center;
	border: 1px solid #006633;
	}
	.my_contents {
		float : left;
		width : 430px;
		margin-top: 10px
	}	
	
	/*フッタ部*/
	#my_footer{
	width:100%;
	clear:both;
	color: #666666;
	padding: 5px 5px 0 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
a:link {
	color: #006633;
	text-decoration:none;
}

a:visited {
  color: #009966;
 	text-decoration:none; 
}

a:hover {
	text-decoration:underline;color:#FF3300;
}

a:active {
	color: #FF0000;
}
#container {
	width: 100%;
	background-image: url(bg_gray2.png);
	background-repeat: repeat-y;
	background-position: left;
}

.margin0{
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

img {	border: none;	margin: 0px;}
.leftimg{float:left;}
.rightimg{float:right;}
