body {
	margin: 5px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF;
	font-size: 14px;
	color: #3C3D3F;
	font-family: Verdana, Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', osaka, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #CC3300;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #EB1D1D;
}

a:hover {
	text-decoration: none;
}

.inline-center {
  text-align: center;
}

.inline-left{
  text-align: left;
}

.inline-right{
  text-align: right;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.clear-both {
  clear:both;
  float:none;
  width:0px;
  height:0px;
  visibility:hidden;
  display:block;
  margin:0;
  padding:0;
}

* html .clear-both {
  clear:both;
  width:0px;
  height:0px;
  display:none;
  margin:0;
  padding:0;
}

img {
  border: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

 /* ↓フォントのスタイル↓ */

.bold {
  font-weight: bold;
}
        
.red {
  color: #CC3300;
}

.kinaka {
  color: #FF0000;
}

.white {
  color:#FFFFFF;
}

.dilute-gray {
  color:#444444;
}

.black {
  color:#000000;
}

.gray {
	color:#999;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-20 {
	font: normal 25px/1.0 'Trebuchet MS', Osaka, ＭＳ Ｐゴシック;
	letter-spacing: -0.1em;	
}

.font-18{
  line-height:150%;
  font-size:18px;
}

/* Header */

#header {
	overflow: hidden;
	width: 1000px;
	height: 90px;
	margin: 0px auto 5px auto;
	background:url(images/logo.gif) no-repeat;
	background-position: 0px 20px;
}

/* Logo */

#logo {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 0 0 13px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
    font-variant: normal;
}

#logo h1 a {
	border: none;
	background: none;
	text-decoration: none;
	color: #D01010;
}

#logo h1 span {
	color: #EB1D1D;
}

#logo p {
	margin: -5px 0px 0px 0px;
	padding: 0px 0 0 px;
	text-transform: lowercase;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #45302C;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #45302C;
}

/* Menu */

#menu {
	float: right;
	width: 370px;
}

#menu ul {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 4px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 120%/normal 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C0C0C;
}

#menu a:hover {
	background: #EB1D1D;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
}

#page_top {
	clear: both;
	text-align: right;
}
#page_top a {
	margin-left:auto;
	display:block;
	width:65px;
	height:19px;
	text-decoration:none;
	background:url(images/page_top.gif) no-repeat;
}
.hidden {
	visibility: hidden;
}
/* Content */

#content {
	float: left;
	width: 750px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#content h2 {
	height: 40px;
	padding: 4px 0 5px 26px;
	background-image: url(images/tittle3_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	font-size: 170%;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 12px;
}

.post {
	margin-bottom: 30px;
	padding: 0px 0px;
}

.post .title {
	height: 41px;
	padding: 0px 0px 0px 0px;
}

.post .title a {
	letter-spacing: -2px;
	text-decoration: none;
	text-transform: lowercase;
	color: #414141;
	border: none;
}

.post .entry {
	padding: 10px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;
	text-align: justify;
}

.post .meta {
	overflow: hidden;
	padding-top: 10px;
}

#contents-box {
	border: 1px solid #CCCCCC;
	border-bottom: 1px dotted #FFCC33;
	padding-top:5px;
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar h2 {
	height: 25px;
	padding: 8px 0 2px 15px;
	background: url(images/menu_bg.gif) repeat-x left center;
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	/*
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	*/
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: left;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #990000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0px 0px 0px 20px;
	padding: 0;
}
#sidebar li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}

#sidebar li ul a{
	color: #000;
	display: block;
	height: 24px;
	line-height: 30px;
	text-indent: 12px;
	text-decoration: none;
	outline: none;
	padding: 0 0 5px 0;
	border-bottom: 1px #999 dotted;
}

#sidebar li ul li a {
	background-image: url(images/nextpage.gif);  
	background-repeat: no-repeat;  
	background-position: 0px 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

/* Search */

#searchform {
	background:url(images/input4.gif) left top no-repeat;
	display: block;
	width: 230px;
	height: 32px;
}

#searchform #word {
	display: block;
	float: left;
	border:none; background: none;
	width:160px; 
	*width:150px; 
	color:#464646;
	padding: 5px 8px;
	*padding: 5px 0;
	font-size: 12px;
}
#searchform #btn {
	display: block;
	float: left;
	background:none;
	border:none;
	margin-top:3px;
	width:18px;
	cursor: pointer;
}

/* Table */
.outer {
	border: 1px solid #EEE;
}
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}
.head {
	padding: 5px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F2F2F2;
}
.even {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #F7F7F7;
}
.odd {
	padding: 2px;
	color: inherit;
	border-bottom: 1px solid #CACACA;
	background: #FAFAFA;
}
.foot {
	padding: 5px;
	font-weight: bold;
}
tr.even td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.odd td {
	padding: 2px;
	border-bottom: 1px solid #CACACA;
}
tr.even {
	color: inherit;
	background: #F7F7F7;
}
tr.odd {
	color: inherit;
	background: #FAFAFA;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	border-bottom: 1px solid #CACACA;
	background: #DFDFDF;
}

td.showDragHandle {
	background:transparent url(images/arrow_next.gif) no-repeat center center;
	cursor:move;
}

/* 商品リスト */

div.order {
	text-align: center;
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 10px;
	margin: auto;
}

.list_item
{
	margin-bottom	: 3px;
}

.table_list
{
	text-align:center;
	font-size:12px;
	line-height: 130%;
	color: #FF3300;
	border-bottom: 1px dashed #777;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align:top;
}

.table_list a:visited
{
	color: #78996B;
	text-decoration : none;
}

.table_list a:hover
{
	color: #4D82C4; 
	text-decoration : underline;
}

.table_list a:active
{
	color : #ff3300; 
	text-decoration : underline;
}

.list_price
{
	font: bold 18px/1.2 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #FF3300;
}

/* 商品ページ */

.info {
    width: 80%;
	color: #CC0000;
	font-size:100%;
	font-weight:bold;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:20px;
	padding:20px;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
}

.mylink_info {
    width: 80%;
	font-size:100%;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom:20px;
	padding:20px;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
}

div.mylink_found {
	text-align: center;
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 10px;
	margin: auto;
}

div.mylink_small {
	text-align: right;
	color: #CC3300;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: normal;
}

/* breadcrumbs */

.breadcrumbs
{
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	width: 990px;
	padding:5px;
	background:#fff;
}
.breadcrumbs ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadcrumbs ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(images/Chevron.gif) no-repeat 100% 0;
}
.breadcrumbs ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.breadcrumbs ul li.first a
{
	height: 18px !important;
	text-indent:-1000em;
	width:84px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(images/home.gif) no-repeat 0 0;
}
.breadcrumbs ul li.first a:hover
{
	background-position: 0 0;
}
.breadcrumbs ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}

#price {
	font: normal 40px/1.0 'Trebuchet MS', Osaka, ＭＳ Ｐゴシック;
	letter-spacing: -0.1em;	
}

.price{
  margin-top:20px;
  margin-bottom:20px;
}

.price span{
  color:#FF0000;
  font-size:20px;
  font-weight:bold;
}

.price-text-box {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 50px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.DiscountRate {
 
	font: bold 20px/1.2 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #FF3300;
}

.line-title {
	background-color: #EFEFEF;
	color:#000;
	padding: 5px;
	margin: 50px 50px 0;
	font-weight: bolder;
	text-align: center;
}

.item-explain {
	margin: 20px 50px;
}

div#description {
	padding: 10px;
	color: #000;
	border-top: 1px dotted #333;
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-right: 1px dotted #333;
}
#item-cart {
	width: 520px;
	color: #000;
	background: #FFFFFF;
	border-top: 1px dotted #333;
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-right: 1px dotted #333;
	padding: 10px;
	margin: 30px auto;
}

#item-detail {
	width: 90%;
	color: #000;
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 10px;
	margin: 30px auto;
}

p.anchor-detail ,
p.anchor-inquiry ,
p.anchor-review {
	line-height:70%;
}

.found {
	margin-top: 5px;
	margin-bottom: 5px;
}

.Qrcode {
	margin-bottom: 20px;
}

table.groupitem{
	margin:auto;
	border: 2px solid #CCCCCC;
	margin-top:0;
	text-align: center;
	/*
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	background-color: #fff;
}

table.groupitem th {
	background-color: #CC3300;
	height: 21px;
	color: #fff;
	margin-top:-10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
table.groupitem td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	vertical-align:top;
}

table.groupitem td img.img{
	margin:auto;
	display:block;
	margin-bottom:2px;
	padding: 5px;
	border: 1px solid #CCC;
    align: center;
}

table.groupitem td p.item{
	text-align:center;
	font-size: 14px;
	font-weight: 900;
	color: rgb(255, 26, 0);
	margin-top:15px;
	line-height:2px;
	padding:auto;
	*margin:auto;
}

table.groupitem td div{
	color: #330000;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	font-weight:bold;
}

table.groupitem td div.icon img{
	margin:5px;
}

table.ranking {
	margin:auto;
	border: 2px solid #CCCCCC;
	margin-top:0;
	text-align: center;
	/*
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	background-color: #fff;
	width:100%;
}

table.ranking th {
	background-color: #F4752B;
	height: 21px;
	color: #fff;
	margin-top:-10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
table.ranking td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	vertical-align:top;
	font-size: 12px;
}

table.ranking td img.img{
	margin:auto;
	display:block;
	margin-bottom:2px;
	border: 1px solid #CCC;
}

table.ranking td p.item{
	text-align:center;
	font-size: 14px;
	font-weight: 900;
	color: rgb(255, 26, 0);
	margin-top:15px;
	line-height:2px;
	padding:auto;
	*margin:auto;
}

table.ranking td div{
	color: #330000;
	margin-left:30px;
	margin-right:30px;
	text-align:center;
	font-weight:bold;
	height:22px;
}

table.ranking td div.icon img{
	margin:2px;
}

table.ranking td div.rank1{
	background-image: url('images/medal_1.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

table.ranking td div.rank2{
	background-image: url('images/medal_2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

table.ranking td div.rank3{
	background-image: url('images/medal_3.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
table.rireki_block{
	width: 100%;
	margin:auto;
	border: 2px solid #CCCCCC;
	margin-top:0;
	margin-bottom:10px;
	text-align: center;
	/*
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	background-color: #fff;
}

table.rireki_block th {
	background-color: #F4752B;
	height: 21px;
	color: #fff;
	margin-top:-10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
table.rireki_block td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	vertical-align:top;
	text-align: center;
}

table.rireki_block td img.img{
	margin:auto;
	display:block;
	margin-bottom:2px;
	padding: 5px;
	border: 1px solid #CCC;
    align: center;
}

table.rireki_block td p.item{
	text-align:center;
	font-size: 14px;
	font-weight: 900;
	color: rgb(255, 26, 0);
	margin-top:15px;
	line-height:2px;
	padding:auto;
	*margin:auto;
}

table.rireki_block td div{
	color: #330000;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	font-weight:bold;
}

#moshimo_sozai{
	margin-bottom:20px;
}
.image-second{
	padding: 50px;
}
.item_sozai{
	text-align: center;
	line-height:0px;
	margin: 0;
	padding: 0;
	border: 0;
}
.item_sozai img{
	vertical-align:bottom;
	line-height:0px;
	margin: 0;
	padding: 0;
	border: 0;
	/*
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	zoom: 1;
	*/
	overflow: hidden;
}

.shadow_box {
  margin: 0 2px 3px 0;
  padding: 3px;
  background:#FFFFFF;
  border: 1px #666666 dotted;
  /*
  -moz-box-shadow: 5px 5px 7px #AAA;
  -webkit-box-shadow: 5px 5px 7px #AAA;
  box-shadow: 5px 5px 7px #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  */
}

#Average{
	margin-left: 240px;;
}

.average {
	position: relative;
	height: 24px;
}

.average span.label {
	position: absolute;
	top: 2px;
}

.average span a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
} 

.average span.review-link {
	position: absolute;
	left: 190px;
	top: 0px;
	border: 0;
}

span.review_average {
	position: absolute;
	left: 102px;
	top: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 15px;
	line-height: 15px;
	background-image: url('images/average.gif');
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

span.average-block {
	position: absolute;
	left: 102px;
	top: 2px;
	display: inline-block;
	width: 78px;
	height: 15px;
	line-height: 15px;
	background-image: url('images/average.gif');
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

table.review-table {
	width: 80%;
	color: #000;
	background:#f0f0f0;
	padding: 20px;
	margin: auto;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1.5em;
}

table.review-table td {
    padding: 10px;
}

table.review-table td.star {
	color: #FF9900;
}

table.review-table td.review {
	font-size: 100%;
}

table.review-table .odd {
    background-color: #FFF;
    padding: 5px;
}

table.review-table .even {
    background-color: #f0f0f0;
    padding: 5px;
}

table.review-table .notice {
    padding: 10px;
    font-size: 12px;
}

table.review-table td.next{
	text-align: right;
}

table.review-table td.next a{
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
	text-align: right;
}

table.review-table ul {
	margin: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style: disc inside;
	text-align: left;
}

table.review-table td.Nav{
	border: solid 1px #f0f0f0;
    background-color: #FFF;
    padding: 5px;
}

table.review-table td.Nav ul {
	text-align:center; 
}

.TagCloud {
	font-family: Arial, Helvetica, sans-serif;
	color: #88261a;
	line-height: 150%;
	padding: 2px;
	font-weight: bold;
	-moz-text-shadow: 5px 5px 7px #AAA;
	-webkit-text-shadow: 5px 5px 7px #AAA;
	text-shadow: 5px 5px 7px #AAA;
}

ul.TagCloudlist {
	margin: 0;
	padding: 0.5em 10px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.TagCloudlist li {
	margin: 0;
	padding: 0;
	display: inline;
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.TagCloudlist li a {
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	text-decoration: none;
	background-color: #fff;
}

ul.TagCloudlist li a:hover {
	border-color: #fff;
	z-index: 10;
	color: #fff;
	background-color: #cc0063;
}

.taglist { clear:both; margin:0; padding:0; float:right; line-height:1.0; }
.taglist li { display:inline; float:left; margin:0;margin-bottom: 20px;padding: 0 3px; border-right:1px solid #999; font-size: .9em; }
.taglist li.last { border:none; }
.taglist a {}

.adminMenu { clear:both; margin:0; padding:0; float:right; line-height:1.0; }
.adminMenu li { display:inline; float:left; margin:0;margin-bottom: 20px;padding: 0 3px; border-right:1px solid #999; font-size: .9em; }
.adminMenu li.last { border:none; }
.adminMenu a {}
.adminlist { margin-right: auto; margin-left: auto; padding:0; line-height:1.0; }
.adminlist li { display:inline; margin:0;margin-bottom: 20px;padding: 0 3px; border-right:1px solid #999; font-size: .9em; }
.adminlist li.last { border:none; }
.adminlist a {}

#adminForm input ,
#adminForm textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
    vertical-align: bottom;
    color: #696969;
    background: #f1f1ed;
    padding: 3px;
}
.edit_info {
	width: 90%;
	background: #EFEFEF;
	border: 1px inset #CCC;
	padding: 2px;
	margin: auto;
	margin-top:10px;
	margin-bottom:20px;
}

/* PageNav */

.PageNav
{
	margin: 10px;
	padding: 0;
	white-space: nowrap;
	color: #999;
	text-align:center; 
}

.PageNav li
{
	display:inline; 
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.PageNav li.currentpage
{
	margin:0 6px 0 2px;
	padding: 2px 8px 2px 8px;
	background:#eee;
	color:#808080;
	border: 1px solid #c0c0c0;
}

.PageNav li.prepage
{
	margin:0 4px;
}

.PageNav a
{
	margin:0 2px;
	padding: 2px 8px 2px 8px;
	text-decoration:none;
	color:#808080;
	border: 1px solid #c0c0c0;
}

.PageNav a:hover
{
	color:#FF9900;
	background:#eee;
}

.PageNav a:visited
{
	color:#808080;
}

.PageNav li.prepage a {
	background: #fff url(images/prepage.gif) 10% 50% no-repeat;
	padding-left: 15px;
}

.PageNav li.prepage a:hover {
	background: #fff url(images/prepage.gif) 10% 50% no-repeat;
}

.PageNav li.nextpage a {
	background: #fff url(images/nextpage.gif) 90% 50% no-repeat;
	padding-right: 15px;
}

.PageNav li.nextpage a:hover {
	background: #fff url(images/nextpage.gif) 90% 50% no-repeat;
}

.PageNav li.pageskip
{
	margin:0 6px 0 2px;
	padding: 2px 8px 2px 8px;
	background:#fff;
	color:#808080;
	border: 1px solid #c0c0c0;
}

.loader {
	display: none;
	position: absolute;
	opacity: .85;
	z-index: 100;
	left: 50%;
	width: 300px;
	margin-left: -130px;
	margin-top: -35px;
	padding: 20px;
}
.loader h1 {
	font-size: 15px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
.overlay-shadow {
	-moz-box-shadow: 0px 0px 12px 			rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 0px 12px 		rgba(0,0,0,.6);
	box-shadow: 0px 0px 12px 				rgba(0,0,0,.6);
}

.loader-body {
	border: 1px solid 		#2A2A2A;
	background: 			#222222;
	color: 					#fff;
	text-shadow: 0 1px 0 	#000;
	font-weight: normal;
	background-image: -moz-linear-gradient(top, 
							#666666, 
							#222222);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#666666),
		color-stop(1, 		#222222));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#222222)')";
}
.corner-all {
	-moz-border-radius: 				.6em;
	-webkit-border-radius: 				.6em;
	border-radius: 						.6em;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding-box;
	        background-clip: padding-box;
}

#redirect_message {
	display: block;
	position: fixed;
	opacity: .85;
	right: 0px;
	top: 90px;
	width: 300px;
	padding: 10px 30px;
	font-size: 15px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	border-top: 1px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
}

#footer div {
	margin: 0;
	padding: 8px 0px 0px 0px;
	line-height: 90%;
	font-size: 12px;
	text-align: center;
	color: #45302C;
}

#footer a {
	color: #6B4A45;
}




#about h3 {
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
    font-variant: normal;
    padding: 5px;
    background-color: #D01010;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

#about p {
	font-size: 13px;
	line-height: 140%;
}


#links h3 {
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
    font-variant: normal;
    padding: 5px;
    background-color: #D01010;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

#links .kakomi {
	padding:10px;
	border:1px #666666 solid;
	background-color: #FCF3D3;
	font-size: 13px;
	line-height: 140%;
}

#links ol {
    margin: 15px 0 15px 15px;
}

#links li {
	font-size: 13px;
	line-height: 140%
	font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px #999999 dotted;
}

.sl{
	color: #FF0000;
	font-weight: bold;
}


.shadow_box_top {
  margin: 20px 2px 20px 0;
  padding: 10px;
  background:#FFFFDD;
  /*
  -moz-box-shadow: 5px 5px 7px #AAA;
  -webkit-box-shadow: 5px 5px 7px #AAA;
  box-shadow: 5px 5px 7px #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  */
}

.groupitem_top{
	margin:auto;
	padding: 10px 10px 0 10px;
	border: 2px solid #CCCCCC;
	margin-top:10px;
	text-align: left;
	/*
	-moz-box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	box-shadow: 5px 5px 7px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	background-color: #FFFFFF;
}


/* トップぺージのsort_button */

.sort_button {
	background-image: url('images/sort_button.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	/* float: left; */
	text-align: right;
	margin: 5px 0 0 0;
	width: 100%;
	}

.sort_button a {
	display: block;
	height: 22px;
	padding: 2px 35px 0px 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sort_button a:hover {
	text-decoration: none;
	color: #000099;
}
@charset "utf-8";
/*
----------------------------------------------------------------
	This style for popupwindow.
----------------------------------------------------------------
*/
.pWindow , .pWindow table{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
	.pWindow table td {
		margin: 0;
		padding: 0;
	}

	.pWindow .pwContainer {
		border-collapse: collapse;
	}

	.pWindow .titleBar {
		font-weight: bold;
		line-height: 31px;
	}
		.pWindow .titleBar .pwBarL {
			background: url(images/pw_tbar_l.png) left top no-repeat;
			width: 8px;
			height: 31px;
		}
			* html .pWindow .titleBar .pwBarL {
				background: url(images/forie/pw_tbar_l.png) left top no-repeat;
			}

		.pWindow .titleBar .pwBarCenter {
			background: url(images/pw_tbar_c.png) left top repeat-x;
			cursor: move;
			height: 31px;
		}
			* html .pWindow .titleBar .pwBarCenter {
				background: url(images/forie/pw_tbar_c.png) left top repeat-x;
			}

		.pWindow .titleBar .pwBarR {
			background: url(images/pw_tbar_r.png) left top no-repeat;
			width: 18px;
			height: 31px;
		}
			* html .pWindow .titleBar .pwBarR {
				background: url(images/forie/pw_tbar_r.png) left top no-repeat;
			}

.pWindow .contentsBox {
	position: relative;
}
	.pWindow .contentsBox .contentsL {
		background: url(images/pw_body_l.png) left top repeat-y;
		width: 8px;
		height: 100%;
	}
		* html .pWindow .contentsBox .contentsL {
			background: url(images/forie/pw_body_l.png) left top repeat-y;
		}
	
	.pWindow .contentsBox .contentsBody {
		background-color: #fff;
		padding: 10px 5px 5px;
		overflow: auto;
		vertical-align: top;
	}
		.pWindow .contentsBox .contentsBody div.information {
			background: url(images/ico_information.png) left top no-repeat;
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
		
		.pWindow .contentsBox .contentsBody div.warning {
			background: url(images/ico_warning.png) left top no-repeat;
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
		
		.pWindow .contentsBox .contentsBody div.caution {
			background: url(images/ico_caution.png) left top no-repeat;
			padding-left: 50px;
			min-height: 44px;
			height: auto !important;
			height: 44px;		/* for IE */
		}
	
		.pWindow .contentsBox .contentsBody.contentsMain {	/* for Opera and IE hack */
			height: 100%;
		}
		
		.pWindow .contentsBox .contentsBody iframe {
			width: 100%;
			height: 100%;
		}
		
		.pWindow .contentsBox.btnArea td {
			overflow: hidden;
			padding: 0 !important;
			vertical-align: bottom;
			height: 35px;
		}
	
	.pWindow .contentsBox .contentsR {
		background: url(images/pw_body_r.png) left top repeat-y;
		width: 18px;
		height: 100%;
	}
		* html .pWindow .contentsBox .contentsR {
			background: url(images/forie/pw_body_r.png) left top repeat-y;
		}
	
.pWindow .contentsFooter {
	position: relative;
}
	.pWindow .contentsFooter .cfL {
		background: url(images/pw_foot_l.png) left top no-repeat;
		width: 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfL {
			background: url(images/forie/pw_foot_l.png) left top no-repeat;
		}
	
	.pWindow .contentsFooter .cfC {
		background: url(images/pw_foot_c.png) left top repeat-x;
		margin: 0 9px 0 8px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfC {
			background: url(images/forie/pw_foot_c.png) left top repeat-x;
		}
	
	.pWindow .contentsFooter .cfR {
		background: url(images/pw_foot_r.png) left top repeat-y;
		width: 18px;
		height: 18px;
	}
		* html .pWindow .contentsFooter .cfR {
			background: url(images/forie/pw_foot_r.png) left top repeat-y;
		}
		
		.pWindow .contentsFooter .cfR.resizable {
			background: url(images/pw_foot_r_resize.png) left top no-repeat;
			width: 18px;
			height: 18px;
		}
			* html .pWindow .contentsFooter .cfR.resizable {
				background: url(images/forie/pw_foot_r_resize.png) left top no-repeat;
			}
	
.pwBtn {
	text-align: center;
	height: 25px;
}

/*
------------------------------------------------------
	ボタン関連のスタイル
------------------------------------------------------
*/
.closeBtn {
	background: url(images/btn_close.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 12px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.minimumBtn {
	background: url(images/btn_minimum.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 57px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.maximumBtn {
	background: url(images/btn_maximum.png) left top no-repeat;
	outline: 0;
	position: absolute;
	right: 35px;
	top: 5px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.pwYes {
	background: url(images/btn_pw_yes.png) left top no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	outline: 0;
	line-height: 25px;
	width: 75px;
	height: 25px;
	/zoom: 1;
}
	.pwYes.confirm {
		margin-right: 3px;
	}
	
	.pwYes:hover {
		background-position: left bottom;
	}

.pwNo {
	background: url(images/btn_pw_no.png) left top no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	outline: 0;
	width: 75px;
	height: 25px;
	/zoom: 1;
}
	.pwNo:hover {
		background-position: left bottom;
	}

/*
------------------------------------------------------
	モーダル表示時の背景の色と透過のスタイル
------------------------------------------------------
*/
#pwCover {
	background-color: black;
}
