@charset "utf-8";
/************************************************************/
* {
	margin:0;
	padding:0;
}
body {
	font: 100% Verdana,Arial, Helvetica, sans-serif;
	background-color:#EEE;
	background-image:url(./images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
img{
	border-style:none;
}
a:focus { outline:none }

#wrap {
	margin: 0 auto; 
	text-align: left; 
}
/************************************************************/
#head {
	height:20px;
	border-bottom:solid 1px #ccc;
	line-height:19px;
	margin-bottom:30px;
}
#head h2{
	font-size:13px;
	float:left;
	widows:300px;
	color:#333333;
	padding-left:5px;
}
#head .head_navi a {
text-decoration:underline;
}
#head .head_navi {
	font-size:13px;
	float:right;
	text-align:right;
	padding-right:7px;
}
#head a{
	color:#666;
	text-decoration:none;
}
/************************************************************/
/************************************************************/
#main{
	min-width:700px;
	overflow:auto;
	margin-bottom:20px;
	text-align:center;
}
#qr_image{
	margin:30px auto;
}
/************************************************************/
#size_control{
	background-image:url(images/slider_bg.gif);
	width:350px;
	height:40px;
	margin:5px auto;
	clear:both;
	text-align:left;
}
#bar{
	float:left;
	width:235px;
	height:20px;
	margin:9px 10px 0px 50px;
}
*html #bar{
	margin:8px 5px 0px 25px;
}
#control{
	background-color:#ff3333;
	background-image:url(images/slider_control.gif);
	background-position:center;
	width:10px;
	height:20px;
	cursor:ew-resize;
	margin:0;
}
#qr_size{
	float:left;
	height:18px;
	width:30px;
	margin:8px 0 0 0;
}

/************************************************************/
/************************************************************/
#help{
	padding-top:50px;
	text-align:center;
}
#help h4{
	font-size:12px;
	padding-bottom:5px;
}
#help p{
	font-size:12px;
	line-height:175%;
}

#topix{
	padding-top:50px;
	text-align:center;
	font-size:12px;
}
#topix h4{
	font-size:12px;
	padding-bottom:5px;
}
#topix img{
	border:none;
}
#topix a{
	text-decoration:none;
}
/************************************************************/
/************************************************************/
#gnavi{
	text-align:center;
	font-size:11px;
	margin:40px auto 0px auto;
}
#gnavi a{
	color:#0000CC;
}

/********************************************/
/************************************************************/
#foot{
	text-align:right;
	height:70px;
	text-align:center;
}
#foot p {
	margin: 0; 
	padding-top:5px;
	display:block;
	font-size:12px;
	color:#666666;
}
#foot a{
	color:#666666;
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}
#foot #pr_txt{
	font-size:10px;
}
/************************************************************/
/************************************************************/
textarea{
	display:block;
	margin:10px auto;
	border-width:1px;
	border-style:solid;
	border-color:#999 #ddd #ddd #999;
}
input[type="button"]{
	display:block;
	margin:0 auto;
	cursor:pointer;
}

.stripViewer .panelContainer .panel{
	font-size:12px;
}
.align_right{
	text-align:right;
}
button{
	margin:5px;
}
/*-------------------------------*/
#address_panel table{
	margin:10px auto 0 auto;
}
#address_panel .table1 td{
	width:130px;
}
#address_panel .input1{
	margin:0;
	width:122px;
	border-width:1px;
	border-style:solid;
	border-color:#999 #ddd #ddd #999;
}
#address_panel #qr_name1, #address_panel #qr_name2, #address_panel #qr_kana1, #address_panel #qr_kana2{
	width:60px;
	border-width:1px;
	border-style:solid;
	border-color:#999 #ddd #ddd #999;
}

#address_panel .table2 td{
	width:100px;
}
#address_panel .table2 input{
	width:18px;
}
#address_panel .table_head td{
}
/*-------------------------------*/

#mail_panel .table1{
	margin:10px auto 0 auto;
}
#mail_panel .table1 td{
}
#mail_panel .table1 input{
	margin:0;
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:#999 #ddd #ddd #999;
}
#mail_panel textarea{
	display:block;
	margin:0px auto;
	border-width:1px;
	border-style:solid;
	border-color:#999 #ddd #ddd #999;
}
#mail_panel .table2{
	margin:10px auto 0 auto;
}
#mail_panel .table2 td{
	width:100px;
}
#mail_panel .table2 input{
	margin:0;
	width:18px;
}

/************************************************************/

* { margin: 0; padding: 0 }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

img { border: 0 }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 3px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 260px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 500px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #c44 }
.stripNav li.tab2 a { background: #363 }
.stripNav li.tab3 a { background: #55c }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #666;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

/* The left and right arrows */
/*.stripNavL, .stripNavR { 
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
*/
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
.stripNavL, .stripNavR { 
	display:none;
}
/************************************************************/
/************************************************************/

