@charset "UTF-8";



/* -----------------------------------------------
 * メイン
----------------------------------------------- */

/* body */
body {
    background: center top url('../images/body_bg.jpg');
}

/* container */
#container {
    min-width: 1020px;
}

/* container_inner */
#container_inner {
    margin: 0px auto;
    border-top: none;
}


/*ヘッダー
----------------------------------------------- */
#header_wrapper {
    width: auto;
    background: left 95px repeat-x url('../images/red_border_bg.png');
}
#header {
    width: 1020px;
    height: 142px;
    margin: 0px auto 60px;
    position: relative;    
}
#header #logo {
    width: 287px;
    height: 142px;
    float: left;
}

#header #main_nav {
    float: left;
    width: 693px;
    padding: 63px 0 0 40px;
}
#header #main_nav li {
    float: left;
    list-style-type: none;
    margin-right: 38px;
}
#header #main_nav li:nth-child(6) {
    margin-right: 0px;
}
#header h1 {
    margin: 12px 0 0 38px;
    float: left;
}





/* コンテンツ
----------------------------------------------- */
/* contents_wrapper */
#contents_wrapper {
    width: 1020px;
    margin: 0 auto;
    clear: both;
}

#contents_left {
    float: left;
    width: 750px;
}
#contents_left h3 {
    margin: 0 0 30px 0;
}


#contents_left > img {
    margin: 0 0 60px 0;
}
#contents_left.company img.tempo_image {
    border-radius: 8px;
}
#contents_left table {
    margin-bottom: 60px;
}
#contents_left #map_canvas {
    height: 396px;
    width: 746px;
    border: dotted 2px #CC3366;
    margin-bottom: 60px;
}



#contents_right {
    float: right;
    width: 245px;
    padding-top: 20px;
}
#contents_right #banner_area1 {
    margin-bottom: 50px;
}
#contents_right h3 {
    margin: 0 0 20px 0;
}

#contents_right li {
    list-style-type: none;
    width: 245px;
    margin-bottom: 20px;
}



#footer_wrapper {
    clear: both;
    background: left top repeat-x url('../images/red_border_bg.png');
    margin: 20px 0 0px;
    padding-top: 10px;
}
#footer_wrapper #footer_link {
    width: 1020px;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 60px;
}
#footer_wrapper #footer_link a {
    font-size: 9px;
    color: #C36;
    font-weight: bold;
}
#footer_wrapper #footer_link span {
    margin: 0 3px;
}
#footer {
    width: 1020px;;
    margin: 0px auto 80px;
    text-align: center;
}








/* 商品ページ products */

#contents_left.products {
}
#contents_left.products h3 {
    margin: 0 0 30px 0;
}
#contents_left.products ul {
    margin-bottom: 80px;
}
#contents_left.products li {
    list-style-type: none;
    float: left;
    display: inline;
    margin: 0 10px 20px 0;
    box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.6);
}
#contents_left.products li:nth-child(2n) {
    margin-right: 0px;
}


/* sitemap */
#contents_left.sitemap {
}
#contents_left.sitemap li {
    
    margin-bottom: 30px;
    list-style-type: none;
}
#contents_left.sitemap a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-left: 20px;
    background: center bottom no-repeat url('../images/headline_bg.png');
}
#contents_left.sitemap a:hover {
    text-decoration: noen;
    color: #999;
}


/* privacy */
#contents_left.privacy {
}
#contents_left.privacy p.message {
    font-size: 14px;
    font-weight: bold;
}
#contents_left.privacy p {
    width: 700px;
}


/* contact */
#contents_left.contact {
}
table {
}
#contents_left.contact table th {
    background:;
    
}
#contents_left.contact table th,
#contents_left.contact table td {
    padding: 20px 50px;
    
    text-align: left;
    min-width: 100px;
    vertical-align: middle;
    line-height: 26px;
}
#contents_left.contact table input[type="text"] {
    width: 250px;
    padding: 6px 10px;
}
#contents_left.contact table input[type="radio"] {
    
}
#contents_left.contact table textarea {
    width: 350px;
    height: 200px;
    padding:6px 10px ;
}
#contents_left.contact table input:focus,
#contents_left.contact tabl textarea:focus {
	outline: solid 1px rgba(239,166,74,1);
}
#contents_left.contact table td.btnarea {
    text-align: center;
}
#contents_left.contact input[type="submit"],
#contents_left.contact input[type="button"] {
    padding:15px 30px;
    margin: 0 30px;
    color:#333;
    background-color: inherit;
    border-style: none;
	background: #FAFAFA;
    cursor: pointer;
}


    