/**
 *
 * Design CSS for common template
 *
 * @since         2011/09/16
 * @license       Rio.Yoshida
 */

/** common **/

body{
	color: #606060;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url("/sekkiseisupreme/img/global/bg.jpg");
	background-color: #c4ccd9;
	background-repeat: repeat-x;
}

*{
	color: #223C90;
}
.group > *{
	float: left;
}
a{
	text-decoration: underline;
}
a:hover{
	color: #526CC0;
}
.hover {
	background: #ffffff;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
}
.hover:hover{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}
.slow_hovers{
	position: relative;
	text-decoration: none;
	text-indent: -9999px;
}
.slow_hovers > *{
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	text-decoration: none;
	position: absolute;
	text-indent: -9999px;
}
.slow_hover {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
}
#head, #body, #message{
	margin: 0 auto;
	width: 950px;
}
body > div:first-child{
	margin: 0 auto;
	width: 950px;
}
#menu_msg{
	color: #333333;
	font-size: 11px;
	text-align: right;
}
#sns{
	list-style: none;
	text-align: right;
}
#sns li{
	display:inline-block;
	float: none;
	overflow: hidden;
}
#sns .sns_twitter{
	margin-top: 0;
	width: 100px;
}
#sns .sns_mixi{
	margin-top: 0;
	width: 72px;
}
#sns .sns_facebook{
	margin-top: 0;
	vertical-align: top;
	margin-right: 1em;
}
.sns2{
	list-style: none;
}
.sns2 li{
	display:inline;
	float: right;
}
.sns2 .sns_twitter{
	margin-top: 1px;
	width: 100px;
}
.sns2 .sns_mixi{
	margin-top: 2px;
	width: 72px;
}
.sns2 .sns_facebook{
	width: 105px;
}
.sns2 .sns_facebook_share{
	margin-top: 1px;
	width: 77px;
}

#menu{
	height: 50px;
	width: 950px;
}
#menu > *{
	background-image: url("/sekkiseisupreme/img/global/menu.jpg");
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	text-decoration: none;
	position: relative;
	text-indent: -9999px;
}
#link_index{
	background-position: 0 0;
	width: 271px;
}
#link_concept{
	background-position: -271px 0;
	width: 170px;
}
#link_lineup{
	background-position: -441px 0;
	width: 170px;
}
#link_special{
	background-position: -611px 0;
	width: 170px;
}
#link_shop_search{
	background-position: -781px 0;
	width: 169px;
}
#link_concept:hover{
	background-position: -271px -50px;
}
#link_lineup:hover{
	background-position: -441px -50px;
}

#link_special:hover{
	background-position: -611px -50px;
}

#link_shop_search:hover{
	background-position: -781px -50px;
}
#message{
	height: 20px;
	font-size: 11px;
	margin: 5px auto;
	position: relative;
}
#message *{
	color: #333333;
}
#message > div, #message > h2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#message > h2{
	text-align: right;
}
#message > div:last-child{
	text-align: left;
}
#body{
	background-color: #ffffff;
	padding: 30px;
	margin-bottom: 20px;
}
#banners{
	margin: 0 auto 20px;
	width: 950px;
}
#banners > *{
	margin-right: 2px;
}
#banners_2{
	margin: 0 auto 12px;
	width: 950px;
}
#banners_2 img{
	display: block;
}
#index_body #banners_2{
	margin-top: -16px;
}
#foot_msg{
	font-size: 11px;
	text-align: left;
	margin: 0 auto;
	width: 950px;
}
#to_top{
	height: 23px;
	text-align: right;
	margin: -23px auto 0;
	width: 950px;
}
#to_top > *{
	margin-right: 0;
}
#foot_menu{
	background-color: #ffffff;
	font-size: 11px;
	padding: 20px 0;
}
#foot_menu_1 {
    width: 210px;
}
#foot_menu_2 {
    width: 210px;
}
#foot_menu_3 {
    margin-top: 31px;
    width: 260px;
}
#foot_menu_4 {
    width: 265px;
}
#foot_menu > div{
	margin: 0 auto;
	width: 950px;
}
#foot_menu img{
	margin-right: 3px;
}
#foot_menu .icon_hexagon{
	margin-top: 10px;
	margin-left: 0;
}
#foot_menu .icon_hexagon a{
	position: relative;
	top: -3px;
}
#foot_menu .icon_play{
	margin-left: 1px;;
}
#foot_menu .icon_play a{
	position: relative;
	top: -1px;
}
#foot_menu ul {
	margin-left: 3px;
}
#copyright{
	background-color: #171f50;
	font-size: 11px;
	padding: 5px;
}
#copyright > div{
	margin: 0 auto;
	width: 950px;
}
#copyright *{
	color: #ffffff;
	margin: 0 auto;
	width: 950px;
}
#copyright > div{
	height: 20px;
	position: relative;
}
#copyright > div > div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#copyright > div > div:first-child{
	text-align: left;
}
#copyright > div > div:last-child{
	text-align: right;
}
#copyright > div > div:last-child > *{
	margin-right: 40px;
}