@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:underline;
	color:#3333CC;
}
a:hover {
	text-decoration:underline;
	color:#99CC00;
}
body {
	font-size:12px;
	/*font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;*/
	font-family:"メイリオ", "Meiryo" , sans-serif;
	line-height:140%;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:#CCCCCC SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR:#CCCCCC;
	SCROLLBAR-ARROW-COLOR:#CCCCCC;
	SCROLLBAR-TRACK-COLOR:#FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR:#CCCCCC;
	background-color: #f2f2f2;
	
}
table {
	color:#000000;
	font-size:10pt;
	line-height:140%;
	font-weight: normal;
}
th {
	background-color:#eeeeee
}
ul {
	margin-left:23px
}
ol {
	margin-left:30px
}
li {
	text-indent:0px
}
.copyright {
	font-family:"Arial";
	color:#ffffff;
	text-align:right;
	border-bottom-style:solid;
	border-color:#ffffff;
	border-width:1px;
	margin-bottom:3px;
	margin-top:10px
}
.small {
	font-family: "Arial";
	color:#ffffff
}
h1 {
	font-size: 10pt;
	font-weight: normal;
	color: #666;
	margin-bottom: 0;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 32px;
	text-align: left;
	background: url(image/t_h2.gif) top left no-repeat;
	width: 740px;
	height: 32px;
	margin: 0 0 20px 0;
	padding-left: 20px;
}
.rmks {
	color:#ff0000
}
.sinfo {
	color:#ffffff;
	background-color: #ff3333;
	font-size:8pt;
	padding:1px 0px 0px 1px;
}
/* basic */
img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
/* custom */
.style-1 {
	font-weight: bold;
	color: #c00;
}
.style-2 {
	color: #f00;
	font-weight: bold;
}
.style-3 {
	font-size: 8pt;
}
.style-4 {
	font-size: 9pt;
	font-weight: normal;
}
.style-5 {
	font-weight: bold;
	font-size: 14pt;
	color: #f00;
}
.style-6 {
	font-weight: bold;
	font-size: 14pt;
	line-height:28px;
}
.layout-1 {
	float: left;
	width: 550px;
}
.layout-2 {
	background: url(image/i_ribbon.jpg) top center no-repeat;
	font-size: 12pt;
	line-height: 21px;
	font-weight: bold;
	color: #630;
	padding-top:15px;
	text-align: center;
	height: 55px;
}
.img-1{
	float:right;
	margin:20px;
}
/* banner */
#banners img {
	border: none;
	display: block;
}
#banners a:focus {
	outline: none;
}
#banners, #banners2 {
	float: right;
	margin: 0 auto;
	width: 178px;
	height: 275px;
	overflow: hidden;
}
div#banners ul li {
	display: inline;
	float: left;
}
#banners ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*************************
 added by Hiroko Watanabe
 *************************/
 .font-l{ font-size:16px; }
 .font-s{ font-size:13px; }
 .font-xs{ font-size:11px !important;}
 .font-bold { font-weight:bold !important; }
 .align-left { text-align:left !important; }
 .align-right { text-align:right !important; }
 .align-center { text-align:center !important; }
 .nowrap { white-space:nowrap; }
 .default { color: #909090; font-size: 16px; padding:5px; font-weight:bold;}
 .round-corner-10
 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 }
 
 .price-table
 {
	width: 760px;
	background: #999;	
	text-align:center;
 }
 /*.price-table,
 .price-table th,
 .price-table td,
 {
	 border: 1px solid #999;
	 text-align: center;
 }*/
 .price-table tr
 {
	 background:#fff;
 }
 .price-table th
 {
	background:#CDE5F7;
	font-size: 14px;
	white-space:nowrap;
 }
 .price-table .sub-th
 {
	background:#F0F7FC;
	font-weight:bold;
 }
 img.saiyasu
 {
	 margin-left: 10px;
 }
 .title
 {
	 text-align:center;
	 border-bottom: none;
 }
 
div.box-info
{
	text-align: left;
	padding: 20px;
	background: #FFFFBD;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	box-shadow: 3px 2px 4px rgba(50,50,50,.7) inset, -1px -1px 2px rgba(100,100,100,.7) inset;
	-moz-box-shadow: 3px 2px 4px rgba(50,50,50,.7) inset, -1px -1px 2px rgba(100,100,100,.7) inset;
	-webkit-box-shadow: 1px 2px 2px rgba(50,50,50,.7) inset, -1px -1px 2px rgba(100,100,100,.7) inset;
	margin: 5px 50px;
	font-weight: bold;
}

div.box-info2
{
	text-align: left;
	padding: 20px;
	background: #FFFFBD;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	box-shadow: 3px 2px 4px rgba(50,50,50,.7) inset, -1px -1px 2px rgba(100,100,100,.7) inset;
	-moz-box-shadow: 3px 2px 4px rgba(50,50,50,.7) inset, -1px -1px 2px rgba(100,100,100,.7) inset;
	-webkit-box-shadow: 1px 2px 2px rgba(50,50,50,.7) inset, -1px -1px 2px rgba(100,100,100,.7) inset;
	margin: 5px 50px;
	font-weight: normal;
}
div.box-info ul
{
	margin-left: 0px;
	list-style:circle !important;
}

div.box-info li:before
{
	content: '\261e \2002' ;
}

div.box-info li
{
	margin: 3px 0;
}
.premia,
.premia td
{
	background:#FFFF80;
}
	 

