@charset "utf-8";
/*
Theme Name: Korien Style Grid Theme
Theme URI: http://www.itoy.jp/
Description:香里園スタイルテーマ
Version: 1.0
Author: Code Factroy Inc.
Author URI: http://www.codefactory.co.jp/
Tags: 

*/

/* ****************************************************
                         基本
******************************************************* */
* {
 margin: 0;
 padding: 0;
}

/* 画像の属性 */
img {
    border: none;
    margin: 0px;
    padding:0px;
}

a img {
    border: none;
}


#main a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* 強調文の属性*/
h1,h2,h3,h4,p{
    font-weight: normal;
}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {
    color: #0080FF;
    text-decoration: none;
}

a:hover {
    color: #CC0033;
    text-decoration: none;
}


body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    color: #000;
    line-height: 1.7;
    background-color: #ffffff;
}

/* ****************************************************
                          基本枠
******************************************************* */
#container {
    width:100%;
    max-width:1100px;
    margin: 0 auto;
    background:url("img/back_main.png") repeat-y;
}

/* ****************************************************
                      ヘッダー
******************************************************* */
header {
    background-color:#B03031;
}

header h1{
    background-color:#FFFFFF;
    font-size:10pt;
}

header .header-login{
    text-align:right;
}

header .header-login img{
    margin:5px;
}


/* ****************************************************
                      メインコンテンツ
******************************************************* */
#main {
    float: left;
    width: 70%;
    max-width:1100px;
    font-size:14px;
}

.PC_MAIN h3:before{
    content:"";
}

.BARAMI_SEARCH_AREA{
    margin-left:4px;
    margin-bottom:10px;
    padding:6px 3px 6px 3px;
    background-color:#FBE4D0;
    border:1px solid #D18D54;
    overflow:hidden;
}

.BARAMI_SEARCH_AREA .BARAMI_SEARCH_GROUP{
    margin-bottom:5px;
    border-bottom:1px dotted #AAAAAA;
}

.BARAMI_SEARCH_AREA .BARAMI_SEARCH_PICKUP{
    padding:5px;
    margin-bottom:5px;
    background-color:#FFF;
    font-weight:bold;
}

#BARAMI_SEARCH_DETAIL{
    display:none;
}

#BARAMI_SEARCH_DETAIL h4{
    margin:-6px -3px 10px -6px;
    background-color:#D18D54;
    color:#FFF;
    font-weight:bold;
    text-align:center;
}

#main ul.BARAMI_ITEMIZE{
    margin-left:20px;
    list-style-type: disc;
}

#main .BARAMI_GENRE_LIST li{
    display: inline-block;
}



.sentence li{
    margin-left:25px;
}

/* ****************************************************
                       トピックス
******************************************************* */
#BARAMI_FRONT_TOPICS{
    padding:10px;
}

#BARAMI_FRONT_TOPICS h4{
    background:none;
    color:#333333;
    border-bottom:4px double #B03031;
    text-align:center;
    font-weight:bold;
}

#BARAMI_FRONT_TOPICS ul{
    list-style-type:none;
}

#BARAMI_FRONT_TOPICS li{
    padding-left:10px;
    border-bottom:1px dotted #CCCCCC;
}

/* ****************************************************
                     トップバナー
******************************************************* */
.BARAMI_BANNER_IMAGE{
    margin:10px;
    border:1px solid #CCC;
}

/* ****************************************************
                       サイドバー
******************************************************* */

#side p{
    margin-bottom:10px;
}

/* ****************************************************
                        フッター
******************************************************* */
footer {
    clear:both;
    width:100%;
}

footer .footer_main {
    font-size:9pt;
    padding:5px;
    border-top:1px solid #A3A3A3;
    border-bottom:1px solid #A3A3A3;
}

footer.copyright {
    font-size:9pt;
}

img.footer_logo{
    margin-right:5px;
}

/* ****************************************************
                 個人情報の取扱いについて
******************************************************* */
#privacy-frame {
    padding:2px 2px 2px 10px;
    width:100%;
    height:150px;
    overflow-y:scroll;
    background:#F6F6F6;
    border:1px inset #666666;
    font-size:90%;
}

.privacy-title{
    margin:0;
    padding:0;
    font-size:105%;
    font-weight:bold;
    text-align:center;
}


#privacy-frame h4{
    margin-top:10px;
    margin-bottom:0;
    text-align:left;
    color:#000;
    background-color:transparent;
}

#privacy-frame ul{
    list-style-type:disc;
}
#privacy-frame ol{
    list-style-type:decimal;
}
#privacy-frame li{
    margin-left:15px;
}

/* ****************************************************
                      基本定義
******************************************************* */

.clear {
    clear: both;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clearfix:after { /*floatの解除、ここがポイント*/
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}

