﻿@charset "utf-8";
/* CSS Document */




/* body要素のスタイル */

body{
margin: 0 0 0 0;
padding: 0;
color: #333333;
background-color: #ffffff;
text-align:center;
background-image: url(../common/bg_header_t.jpg);
background-repeat: repeat-x;
}



/* コンテナ
---------------------------------------------------- */

#container_bg{
width:1000px;
margin:0px auto;
padding:0px;
background-image: url(../images/bg_top.jpg);
background-repeat: repeat-x;
}


.top_tx{
width:350px;
float:left;
margin:0px 10px 0px 0px;
}

.top_img{
width:200px;
float:left;
margin:0px 0px 0px 0px;
}

.top_img img{
margin:20px 0px 0px 0px;
}