﻿@charset "utf-8";
@media screen and (max-width: 320px) {
#layoutspace {
	width: 260px;
	margin: 10px auto;

}
}
@media screen and (min-width: 321px) {
#layoutspace {
	width: 360px;
	margin: 10px auto;
}
}
@media screen and (min-width: 321px) {
#ad {
	display: none;
}
}
@media screen and (min-width: 801px) {
body {
	font-size: 140%;
	line-height: 1.6;
}
}
#layoutspace {
	clear: both;
	padding: 0;
	color: #333;
	background-image: url(../images/logoback.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 2px 10px rgba(51, 51, 51, 0.6);
	font-size: 60%;
}
#layoutspace #p_header {
	height: 32px;
}
#layoutspace #p_header h2 {
	float: left;
	width: 35%;
	height: 32px;
	margin: 0;
	padding-left: 10px;
	line-height: 32px;
	font-size: 140%;
	font-weight: bold;
	overflow: hidden;
}
#layoutspace #p_header h2 a {
	text-decoration: none;
}
#layoutspace #p_header div {
	float: right;
	width: 60%;
	height: 32px;
	line-height: 32px;
	font-size: 80%;
	background: url(../images/header_back.png) no-repeat top right;
}
#layoutspace #p_header p {
	text-align: right;
}
#layoutspace #p_header p span {
	background-color: rgba(255, 255, 255, 0.8);
}
#layoutspace p#navimain {
 clear:: both;
	height: 16px;
	padding-left: 3px;
	background: url(../images/navi_back.png) repeat-x left bottom;
	line-height: 16px;
	font-size: 80%;
	color: #333;
}
div.jCarouselWrapper0 {
	width: 100%;
	height: 90px;
	overflow: hidden;
}
#layoutspace .jCarousel p {
	display: block;
	position: relative;
	margin: -50px 0 0 0;
	left: 10px;
	border-radius: 12px;
}
#layoutspace .jCarousel ul {
	display: none;
	margin: 0;
}
#layoutspace .jCarousel p span {
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.8);
}
#layoutspace #content {
	float: right;
	width: 70%;
	margin-bottom: 10px;
	background-position: center top;
	background-repeat: no-repeat;
}
#layoutspace #content img {
	float: left;
	margin: 0 5px 3px 0;
	background-color: #FF9999;
}
#layoutspace #content .columnLarge {
	clear: both;
}
#layoutspace #content .columnLeft {
	clear: both;
	float: left;
	width: 50%;
}
#layoutspace #content .columnRight {
	float: Right;
	width: 50%;
}
#layoutspace #content p.totop {
	margin-right: 8px;
	text-align: right;
}
#layoutspace #content h2#contentTitle {
	margin: 10px 5px 0.6em;
	padding: 2px 4px;
	border-left: 4px solid #777;
	border-bottom: 1px solid #777;
}
#layoutspace #content h3 {
	margin: 1em 5px;
	padding: 0 2px;
	line-height: 1.5;
	font-size: 80%;
	font-weight: normal;
}
#layoutspace #content h3 span {
	padding: 0 2px;
	line-height: 12px;
	border-bottom: 2px solid #777;
}
#layoutspace #content p {
	margin: 0 7px 6px;
	font-size: 70%;
	line-height: 1.4;
}
#layoutspace #sidebar {
	width: 25%;
	float: left;
	margin: 10px 0 0 6px;
}
#layoutspace #sidebar h3 {
	margin: 0;
	padding: 2px 2px 2px 12px;
	background-image: url(../images/back_sidebar.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 13px;
	font-size: 80%;
	font-weight: normal;
}
#layoutspace #sidebar ul {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 70%;
}
#layoutspace #sidebar ul li {
	margin: 0;
	padding: 2px;
	line-height: 1.5;
	list-style-type: none;
	font-weight: normal;
}
#layoutspace #sidebar ul#news a {
	color: #333;
}
#layoutspace .footer {
	clear: both;
}
#layoutspace #sidebar dt, #layoutspace #sidebar dd {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
#layoutspace #sidebar dt {
	padding: 2px 0;
	font-weight: bold;
}
#layoutspace #sidebar dd {
	margin-bottom: 6px;
}
#layoutspace #p_footer {
	clear: both;
	padding: 8px 0;
	border-top: solid 2px #CCC;
	text-align: center;
	font-size: 80%;
}

