/*
      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-family: Arial, Helvetica, sans-serif, Osaka;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
}

/*

#header {
	background:url(../img/header_bg.gif) no-repeat;
	border-bottom: 3px solid #6c5a44;
	height: 80px;
	text-align:left;
	}
*/
/* =============== HEADER ================= */

#header {
	width: 800px;
	padding: 0px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	overflow: hidden;
}
	
#head_logo {
	float: left;
	width: 300px;
	height: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
#header h1 {
	font-size: 13px;
	padding-left: 10px;
	text-align: right;
	}

#header h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 0 10px;
	text-align: right;
	}

#header h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 20px 0 0;
	}
	
#head_right {
	float: right;
	width: 480px;
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
	


/* =============== HEADER ================= */
/* =============== メニューバー＆パンくずリスト ================= */
	
/*ul#menu li {
    font-size:0.75em;
	display: inline;
	list-style: none outside;
}

ul#menu li a {
    display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #005087;
}

*/

/* メニュー */
ul#menu	{font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	width:auto;
	background-color: #66CCFF}

ul#menu li	{
    list-style-type: none;
	float: left;
	margin:0 auto
}

ul#menu li a	{display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #66CCFF;
	border-right: solid 1px #ffffff
}

ul#menu li a:hover	{
	background-color: #6666FF;
}

#menubar {
	background: #ffffff;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	margin: 0px;
	text-align: right;
	}
#pan {
    width: 800px;
	padding: 0px;
	margin: 0px;
}

p#bread {
	color: #ffffff;
	width: 800px;
	padding-left: 10px;
	margin: 0px;
}
/* =============== メニューバー＆パンくずリスト ================= */

#rightcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 220px;
	float: left;
	clear: right;
}
#leftcolumn {
	float: left;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 530px;
	display: inline;
	position: relative;
}

#leftcolumn h1 {
}

#footer {
	width: 790px;
	clear: both;
	color: #333;
	padding: 5px;
	background-color: #66CCFF;
	margin: 0px;
	text-align:center;
}
.clear { clear: both; background: none; }

/* ==============TOP NEWS=============== */

#news {
	padding: 4px 10px;
	border: 1px solid #ff697a;
	border-bottom: 8px solid #ff697a;
	}
	
#news dl{
	line-height: 1.8em;
	}
	

#news dd {
	border-bottom: 1px dotted #632d00;
	margin-left: 0px;
	padding-left: 6em;
	}
	
.news_title h2{
	color: #642D00;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	margin:0;
	padding: 7px 0 0 30px;
	}

.news_title {
	background-image:url(../img/title_news.jpg);
	color: #ffdd81;
	height: 30px;
	}
	
.news_link {
	text-align: right;
	padding: 10px 0;
	}
	
#pickup {
	padding: 10px 12px;
	border: 1px solid #ff697a;
	border-bottom: 8px solid #ff697a;
	}
	
.pickup_title h2{
	color: #642D00;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	margin:0;
	padding: 7px 0 0 30px;
	}

.pickup_title {
	background: url(../img/title_pickup.jpg) no-repeat;
	color: #00FFFF;
	height: 30px;
	}
	
#pickup h3 {
	color: #ff697a;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	margin:0;
	padding: 0 0 7px;
	}
	
.pickup_box {
	float: left;
	margin-top: 10px;
	padding: 0;
	width: 215px;
	}
	
.pickup_box_r {
	float: right;
	margin-top: 10px;
	padding: 0;
	width: 215px;
	}
	
	
#footer h2 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 15px 0 0 0;
	}
	


/* ============== NEWS =============== */

div#frame{
	border: solid 1px #666666;
	padding-left: 30px;
	padding-right: 30px;
	height: 230px;
	overflow: scroll
}

