* {
	margin: 0px;
	padding: 0px;
	page-break-before: avoid;
}

html {
	margin: 0;
	padding: 0;
	overflow: scroll;
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: none;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.radius5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
}

.banner {
	float: left;
	display: block;
	padding: 0;
	margin: 6px 0 5px 0;
	width: 254px;
	background-color: #FFFFFF;
}
.banner:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}
.banner img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
}
.banner a img:hover, a img.radius5:hover {
	border: 1px solid #DDDDDD;
}
.banner a {
	display: block;
	width: auto;
	font-size: 0.8em;
	text-align: center;
	padding: 0 2px 0 0;
	margin: 0 4px 5px 0;
}

#contents {
	text-align: justify;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 0;
	clear: both;
    position: relative;
    overflow: hidden;
}

#contents_with_banner {
	float: left;
	display: block;
	width: 546px;
	margin: 0;
	padding: 0;
	background-position: 254px top;
}

#contents:before {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}

#contents:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}

#container {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	border: 0;
}

#outline {
}

#logoarea {
	text-align: justify;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#header {
	text-align: justify;
	width: 100%;
	background-color: #E3EFEA;
}

#header #title a {
	display: block;
	width: 663px;
	height: 75px;
	padding: 0;
	margin: 0;
}

#header #title {
	display: block;
	width: 663px;
	height: 88px;
	background-image: url("/images/header_title.png");
	background-image: none,url("/images/header_title.svg"),url("/images/header_title.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#header #language {
	position: absolute;
	top: 8px;
	right: 0;
	padding: 0;
	list-style: none;
	margin: 0;
}
#header #language ul {
	margin: 0;
	padding: 0;
}
#header #language li {
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#header #language a {
	display: block;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0;
	margin: 0;
}
#header #language #english a,
#header #language #japanese a {
}
#header #language #english,
#header #language #japanese {
	font-size: 0.75em;
	background-image: none;
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}
#header #language #english a,
#header #language #japanese a,
#header #language #english a:link,
#header #language #japanese a:link,
#header #language #english a:active,
#header #language #japanese a:active,
#header #language #english a:visited,
#header #language #japanese a:visited {
	font-size: 1em;
	text-indent: 0;
	padding: 0.05em 0.2em;
	margin: 0;
	width: auto;
	height: 1em;
	line-height: 1.1em;
	text-align: center;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #E3EFEA;
	text-decoration: none;
}
#header #language #japanese a,
#header #language #japanese a:link,
#header #language #japanese a:active,
#header #language #japanese a:visited {
	margin: 0 0 0 0.3em;
}
#header #language #english a:hover,
#header #language #japanese a:hover {
	color: #666666;
	border: 1px solid #666666;
	margin-top: 1px;
}





#header #textsize {
	position: absolute;
	top: 32px;
	right: 0;
	
	padding: 0;
	margin: 0;
	width: auto;
	height: 14pt;
	line-height: 14pt;
	overflow: visible;
	
	font-size: 0.57em;
	text-shadow: 1px 0 3pt #FFFFFF;
	
	background-repeat: no-repeat;
	background-image: none;
	speak: none;
}
#header #textsize a {
	display: inline;
	text-indent: 0;
	margin: 0;
	text-decoration: none;
	text-shadow: 0 0 1pt #DFE4E8;
}
#header #textsize #textregular,
#header #textsize #textlarge {
	display: inline;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	float: none;
}
#header #textsize #textregular a {
	width: auto;
	font-size: 9pt;
	padding: 3pt 0.3em 1pt 0.3em;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	margin: 0;
	height: auto;
	
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF6600;
}
#header #textsize #textlarge a {
	width: auto;
	font-size: 11pt;
	padding: 1.5pt 0.25em 0.5pt 0.25em;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	margin: 0;
	
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}
#header #textsize #textregular,
#header #textsize #textlarge {
	background-image: none;
}


#header #mainmenu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background-image: url("/images/menu_margin.png");
	background-image: none,url("/images/menu_margin.svg"),url("/images/menu_margin.png");
	background-position: right top;
}
#header #mainmenu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 800px;
	height: 32px;
	background-image: url("/images/menu_rightmargin.png");
	background-image: none,url("/images/menu_rightmargin.svg"),url("/images/menu_rightmargin.png");
	background-position: right top;
	background-repeat: no-repeat;
}
#header #mainmenu a {
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#header #mainmenu li {
	display: block;
	height: 32px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
#header #mainmenu ul>li.dummy {
	background-image: url("/images/menu_margin.png");
	background-image: none,url("/images/menu_margin.svg"),url("/images/menu_margin.png");
	background-repeat: repeat;
	background-position: 0 -32px;
	width: 580px;
}
#header #mainmenu #intro {
	background-image: url("/images/menu_intro.png");
	background-image: none,url("/images/menu_intro.svg"),url("/images/menu_intro.png");
	width: 190px;
}
#header #mainmenu #products {
	background-image: url("/images/menu_products.png");
	background-image: none,url("/images/menu_products.svg"),url("/images/menu_products.png");
	width: 130px;
}
#header #mainmenu #members {
	background-image: url("/images/menu_members.png");
	background-image: none,url("/images/menu_members.svg"),url("/images/menu_members.png");
	width: 130px;
}
#header #mainmenu #contact {
	background-image: url("/images/menu_contact.png");
	background-image: none,url("/images/menu_contact.svg"),url("/images/menu_contact.png");
	width: 130px;
}
#header #mainmenu #rightmargin {
	background-image: url("/images/menu_rightmargin.png");
	background-image: none,url("/images/menu_rightmargin.svg"),url("/images/menu_rightmargin.png");
	width: 220px;
}

#header #mainmenu #intro:hover { background-position: 0 -32px; }
#header #mainmenu #products:hover { background-position: 0 -32px; }
#header #mainmenu #members:hover { background-position: 0 -32px; }
#header #mainmenu #contact:hover { background-position: 0 -32px; }

#header #mainmenu #intro_en {
	background-image: url("/images/menu_intro.en.png");
	background-image: none,url("/images/menu_intro.en.svg"),url("/images/menu_intro.en.png");
	width: 190px;
}
#header #mainmenu #products_en {
	background-image: url("/images/menu_products.en.png");
	background-image: none,url("/images/menu_products.en.svg"),url("/images/menu_products.en.png");
	width: 130px;
}
#header #mainmenu #members_en {
	background-image: url("/images/menu_members.en.png");
	background-image: none,url("/images/menu_members.en.svg"),url("/images/menu_members.en.png");
	width: 130px;
}
#header #mainmenu #contact_en {
	background-image: url("/images/menu_contact.en.png");
	background-image: none,url("/images/menu_contact.en.svg"),url("/images/menu_contact.en.png");
	width: 130px;
}

#header #mainmenu #intro_en:hover { background-position: 0 -32px; }
#header #mainmenu #products_en:hover { background-position: 0 -32px; }
#header #mainmenu #members_en:hover { background-position: 0 -32px; }
#header #mainmenu #contact_en:hover { background-position: 0 -32px; }

h2 {
	padding: 4px 15px;
	margin: 36px 0px 5px 0px;
	line-height: 1.2em;
	vertical-align: baseline;
	background-image: url("/images/h2.png");
	background-repeat: repeat;
	font-size: 1.25em;
	clear: both;
}
h2:nth-of-type(1) {
	margin-top: 6px;
}
h3 {
	padding: 4px 20px;
	margin: 20px 8px 5px 15px;
	line-height: 1.2em;
	vertical-align: baseline;
	background-image: url("/images/h3.png");
	background-repeat: repeat;
	font-size: 1em;
	clear: both;
}

h4 {
	margin: 12px 0px 3px 10px;
	padding: 0 0 0 5px;
	border-left: solid 3px #606090;
	clear: both;
}

p {
	margin: 0px 5px;
	padding: 5px 5px;
	font-size: 0.875em;
	text-align: justify;
	text-indent: 1em;
	line-height: 1.7em;
}

ul, dl{
	padding: 0 0 0 10px;
	margin: 0 0 10px 20px;
}
li {
	padding: 2px 0;
}
dt {
}
dd {
	padding-left: 10px;
	font-size: 0.9em;
}

dd img {
	margin: 0;
	display: inline-block;
}

dl.errata {
	display: block;
	width: 100%;
	padding: 2px;
	margin: 0 0 4px 0;
	line-height: 1.2em;
}
dl.errata>dt {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 1.5em;
	padding: 1px 10px;
	margin: 0;
	float: left;
	clear: both;
}
dl.errata>dd {
	display: block;
	padding: 1px 10px;
	margin: 0;
}

dl.history{
	display: block;
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0 0 16px 20px;
}
dl.history>dt {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	width: 7em;
	padding-top: 10px;
	padding-right: 10px;
	float: left;
	clear: both;
}
dl.history>dd {
	display: block;
	padding-top: 10px;
	padding-left: 0;
}
dl.history:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}

dl.info{
	display: block;
	width: 100%;
	padding: 0 0 0 5px;
	margin: 0 0 10px 10px;
}
dl.info>dt {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	padding-right: 8px;
	float: left;
	clear: both;
}
dl.info>dd {
	display: block;
	padding-top: 2px;
	padding-left: 0;
}
dl.info:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}


dl.news{
	display: block;
	padding: 0 0 0 5px;
	margin: 0 0 8px 5px;
}
dl.news>dt {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	margin: 4px 0 0 0;
	padding: 0px 10px 0 6px;
	clear: both;
	border-left: 8px solid #66CC99;
}
dl.news>dd {
	display: block;
	padding: 0 10px 2px 10px;
	margin: 0 0 7px 5px;
	text-align: justify;
	text-indent: 0.5em;
}
dl.news dd dl {
	text-indent: 0;
	margin: 0;
	padding: 3px 0;
}
dl.news>dd dl dt {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	padding: 1px 5px;
	margin: 1px 0;
	float: left;
	clear: both;
	border: 0;
	background-color: #117744;
	color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
dl.news>dd dl dd {
	display: block;
	padding: 1px 5px;
	margin: 1px 0;
	border: 0;
	background-color: transparent;
}
dl.news:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}

dl.spec{
	display: block;
	padding: 0 0 0 5px;
	margin: 5px  0 8px 15px;
	width: 100%;
}
dl.spec>dt {
	display: table-cell;
	float:left;
	width: 240px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	vertical-align: baseline;
	margin: 3px 0;
	padding: 0 10px 0 6px;
	clear: both;
	border-left: 6px solid #DDFFEE;
	line-height: 180%;
}
dl.spec.specw50>dt {
	width: 370px;
}
dl.spec.specw50>dd {
	width: 370px;
}
dl.spec>dd {
	display: table-cell;
	width: 500px;
	float:left;
	font-size: 0.9em;
	margin: 3px 0;
	padding: 0 10px 5px 10px;
	border: none;
	text-align: left;
	vertical-align: baseline;
	text-indent: -0.5em;
	line-height: 140%;
}
dl.spec>dt:nth-of-type(odd) {
	background-color: #EEFFEE;
	border-left: 6px solid #99FFAA;
}
dl.spec>dd:nth-of-type(odd) {
	background-color: #EEFFEE;
}
dl.spec:after, dl.spec>dd:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
	border: none;
}

.oldnews {
	text-align: right;
	font-size: 0.6875em;
}


dd img {
	margin: 0;
	display: inline-block;
}

#footer {
	text-align: justify;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #C4D8C4;
	background-image: url("/images/footer_background.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 top;
}
#footinfoarea {
	text-align: justify;
	margin: 0;
	padding: 1px 10px;
	color: #FFFFFF;
	background-color: #226600;
	clear: both;
	text-align: center;
	font-size: 0.6875em;
}
#footinfoarea a {
	color: #FFFFFF;
	background-color: #226600;
}

#footmenu {
	display: block;
	margin: 0 auto;
	padding: 80px 0 40px 0;
	width: 800px;
	clear: both;
	position: relative;
	background-image: url("/images/footer_robot.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 5px;
	background-color: transparent;
}

#footmenu:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}

#footmenu ul {
	margin: 4px 15px 6px 5px;
	padding: 0 15px;
	display: block;
	list-style-type: none;
}

#footmenu>ul {
	width: 200px;
	float: left;
}

#footmenu ul>li {
	display: block;
	margin: 0;
	padding: 0 0 0 18px;
	line-height: 20px;
	font-size: 0.75em;
	color: #444444;
	background-image: url("/images/icon_gear.png");
	background-image: none,url("/images/icon_gear.svg"),url("/images/icon_gear.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-align: left;
}

#footmenu ul>li:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}

#footmenu ul>li ul {
	display: block;
	margin: 1px 0 1px -14px;
	padding: 0 0 0 2px;
	list-style-type: none;
}

#footmenu ul>li ul>li {
	display: block;
	margin: 0;
	padding: 0 0 0 18px;
	line-height: 18px;
	font-size: 1em;
	color: #444444;
	background-image: url("/images/icon_screw.png");
	background-image: none,url("/images/icon_screw.svg"),url("/images/icon_screw.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-align: left;
}

#footmenu a {
	text-decoration: none;
	color: #444444;
}

#footmenu a:hover {
	text-decoration: underline;
	color: #444444;
}

#footmenu .footbanner {
	position: absolute;
	bottom: 0;
	right: 0;
	clear: both;
}

#footmenu .footbanner img {
	float: left;
	margin: 0;
	padding: 2px;
}

#footmenu .footbanner:after {
	content: ".";
	visibility: hidden;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}

#footer .footinfo {
	display: inline;
}

#footer .footinfo:before {
	content: "|";
	margin: 0 5px;
}

img {
	margin: 0;
	padding: 4px 5px;
	display: block;
	border: 0;
	max-width: 100%;
	width: auto;
	height: auto;
}

.centerimg, .bannertile {
	display: block;
	clear: both;
	text-align: center;
	font-size: 0.6875em;
	font-weight: bold;
	width: auto;
	position: relative;
	margin: 0 auto 0.7em auto;
	padding: 0;
	line-height: 110%;
}
.centerimg img, .bannertile img {
	display: inline;
	max-width: 100%;
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
}

.centerimg .caption:before, .bannertile .caption:before {
	content: "";
	visibility: hidden;
	line-height: 0;
	height: 0;
	width: 0;
	display: block;
	clear: both;
}
.centerimg a, .bannertile a {
	text-decoration: none;
}
.centerimg .caption, .bannertile .caption {
	display: inline;
	font-weight: normal;
	color: black;
	line-height: 100%;
}

.maxwidth75 {
	max-width: 75% !important;
}

.maxwidth50 {
	max-width: 50% !important;
}

.rightimg {
	display: block;
	margin: 0;
	clear: both;
	text-align: center;
	font-size: 0.6875em;
	font-weight: bold;
	float: right;
	padding: 10px 0 10px 10px;
}
.rightimg img {
	display: block;
	margin: 0 5px 4px auto;
}

#topinfo {
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	font-size: 0.95em;
	font-weight: bold;
	color: #222222;
	background-color: #E3EFEA;
	margin: 3px 0;
	padding: 4px 0;
	text-align: center;
}

#headerskip {
	overflow: hidden;
	line-height: 0px;
	height: 0px;
}

#search {
	width: 140px;
	height: auto;
	display: block;
	position: absolute;
	top: 59px;
	right: 0;
	padding: 0;
	margin: 0;
}
#searchtxt,
#searchtxt_en {
	width: auto;
	height: 1em;
	overflow: hidden;
	text-indent: 0;
	font-size: 0.58em;
	line-height: 1em;
}
#searchtxt,
#searchtxt_en {
	background-image: none;
}
#search #q {
	display: block;
	width: 120px;
	border: 1px solid #999999;
	height: 1em;
	font-size: 0.6875em;
	margin: 0;
	padding: 1px;
	border-radius: 2px;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#search #btn {
	display: block;
	width: 16px;
	height: 16px;
	border: 0;
	background-color: #FFFFFF;
	margin: 0 0 0 2px;
	padding: 0;
	background-image: url("/images/icon_search.png");
	background-image: none,url("/images/icon_search.svg"),url("/images/icon_search.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	overflow: hidden;
	text-indent: -9999px;
}
#search #btn:hover {
	cursor: pointer;
}

a img {
	border: 0;
}

img.txticon {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0 2px;
	vertical-align: text-top;
}
.affiliation {
	display: inline;
	font-size: 0.85em;
}



#contents ol {
	margin: 8px 5px 8px 5px;
	padding: 0 5px;
	list-style-type: decimal;
}

#contents ol>li {
	margin: 0 0 0 25px;
	padding: 2px 0;
	line-height: 1.4em;
	color: #444444;
	background-image: none;
}

#contents .eratta ol>li {
	margin: 0 0 0 15px;
	line-height: 1.2em;
}

#contents ul {
	margin: 4px 5px 6px 5px;
	padding: 0 15px;
	display: block;
	list-style-type: none;
}

#contents ul.twocolumn {
	margin: 4px 5px 6px 5px;
	padding: 0 0 0 15px;
	display: block;
	width: 370px;
	float: left;
	list-style-type: none;
}

#contents ul>li {
	display: block;
	margin: 0;
	padding: 0 0 0 18px;
	line-height: 24px;
	color: #444444;
	background-image: url("/images/icon_gearw.png");
	background-image: none,url("/images/icon_gearw.svg"),url("/images/icon_gearw.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#contents ul>li ul {
	display: block;
	margin: 1px 0 3px -14px;
	padding: 0 0 0 8px;
	list-style-type: none;
}

#contents ul>li ul>li {
	display: block;
	margin: 0;
	padding: 2px 0 2px 18px;
	line-height: 18px;
	background-image: url("/images/icon_screww.png");
	background-image: none,url("/images/icon_screww.svg"),url("/images/icon_screww.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.charge {
	display: table;
	border: 1px solid #339966;
	font-size: 0.7em;
	line-height: 120%;
	text-indent: -1.5em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 1px 1px 4px 14px;
	padding: 1px 0.5em 1px 2em;
}

#contents a.footnotemark, #contents ul.footnote a {
	margin-left: 2pt;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: white;
	color: blue;
	padding: 1px 3px;
}

#contents a.footnotemark {
	vertical-align: 2pt;
	font-size: 0.80em;
}

#contents .footnote {
	font-size: 0.80em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #339966;
	margin-left: 20pt;
	padding: 5px 12px 4px 5pt;
	text-indent: 5pt;
	line-height: 1.2em;
}
#contents ul.footnote li {
	background-image: none;
	line-height: 130%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15pt;
	text-indent: -15pt;
}
#contents .attention
{
	font-size: 1.1em;
	background-color: #990000;
	border: 1px solid #990000;
	margin: 0.5em 1.5em;
	padding: 0.6em 0 0 0;
	text-indent: 5pt;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#contents .attention>div
{
	background-color: #FFFFFF;
	margin: 0.6em 0 0 0;
	padding: 0.1em 0.5em;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	font-weight: normal;
	line-height: 1.5em;
}
#contents .attention>div>p
{
	font-size: 1em;
	margin: 0;
	padding: 0.1em 0;
	color: #660000;
}
#contents .attention>div>ol
{
	font-size: 1em;
	margin: 0.15em 0.5em 0.15em 2em;
	padding: 0.2em;
	color: #660000;
}
#contents .attention>div>ol>li
{
	font-size: 1em;
	margin: 0.5em;
	padding: 0.5em;
	color: #660000;
	background: none;
}

.note {
	display: block;
}

#path {
	display: block;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: 30px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url("/images/body_background.png");
	background-image: none,url("/images/body_background.svg"),url("/images/body_background.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}
#path .pathpage{
	display: block;
	float: left;
	font-size: 0.8em;
	line-height: 100%;
	margin-right: 0.5em;
	padding-left: 0.5em;
	margin-top: 11px;
	height: 1em;
	border-left: 5px solid #D8E6E0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: white;
}

#path .pathpage a{
	color: #225555;
}
#path .pathpage a:hover{
	color: #447777;
	text-decoration: none;
}

.debug {
	font-size: 0.6em;
	display: block;
	background-color: #FFFFDD;
	text-indent: 0.5em;
	text-align: left;
	padding: 4px 10px;
	width: 800px;
	margin: 0 auto;
}

.movie {
	margin: 6px 0px 5px 0px;
	position: relative;
	padding: 0 0 56.25% 0;
	height: 0;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
 
.movie object, .movie img {
	padding: 0;
	margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
	background-color: #CCCCCC;
}

.price {
	display: block;
	display: inline-block;
	margin: 0 auto 0 25px;
	width: auto;
	padding: 5px 15px;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #EEEEEE;
	font-size: 1.25em;
	font-weight: normal;
}

.bannersep {
	height: 8px;
}



.bannertile {
	float: none;
	display: block;
	margin: 0 auto;
	width: auto;
	background-color: #FFFFFF;
	padding: 10px 0 0 0;
	clear: both;
}
.bannertile a {
	width: 32%;
	margin: 0 0.5%;
	padding: 0 0 3px 0;
	float: left;
}
.bannertile a img{
}
@media screen and (max-width: 640px) {
	.bannertile a {
		width: 49%;
	}
}

@media screen and (max-width: 380px) {
	.bannertile a {
		width: 99%;
	}
}

.foldExpand, .foldClose{
	line-height: 100%;
	padding: 0;
	margin: 0 0 0.5em 0;
	height: 1em;
	text-align: center;
	clear: both;
	cursor: pointer;
	border-style: none solid solid solid;
	border-color: #AAAAAA;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 1em 1em;
	-webkit-border-radius: 0 0 1em 1em;
	-moz-border-radius: 0 0 1em 1em;
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
}
.foldExpandMini, .foldCloseMini{
	width: 8em;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-style: solid;
	border-width: 1px;
}

.foldExpand>span, .foldClose>span{
	font-size:0.75em;
	color: #444444;
}

.code{
	font-family:"Osaka−等幅","ＭＳ ゴシック","monospace";
	border: 1px solid #AAAAAA;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	padding: 1em;
	margin: 1em auto;
	width: 85%;
}
/* Processing time: 3.168ms */

