* {
	margin: 0;
	padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
	background-color: #f6f6f6;
	font: 14px "Myriad Pro", sans-serif;
	color: #000;
}
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 -1px;
}

.container {
    width: 100%;
    background: url('../i/bg_main.png') 0 0 repeat;
}
.container_content {
    max-width: 2500px;
    min-width: 1050px;
    margin: 0 auto;
}

.top {
    height: 152px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.top span.logo {
    display: block;
    width: 210px;
    height: 120px;
    position: absolute;
    top: 26px;
    left: 10px;
    background: url('../i/logo_top.png') 0 0 no-repeat;
}
.top p.tel {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 325px;
    font-size: 23px;
    color: #2e4455;
}
.top p.tel strong {
    font-size: 38px;
}

.top ul.navi {
    position: absolute;
    top: 52px;
    left: 260px;
    list-style-type: none;
}
.top ul.navi li {
    float: left;
    position: relative;
    height: 30px;
    padding: 0 45px 0 0;
}
.top ul.navi li a {
    font-size: 17px;
}
.top ul.navi li:hover a {
    color: #0054a6;
    text-decoration: none;
}
.top ul.navi li.active a {
    color: #0054a6;
    text-decoration: none;
    cursor: text;
}

.top .search {
    width: 395px;
    position: absolute;
    top: 90px;
    left: 254px;
}


.slideshow {
    height: 200px;
    position: relative;
}
.homepage {
    height: 350px;
    position: relative;
}
.slideshow .mask {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../i/bg_line_top.png') 0 0 repeat-x;
    z-index: 100;
}

.slideshow #slideshow, .slideshow #slideshow div {
    width: 100%;
    height: 100%;
}
.slideshow #slideshow div {
    display: none;
    background-position: 50% 100%;
    background-repeat: repeat-x;
}
.slideshow #slideshow div.first {
    display: block;
}
.slideshow #slideshow div a {
    display: block;
    width: 100%;
    height: 100%;
}

div.blue_line {
    height: 2px;
    width: 100%;
    background: url('../i/bg_line_top.png') 0 0 repeat-x;
}

.shadow {
    height: 11px;
    background: #fff url('../i/bg_shadow.png') 0 0 repeat-x;
}

.content {
    padding: 20px 0;
    position: relative;
    background: url('../i/bg_main.png') 0 0 repeat;
}
.content .shadow_top, .content .shadow_bot{
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
}
.content .shadow_top {
    background: url('../i/bg_cont_top.png') 0 0 repeat-x;
    top: 0;
}
.content .shadow_bot {
    background: url('../i/bg_cont_bot.png') 0 0 repeat-x;
    bottom: 5px;
}
.directions {
    padding: 6px 0 20px;
    text-align: center;
}
.directions a {
    display: inline-block;
    width: 200px;
    padding: 110px 0 0;
    font-size: 17px;
    position: relative;
}
.directions a b {
    display: block;
    width: 101px;
    height: 101px;
    position: absolute;
    top: 0;
    left: 45px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.directions a:hover b {
    background-position: -101px 0;
}

.blue .directions {
    padding: 15px 0;
    text-align: center;
}
.blue .directions a {
    display: inline-block;
    width: 200px;
    padding: 70px 0 0;
    font-size: 17px;
    position: relative;
    color: #fff;
}
.blue .directions a b {
    display: block;
    width: 61px;
    height: 61px;
    position: absolute;
    top: 0;
    left: 70px;
    background-position: 0 -101px;
    background-repeat: no-repeat;
}
.blue .directions a.active {
    text-decoration: none;
    cursor: text;
}
.blue .directions a:hover b, .blue .directions a.active b {
    background-position: -61px -101px;
}

.blue {
    background: url('../i/bg_blue.png') 0 0 repeat;
}
.want_to {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 25px 0;
}

.grey {
    background: url('../i/bg_grey.png') 0 0 repeat;
    padding: 30px 0 0;
    height: 63px;
    font-size: 17px;
    text-align: center;
}
.grey a {
    display: inline-block;
    margin: 0 25px;
}
.grey a.last {
    margin: 0 25px 0 75px;
    padding: 2px 15px;
/*    background-color: #fff;*/
}

.content h1 {
    font-size: 34px;
    text-transform: uppercase;
    margin: 10px 0 20px 277px;
}
.content span.ttl1 {
    font-size: 24px;
    font-weight: normal;
}
.content span.ttl2 {
    font-size: 18px;
    font-weight: normal;
}

.content2 {
    width: 1030px;
    margin: 0 auto;
}
.catalog a {
    display: block;
    width: 155px;
    height: 50px;
    padding: 150px 0 0;
    margin: 0 50px 30px;
    font-size: 17px;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    float: left;
}
.catalog a b {
    display: block;
    width: 141px;
    height: 141px;
    position: absolute;
    top: 0;
    left: 7px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.catalog a:hover b {
    background-position: -141px 0;
}

.footer {
    min-height: 110px;
    background: url('../i/bg_main.png') 0 0 repeat;
}
.footer_content {
    background: url('../i/logo_footer.png') 50% 30px no-repeat;
    padding: 60px 0 0;
    text-align: center;
}

.make_order, .presents_idea {
    position: absolute;
    top: 125px;
    display: block;
    width: 51px;
    z-index: 100;
}
.make_order {
    left: 0;
    height: 181px;
    background: url('../i/bt_order.png') 0 0 no-repeat;
}
.presents_idea {
    right: 0;
    height: 254px;
    background: url('../i/bt_present.png') 0 0 no-repeat;
}


.text {
    width: 980px;
    margin: 0 0 20px 20px;
}
.text p {
    padding: 0 0 20px;
}
.text a {
    color: #006eaa;
}


.gallery {
    width: 912px;
    margin: 20px auto 0;
}
.gallery a {
    width: 290px;
    height: 220px;
    margin: 0 7px 10px;
    display: block;
    float: left;
    color: #000;
    text-decoration: none;
}
.gallery a span {
    display: block;
    font-size: 16px;
    margin: 5px 0 0;
    line-height: 18px;
}
.text .gallery {
    margin: 0;
    position: relative;
    left: -7px;
}

.text .col1 {
    width: 260px;
    float: left;
}
.text .col2 {
    width: 720px;
    float: right;
}
.text .col1_content {
    padding: 10px 0;
}
.text .col2_content {
    padding: 10px 0;
}

.text ul, .text ol {
    margin: 10px 0 20px 10px;
}

.text span.blue_line {
    display: block;
    border-top: 3px #006eaa solid;
    margin: 10px 0 5px;
}

.xls_table {
    border: 0;
    margin: 15px 0;
    width: 100%;
}
.xls_table tr td {
    text-align: center;
    vertical-align: miidle;
    padding: 3px;
    background-color: #f3f3f3;
    border-right: 2px solid #fff;
    font-size: 16px;
}
.xls_table tr:first-child td {
    background-color: #bcbfc0;
}
.xls_table tr td:first-child {
    max-width: 140px;
}
.xls_table tr:nth-of-type(2n) td {
    background-color: #e8e8e8;
}
.xls_table tr td:last-child {
    border-right: 0;
}
