body {
    margin: 0;
	padding: 0;
	background: #3F3F3F;
	text-align: center;
	color: #000000;
	font-size: 80%;
	line-height: 150%;
	font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

table {
    font-size: 100%;
	line-height: 110%;
}

img {
    border: none;
	vertical-align:top;
}

a:focus{
	overflow: hidden;
}

#top{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 800px;
	background: #FFFFFF;
}

/********************************************************************************
header
*********************/

#header {
	width: 800px;
	height: 60px;
	background: url(../common/img/header_bg.jpg);
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

#header:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

#header div.logo {
	margin: 0;
	width: 240px;
	height: 60px;
	padding: 0;
	float: left;
}

#header ul {
	position: relative;
	width: 164px;
	height: 23px;
	float: right;
	margin: 37px 0 0;
	padding: 0;
	z-index: 2;
}

#header ul li {
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#header ul li.info {
	width: 74px;
}

#header ul li.info a {
    display: block;
	background: url(../common/img/h_menu01.gif) no-repeat;
	height: 23px;
	text-decoration: none;
}

#header ul li.contact {
	width: 90px;
}

#header ul li.contact a {
    display: block;
	background: url(../common/img/h_menu02.gif) no-repeat;
	height: 23px;
	text-decoration: none;
}

#header ul li a:hover {
	background-position: 0 -23px;
}

#header div.h-bg2 {
	height: 0;
	float: left;
}


/*******************
header//
*******************************************************************************/



/********************************************************************************
navigation
*********************/

#navi {
	width: 800px;
	height: 32px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

#navi:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

#navi ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#navi ul li{
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	text-indent: -9999px;
}

#navi ul li a {
    text-decoration: none;
}

#navi ul li.home a {
    display: block;
	background: url(../common/img/menu01.gif) no-repeat;
	height: 32px;
}

#navi ul li.support a {
    display: block;
	background: url(../common/img/menu02.gif) no-repeat;
	height: 32px;
}

#navi ul li.helpdesk a {
    display: block;
	background: url(../common/img/menu03.gif) no-repeat;
	height: 32px;
}

#navi ul li.plan a {
    display: block;
	background: url(../common/img/menu04.gif) no-repeat;
	height: 32px;
}

#navi ul li a:hover {
	background-position: 0 -32px;
}

#navi ul li.home span {
	background: url(../common/img/menu01.gif) no-repeat;
	background-position: 0 -32px;
}

#navi ul li.support span {
	background: url(../common/img/menu02.gif) no-repeat;
	background-position: 0 -32px;
}

#navi ul li.helpdesk span {
	background: url(../common/img/menu03.gif) no-repeat;
	background-position: 0 -32px;
}

#navi ul li.plan span {
	background: url(../common/img/menu04.gif) no-repeat;
	background-position: 0 -32px;
}

#navi ul li span {
    display: block;
	width: 200px;
	height: 32px;
}


/*******************
navigation//
*******************************************************************************/



#mainarea {
    background: url(../common/img/sec_bg.gif) repeat-y;
	width: 800px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

#mainarea:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}



/********************************************************************************
localnavi
*********************/

#localnavi {
    background: #B9CEFF;
	width: 160px;
	padding-top: 26px;
	float: left;
}

#localnavi ul {
    background: #E5EDFF;
	width:100%;
	margin: 0;
	padding: 0;
	border-top: #90AEE6 1px solid;
}

#localnavi ul li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 18px;
	border-bottom: #90AEE6 1px solid;
	list-style: none;
	vertical-align:top;
}

#localnavi ul li a {
    display: block;
	color: #002B73;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	zoom:100%;
}

#localnavi ul li a.mini {
    display: block;
	color: #002B73;
	text-decoration: none;
	padding: 2px 5px 1px 20px;
	zoom:100%;
	background-color: #FFFFFF;
}

#localnavi ul li a:hover {
	color: #1C69CC;
	background: #B9CEFF;
}

#localnavi ul li a.mini:hover {
	background: #d5e2ff;
	color: #002B73;
}

#localnavi .reg-button {
    width: 160px;
	text-align: center;
	background: #E5EDFF;
	padding: 20px 0 10px;
}

#localnavi .reg-button2 {
    width: 160px;
	text-align: center;
	background: #E5EDFF;
	padding: 0 0 50px;
}

#localnavi .banner-button1 {
    width: 160px;
	text-align: center;
	background: #E5EDFF;
	padding: 0 0 50px;
}

#localnavi ul li a.selected {
	color: #1C69CC;
	background: #B9CEFF;
}

#localnavi ul li a.miniselected {
    background: #d5e2ff;
}


/*******************
localnavi//
*******************************************************************************/


/********************************************************************************
contents area
*********************/

#contents {
	width: 640px;
	float: left;
}

#pan {
	background: #E5EDFF;
	border: none;
	width: 100%;
	height: 26px;
	color: #666666;
	font-size: 10px;
	line-height: 18px;
	padding: 0 15px;
	vertical-align: bottom;
	border-collapse: collapse;
	border-spacing: 0;
}

#pan tr td {
    padding: 0 15px;
}

#pan a {
	color: #666666;
	text-decoration: none;
}

#pan a:hover {
	text-decoration: underline;
}

#pan .present {
    color: #1C69CC;
}

.contentsarea {
    margin: 27px 15px 0;
	padding-bottom: 10px;
}

h1 {
    margin: 0 0 45px;
	padding: 0 0 6px;
	font-size: 9px;
	line-height: 9px;
	border-bottom: #1C59CC 1px dashed;
}

h1.sub {
    margin: 0;
	padding: 0 0 6px;
	font-size: 9px;
	line-height: 9px;
	border-bottom: #1C59CC 1px dashed;
}

h2 {
    margin: 0 0 20px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
}

h2.sub {
    margin: 0 0 26px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
}

h2.t01 {
    margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
}

h3.t01 {
    margin: 0 0 20px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
}

h3.t02 {
    margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
}

h3.t03 {
    margin: 15px 0 3px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
}

h4.t01 {
    margin: 15px 0 5px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
}

h4.t02 {
    margin: 10px 0;
	padding: 0;
	font-size: 10px;
}

h4.t03 {
    margin: 15px 0 3px;
	padding: 0;
	font-size: 100%;
	color: #002B73;
	font-weight: normal;
}

.box01 {
    margin: 0 15px 15px;
}

.box02 {
    margin: 0 15px 30px;
	padding-bottom: 10px;
	border-bottom: #D8D8D8 2px solid;
}

.box03 {
    margin: 0 15px 15px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

.box03:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

.box04 {
    margin: 0 15px 30px;
}

.flow-l {
    width: 120px;
	float: left;
	text-align: center;
}

.flow-l img.arrow {
    margin: 10px 0 0;
}

.flow-r {
    width: 430px;
	float: right;
}

.get-pdf-l {
    width: 112px;
	float: left;
}

.get-pdf-r {
    width: 448px;
	float: right;
	font-size: 80%;
	line-height: 140%;
}

.contentsarea p {
    margin: 0 0 15px;
	padding: 0;
}

.contentsarea div.sage01 {
    width: 580px;
	padding-left: 1.1em;
	text-indent: -1.1em;
	margin: 0 0 15px 0;
}

.contentsarea div.sage02 {
    /*width: 410px;*/
	padding-left: 1.1em;
	text-indent: -1.1em;
	margin: 0 0 8px 0;
}

.contentsarea div.sage03 {
    width: 580px;
	padding-left: 1.1em;
	text-indent: -1.1em;
	margin: 0 0 5px 0;
}

.blue3box {
    border: #E5EDFE 3px solid;
	padding: 15px 0 0 20px;
	margin: 0 0 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

.blue3box:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

.blue-title {
    font-weight: bold;
	padding: 3px 15px;
	background: url(../common/img/blue_title_bar.gif) no-repeat;
	margin: 10px 0 15px;
	clear: both;
}

.box-text-link {
    width: 554px;
	margin: 0;
	padding: 0;
}

.box-text-link ul {
	width: 554px;
	margin: 0;
	padding: 0 0 15px 0;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

.box-text-link ul:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

.box-text-link ul li{
	float: left;
	list-style: none;
	margin: 0 16px 15px 0;
	padding: 0;
	border: #B7B7B7 1px solid;
	background: url(../common/img/box_text_link_bg.gif) no-repeat;
	display: block;
	width: 258px;
}

.box-text-link ul li a {
    text-decoration: none;
	background: url(../common/img/list01.gif) 10px 0.75em no-repeat;
	padding: 5px 10px 5px 25px;
	color: #000000;
	display: block;
	zoom:100%;
}

.box-text-link ul li a:hover {
	color: #1C69CC;
}

.reg-boxarea {
    width: 554px;
	margin: 0;
	padding: 0;
	background: url(../fe/img/box_bg.gif) no-repeat left bottom;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

.reg-boxarea2 {
    width: 554px;
	margin: 0;
	padding: 0;
	background: url(../fe/img/box_bg2.gif) no-repeat left bottom;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

.reg-boxarea:after, .reg-boxarea2:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

.reg-box {
    border-top: #B7B7B7 1px solid;
	width: 258px;
	margin: 0 16px 0 0;
	text-align: center;
	padding: 8px 0;
	float: left;
}

.reg-box2 {
    border-top: #B7B7B7 1px solid;
	width: 258px;
	margin: 0 16px 0 0;
	text-align: center;
	padding: 8px 0;
	float: left;
	background: #E7EEF1;
}

div.reg-box-title {
    background: url(../common/img/list01.gif) 10px 0.75em no-repeat;
	padding: 5px 10px 5px 25px;
	text-align: left;
}

div.reg-box-title a {
	text-decoration: none;
	color: #000000;
}

div.reg-box-title a:hover {
	color: #1C69CC;
}

div.reg-discription {
	font-size: 75%;
	line-height: 150%;
	letter-spacing: 0.1ex;
	text-align: left;
	margin: 0 8px;
}

img.floatR {
	margin: 0 0 30px 30px;
	float: right;
}

div.layout01 {
    margin-bottom: 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.layout01:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.layout01-l {
    width: 410px;
	float: left;
}

div.layout01-r {
    width: 170px;
	float: right;
	text-align: right;
}

div.layout01-m {
    width: 290px;
	float: left;
}

div.layout02 {
    margin-bottom: 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}


div.layout02:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.layout02-l {
    width: 150px;
	float: left;
}

div.layout02-r {
    width: 430px;
	float: right;
}


div.layout03 {
    margin-bottom: 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.layout03:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.layout03-l {
    width: 126px;
	float: left;
}

div.layout03-r {
    width: 454px;
	float: right;
}

div.layout03-r .l01-l {
    width: 178px;
	padding: 5px 0 5px 10px;
	float: left;
}

div.layout03-r .l01-r {
    width: 102px;
	margin: 5px 0 5px 10px;
	float: right;
}

div.layout03-r .l02 {
    width: 452px;
	float: left;
}

div.layout03-r .l03-l {
    width: 226px;
	float: left;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.layout03-r .l03-l:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.layout03-r .l03-l-1 {
	padding: 10px 5px 0 10px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.layout03-r .l03-l-1:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.layout03-r .l03-l-1-l {
    width: 36px;
	float: left;
}

div.layout03-r .l03-l-1-r {
    width: 175px;
	font-size: 10px;
	line-height: 12px;
	float: right;
}

div.layout03-r .l03-r {
    width: 211px;
	padding-top: 10px;
	margin-left: 10px;
	float: right;
}

div.layout04 {
    margin-bottom: 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.layout04:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.layout04-l {
    width: 240px;
	float: left;
}

div.layout04-l table tr td.l {
    padding: 0 20px 5px 2px;
}

div.layout04-r {
    width: 340px;
	float: right;
}

div.layout05 {
    margin-bottom: 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.layout05:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.layout05-l {
    width: 290px;
	float: left;
}

div.layout05-l table tr td.l {
    padding: 0 20px 5px 2px;
}

div.layout05-r {
    width: 290px;
	float: right;
}


div.sage-mini {
	font-size: 10px;
	line-height: 12px;
	padding-left: 1.0em;
	text-indent: -1.0em;
	margin-bottom: 5px;
}


table.table1 {
    width: 560px;
	border: none;
	margin-bottom: 20px;
}

div.table2box {
    width: 580px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.table2box:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

table.table2 {
    width: 270px;
	border: none;
	margin: 0 20px 0 0;
	float: left;
}

table.table1 tr td, table.table2 tr td {
    padding: 5px 10px;
}

table.table1 tr td.b, table.table2 tr td.b {
	font-weight: bold;
	background: #ebebeb !important; 
	width: 30%;
}

table.table1 tr td.w30 {
	width: 30%;
}

table.table1 tr td.w35 {
	width: 35%;
}

table.table1 tr td.w50 {
	width: 50%;
}

table.table1 tr td.w70 {
	width: 70%;
}

table.table1 tr td.bg-gray {
	background: #ebebeb !important;
}


table.table1 tr td.trbl, table.table2 tr td.trbl {
    border: 1px solid;
	border-color: #999999;
}

table.table1 tr td.tbl, table.table2 tr td.tbl {
    border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #999999;
	background: #FFFFFF;
}

table.table1 tr td.rbl, table.table2 tr td.rbl {
    border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #999999;
	background: #FFFFFF;
}

table.table1 tr td.bl, table.table2 tr td.bl {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #999999;
	background: #FFFFFF;
}


div.q {
    background: url(../fe/img/q.gif) no-repeat;
	padding: 5px 0 15px 35px;
	font-weight: bold;
	width: 545px;
	_width: 580px;
}

div.a {
    background: url(../fe/img/a.gif) no-repeat;
	padding: 5px 0 10px 35px;
	margin-bottom: 20px;
	width: 545px;
	_width: 580px;
}

div.voicebox {
    padding: 0 0 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

div.voicebox:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

div.voice-l {
	width: 420px;
	float: left;
}

div.voice-l div {
	width: 380px;
	_width: 420px;
}


div.ko {
    background: url(../fe/img/ko.gif) no-repeat;
	padding: 5px 0 15px 40px;
}

div.nk {
    background: url(../fe/img/nk.gif) no-repeat;
	padding: 5px 0 15px 40px;
}

div.ek {
    background: url(../fe/img/ek.gif) no-repeat;
	padding: 5px 0 15px 40px;
}

div.as {
    background: url(../fe/img/js.gif) no-repeat;
	padding: 5px 0 15px 40px;
}

div.tt {
    background: url(../fe/img/tt.gif) no-repeat;
	padding: 5px 0 15px 40px;
}

div.my {
    background: url(../fe/img/my.gif) no-repeat;
	padding: 5px 0 15px 40px;
}

div.iv {
    background: url(../fe/img/iv.gif) no-repeat;
	padding: 5px 0 10px 40px;
}

div.voice-r {
	width: 160px;
	float: right;
	text-align: right;
}

div.voice-r img {
    margin-bottom: 80px;
	border: #CCCCCC 1px solid;
}

div.sitemap-l {
    width: 250px;
	float: left;
}

div.sitemap-r {
    width: 250px;
	float: right;
}

ul.sitemap {
    margin: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sitemap li {
    margin: 0 0 30px;
	padding: 3px 15px;
	background: url(../common/img/blue_title_bar2.gif) no-repeat;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}

ul.sitemap li a {
	text-decoration: none;
	color: #333333;
}

ul.sitemap li a:hover {
    text-decoration: underline;
	color:#666666;
}

ul.sitemap li ul {
    list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.sitemap li ul li {
    font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../common/img/list01.gif) no-repeat;
}

ul.sitemap li ul li ul {
    list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.sitemap li ul li ul li {
    font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	background: url(../common/img/list02.gif) no-repeat 0 0.2em;
}



div.back-top {
    text-align: right;
	clear: both;
}

div.back-top a {
    font-size: 80%;
	color:#333333;
	text-decoration: none;
	background: url(../common/img/top_icon.gif) no-repeat 0 0.2em;
	padding-left: 15px;
}

div.back-top a:hover {
    font-size: 80%;
	color:#333333;
	text-decoration: underline;
}

table.table-layout01 tr td {
	padding: 2px 0 3px;
}

.registration2 {
    height: 34px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

.registration2:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

.registration2 ul {
	margin: 0 0 0 400px;
	padding: 0;
	width: 165px;
}

.registration2 ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 165px;
	text-indent: -9999px;
}

.registration2 ul li a {
    display: block;
	background: url(../fe/img/registration_button2.gif) no-repeat;
	height: 34px;
	text-decoration: none;
}

.registration2 ul li a:hover {
	background-position: 0 -34px;
}



/*******************
contents area//
*******************************************************************************/


/********************************************************************************
footer
*********************/

#footer {
    width: 800px;
	height: 30px;
	background: url(../common/img/footer_bg.gif) no-repeat;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}


#footer:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

#footer ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 310px;
	float: left;
	z-index: 1;
}

#footer ul li {
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#footer ul li.use {
	width: 110px;
}

#footer ul li.use a {
    display: block;
	background: url(../common/img/f_menu01.gif) no-repeat;
	height: 30px;
}

#footer ul li.privacy {
	width: 120px;
}

#footer ul li a {
    text-decoration: none;
}

#footer ul li.privacy a {
    display: block;
	background: url(../common/img/f_menu02.gif) no-repeat;
	height: 30px;
}

#footer ul li.sitemap {
	width: 80px;
}

#footer ul li.sitemap a {
    display: block;
	background: url(../common/img/f_menu03.gif) no-repeat;
	height: 30px;
}

#footer ul li a:hover {
	background-position: 0 -30px;
}

#footer .copy {
	position: relative;
	float: right;
	width: 323px;
	z-index: 1;
}


/*******************
footer//
*******************************************************************************/

/********************************************************************************
other
*********************/
.mrgb0 {
    margin-bottom: 0 !important;
}

.mrgb10 {
    margin-bottom: 10px;
}

.mrgb15 {
    margin-bottom: 15px;
}

.mrgb20 {
    margin-bottom: 20px;
}

.mrgb30 {
    margin-bottom: 30px;
}

.mrgt20 {
    margin-top: 20px;
}

.mrgt30 {
    margin-top: 30px;
}

.mrgl15 {
    margin-left: 15px;
}

.pdgt20 {
    padding-top: 20px;
}

.pdgb15 {
    padding-bottom: 15px;
}

.tdnone {
    text-decoration: none;
}

.tal-r {
    text-align: right;
}

.tal-c {
    text-align: center;
}

.color-nayv {
    color: #002B73;
}

.color-red {
    color: #FF0000;
}

.font-size80 {
    font-size: 80%;
}

.width-150 {
    width: 150px;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-340 {
    width: 340px;
}

.torikeshi {
    text-decoration: line-through;
}





/*******************
other//
*******************************************************************************/


