/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#header h1 {
	font: bold 16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/header_img.jpg);
	height: 100px;
	width: 922px;
	visibility: visible;
	text-indent: -1000px;
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(faux-3-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 0px;
 height: 100px;
 margin: 0px;
 background: #ABBEBE;
}
#faux h2 {
	font: bolder 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
}

/*メニュー部分*/
#leftcolumn #menu {
	height: auto;
	width: 150px;
}
#leftcolumn #menu ul,#leftcolumn #menu li {
	margin: 0;
	padding: 0;
	list-style:none;
}
#leftcolumn #menu li {
	width: auto;
	height: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
}
#menu a {
	text-decoration:none;
}



#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }
