a {
	cursor:pointer;
}
a:visited {
	color:#6927FF;
}

.cls_header h1{
	border:none;
}

.entry2{
	width:900px;
	padding:15px;
	border-radius:7px;
	background:#FFECEC;
	border:1px solid #cccccc;
}

h1 a{
	text-decoration:none;
}
h2,p{
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
h1.setting,h2.setting {
	color:#333;
	padding-left:12px;
	padding-bottom:4px;
	border-bottom:4px solid #3389aa;
	margin-bottom:18px;
}
center {
	clear:both;
}
textarea {
	min-width:420px;
	min-height:120px;
}form {
	width:auto;
}

#container{
	margin:0 auto;
}
#container:after {
	height:0;
	content:" ";
	clear:both;
}

#header-contents {
	text-align:left;
	position:fixed;
	top:0px;
	background:#3389aa;
	color:#fff;
	padding:4px;
	padding-left:12px;
	padding-bottom:2px;
	width:100%;
}
#main-contents {
	text-align:center;
	margin:0;
	overflow:hidden;
	zoom:1;
}
#footer-contents {
	margin-top:50px;
	padding-top:16px;
	padding-bottom:16px;
	color:#fff;
	background-color:#3389aa;
	text-align:center;
}
#footer-contents a {
	color:#fff;
}

#center-contents {
	background:#fff;
	max-width:960px;
	min-height:500px;
	margin:0 auto;
}
#left-contents {
	float:left;
	width:250px;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
}
#right-contents {
	margin:0px 0px 0px 250px;
	padding:10px;
	background:#fff;
}

#login-contents {
	width:480px;
	padding:32px;
	background-color:#f9f9f9;
	color:#333;
	margin-top:72px;
	margin-bottom:100px;
}

.align-left {
	text-align:left;
	margin:0 auto;
}
.align-center {
	text-align:center;
	margin:0 auto;
}
.align-right {
	text-align:right;
	margin:0 auto;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}

.cls_leftheader {
	text-align:left;
	float:left;
	margin-left:250px;
}
.cls_rightheader {
	text-align:right;
	float:right;
}

.cls_header {
	margin-top:6px;
	margin-bottom:6px;
	margin-right:16px;
}
.cls_header a {
	color:#fff;
	text-decoration:none;
}
.cls_header a:hover {
	text-decoration:underline;
}

.cls_menu {
	background-color:#f9f9f9;
	padding:12px;
	padding-bottom:0px;
	height:100%;
	overflow-y:auto;
}
.cls_menu a {
	color:#333;
	text-decoration:none;
}
.cls_menu a:hover {
	text-decoration:underline;
}
.cls_menu > div {
	padding-top:1px;
	padding-bottom:2px;
}
.cls_noborder {
	border:0px;
}
.cls_admin_menu {
	background-color:#f9f9f9;
}

.cls_main {
	background-color:#ffffff;
	padding:10px;
	padding-top:60px;
}

.cls_section {
	font-size:90%;
	margin-top:12px;
	margin-bottom:4px;
}

.cls_message {
	font-size:90%;
	padding:6px;
	background-color:#ffefef;
	display:none;
}

.cls_error {
	background-color:#ffefef;
}

.cls_tag {
	margin-top:24px;
	margin-bottom:32px;
}

.cls_navi {
	text-align:center;
	margin-top:24px;
	margin-bottom:24px;
}

input[type=text],input[type=password],input[type=combobox] {
	font-size:80%;
	height:24px;
}
input[type=text],input[type=password] {
	border:1px solid #bbb;
	border-radius:4px;
	padding-left:4px;
	padding-right:4px;
	font-size:90%;
}

select {
	font-size:100%;
}

input[type=button],label.button {
	color:#fff;
	font-size:85%;
	padding:4px;
	padding-left:18px;
	padding-right:18px;
	margin-right:2px;
	background-color:#3389aa;
	border:1px solid #3389aa;
	border-radius:4px;
	min-width:140px;
	cursor:pointer;
}

label.button {
	padding:7px;
	margin-left:8px;
	margin-right:16px;
}

input.red-button {
	background-color:#aa6666;
	border:1px solid #aa6666;
}
input.default-button {
	background-color:#ccc;
	border:1px solid #ccc;
	color:#000;
}
input.large-button {
	min-width:150px;
	font-size:90%;
}
input.small-button,label.small-button {
	font-size:80%;
}

.cls_left {
	text-align:left;
}
.cls_right {
	text-align:right;
}
.cls_center {
	text-align:center;
}

.cls_div_option {
	display:none;
	position:absolute;
	border:1px solid #000;
	padding:0px;
	background-color:#f9f9f9;
	z-index:1999;
	width:auto;
	height:auto;
	min-width:80px;
}

.ui-widget-overlay {
	background-color:#000;
	opacity:0.6;
	xbackground:-webkit-gradient(linear, left top, left bottom, from(#111),to(#000));
	xbackground:-moz-linear-gradient(top, #ccccff,#111);
}

.ui-widget textarea {
	font-size:75%;
}

.cls_none {
	display:none;
}

div.cls_dialog {
	display:none;
	background-color:#fff;
	width:600px;
	height:600px;
	border:1px solid #000;
	text-align:left;
}

.cls_block {
	padding-top:2px;
	padding-bottom:2px;
}

.cls_selected {
	background-color:#3389aa !important;
	border:1px solid #333 !important;
	color:#fff;
}

.cls_noselected {
	background-color:#eee !important;
	color:#666;
}

.cls_focus {
	background-color:#fdfdea !important;
}

input.cls_rdo_left {
	background-color:#ccc;
	border:1px solid #ccc;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
input.cls_rdo_right {
	background-color:#ccc;
	border:1px solid #ccc;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}

/*リスト	*/
table.cls_tbl_list {
	background-color:#fff;
	border-collapse:collapse;
	width:100%;
	font-size:90%;
}

table.cls_tbl_list tr {
	background-color:#fff;
}
table.cls_tbl_list tr:nth-child(2n+1)
{
	background:#f3f6f9;
}

table.cls_tbl_list th {
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	background-color:#3389aa;
	color:#fff;
	font-weight:normal;
}

table.cls_tbl_list th a {
	color:#fff;
	text-decoration:none;
}
table.cls_tbl_list th a:hover {
	text-decoration:underline;
}
table.cls_tbl_list td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px;
	padding-left:12px;
	padding-right:12px;
	height:20px;
	min-width:60px;
	cursor:cursor;
}
table.cls_tbl_link th{
	vertical-align:top;
	white-space:normal;
	height:44px;
}

table.cls_tbl_link {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.cls_tbl_link td{
	vertical-align:top;
	white-space:normal;
	height:38px;
}
table.cls_tbl_input {
	width:100%;
}

table.cls_tbl_input th, table.cls_tbl_input td{
	padding:6px;
	white-space:nowrap;
	vertical-align:top;
	font-size:90%;
}

/* カレンダー	*/
div#id_opt_date {
	width:300px;
	height:auto;
}
table.cls_tbl_cal {
	width:100%;
	height:300px;
}
table.cls_tbl_cal td {
	text-align:center;
}

div#id_cal_date{
	width:100%;
	cursor:cursor;
}

div.cls_preview {
	padding:20px;
	margin:20px;
	background-color:#fff;
	border:1px solid #333;
	height:800px;
	width:600px;
	box-shadow:3px 3px 1px 1px rgba(0,0,0,0.4);
}

.cls_selectedLow {
	background-color:#cde !important;
}

.cls_selectedHigh {
	background-color:#9ab !important;
}

.cls_info_box {
	border:1px solid #999;
	border-radius:2px;
	padding:12px;
	margin:4px;
	text-align:center;
}

.cls_link_box {
	background-color:#fff;
	border:1px solid #999;
	border-radius:2px;
	padding:12px;
	margin:4px;
	height:50px;
	width:90px;
	text-align:center;
	background-image:url(/images/favicon.ico);
	background-repeat:no-repeat;
	background-position:center center;
}

.cls_page_box {
	background-color:#f6f6f6;
	border:1px solid #ccc;
	border-radius:2px;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	margin:4px;
	text-align:center;
	float:left;
	cursor:pointer;
}
.cls_page_box a {
	text-decoration:none;
}
.cls_page_box a:hover {
	color:#3389aa;
}
.cls_now_page a {
	color:#3389aa;
}
.cls_page_count_box {
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	margin:4px;
	float:left;
}

.cls_label_red {
	background-color:crimson;
	color:#fff;
	font-size:50%;
	font-weight:normal;
	border-radius:4px;
	padding:4px;
	margin:4px;
	text-align:center;
}
.cls_label_orange {
	background-color:coral;
	color:#fff;
	font-size:50%;
	font-weight:normal;
	border-radius:4px;
	padding:4px;
	margin:4px;
	text-align:center;
}

.cls_question {
	padding:8px;
	width:90%;
	vertical-align:top;
	border-top:1px solid #ccc;
}

.cls_answer {
	padding:8px;
	width:90%;
	vertical-align:top;
	border-top:1px solid #ccc;
}

.cls_help {
	padding-left:22px;
	background-image:url("/images/help.png");
	background-repeat:no-repeat;
	background-position:0px -1px;
}
.cls_mail {
	padding-left:22px;
	background-image:url("/images/mail.png");
	background-repeat:no-repeat;
	background-position:0px -1px;
}

.cls_login {
	padding-left:22px;
	background-image:url("/images/login.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.cls_link {
	padding-left:22px;
	background-image:url("/images/arrow.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.cls_gray {
	background-color:#f6f6f6;
}

.cls_article_title {
	font-size:120%;
	padding:3px;
	padding-top:8px;
	padding-right:16px;
}
.cls_article_body {
	font-size:100%;
	color:#666;
	padding:3px;
	padding-top:8px;
}
.cls_article_body div {
	padding-right:12px;
}
.cls_article_link {
	font-size:105%;
	color:#666;
	padding:3px;
	padding-bottom:16px;
}

#id_image_thumnail {
	overflow:scroll;
	height:500px;
}
.cls_image_thumnail {
	border:1px solid #ccc;
	margin:5px;
	float:left;
	min-width:100px;
	min-height:100px;
	cursor:pointer;
}
.cls_image_thumnail img {
	max-width:100px;
	max-height:100px;
}
.cls_image_selected {
	border:3px solid #3389aa !important;
	margin:3px;
}

.rank {
	font-size:130%;
	font-weight:bold;
	color:#bf0000;
}
.rank span {
	padding-left:1px;
	font-size:80%;
}
.price {
	color:#bf0000;
}

.btn-rank {
	margin-top:16px;
	margin-bottom:24px;
	margin-right:6px;
}
.btn-rank a{
	text-decoration:none;
}

.btn-normal {
	background-color:#666;
	padding:6px;
	padding-left:9px;
	padding-right:9px;
	margin-top:2px;
	margin-bottom:2px;
	color:#fff;
	text-align:center;
	font-size:80%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.btn-normal a {
	text-decoration:none;
	color:#fff;
}

.cls_header_normal {
	font-size:110%;
	font-weight:bold;
	color:#fff;
	padding:4px;
	padding-left:8px;
}
.cls_header_radius {
	border-radius:10px;
	padding-left:10px;
}
.cls_header_bubble {
	position:relative;
	border-radius:10px;
	padding-left:10px;
}
.cls_header_bubble:after {
	position:absolute;
	bottom:-9px;
	left:1em;
	width:0;
	height:0;
	content:'';
	border-width:10px 10px 0 10px;
	border-style:solid;
	border-top-color:inherit;
}
.cls_header_left {
	background-color:#fff!important;
	border-left-width:14px;
	border-left-style:solid;
	color:#333;
}
.cls_header_bottom {
	background-color:#fff!important;
	border-bottom-width:10px;
	border-bottom-style:solid;
	color:#333;
}