@charset "utf-8";
/*
Theme Name: wish-template001
Theme URI: http://wish-planning.net
Author: ototaka ueda
Author URI: http://wish-planning.net
Description: サンプルテーマです。
Version: 1.0
*/

@import url("css/blog.css");
@import url("css/common.css");
@import url("css/event.css");
@import url("css/footer.css");
@import url("css/shop.css");
@import url("css/sidebar.css");
@import url("css/toppage.css");

body{
background-color:#222;
}

/* ヘッダーイメージ ここから */
header h1{
margin:0 auto;
padding:0;
width:1000px;
}
/* ヘッダーイメージ ここまで */

.site{
background-color:#000;
width:1000px;
height:100px;
margin:0 auto;
text-align:right;
padding:0;
}

.site a{
font-size:14px;
text-decoration:none;
color:#FFF;
}


.container{
background-color:#FFF;
width:1000px;
margin:0 auto;
}

.container:after{
content:"";
display:block;
clear:both;
}

.contents{
float:left;
width:65%;
}

.sidebar{
margin-top:0px;
float:right;
width:25%;
padding:0px 10px 0px 10px;
border-left:1px dotted #999;
}



/* フッターここから */
footer{
background-color:#666;
color:#FFF;
width:1000px;
margin:0 auto;
}
/* フッターここまで */


.menulist li{
list-style:none;
padding:15px 0px 5px 5px;
border-bottom:1px dotted #666;
}


#navGloval ul ul{
display:none;
position:absolute;
width:141px;
height:27px;
}

#navGloval ul ul li img{
        display:block;
	margin:0;
	padding:0;
}

#custom_html-2 h2{
    width: 210px;
    margin-top: 35px;
    margin-bottom: 12px;
    font-size: 16px;
    border-bottom: 2px solid #903;
    padding: 10px 0px 5px 15px;
    text-align: left;
    color: #FFF;
    background-color: #960;
    text-shadow: 1px 1px 3px #666;
    border-radius: 5px;
}