﻿@charset "utf-8";
/* CSS Document */


/* RESET */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:12px "ＭＳ Ｐゴシック" , "ヒラギノ角ゴ Pro W3" , Osaka;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* clear */
.clear {
    zoom: 1;
}
.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

body {
    background-color: #8D0D0C;
    color: #666666;
}
/* wrapper */
#wrapper {
    width: 800px;
    background-color: #ffffff;
    margin: 10px auto 20px auto;
}

/* navi */
#navi {
    margin: 0 0 0 90px;
}

/* footer */
#footer {
    padding: 20px 0 0 0;
    clear: both;
    border-top: 1px solid #FFE8BF;
}

/* content */
#content {
    padding: 0 0 900px 0;
}

/* left_column_ptn1 */
#content #left_column_ptn1 {
    width: 300px;
    margin: 0 20px 0 20px;
    float: left;
    display: inline;

}

/* right_column_ptn1 */
#content #right_column_ptn1 {
    width: 430px;
    float: left;
}

/* left_column_ptn2 */
#content #left_column_ptn2 {
    float: left;
    width: 300px;
}

/* center_column */
#content #center_column {
    float: left;
    padding: 110px 25px 0 0;
    width: 270px;
}

/* right_column_ptn2 */
#content #right_column_ptn2 {
    float: left;
    padding: 110px 0 0 0;
}