﻿/*ページ全体の設定*/
*{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
	text-align:center;
	margin:0;
	padding:0;
}
.top{
	width:960px;
	margin:0 auto;
	text-align:left;
}
img{
	border:0;
}
/*ヘッダーの設定*/
.header{
	margin-bottom:10px;
}
h1 .soryo{
	float:left;
	margin:0 48px 10px 0;
}
.global_bt{
	width:80px;
	margin:0;
	padding:0;
	vertical-align:top;
}
.global_bt img{
	margin-bottom:5px;
}
.y_shop{
	font-size:13px;
	line-height:18px;
	margin:0 10px 10px 10px;
	padding:0;
}
/*フッターの設定*/
.footer{
	font-size:12px;
	color:#333333;
	clear:left;
	width:960px;
	padding:5px 0;
	border-top:1px solid #CCCCCC;
	margin:10px auto;
}
.footer ul{
	margin:0;
	padding:0;
}
.footer li{
	list-style-type:none;
	padding:2px 5px;
	border-right:1px solid #CCCCCC;
	display:inline-block;
	float:left;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#660000;
	text-decoration:underline;
}