* {
	margin		: 0;
	padding		: 0;
}

img {
	border		: none;
}

a {
	color		: #61b4e3;
}

.clear:after {
	content		: url('../images/blank.gif');
	display		: block;
	clear		: both;
	height		: 0;
}

.clear {
	display		: inline-block;
}

* html .clear {
	height		: 1%;
}

.w49 {
	width		: 49%;
}

.w100 {
	width		: 100%;
}

.pa10 {
	padding		: 10px;
}

.ph10 {
	padding		: 10px 0;
}

.pr10 {
	padding-right	: 10px;
}

.left {
	float		: left;
	text-align	: left;
}

.right {
	float		: right;
	text-align	: left;
}

.totop {
	text-align	: right;
}
.totop a {
	color		: #003c60;
}
.banner {
	display		: block;
	margin		: 10px auto;
}

body {
	color		: #666;
	width		: 100%;
	font-size	: 12px;
	line-height	: 130%;
	font-family	: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Verdana',sans-serif;
	background	: url(../images/bg_wrapper.gif) repeat-x top left #7ccffd;
}

#wrapper {
}

.container {
	width		: 960px;
	margin		: 0 auto;
}

#page {
}
#header {
	width		: 100%;
	height		: 100px;
}
#header h1 {
	color		: #fff;
	font-size	: 12px;
	font-weight	: normal;
}
#header a img {
	display		: block;
	float		: left;
	margin-top	: 20px;
}
#header p {
	color		: #fff;
	float		: left;
	margin		: 35px 0 0 25px;
}
#main {
	overflow	: hidden;
}

#main .side {
	width		: 260px;
	background	: #f2f2f2;
	padding-bottom	: 32768px;
	margin-bottom	: -32768px;}

#main .side .global_menu {
	width		: 260px;
}
#main .side .global_menu ul {
	margin		: 0;
	padding		: 0;
}
#main .side .global_menu li {
	display		: block;
	text-decoration	: none;
	outline		: none;
	background	: url('../images/bg_global_menu.gif') no-repeat;
}
#main .side .global_menu li a {
	display		: block;
	width		: 100%;
	height		: 100%;
}
#main .side .global_menu .top,
#main .side .global_menu .products,
#main .side .global_menu .maintenance,
#main .side .global_menu .company,
#main .side .global_menu .information,
#main .side .global_menu .contact {
	text-indent	: -9999px;
	height		: 26px;
}

#main .side .global_menu .top {
	background-position : 0px 0px;
}
#main .side .global_menu .products {
	background-position : 0px -26px;
}
#main .side .global_menu .maintenance {
	background-position : 0px -52px;
}
#main .side .global_menu .company {
	background-position : 0px -78px;
}
#main .side .global_menu .information {
	background-position : 0px -104px;
}
#main .side .global_menu .contact {
	background-position : 0px -129px;
}
#main .side .global_menu .local_menu {
	width		: 240px;
}
#main .side .global_menu .local_menu a {
	background	: url('../images/bg_local_menu.gif') no-repeat left center #e2e2e2;
}
#main .side .global_menu li ul.local_menu li {
	outline		: none;
	text-indent	: 0px;
}
#main .side .global_menu .local_menu li a {
	display		: block;
	width		: 100%;
	height		: 18px;
	padding		: 5px 0px 0px 20px;
	color		: #005d93;
	font-size	: 11px;
	text-decoration	: none;
	border-bottom	: 1px #fff solid;
}

#main .side .info_box {
	width		: 230px;
	border		: 1px #999 solid;
	background	: #fff;
}
#main .side .info_box h3 {
	padding		: 17px 0px 9px 25px;
	color		: #003c60;
	font-size	: 14px;
	border-bottom	: 1px #333 dashed;
	background	: url('../images/bg_h3_info_box.gif') no-repeat left center;
}
#main .side .info_box p {
	padding		: 14px 18px;
}
#main .side .banner {
	margin		: 10px 0px;
	display		: block;
}

#main .side .centerbox {
	margin		: 10px auto;
}
#main .contents {
	width		: 700px;
	overflow	: hidden;
	background	: #fff;
	padding-bottom	: 32768px;
	margin-bottom	: -32768px;
}
#main .contents .main_box {
	padding		: 10px 20px;
}
#main .contents .main_box h2 {
	width		: 655px;
	height		: 20px;
	font-family	: 'Arial, Helvetica, sans-serif';
	font-size	: 16px;
	color		: #003d61;
	border-bottom	: 3px #003d61 solid;
}
#main .contents .main_box span {
	display		: block;
	background	: #003d61;
	width		: 13px;
	height		: 13px;
	margin		: 2px 5px 0 0;
	float		: left;
}
#main .contents .main_box dl {
	margin		: 10px auto;
}
#main .contents .main_box dl dt {
	border-left	: 2px #003d61 solid;
	padding-left	: 8px;
}
#main .contents .main_box dl dd {
	padding		: 0 0 5px 8px;
	border-left	: 2px #003d61 solid;
	border-bottom	: 1px #aaa dotted;
	margin-bottom	: 5px;
}
#main .contents .main_box .itemlist {
	width		: 700px;
}
#main .contents .main_box .itemlist .itembox_l {
	width		: 310px;
	height		: 280px;
	border		: 1px #aaa solid;
	background	: url('../images/bg_itembox.gif') repeat-x bottom #fff;
	padding		: 12px 7px;
	margin		: 5px 10px 5px 0;
}
#main .contents .main_box .itemlist .itembox_l h3 {
	color		: #003c60;
	font-size	: 14px;
	border-bottom	: 3px #acacac solid;
	margin-bottom	: 3px;
}
#main .contents .main_box .itemlist .itembox_l img {
	display		: block;
	margin		: 10px auto;
}
#main .contents .main_box .itemlist .p006 {
	padding	: 10px;
}
#main .contents .main_box .itemlist .itembox_s {
	width		: 198px;
	height		: 280px;
	border		: 1px #aaa solid;
	background	: url('../images/bg_itembox.gif') repeat-x bottom #fff;
	padding		: 12px 7px;
	margin		: 5px 10px 5px 0;
}
#main .contents .main_box .itemlist .itembox_s h3 {
	color		: #003c60;
	font-size	: 14px;
	border-bottom	: 3px #acacac solid;
	margin-bottom	: 3px;
}
#main .contents .main_box .itemlist .itembox_s img {
	display		: block;
	margin		: 10px auto;
}
#main .contents .main_box .products {
	width		: 655px;
}
#main .contents .main_box .products .thumnail {
	margin		: 10px;
}
#main .contents .main_box .products .caption {
	display		: inline;
	padding		: 10px;
	font-size	: 12px;
}
#main .contents .main_box .products .outline_b {
	margin-bottom	: 20px;
}
#main .contents .main_box .products .outline {
	float		: right;
	width		: 320px;
	margin		: 10px 0 20px 0;
}
#main .contents .main_box .products .outline h3 {
	width		: 300px;
	height		: 28px;
	line-height	: 28px;
	background	: #006198;
	font-size	: 14px;
	font-weight	: bold;
	color		: #fff;
	padding		: 0 10px;
}
#main .contents .main_box .products .outline ul {
	margin		: 10px 5px 10px 20px;
}
#main .contents .main_box .products .outline ul li {
	margin-bottom	: 5px;
}
#main .contents .main_box .company p,
#main .contents .main_box .products p {
	padding		: 8px;
}
#main .contents .main_box .products h3,
#main .contents .main_box .company h3 {
	width		: 640px;
	height		: 28px;
	line-height	: 28px;
	background	: #006198;
	font-size	: 14px;
	font-weight	: bold;
	color		: #fff;
	padding		: 0 10px;
}
#main .contents .main_box .products h4 {
	width		: 655px;
	height		: 15px;
	margin-top	: 10px;
	font-family	: 'Arial, Helvetica, sans-serif';
	color		: #003d61;
	border-bottom	: 3px #003d61 solid;
	font-size	: 12px;
}
#main .contents .main_box .products h5 {
	height		: 14px;
	margin-top	: 10px;
	font-family	: 'Arial, Helvetica, sans-serif';
	color		: #0068b7;
	font-size	: 12px;
}
#main .contents .main_box .products table {
	margin		: 6px;
	text-align	: center;
	line-height	: 150%;
	border-collapse	: collapse;
}
#main .contents .main_box .products table td {
	border		: 1px solid #a3a3a3;
	padding		: 2px;
}
#main .contents .main_box .products table.b0 {
	width		: 645px;
	margin		: 6px;
	text-align	: left;
	line-height	: 150%;
	border		: none;
}
#main .contents .main_box .products table.b0 td {
	padding		: 2px;
	border		: none;
	vertical-align	: top;
}
#main .contents .main_box .optionlist .optionbox {
	width		: 300px;
	padding		: 12px 7px;
	margin		: 5px;
	text-align	: center;
}
#main .contents .main_box .optionlist .optionbox b {
	display		: block;
	text-align	: center;
}
#main .contents .main_box .optionlist .optionbox p {
	text-align	: left;
}
#main .contents .main_box .optionlist .optionbox_b {
	width		: 100%;
	padding		: 12px 7px;
	margin		: 5px;
	text-align	: left;
}
#main .contents .main_box .optionlist .optionbox_b img {
	margin-right	: 20px;
}
#main .contents .main_box .optionlist .optionbox_c {
	width		: 300px;
	padding		: 12px 7px;
	margin		: 5px;
	text-align	: left;
}
#main .contents .main_box .company table {
	width		: 645px;
	margin		: 6px 6px 15px 6px;
	line-height	: 150%;
	border-collapse	: collapse;
}
#main .contents .main_box .company table th {
	border		: 1px solid #a3a3a3;
	padding		: 2px;
	text-align	: center;
	font-weight	: normal;
}
#main .contents .main_box .company table td {
	border		: 1px solid #a3a3a3;
	padding		: 2px;
}

.footer_bg {
	background	: url('../images/bg_footer.gif')  repeat-x bottom center;
}
#footer {
	height		: 210px;
	overflow	: hidden;
	color		: #fff;
}
#footer	a {
	color		: #fff;
}
#footer .about {
	width		: 240px;
	height		: 100%;
	background	: url('../images/bg_footer_box.gif')  repeat-x;
	padding		: 10px;
}
#footer .about img {
	display		: block;
	margin		: 0 auto 10px auto;
}
#footer .about p {
	text-align	: left;
	margin-left	: 15px;
	padding		: 5px;
	line-height	: 150%;
}
#footer .footer_menu  {
	width		: 640px;
	padding		: 10px 20px;
	font-size	: 11px;
}
#footer .footer_menu .left li {
	padding		: 2px 0px 2px 40px;
	font-size	: 10px;
	list-style-type : none;
}
#footer address {
	display		: block;
	color		: #fff;
	font-style	: normal;
	text-align	: right;
	bottom		: 10px;
}

.sub_01 strong {
	color		: #d33;
}

.tac {
	text-align	: center;
}

.mr15 {
	margin-right	: 15px;
}
#main .contents .main_box .optionlist table.option {
	border		: none;
	text-align	: left;
}
#main .contents .main_box .products table.maintenance th {
	border		: 1px solid #a3a3a3;
	width		: 108px;
	padding		: 2px;
	text-align	: center;
	font-weight	: normal;
}
#main .contents .main_box .products table.maintenance td {
	width		: 83px;
	overflow	: hidden ;
}
