/*  Typo
----------------------------------------------- */
/*　基本レイアウトは　ここから↓ */
* { margin: 0; padding: 0; }
	
html { font-size: 62.5%; }

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 18px/140% "Trebuchet MS", Verdana, sans-serif; }

ul,ol {
     list-style: none;
}

/*  Layout
----------------------------------------------- */

body {
    overflow: auto;
    padding:35px 0;
    margin: 0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #F0F096;
}

#container
{
    margin:0 auto;
    width:838px;
    background-image:url(https://u.jimcdn.com/cms/o/s0f2a42d33a962efe/userlayout/img/heikei.jpg?t=1416203368);
}

#header
{
    width: 840px;
    background:url(https://u.jimcdn.com/cms/o/s0f2a42d33a962efe/userlayout/img/header.jpg?t=1422084395);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 376px;
}

#header h1,
#header a
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#666666;
    text-align:right;
}

#header a:hover { text-decoration:none; }

h2 {
background :url(https://u.jimcdn.com/cms/o/s0f2a42d33a962efe/userlayout/img/h2.jpg?t=1416377205);
}

h3 {
background:url(https://u.jimcdn.com/cms/o/s0f2a42d33a962efe/userlayout/img/h3.jpg?t=1416363964);
}

#navigation
{
    float:left;
    width:220px;
    padding:17px;

}
#sidebar
{
    padding-top:10px;
}

#content
{
    float:right;
    width:520px;
    padding:17px;
}

#footer
{
    clear:both;
    margin-top:10px;
    background:url() repeat-x top;
    height:65px;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    margin: 0;	
    padding: 10px 10px 10px 30px;
    text-align: left;
    background:url(https://u.jimcdn.com/cms/o/s0f2a42d33a962efe/userlayout/img/aikon.jpg?t=1416291496) no-repeat 0 0;
    border-bottom:1px solid #CCC;
    list-style: none;
}

ul.mainNav1 a:hover
{
    background:#EEE;
    color:black;
}

ul.mainNav1 a.current { font-weight:bold; }