/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#FEE65B;
}

a {
	text-decoration: underline;		
}

h1, h2, h3 {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size:12px;
	line-height: normal;
}

p {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-size:12px;
	line-height: normal;
}

.alt {
	display:none;
}

#container {
	line-height:120%;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	width:766px;	
	background: #FFFFFF;
	font-family: sans-serif,"ＭＳ Ｐゴシック","Osaka";
	color: #000000;
	font-weight: normal;
	font-size:12px;
	line-height: normal;
}

#header {
	width:750px;
	margin:0px 8px 0px 8px;
	border-top:3px solid #FEE65B;
	color:#FFFFFF;
	display:block;
	overflow:hidden;
}

#header h1 {
	margin:5px 0px 0px 0px;
}

#header #logo a {
	width:141px;
	height:19px;
	margin:5px 0px 0px auto;
	background:url(images/logo.gif);
	display:block;
}

#left {
	float:left;
	width: 540px;		
	margin:10px 0px 5px 0px;
	padding: 0px 10px 5px 25px;	
	background-color: #FFFFFF;	
	overflow: hidden;
}

#left h1 {
	font-size: 14px;
	font-weight: bold;	
	margin: 8px 0px 10px 0px;
	border-bottom:1px solid #3B6ABC;
	padding-left: 5px;
	color:#3B6ABC;
}

#left h2 {
	margin:5px 0 5px 0;
	text-align:right;
}

#left h3 {
	margin:15px 0 5px 0;
	font-weight: bold;
}

#left h4 {
	font-size: 14px;
	margin:8px 0 15px 0;
}

#left p {
	color: #665555;
	line-height: 150%;
	margin:0px;
	padding: 0px;
}

#right {
	float:right;		
	width:183px;
	margin:10px 4px 5px 4px;
	background-color: #FFFFFF;	
	overflow: hidden;
}

#right h3 {
	margin:0px;
	padding:16px 0 10px 8px;
	background:url(images/side_top.gif) no-repeat;
	font-size: 14px;	
	font-weight: bold;
	text-transform: uppercase;  	
}

#right ul {
	padding-left: 0px;
	margin: 1px 5px 1px 0;
}

#right li.widget-list-item {
	font-size:12px;
	line-height: 160%;	
	margin: 0px;
	padding: 0 0 0 16px;
	background:url(images/arrow.gif) no-repeat 0px 3px;
	list-style-type: none;
}

.sidebar {
	margin:5px 0px;
	padding:0px;
	background:url(images/side_bg.gif) repeat-y;
}

.sideBottom {
	padding-top:10px;
	background:url(images/side_bottom.gif) no-repeat;
}

.sidebar .widget-content {
	margin:0 6px 20px 6px;
	padding:5px;
	border:1px solid #ccc;
	overflow:hidden;
}

.sidebar .sideFrameProfile {
	width:169px;
	margin:6px 6px 20px 6px;
	border:1px solid #ccc;
	text-align:center;
	overflow:hidden;
}

.sidebar .sideFrameProfile img {
	margin:0 auto 0 auto;
}

.sidebar .sideFrameProfile .text {
	float:left;	
	margin:5px;
	padding:0px;
	text-align:left;
	line-height: 160%;
	display:inline;
}


.text a {
	color: red;
	font-size:12px;
}

#footer {
	margin:5 6px 0 6px;
	padding:8px 0 8px 0;
	border-top:1px solid #3B6ABC;
	text-align:center;
	font-size:11px;
	clear:both;
}
