/* サイト全体 */
body {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

img {
        border: none;
}

/* 枠囲み */
table.wrapper {
	border: 1px solid #999999;
    padding:0px;
    margin:0px;
    width:724px;
    height:900px;
    background-repeat: no-repeat;
    overflow: auto;
}

/* ヘッダー */
#header {
    border:none;
    width:724px;
    height:195px;
    vertical-align:top;
    text-align:left;
}

#header .sub_title {
    position:relative;
    left:475px;
    top:85px;
    color:#FFF;
    font-size:16px;
    font-weight:bold;
}

/* Left */

#left {
    width:420px;
    _width:400px;
    height:635px;
    vertical-align:top;
}

#left .inner {
    width:400px;
    margin:0 10px 10px 10px;
    padding:10px 10px 10px 10px;
    background:#EAE3CE;
    overflow:auto;
    _overflow:visible;
}

#left .inner .images1{
    width:100%;
}

#left .inner .images1 .image{
}

#left .inner .images1 .description{
    background:#FFF;
    text-align:left;
    vertical-align:top;
    padding:5px;
}

#left .inner .title{
    background:#C0C0C0;
    text-align:left;
    font-size:14px;
    background-image:url(../img/geihin_title_obi.gif);
    background-repeat: no-repeat;
    padding-left:20px;
    padding-top:5px;
    height:22px;
}

#left .inner .description {
    text-align:left;
    padding:5px;
}

#left .inner .images3 {
    width:100%;
    margin-top:10px;
}

#left .inner .images3 .image {
    width:33%;
    text-align:center;
}

#left .inner .images3 .description {
    width:33%;
    color:#000;
    padding:5px;
}

/* Right */
#right {
    width:304px;
    height:635px;
    vertical-align:top;
}

#right .inner {
    text-align:center;
    padding:10px 10px 10px 10px;
    background:#EAE3CE;
    overflow:auto;
    _overflow:visible;
}

#right .images1 {
    width:100%;
    margin-top:10px;
    padding-bottom:10px;
}

#right .images1 .image {
    width:50%;
    text-align:center;
    vertical-align:top;
}

#right .images1 .description {
    width:50%;
    text-align:left;
    vertical-align:top;
    color:#000;
}

#right .inner .title {
    background:#B39900;
    color:#FFF;
    padding:3px;
    text-align:left;
    font-weight:bold;
}

#right .inner .backnumber {
    background:#FFF;
    color:#000;
    padding:3px;
    text-align:left;
}

#right .inner .title2 {
    background:#C0C0C0;
    text-align:left;
    font-size:14px;
    background-image:url(../img/geihin_title_obi.gif);
    background-repeat: no-repeat;
    padding-left:20px;
    padding-top:5px;
    height:22px;
}

#right .yogo_title {
    color:#000;
    margin-top:5px;
    padding:3px;
    text-align:left;
    border-bottom:dashed 1px #C0C0C0;
    font-size:14px;
}

#right .yogo_description {
    color:#000;
    margin-top:0px;
    padding:3px;
    text-align:left;
}

/* フッター */
tr#footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333;
}

#footer a{
	color:#FFFFFF;
}
