/* charset */
@charset "utf-8";

html{
	height:100%;
}

body{
	margin:0 auto;
	padding:0;
	line-height:1.4;
	color:#333;
	font-family:meiryo,sans-serif;
	font-size:15px;
	background-color:#ffffff;
}

#header{
	margin-bottom:7px;
	padding:0;
	width:100%;
	height:60px;
	background-color:#808080;
	border-top-width:7px;
	border-top-style:solid;
	border-top-color:#696969;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#696969;
	box-shadow: 0px 2px 12px rgb(0, 0, 0); /*CSS3*/
	-moz-box-shadow: 0px 2px 12px rgb(0, 0, 0); /*Firefox*/
	-webkit-box-shadow: 0px 2px 12px rgb(0, 0, 0); /*Google Chrome, Safari*/
}

#top-contents{
	background-color:#ffffff;
	padding:0px;
	margin:0 auto;
	width:600px;
	text-align:left;
	margin-bottom:40px;
}

#main-contents{
	background-color:#ffffff;
	padding:0px;
	margin:0 auto;
	width:600px;
	text-align:left;
}

#footer{
	margin:0 auto;
	padding:0;
	text-align: center;
	line-height:1.0;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#696969;
	position:fixed;
	left:0%;
	right:0%;
	bottom:0%;
	width:100%;
	height:28px;
	background-image : url(images/default/footer_back.png);
	filter: alpha(opacity=87);
	opacity:0.87;
}

#buy_guide{
	width:90%;
	margin:0 auto;
	padding:0px;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
	-webkit-box-shadow: 2px 2px 4px rgb(169,169,169);
	-moz-box-shadow: 2px 2px 4px rgb(169,169,169);
	-ms-box-shadow: 2px 2px 4px rgb(169,169,169);
	box-shadow: 2px 2px 4px rgb(169,169,169);
	background-image : url(images/default/buy_guide_back.png);
}

#paypal_logo{
	width:90%;
	margin:16px auto;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
}

#please_contact{
	margin:15px auto;
	padding:0px;
	width:90%;
	height:60px;
}

A.wbutton100_2{
	display: block;
	width:100%;
	height:56px;
	margin:0 auto;
	margin-top:3px;
	padding-top: 10px;
	padding-bottom: -100px;
	border : 1px solid #000000;
	-webkit-box-shadow: 2px 2px 4px rgb(0,0,0);
	-moz-box-shadow: 2px 2px 4px rgb(0,0,0);
	-ms-box-shadow: 2px 2px 4px rgb(0,0,0);
	box-shadow: 2px 2px 4px rgb(0,0,0);
	background-image : url(images/default/button2_back.png);
	text-align:center;
	font-size:20px;
	color:#ffffff;
	cursor: pointer;
}

A.wbutton100_3{
	display: block;
	width:100%;
	height:56px;
	margin:0 auto;
	margin-top:3px;
	padding: 3px 1px 1px 0px;
	border : 1px solid rgb(0,204,204);
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
	background-image : url(images/default/my_login.png);
	font-size:14px;
	color:#00bfff;
	-webkit-text-shadow: 1px 1px 2px #008080;
	-moz-text-shadow: 1px 1px 2px #008080;
	-ms-text-shadow: 1px 1px 2px #008080;
	text-shadow: 1px 1px 2px #008080;
	text-indent: -6666px;
	cursor: pointer;
}

A.wbutton100_3:hover{
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	text-decoration : none;
	padding: 4px 1px 0px 0px;
	background-image : url(images/default/my_login2.png);
}

h1{
	margin-top:10px;
	margin-left:20px;
	color:#ffffff;
	font-family:meiryo,sans-serif;
	font-size:32px;
}

h2{
	font-size : 25px;
	color:#ffffff;
	padding-top:7px;
	padding-left:12px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:25px;
	border : 1px solid #696969;
	text-align: left;
	width : 100%;
	background-image : url(images/default/button2_back.png);
	-webkit-box-shadow: 2px 2px 4px rgb(169,169,169);
	-moz-box-shadow: 2px 2px 4px rgb(169,169,169);
	-ms-box-shadow: 2px 2px 4px rgb(169,169,169);
	box-shadow: 2px 2px 4px rgb(169,169,169);
}

h3{
	font-size : 20px;
	color:#696969;
	padding-top:7px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#c0c0c0;
	text-align: left;
	width : 100%;
	-webkit-box-shadow: 2px 2px 4px rgb(169,169,169);
	-moz-box-shadow: 2px 2px 4px rgb(169,169,169);
	-ms-box-shadow: 2px 2px 4px rgb(169,169,169);
	box-shadow: 2px 2px 4px rgb(169,169,169);
}

h4{
	font-size : 14pt;
	color:#ffffff;
	padding-top:7px;
	margin:0 auto;
	margin-top:15px;
	border : 1px solid rgb(105,105,105);
	text-align: center;
	width : 90%;
	background-color:#696969;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

ul{
	padding:0px auto;
	list-style : outside url(./images/default/list_mark.png);
}

table.copy{
	margin:0 auto;
	margin-top:0px;
	padding;0:
	text-align:center;
	font-size:14px;
}

a{
	text-decoration : none;
}

a:link{
	text-decoration : none;
}

a:visited{
	text-decoration : none;
}

a:hover{
	color : #ff4500;
	text-decoration : underline overline;
}

a:active{
	color : #ff4500;
	text-decoration : underline overline;
}

.text,.dropdown{
	border:1px solid #808080;
	padding:5px;
	font-size:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px rgb(255, 255, 255);
	-moz-box-shadow: 1px 1px 4px rgb(255, 255, 255);
	-ms-box-shadow: 1px 1px 4px rgb(255, 255, 255);
	box-shadow: 1px 1px 4px rgb(255, 255, 255);
	background-image : url(images/default/input_back.png);
}

.textarea{
	border:1px solid #808080;
	padding:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px rgb(255, 255, 255);
	-moz-box-shadow: 1px 1px 4px rgb(255, 255, 255);
	-ms-box-shadow: 1px 1px 4px rgb(255, 255, 255);
	box-shadow: 1px 1px 4px rgb(255, 255, 255);
	background-image : url(images/default/tarea_back.png);
}

.submit{
	border:1px solid #777;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	background:-webkit-gradient(linear,left top,left bottom,from(#99c9e5),to(#428ec9));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	background:-moz-linear-gradient(top,#99c9e5,#428ec9);
	-moz-border-radius:5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
}


/*                    */
/*   originals        */
/*                    */

.order-item{
	padding:7px;
	background-color:#f2f2f2;
	border-width:1px;
	border-style:solid;
	border-color:silver;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

.coupon-input{
	width:80%;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:7px;
	text-align:center;
	background-color:#dcdcdc;
	border-width:1px;
	border-style:solid;
	border-color:#a9a9a9;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

.slidepanel-p{
/*	margin:0 auto;*/
	margin-top:20px;
	margin-bottom:20px;
	padding:3px;
/*	width:80px;*/
	height:auto;
	font-weight: bold;
	text-align:center;
	color:yellow;
	background-color:#696969;
	border-width:2px;
	border-style:solid;
	border-color:#696969;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
	cursor: pointer;
}

.slidepanel-c{
	display: none;
}

.slidepanel-o{
	width:95%;
	margin:0 auto;
	margin-top:-13px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	text-align:left;
	font-size:13px;
	background-color:#f5f5f5;
	color:#696969;
}

.slidecaution-p{
/*	margin:0 auto;*/
	margin-top:20px;
	margin-bottom:20px;
	padding:3px;
/*	width:80px;*/
	height:auto;
	font-weight: bold;
	text-align:center;
	color:yellow;
	background-color:#dc143c;
	border-width:2px;
	border-style:solid;
	border-color:#dc143c;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
	cursor: pointer;
}

.slidecaution-c{
	display: none;
}

.slidecaution-o{
	width:95%;
	margin:0 auto;
	margin-top:-13px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	text-align:left;
	background-color:#ffeae6;
	font-size:13px;
	color:#ff0080;
}

.order_cerup{
  border-top-width : 1pt;
  border-bottom-width : 1pt;
  border-top-style : dotted;
  border-bottom-style : dotted;
  border-top-color : silver;
  border-bottom-color : silver;
  font-size : 12px;
}
.order_cer{
  font-size : 12px;
  border-bottom-width : 1pt;
  border-bottom-style : dotted;
  border-bottom-color : silver;
}

.info-window{
	width:85%;
	margin:0 auto;
	color:#708090;
	font-size: 12px;
	text-align:center;
	padding:7px;
	background-color:#dcdcdc;
	border-width:2px;
	border-style:solid;
	border-color:#dcdcdc;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

.caution-window{
	width:85%;
	margin:0 auto;
	color:#ffff00;
	font-size: 12px;
	text-align:center;
	padding:7px;
	background-color:#fa8072;
	border-width:2px;
	border-style:solid;
	border-color:#dc143c;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

A.wbutton100{
	display: block;
	width:100%;
	margin:0 auto;
	margin-top:3px;
	padding: 3px 1px 1px 0px;
	border : 1px solid rgb(169,169,169);
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
	background-image : url(images/default/footer_back.png);
	font-size:14px;
	color:#696969;
	-webkit-text-shadow: 1px 1px 2px #008080;
	-moz-text-shadow: 1px 1px 2px #008080;
	-ms-text-shadow: 1px 1px 2px #008080;
	text-shadow: 1px 1px 2px #008080;
	text-align:center;
	cursor: pointer;
}

A.wbutton100:hover{
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	text-decoration : none;
	padding: 4px 1px 0px 0px;
}

A.wbutton100:active{
	text-decoration : none;
}

A.wbutton100:visited{
	text-decoration : none;
}

.reg-table{
	margin:0 auto;
	width:70%;
/*	padding:5px;*/
	background-color:#a9a9a9;
	border-width:2px;
	border-style:solid;
	border-color:#696969;
	-webkit-box-shadow: 2px 2px 4px rgb(105,105,105);
	-moz-box-shadow: 2px 2px 4px rgb(105,105,105);
	-ms-box-shadow: 2px 2px 4px rgb(105,105,105);
	box-shadow: 2px 2px 4px rgb(105,105,105);
}

.reg-title{
	padding:5px;
	color:#f0e68c;
	font-size:18px;
	font-weight:bold;
	background-color:#696969;
	-webkit-box-shadow: 2px 2px 4px rgb(105,105,105);
	-moz-box-shadow: 2px 2px 4px rgb(105,105,105);
	-ms-box-shadow: 2px 2px 4px rgb(105,105,105);
	box-shadow: 2px 2px 4px rgb(105,105,105);
}

.reg-cer-a{
	color:#ffffff;
	padding:5px;
}

.reg-cer-b{
	color:#696969;
	padding:5px;
	background-color:#dcdcdc;
}

.p-centering{
	width:auto;
	margin:0 auto;
	text-align:center;
}

.highlight{
	padding:1px;
	color:#ffffff;
	background-color:#a9a9a9;
	border-width:1px;
	border-style:solid;
	border-color:#a9a9a9;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.moji{
	padding:0;
}

#seller_guide{
	width:90%;
	margin:0 auto;
	padding:0px;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
	-webkit-box-shadow: 2px 2px 4px rgb(169,169,169);
	-moz-box-shadow: 2px 2px 4px rgb(169,169,169);
	-ms-box-shadow: 2px 2px 4px rgb(169,169,169);
	box-shadow: 2px 2px 4px rgb(169,169,169);
	background-image : url(images/default/buy_guide_back.png);
}


#seller_info{
	width:90%;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:1.4;
	font-family:meiryo,sans-serif;
	font-size:12px;
}

#seller_i_name{
	color:#696969;
	font-weight: bold;
	font-size:16px;
}

#seller_i_adress{
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
}

#seller_i_tel{
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
	font-weight: bold;
	font-size:14px;
	color:#dc143c;
}

#seller_i_person{
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
	font-weight: bold;
	font-size:14px;
	color:black;
}

.my-menu-area{
	margin:0 auto;
	width:100%;
}

.my-menu-table{
	margin:0 auto;
	width:100%;
}

my-menu-cer{
	width:20%;
}

.my-menu-button{
	width:100%;
	height:30px;
	display: block;
	font-weight:bold;
	font-size:12px;
	margin:0 auto;
	margin-top:3px;
	padding: 15px 1px 2px 0px;
	border : 1px solid #696969;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
	background-image : url(images/default/button2_back.png);
	color:#ffffff;
	-webkit-text-shadow: 1px 1px 2px #008080;
	-moz-text-shadow: 1px 1px 2px #008080;
	-ms-text-shadow: 1px 1px 2px #008080;
	text-shadow: 1px 1px 2px #008080;
	text-align:center;
	cursor: pointer;
}

.my-menu-logout-button{
	width:100%;
	height:30px;
	display: block;
	font-weight:bold;
	font-size:12px;
	margin:0 auto;
	margin-top:3px;
	padding: 15px 1px 2px 0px;
	border : 1px solid #dc143c;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
	background-image : url(images/default/logout_button.png);
	color:#ff1493;
	-webkit-text-shadow: 1px 1px 2px #008080;
	-moz-text-shadow: 1px 1px 2px #008080;
	-ms-text-shadow: 1px 1px 2px #008080;
	text-shadow: 1px 1px 2px #008080;
	text-align:center;
	cursor: pointer;
}

A.my-menu-button:hover,A.my-menu-logout-button:hover{
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	box-shadow: 2px 2px 4px rgb(204, 204, 204)inset;
	text-decoration : none;
	padding: 17px 1px 0px 0px;
}

A.my-menu-button:active{
	text-decoration : none;
}

A.my-menu-logout-button:active{
	text-decoration : none;
}

A.my-menu-button:visited{
	text-decoration : none;
}

A.my-menu-logout-button:visited{
	text-decoration : none;
}

.cer_mini{
	line-height:1.4;
	font-size:10px;
}

.highlight-b{
	margin-top:5px;
	padding:1px;
	color:#ffffff;
	text-align:center;
	background-color:#ffd700;
	border-width:1px;
	border-style:solid;
	border-color:#ffd700;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sup-window-u{
	width:95%;
	margin:0 auto;
	color:#ffffff;
	font-size: 12px;
	text-align:left;
	padding:7px;
	background-color:#dcdcdc;
	border-width:2px;
	border-style:solid;
	border-color:#a9a9a9;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

.sup-window-a{
	width:95%;
	margin:0 auto;
	color:#333;
	font-size: 12px;
	text-align:left;
	padding:7px;
	background-color:#f5deb3;
	border-width:2px;
	border-style:solid;
	border-color:#f5deb3;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

.sup-form-u{
	width:95%;
	margin:0 auto;
	color:#333;
	font-size: 12px;
	text-align:left;
	padding:7px;
	background-color:#ffdead;
	border-width:2px;
	border-style:solid;
	border-color:#ffd700;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-moz-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	-ms-box-shadow: 2px 2px 4px rgb(204, 204, 204);
	box-shadow: 2px 2px 4px rgb(204, 204, 204);
}

.sup-title-u{
	padding:1px;
	color:#ffffff;
	background-color:#4169e1;
	border-width:1px;
	border-style:solid;
	border-color:#4169e1;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sup-title-a{
	padding:1px;
	color:#ffffff;
	background-color:#bdb76b;
	border-width:1px;
	border-style:solid;
	border-color:#bdb76b;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sup-mes{
	width:100%;
	margin:0 auto;
	margin-top:7px;
	font-size: 12px;
	text-align:left;
	color:#333;
	padding:7px;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#d3d3d3;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ctp{
  width :100%;
  font-size : 240%;
  font-weight : bolder;
  color : yellow;
  background-color : #cc0000;
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 3px;
  border-width : 2px 2px 2px 2px;
  border-style : solid solid solid solid;
  border-color : #f2d757 #f2d757 #f2d757 #f2d757;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 

  

  margin-top : 0px;
  position : relative;
}
