@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: 25px;
	background-image: url(../img/head_url.gif);
	background-position: right;
	background-color: #000;
	background-repeat: no-repeat;
}

#g_navi {
	height: 25px;
	width: 520px;
	background-image: url(../img/menus_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15px;
}
#g_navi li {
	display: inline;
}


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

#btn_home {
	background-image: url(../img/menu_top_0.gif);
	width: 90px;
}
#btn_home:hover {
	background-image: url(../img/menu_top_1.gif);
	width: 90px;
}
#btn_home_now{
	background-image: url(../img/menu_top_1.gif);
	width: 90px;
}


#btn_font {
	background-image: url(../img/menu_font_0.gif);
	width: 90px;
}
#btn_font:hover {
	background-image: url(../img/menu_font_1.gif);
	width: 90px;
}
#btn_font_now{
	background-image: url(../img/menu_font_1.gif);
	width: 90px;
}


#btn_blog {
	background-image: url(../img/menu_blog_0.gif);
	width: 90px;

}
#btn_blog:hover {
	background-image: url(../img/menu_blog_1.gif);
	width: 90px;

}
#btn_blog_now{
	background-image: url(../img/menu_blog_1.gif);
	width: 90px;

}

#btn_works {
	background-image: url(../img/menu_work_0.gif);
	width: 90px;
}
#btn_works:hover {
	background-image: url(../img/menu_work_1.gif);
	width: 90px;
}
#btn_works_now{
	background-image: url(../img/menu_work_1.gif);
	width: 90px;
}



#btn_link {
	background-image: url(../img/menu_link_0.gif);
	width: 160px;
}
#btn_link:hover {
	background-image: url(../img/menu_link_1.gif);
	width: 160px;
}
#btn_link_now{
	background-image: url(../img/menu_link_1.gif);
	width: 160px;
}


	
