@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

header {
	margin-right: auto;
	margin-left: auto;
}

#contents {
	min-width: 320px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333;
	margin-bottom: 60px;
}
#contents_src {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333;
	margin-bottom: 60px;
}
#main-menu {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
#main-menu img {
	margin-top: 3px;
}
#search {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.coment01 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.com-left {
	text-align: left;
}
#menu-list {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#sh-list {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 12px;
}
#menu-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu-list ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}

#menu-list a {
	display: block;
	height: 50px;
	width: 100%;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

#menu-list h2 {
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	clear: both;
	color: #333;
}

#sh-list h2 {
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	clear: both;
	color: #333;
}
.linkText {
	padding-top: 18px;
	padding-left: 35px;
}

.btn_50a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;


	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e5ffe5');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e5ffe5')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: -ms-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: -o-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e5ffe5));
	background-image: -webkit-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: linear-gradient(top, #ffffff, #e5ffe5);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	border: 1px inset #CCC;
	display: block;
	height: 50px;
	width: 100%;
}


.btn_50b {
	height: 50px;
	width: 50%;
	background-image: url(images/btn/m_back_1.png);
	float: left;
	clear: right;
}

.btn_50c {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;



	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b0ffb4');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b0ffb4')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #b0ffb4);
	background-image: -ms-linear-gradient(top, #ffffff, #b0ffb4);
	background-image: -o-linear-gradient(top, #ffffff, #b0ffb4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#b0ffb4));
	background-image: -webkit-linear-gradient(top, #ffffff, #b0ffb4);
	background-image: linear-gradient(top, #ffffff, #b0ffb4);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	border: 1px inset #CCC;
	display: block;
	height: 50px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	
}
.btn_50c a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 35px;
	padding-top: 15px;
	text-decoration: none;
	color: #636;
}

.sub-ttl-leftimg {
	height: 32px;
	width: 10%;
	float: left;
}

.h2-back01 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#d1d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#d1d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: -o-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#d1d1d1));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: linear-gradient(top, #f5f5f5, #d1d1d1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

.sub-ttl-main {
	background-image: url(images/sub_ttl_back_r1_c5.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: right;
	float: left;
	height: 25px;
	padding-right: 10%;
	width: 80%;
	padding-top: 7px;
	text-align: center;
}

.page_navi {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#d1d1d1');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f5f5f5', endColorstr = '#d1d1d1')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: -ms-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: -o-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#d1d1d1));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #d1d1d1);
	background-image: linear-gradient(top, #f5f5f5, #d1d1d1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
.both-clear {
	clear: both;
}

.page_sort_area a {
	height: 21px;
	display: block;
	border: 1px solid #666;
	float: right;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 100%;
	color: #333;
	text-decoration: none;
	margin-right: 3px;
}

.page_navi_area {
	padding-left: 5px;
	float: left;
}
.page_sort_area {
	float: right;
}


.page_navi_area a {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	height: 21px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
	border: 1px solid #666;
}

.page_navi_area .nota {
	font-size: 100%;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	display: block;
	float: left;
	height: 21px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
	border: 1px solid #666;
	background-color: #D7D7FF;
}

.tbl_unline_1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.tbl_rightline_1 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.tbl_right_un_1 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.exhbit_tbl_set {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#exhibit_border {
	padding: 0px;
	width: 550px;
	height: 3px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#sh-list a {
	color: #663366;
	text-decoration: none;
}
footer {
	margin: 0px;
	clear: both;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 12px;
}
#footer-navi {
	text-align: center;
}
#footer-copyright {
	text-align: right;
	font-size: 70%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#top-navi {
	clear: both;
	padding: 5px;
}

.top_navi_left {
	float: left;
	width: 25%;
	margin-top: 5px;
}
.top_navi_logo {
	float: left;
	width: 50%;
	text-align: center;
}
.top_navi_right {
	float: left;
	width: 25%;
	text-align: right;
	margin-top: 5px;
}

.top_navi_btn {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f7eeff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f7eeff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #f7eeff);
background-image: -ms-linear-gradient(top, #ffffff, #f7eeff);
background-image: -o-linear-gradient(top, #ffffff, #f7eeff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f7eeff));
background-image: -webkit-linear-gradient(top, #ffffff, #f7eeff);
background-image: linear-gradient(top, #ffffff, #f7eeff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #CCC;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/


}
.top_navi_left a {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	clear: right;
	padding: 5px;
}
.top_navi_right a {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	float: right;
	clear: right;
	padding: 5px;
}
.sh-title-back {
	text-align: center;
	width: 100%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #99F;
}
.sh-title-back h1 {
	color: #FFF;
	background:transparent;
}
#sh-detail {
	margin: 7px;
}

#sh-detail h2 {
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	clear: both;
	color: #333;
}

#order {
	margin: 7px;
}

.order-list {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#orderList {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#orderList table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}

#orderList td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#orderList th {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	background-color: #FFE8D9;
	margin: 0px;
}
#orderListMain {
	margin-bottom: 10px;
}

.order-center {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.order-left {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

.order-form {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.line_img {
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-right: 5px;
	margin-left: 0px;
	float: left;
}
.line_img_2 {
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-right: 5px;
	margin-left: 0px;
}
.sh-detail-list {
	float: left;
	width: 50%;
}
.sh-center-list {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.sh-center-list-nks {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.sh-center-list-chain {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}
.sh-center-img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.sh-other-img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 95%;
}
.td-back-01 {
	background-color: #CACAFF;
	padding: 2px;
}

.td-back-02 {
	background-color: #E1E1FF;
	padding: 2px;
}
.td-back-03 {
	background-color: #FFDDFF;
	padding: 2px;
}

.td-back-04 {
	background-color: #FFE8FF;
	padding: 2px;
}
.td-back-05 {
	background-color: #E1FFE1;
	padding: 2px;
}
.beads-img th {
	background-color: #DFFFDF;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.beads-img td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.beads-img table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

.sh-beads-img {
	float: left;
	width: 50%;
	padding-top: 8px;
}
.beads-mean h3 {
	font-size: 120%;
	font-weight: bold;
	color: #66F;
	padding-bottom: 5px;
}

.sh-beads-img img {
	border: 1px solid #CCC;
}


.font_s {
	font-size: 80%;
}
.font_red_m {
	font-size: 100%;
	font-weight: bold;
	color: #F00;
}

.order-list th {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	background-color: #FFE8D9;
	margin: 0px;
}
.order-member {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #E6FFE6;
}

.order-pass {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #ECECFF;
	margin-top: 7px;
}

.order-ssl {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 7px;
}

.order-com {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 7px;
}
.order-list td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.err-msg {
	margin: 10px;
}
.err-msg table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-left-color: #F60;
}
.err-msg td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F60;
	border-bottom-color: #F60;
	padding: 5px;
}

.err-msg th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F60;
	border-bottom-color: #F60;
	padding: 5px;
	background-color: #FFE6D9;
}

.end-msg {
	margin: 10px;
}

.order-top {
	text-align: right;
}
.atobara-com img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.atobara-com {
	padding-top: 5px;
}
.order-com h4 {
	font-weight: bold;
	color: #093;
}
.order-com p {
	padding-left: 5px;
}
.order-list table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}
.btn-original {
	float: left;
	width: 50%;
}
.btn-original a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;


	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e5ffe5');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e5ffe5')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: -ms-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: -o-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e5ffe5));
	background-image: -webkit-linear-gradient(top, #ffffff, #e5ffe5);
	background-image: linear-gradient(top, #ffffff, #e5ffe5);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	border: 1px inset #CCC;
	display: block;
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	margin-top: 3px;
}
.com-tbl {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	margin: 0px;
	padding-top: 0px;
}
.com-tbl td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.com-td01 {
	background-color: #A4FFD1;
}
.com-center {
	text-align: center;
}
#apl-info h2 {
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	clear: both;
	color: #333;
}.font-green {
	color: #063;
}
.font-orange {
	color: #F60;
}
.font-purple {
	color: #636;
}
.font_red01 {
	color: #F00;
}
.font_blue01 {
	color: #03F;
}
.sample_img_waku {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.sample_img_waku img {
	max-width: 100%;
	height: auto;
}
.sample_img_line {
	margin-bottom: 15px;
}
sitemap_nav ul {
	padding-left: 20px;
	list-style-type: circle;
}
sitemap_nav li {
	line-height: 24px;
}
sitemap_nav a {
	text-decoration: none;
	color: #063;
}
.tb_back_col_01 {
	background-color: #6FC;
}
.shlist_waku {
	width: 100%;
	margin-top: 7px;
}
.shlist_sname {
	font-size: 120%;
	font-weight: bold;
}
.shlist_sname a {
	color: #069;
	text-decoration: none;
}
.shlist_com {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.contents_waku01 {
	margin-right: 7px;
	margin-left: 7px;
}
