@charset "utf-8";

html {
	height:100%;
}
body {
	height:100%;
	position: relative;
	background-color: #FFF;
	font-family: 'Verdana', 'Lucida Grande', 'メイリオ', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', sans-serif;
	background-image: url(../images/common/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/* ---------- [Container] ---------- */
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height:100%;
}
/* ---------- [Header] ---------- */
#header {
	width: 780px;
	height: 40px;
}
#header .rogo {
	position: absolute;
	left: 0px;
	top: 6px;
	height: 26px;
	width: 124px;
}
#header .copy {
	position: absolute;
	width: 650px;
	right: 0px;
	font-size: 8px;
	line-height: 12px;
	color: #333333;
	text-align: right;
	overflow: hidden;
	top: 20px;
}
#container div.guidetitle {
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/common/headbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	width: 760px;
	padding-right: 20px;
	line-height: 40px;
}
#container div.guidetitle h1 {
	font-size: 12px;
}
/* ---------- [Footer] ---------- */
#topfooter {
	width: 780px;
	height: 20px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	font-size: 10px;
	clear: both;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 80px;
	visibility: visible;
}
#container #topfooter li {
	display: inline;
	margin-left: 10px;
}
#container #topfooter ul.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
#container #topfooter p.copyright {
	float: left;
}
#footer {
	width: 780px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	font-size: 10px;
	clear: both;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 300px;
}
#container #footer div.footleft {
	float: left;
	width: 132px;
	margin-right: 12px;
	height: 119px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #footer div.footright {
	float: left;
	width: 635px;
	padding: 0px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #footer div.footright div.footrogo {
	float: left;
	height: 66px;
	width: 145px;
	margin-right: 12px;
}
#container #footer div.attention {
	text-align: left;
	width: 475px;
	float: right;
}
#container #footer div.attention p {
	margin: 0px;
	padding: 0px;
}
#container #footer div.copyright {
	text-align: left;
	width: 630px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #footer div.footright div.attention p.imgfloteleft {
	float: left;
	margin-right: 12px;
}
/* ---------- [topcontens] ---------- */
#container #imgarea {
	background-color: #000000;
	height: 240px;
	width: 780px;
	clear: both;
}
#container #imgarea h1 {
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #topcontent {
	clear: both;
	width: 780px;
}
#container #topcontent #leftside {
	float: left;
	width: 340px;
	margin-top: 16px;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 16px;
}
#container #topcontent #leftside h2.bluebg {
	background-color: #1D4293;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-bottom: 8px;
	margin-top: 20px;
}
#container #topcontent #leftside h2.whatnew {
	margin-bottom: 12px;
	clear: both;
	width: 340px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 1.4em;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#container #topcontent #leftside h3 {
	font-size: 1em;
}
#container #topcontent #leftside dl {
	clear: both;
	width: 340px;
	margin-bottom: 6px;
}
#container #topcontent #leftside dt {
	float: left;
	clear: left;
	margin-bottom: 6px;
	width: 70px;
}
#container #topcontent #leftside dd a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366CC;
	padding-bottom: 1px;
}
#container #topcontent #leftside dd a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#container #topcontent #leftside dd a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}
#container #topcontent #leftside div.chalierimg img {
	margin-left: 10px;
	margin-top: 40px;
}
#container #topcontent #leftside p.mail {
	background-position: 0px bottom;
	float: right;
	margin-left: 12px;
}
#container #topcontent #leftside p.mail a {
	display: block;
	background-image: url(../images/top/mail.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 45px;
	width: 90px;
	text-indent: -9000px;
}
#container #topcontent #leftside p.mail a:hover {
	background-position: 0px bottom;
}
#container #topcontent #rightside {
	float: right;
	width: 353px;
	margin-top: 16px;
}
#container #topcontent #rightside li {
	text-indent: -9000px;
}
#container #topcontent #rightside li.topmenu1 a {
	background-image: url(../images/top/menu1.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 102px;
	width: 353px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #topcontent #rightside li.topmenu2 a {
	background-image: url(../images/top/menu2.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 330px;
	display: block;
	margin-left: 23px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#container #topcontent #rightside li.topmenu3 a {
	background-image: url(../images/top/menu3.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 330px;
	display: block;
	margin-left: 23px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#container #topcontent #rightside li.topmenu4 a {
	background-image: url(../images/top/menu4.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 102px;
	width: 353px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #topcontent #rightside li.topmenu5 a {
	background-image: url(../images/top/menu5.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 330px;
	display: block;
	margin-left: 23px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#container #topcontent #rightside li.topmenu6 a {
	background-image: url(../images/top/menu6.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 353px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #topcontent #rightside li.topmenu7 a {
	background-image: url(../images/top/banner_motomu_big.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 353px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #topcontent #rightside li.topmenu1 a:hover {
	background-image: url(../images/top/menu1.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 102px;
	width: 353px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #topcontent #rightside li.topmenu2 a:hover {
	background-image: url(../images/top/menu2.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 45px;
	width: 330px;
	display: block;
	margin-left: 23px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#container #topcontent #rightside li.topmenu3 a:hover {
	background-image: url(../images/top/menu3.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 45px;
	width: 330px;
	display: block;
	margin-left: 23px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#container #topcontent #rightside li.topmenu4 a:hover {
	background-image: url(../images/top/menu4.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 102px;
	width: 353px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #topcontent #rightside li.topmenu5 a:hover {
	background-image: url(../images/top/menu5.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 45px;
	width: 330px;
	display: block;
	margin-left: 23px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#container #topcontent #rightside li.topmenu6 a:hover {
	background-image: url(../images/top/menu6.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 45px;
	width: 353px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ---------- [content] ---------- */
#container #content,
#container #contentwide {
	clear: both;
	width: 780px;
}
#container #content #leftside {
	float: left;
	width: 200px;
	font-size: 1.2em;
}
#container #content #leftside ul li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 34px;
	color: #333333;
	height: 34px;
	width: 200px;
	display: block;
	text-indent: 2px;
}
#container #content #leftside ul li a:hover {
	color: #777777;
}
#container #content #leftside ul ul li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 34px;
	color: #333333;
	height: 34px;
	width: 180px;
	display: block;
	margin-left: 20px;
	text-indent: 2px;
}
#container #content #leftside li#now {
	padding-top: 0px;
	color: #1D4293;
}
#container #content #leftside li#homemenu a {
	margin-bottom: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content #leftside li.menutop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#container #content #rightside {
	float: right;
	width: 550px;
}
/* ---------- [Top page] ---------- */

/* ---------- [Page Layout] ---------- */
/* ---------- [Topic Path] ---------- */
#container #content #rightside ol#topicPath {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 1em;
	background-image: url(../images/common/bar_big.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 32px;
	width: 530px;
}
#container #content #rightside ol#topicPath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#container #content #rightside ol#topicPath li a {
	padding-right:10px;
	background-image: url(../images/common/head_listmark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#container #content #rightside ol#topicPath li a:hover {
	text-decoration: underline;
}
#container #content #rightside h2 {
	font-size: 1.6em;
	line-height: 2em;
	background-image: url(../images/common/h1bgbar.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 45px;
	width: 550px;
	margin-bottom: 20px;
}
#container #contentwide h2 {
	font-size: 1.6em;
	line-height: 2em;
	background-image: url(../images/common/h1bgbarwide.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 45px;
	width: 780px;
	margin-bottom: 20px;
}
#container #content #rightside h3,
#container #contentwide h3 {
	font-size: 1.2em;
	line-height: 2em;
	color: #333333;
	margin-bottom: 12px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#container #content #rightside p,
#container #contentwide p {
	font-size: 1.2em;
	line-height: 1.6em;
}
#container #content #rightside p.img_right {
	float: right;
	margin-left: 12px;
}
#container #content #rightside ul#bottommenu {
	background-image: url(../images/common/bar_small.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 530px;
	padding-top: 12px;
	clear: both;
	font-size: 1.2em;
	line-height: 1.6em;
}
#container #content #rightside dl.guidemenu {
	width: 446px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
}
#container #content #rightside dl.guidemenu dt {
	background-image: url(../maintenance/images/menuimgbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 67px;
	width: 222px;
	border: 1px solid #1D4293;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-left: 12px;
	vertical-align: middle;
}
#container #content #rightside dl.guidemenu dd {
	float: left;
	height: 67px;
	width: 208px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #1D4293;
	border-right-color: #1D4293;
	border-bottom-color: #1D4293;
	margin-bottom: 10px;
}
#container #content #rightside dl.guidemenu strong {
	font-size: 1.4em;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	display: block;
}
#container #contentwide p.backhome a {
	margin-top: 16px;
	display: block;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#container #contentwide p.attention {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#container #contentwide div.leftside {
	float: left;
	width: 360px;
}
#container #contentwide div.rightside {
	float: right;
	width: 390px;
}
#container #contentwide div.rightside div.imgcaption p {
	margin-bottom: 20px;
}
#container #contentwide div.backtoprev {
	clear: both;
	width: 780px;
	margin-bottom: 12px;
}
#container #contentwide div.leftside2 {
	float: left;
	width: 270px;
	margin-right: 20px;
}
#container #contentwide div.rightside2 {
	float: left;
	width: 490px;
}
#container #contentwide h1.fourfeattitle {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #1E2A79;
	letter-spacing: 0.5em;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #333333;
	border-bottom-color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-top: 20px;
}
#container #contentwide p.fourfeattitlesub {
	width: 780px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#container #contentwide div.rightside2 h2 {
	width: 490px;
}
#container #contentwide div.backtoprev a {
	background-color: #1E2A79;
	background-image: url(../images/common/mark_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 26px;
	clear: both;
	float: right;
	display: block;
	vertical-align: middle;
	line-height: 23px;
	padding-right: 5px;
}

#container #contentwide div.pagelink {
	clear: both;
	width: 780px;
	margin-bottom: 20px;
}
#container #contentwide div.pagelink li {
	float: left;
}
#container #contentwide div.pagelink a {
	color: #FFFFFF;
	background-color: #1E2A79;
	font-size: 12px;
	display: block;
	padding: 5px;
	width: 177px;
	height: 16px;
	text-align: center;
	margin-right: 10px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#container #contentwide div.pagelink a:hover {
	color: #FFFFFF;
	background-color: #4F63A4;
}
#container #contentwide div.pagelink li.lastbuttun a {
	margin-right: 0px;
	width: 179px;
}
/* ---------- [Back to Top] ---------- */
.backtoup {
	text-align: right;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}
.backtoup a {
	font-size: 10px;
	text-decoration: none;
	background-image: url(../images/mark/pagetopmark.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
.backtoup a:hover {
	color: #FF6600;
	text-decoration: none;
}
.backtoup2 {
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}
.backtoup2 a {
	font-size: 10px;
	text-decoration: none;
	background-image: url(../images/mark/pagetopmark.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	color: #666666;
	padding: 0px;
}
.backtoup2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* ---------- [Class] ---------- */
.margin_b32 {
	margin-bottom: 32px;
	clear: both;
	width: 430px;
}
.clearbox {
	clear: both;
	height: 50px;
	width: 100%;
}
.clearbox2 {
	clear: both;
	height: 140px;
	width: 100%;
}
.list {
	clear: both;
	padding-left: 0px;
	margin-left: 60px;
	margin-right: 50px;
	font-size: 16px;
	color: #003399;
	line-height: 23px;
	font-weight: bold;
	padding-top: 15px;
}
