@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body, div, p, ul, li, a, h1 {
		font-family: Myriad Pro, Myriad Web Pro, Corbel, Ebrima, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-size: 14px;
		color: #444;
}

h1{
	color:#666666;
	font-size:14px;
}
h2{
	clear:left;
	float:left;
	color:#666;
	font-weight:bold;
}

/*-----------------------
header
------------------------*/
#header{
	width:100%;
	max-width: 960px; /* 追加：幅は最大で800pxまで広がるようにする */
	min-width: 300px; /* 追加：幅は最小で300pxまで狭まるようにする */
	height:60px;
	padding:0px auto;
}
#header img{
	float:right;
}
/*-----------------------
global_navi
------------------------*/
#global_navi{
	width:180px;
	height:380px;
	float:left;
	clear:both;
}
#global_navi ul li{
	list-style-type:none;
	margin-bottom:40px;
}
#menu1{
	background-image:url(../images/btn_home.png);
	width:180px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#menu1:hover{
	background-image:url(../images/btn_home_over.gif)
}
#menu2{
	background-image:url(../images/btn_glassworks.png);	
	width:180px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#menu2:hover{
	background-image:url(../images/btn_glassworks_over.gif);
}
#menu3{
	background-image:url(../images/btn_gallery.png);
 	width:180px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#menu3:hover{
	background-image:url(../images/btn_gallery_over.gif);
}
#menu3:visited{
	background-image:url(../images/btn_gallery.png);
}
#menu4{
	background-image:url(../images/btn_profile.png);
 	width:180px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#menu4:hover{
	background-image:url(../images/btn_profile_over.gif);
}
#menu5{
	background-image:url(../images/btn_contact.png);
 	width:180px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#menu5:hover{
	background-image:url(../images/btn_contact_over.gif);
}
#menu6{
	background-image:url(../images/btn_link.png);
	width:180px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#menu6:hover{
	background-image:url(../images/btn_link_over.gif)
}
/*ブログ-----------------------
#menu7{
	background-image:url(../images/btn_blog.png);
	width:180px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#menu7:hover{
	background-image:url(../images/btn_blog_over.gif)
}
------------------------*/
