@charset "shift_jis";



body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    font-size: 75%;
    line-height: 2;
    color: #595044;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #D7D3CE;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
    margin: 0px;
    padding: 0px;
}

ul{
    list-style-type: none;
}

img {
    border: none;
}

input,textarea,select {
    font-size: 1em;
}

form {
    margin: 0px;
}

table {
    border-collapse:collapse;
    font-size: 100%;
    border-spacing: 0;
}



/*リンク設定（全般）
---------------------------------------------------------------------------*/
a {
    color: #595044;
}

a:hover {
    color: #E60012;
    text-decoration: none;
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
    text-align: left;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}



/*コンテンツ（左右ブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
    background-color: #FFFFFF;
}



/*ヘッダー（サイトロゴなどが入っているHP最上部のブロック）
---------------------------------------------------------------------------*/
#header {
    height: 84px;
    width: 100%;
    position: relative;
}

/*h1タグ設定*/
#header h1 {
    font-size: 10px;    /*文字サイズ*/
    line-height: 20px;
    font-weight: normal;
    color: #595044;     /*文字色*/
    position: absolute;
    left: 8px;          /*ヘッダーに対して左から8pxの位置に配置*/
    top: 0px;           /*ヘッダーに対して上から0pxの位置に配置*/
    z-index:1;          /*ロゴに重なった時にこちらが上に表示されるように*/
}

/*サイト名ロゴ画像*/
#header #logo {
    position: absolute;
    top: 10px;          /*ヘッダーに対して上から10pxの位置に配置*/
    left: 0px;          /*ヘッダーに対して左から0pxの位置に配置*/
}

/*電話番号画像*/
#header #tel {
    position: absolute;
    top: 10px;          /*ヘッダーに対して上から10pxの位置に配置*/
    right: 0px;         /*ヘッダーに対して左から0pxの位置に配置*/
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
    float: right;
    width: 650px;
    padding-top: 20px;
    padding-bottom: 50px;
    display: inline;
    margin-right: 16px;
}

/*トップページだけメインコンテンツ上の余白をゼロにする設定*/
#toppage #main {
    padding-top: 0;
}

/*段落タグの余白設定*/
#main p {
    padding: 0.5em 10px 1em;
}

/*h2タグ設定（基本カラー）*/
#main h2 {
    font-size: 100%;
    line-height: 30px;
    padding-left: 30px;
    color: #FFFFFF;                         /*文字色*/
    background-color: #ff78ae;              /*背景色*/
    background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
    background-repeat: no-repeat;           /*背景画像をリピートしない*/
    background-position: left center;       /*背景画像を左側、上下中央に配置*/
}

/*h2タグ設定（アクセントカラー）*/
#main h2.h2bg2 {
    background-color: #E60012;              /*背景色*/
    background-image: url(images/h2bg2.gif);/*ハートの背景画像*/
    background-repeat: no-repeat;
    background-position: left center;
}



/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
    float: left;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 50px;
    display: inline;
    margin-left: 16px;
}

/*h4見出しタグ設定*/
#side h4 {
    font-size: 100%;
    border-bottom: 3px double #ff78ae;  /*下線の設定*/
    color: #ff78ae; /*文字色*/
}

/*段落タグの余白設定*/
#side p {
    padding-top: 0.5em;
    padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
    margin-top: 1px;
    margin-bottom: 1em;
}

ul.sidemenu li {
    margin-bottom: 1px;
}

ul.sidemenu a {
    color: #FFFFFF;             /*文字色*/
    text-decoration: none;      /*リンクの下線を消す*/
    background-color: #ff78ae;  /*背景色*/
    display: block;
    width: 198px;
    text-align: center;         /*センタリング*/
    border: 1px solid #ff78ae;  /*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.sidemenu a:hover {
    color: #ff78ae;             /*カーソルオーバー時の文字色*/
    background-color: #FFFFFF;  /*背景色*/
    border: 1px solid #ff78ae;  /*枠線設定*/
}



/*サイド紹介枠
------------------------------------------------------------------*/
#menu_area h2 {
        font-size:12px;
    color: #ffffff;
    line-height: 30px;
        text-align:center;
    background: url(images/pickup_title.png) no-repeat left bottom;
        margin:10px 0 0 0;
        text-shadow:#bd465d 1px 1px;
}


.pickup_area {
    background: #ffffff;
        padding-top:5px;
        margin-top:5px;
        border:#DDDDDD 1px solid;
        text-align:center;
}


.pickup_title {
    background: #eeeeee;
    border: 1px dotted #cbc9c8;
    line-height: 1;
    margin: 5px;
    padding: 5px 10px;
    font-weight: bold;
    color:#666;
}

.pickup_text{
text-align:left;
padding: 0px 10px;
}



/*フッター（コピーライトなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
    font-size: 11px;        /*文字サイズ*/
    line-height: 1.4;       /*行間*/
    text-align: center;     /*センタリング*/
    clear: both;
    width: 100%;
    border-top: 1px solid #EEEEEE;  /*上に入れているライン*/
    padding-top: 10px;
    padding-bottom: 10px;
}



/*メインコンテンツ内の「更新情報・お知らせ」部分
---------------------------------------------------------------------------*/
#main .new dl {
    width: 640px;           /*ボックスの幅*/
    height: 140px;          /*ボックスの高さ*/
    overflow: auto;
    padding-left: 10px;
}

#main .new dt {
    font-weight: bold;  /*日付の色を太字にする*/
    color: #595044;     /*日付の文字色*/
}

#main .new dd {
    border-bottom: 1px solid #cccccc;   /*日付ごとの下線*/
}

/* コラム
------------------------------------------------------------------*/
#colum {
    float: left;
    width: 250px;
    text-align: center;
}

.main_back_colum {
    margin-top:5px;
    padding: 10px 0 10px 0;
    width: 550px;
    color:#FFF;
}

table.table_colum {
    margin-left:3px;
    margin-right:0px;
    width:500px;
    padding:0;
    border:none;
}

tr.table_colum  {
    margin:0;
    padding:0;
}

td.table_colum  {
    padding:3px;
    margin:0;
    border:none;
    text-align:center;
}

ul#colum li {
        float:left;
        font-size:12px;
        height:38px;
        line-height:38px;
        margin-left:5px;
        margin-bottom: 5px;
        font-weight: bold;
        text-align:center;
}

ul#colum a {
        background-image:url(images/colum.gif);
        background-position:center top;
        background-repeat:no-repeat;
        display:block;
        overflow:hidden;
        text-align:center;
        text-decoration:none;
        width:250px;
        height:38px;
        text-align:center;
}

ul#colum a:hover {
    background-image:url(images/colum_over.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
    width:250px;
    height:38px;
}

#new{
        margin:0;
        padding:10px 0 0 0;
}

#new dl,dt{
    margin-left: 20px;
}

#new dd{
    margin-left: 40px;
}



/*サイトマップ
------------------------------------------------------------------*/

#sitemap {
        padding-top:10px;
        padding-left:10px;
}

ul#sitemap li {
        padding:0 0 10px 0;
}

/*その他
---------------------------------------------------------------------------*/
.color1 {
    color: #E60012;
}

.look {
    background-color: #E9E9E9;
}

.mb1em {
    margin-bottom: 1em;
}

.clear {
    clear: both;
}

ul.disc {
    padding: 0.5em 20px 0em 30px;
    list-style: disc;
}
