@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
	height: 100%;

}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	font-size: medium;
	font-family: "メイリオ","Meiryo",Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
    height: 100%;

}

body > #container {
        height: auto;
}



/*--- BTN */

#header{
	height: 30px;
	background-image: url(../img/head_bar.png);
	background-position: top;
	background-repeat: repeat-x;
}

#g_navi {
	height: 25px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	float:left;
}
#g_navi li {
	display: inline;
}


#g_navi a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	height: 25px;
	text-decoration: none;
	font-size:small;
}

.sns_area{
	width:80px;
	margin-right: 20px;
	float:right;
}

.sns_area li{
	width:40px;
	display: inline;
}

#btn_twt {
	background-image: url(../img/twt.png);
	background-position: center top;
	background-repeat: no-repeat;
	float:left;
	width: 40px;
	height: 30px;
}

#btn_fb {
	background-position: center top;
	background-image: url(../img/fb.png);
	background-repeat: no-repeat;
	float:left;
	width: 40px;
	height: 30px;
}

#btn_insta {
	background-position: center top;
	background-image: url(../img/insta.png);
	background-repeat: no-repeat;
	float:left;
	width: 40px;
	height: 30px;
}


#btn_home {
	background-image: url(../img/menus_bk_01.png);
	width: 85px;
	background-position: center -2px;
}
#btn_home:hover {
	background-image: url(../img/menus_bk_01.png);
	width: 85px;
	background-position: center -32px;
	}
#btn_home_now{
	background-image: url(../img/menus_bk_01.png);
	width: 85px;
	background-position: center -32px;
	}


#btn_font {
	background-image: url(../img/menus_bk_02.png);
	width: 85px;
	background-position: center -2px;
}
#btn_font:hover {
	background-image: url(../img/menus_bk_02.png);
	width: 85px;
	background-position: center -32px;
}
#btn_font_now{
	background-image: url(../img/menus_bk_02.png);
	width: 85px;
	background-position: center -32px;
}


#btn_blog {
	background-image: url(../img/menus_bk_03.png);
	background-position: center -2px;
	width: 85px;

}
#btn_blog:hover {
	background-image: url(../img/menus_bk_03.png);
	background-position: center -32px;
	width: 85px;

}
#btn_blog_now{
	background-image: url(../img/menus_bk_03.png);
	background-position: center -32px;
	width: 85px;

}

#btn_works {
	background-image: url(../img/menus_bk_04.png);
	background-position: center -2px;
	width: 85px;
}
#btn_works:hover {
	background-image: url(../img/menus_bk_04.png);
	background-position: center -32px;
	width: 85px;
}
#btn_works_now{
	background-image: url(../img/menus_bk_04.png);
	background-position: center -32px;
	width: 85px;
}



#btn_link {
	background-image: url(../img/menus_bk_05.png);
	background-position: center -2px;
	width: 150px;
}
#btn_link:hover {
	background-image: url(../img/menus_bk_05.png);
	background-position: center -32px;
	width: 150px;
}
#btn_link_now{
	background-image: url(../img/menus_bk_05.png);
	background-position: center -32px;
	width: 150px;
}


	
