@charset "shift-jis";   /* UTF-8指定 */

body {
    /* background-color: #41a0ff; */
    /* background-color: #9bd2ff; */
    /* background-color: #87ceeb; */
    /* background-color: #87cefa; */
    /* background-color: #419bff; */
    background: #06acfc url("../t_img/foot_back3.jpg") bottom repeat-x;
    
    /* マージンの初期化 */
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}


/* ヘッダー */

#container {
    background: url("../t_img/head_back3.jpg") top repeat-x;
    width: 100%
;}

#header {
    margin: 0 auto;
    width: 90%;
}

#header_left {
    float: left;
    /* background-color: #c0c0c0; */
    margin: 0;
    padding: 0;
    text-align: left;
}

#header_center {
    float: left;
    /* background-color: #c0c0c0; */
    margin: 0;
    padding: 0;
    text-align: center;
}

#header_right {
    /* background-color: #ff0000; */
    margin: 0;
    padding: 0;
    text-align: right;
}

#head180030 {
    font-size: 12px;
    color: #fff;
    margin-right: 1px;
}

#header_right img {
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
}

img.card {
    margin-left: 4px;
}


/* メニュー */
td.menu_bg_top {
    background: url("../t_img/menu_top_b.png") repeat-x top;
}

td.menu_bg_bottom {
    background: url("../t_img/menu_bottom_b.png") repeat-x bottom;
}

p.menu {
    background: url("../t_img/menu_back.png");
}

#slide_bg {
    /* background: url("../t_img/slide_bg.png") repeat-y top center; */
    margin-top: -60px;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* スライドショー */
#slider {
    width: 600px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	margin: 0;
	padding: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px sans-serif;
    padding: 10px 13px;
    width: 580px;
    background-color: #ff00ca;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

#foot_container {
    /*border: 1px solid #ff00ca; */
    background: url("../t_img/foot_back_trans2.png");
    margin: 0 auto;
    width : 55%;
}

#foot_container div {
    color: #333;
    font-size: 70%;
    padding: 1em;
}

#foot_iframe {
    text-align: center;
}

#footmenu {
    margin: 0;
    text-align: left;
    padding: 1em;
}

#footmenu a {
    color: #0000ff;
    text-decoration: none;
}
#footmenu a:hover {
    color: #ff00ca;
    text-decoration: underline;
}

#foot_qr {
}

#mphone {
    margin-right: 5px;
}

#qr {
    float: left;
    margin-right: 5px;
}

#foot_credit {
    clear: both;
}

