@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

html {
	overflow-y:scroll;  
}

body{
	line-height:1.4;
	font-size: 12px;
	color: #EBB3B3;
	background: url(cmnfix/bg.jpg) no-repeat center top #BD0000;
}

body.indexpage {
	background: url(home/img/bg.jpg) no-repeat center top #BD0000;
}

a {
	color: #EBB3B3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0.1em;
	line-height: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-right: auto;
	margin-left: auto;
	}

	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}

/********************************************************** コンテナ ***/




/********************************************************** ヘッダ ***/

div.header {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 92px;
}

h1 {
	position: absolute;
	width: 700px;
	top: 6px;
	right: 30px;
	text-align: right;
	font-weight: normal;
}

h2 {
	position: absolute;
	top: -15px;
	left: -23px;
}



/********************************************************** サイドカラム ***/

.sidemenu124 {
	background: url(cmnfix/sidemenu124.jpg) no-repeat;
	height: 124px;
}

.sidemenu104 {
	background: url(cmnfix/sidemenu104.jpg) no-repeat;
	height: 104px;
}


/********************************************************** フッタ ***/

div.footer {
	background: url(cmnfix/footer_bg.jpg) repeat-x;
	height: 141px;
}

div.footer p {
	width: 930px;
	margin: 0 auto;
	padding-top: 47px;
}


#lightbox .img {
	float:left;
	width:200px;
	border:3px solid #FFF;
	margin-left:20px;
	margin-bottom:20px;}











