@charset "UTF-8";
/*---------------------------
- Title: Core style
- Theme name: 
- Modified by: 
- Last modify: 2012.0119
- Licence: MIT Licence
---------------------------*/

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
 http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.php

*/ body {

*font-size:small;
*font:x-small;
    margin: 0px;
    padding: 0px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    line-height: 1.231;
}

table {
    font-size:inherit;
}

/* リセット */
* {
    margin: 0;
    padding: 0;
}

/* HTML5 */
header, footer, section, aside, nav, article {
    display: block;
    margin:  0;
    padding: 0;
}


/* Link
---------------*/

a:link    { color: #4A352C; text-decoration: none;}
a:visited { color: #4A352C; text-decoration: none;}
a:hover   { color: #937061; text-decoration: underline;}
a img       { text-decoration:none;border-style: none; }
a:hover img { -moz-opacity:0.7; opacity:0.7; filter: alpha(opacity=70); }


/* general params
--------------------*/

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote ,iframe {
    padding: 0px;
    display: block;
    margin: 0px;
}

hr {
   border:none;
}

img {
    border: none;/* img do not want a border */
    vertical-align: bottom;
    text-align: right;
}

li {
    list-style: none;
}/* link do not want a dot */


.スマホ用 ---------{}

img {
    -ms-interpolation-mode: bicubic;
}

img{  
    max-width: 100%;  
    height: auto;  
    width /***/:auto;　/*IE8のみ適用*/ 
} 


/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
    cursor:help;
}


/* Text
---------------*/

p {
    margin: 10px 0 1em;
    font-size:100%;;
    line-height: 1.6em;
    text-align: justify ;
    text-justify: inter-ideograph;
}

blockquote {
    margin: 1em 0 1em 0px;
    padding: 1px 20px;
    border: 1px solid #ddd;
    color: #444;
}

pre {
    padding: 10px 20px;
    border-left: 6px solid #ddd;
    background-color: #f5f5f5;
    overflow: auto;
    width: 90%;
    _width: 95%; /* for IE6 */
}

em {
   font-weight: bold;
    font-style: normal;
}


/* float
---------------*/

.clear {
    clear: both;
}

/**** Clearfix ****/
.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf {
    min-height: 1px;
}

* html .cf {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
