﻿/*-------------------------------------------
--                  Global                 --
-------------------------------------------*/

/*init------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	color: #24150f;
	background: #fff url(/doubleshot/common/images/p_body_bg.gif);
	line-height: 120%;
}

img, a { border: 0; }
	
img {
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
}

/*表示エリア　W873　*/

#Main {
	margin: 0 auto;
	width: 873px;
	background: url(../images/p_main_bg.gif);
}

/*Flash Area--------------------------------
-------------------------------------------*/
#FlashArea {
	width: 873px;
}

/*Header Area--------------------------------
-------------------------------------------*/

/*ヘッダエリアサイズ　W874　*/
#Header {
	padding: 15px 0 10px;
	width: 873px;
	position: relative;
	background: #fff url(/doubleshot/common/images/p_body_bg.gif);
}

/*h1要素---------*/
#Header #Logo {
	float: left;
	width: 240px;
}

/*GlobalMenu------*/

#Header #GlobalMenu {
	height: 32px;
	list-style-type: none;
	position: absolute;
	top: 34px;
	left: 297px;
}

#Header #GlobalMenu li {
	text-decoration: none;
	float: left;
}

/*Footer Area--------------------------------
-------------------------------------------*/

/*Footer----------*/
#Footer {
	padding: 10px 0 0 60px;
	background: url(/doubleshot/common/images/p_footer_bg.gif) repeat-x 0 0;
	text-align: left;
	height: 39px;
}

#Footer ul {
	padding-left: 0;
	zoom: 1; /* ie6とie7で高さのが変わってしまうためhasLayout対策 */
}

#Footer ul li {
	margin-right: 10px;
	float: left;
	list-style-type: none;
}

#Footer .Link01 li a {
	color: #564333;
	text-decoration: none;
	background: url(/doubleshot/common/images/icon_footer.gif) no-repeat 0 50%;
	padding-left: 12px;
}

#Footer .Link01 li a:hover {
	text-decoration: underline;
}

#Footer #Copyright {
	color: #564333;
	clear: both;
	line-height: 2;
}

/*Content--------------------------------
-------------------------------------------*/



/*Other--------------------------------
-------------------------------------------*/

/*Clear-----------*/
.Clear { clear: both; line-height: 0; }

ul, ol {
	padding-left: 20px;
}

/*Text---------------------------------------
-------------------------------------------*/

.S {font-size: 10px; font-weight: normal;}
.M {font-size: 12px;}
.L {font-size: 14px;}

/*Clearfix-----------------------------------
-------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/