@charset "utf-8";

/*************
共通設定
*************/

*{margin:0;padding:0;}

body{
font: 13px "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
display : inline;
/*background: url(../images/background.png) repeat-y 50% 0;*/
/*background-color:#333;*/
}

#container {
	background-color:#fff;
}

#header {
	background: url(../images/header_2.png) repeat-x 50% 0;
	/*background-color:#000;*/
}


a{color:#9d0d65;text-decoration: none;}
a:hover{color:#cc0000;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 5px;}
.center{text-align:center;}
.right{text-align:right;}

a img:hover {
filter:alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
} 

#copy :hover{color:#cc0000;text-decoration:none;}


/*************
全体幅
*************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header{
position:relative;
/*height: 106px;*/
height: 96px;
padding: 0 0 0 0;
}

#header h1,#header h2, #header h3, #header ul{
	position:absolute;
	top:5px;
	color: #e1e1e1;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
}

#header h1 {
	padding-left:5px;
}


#header h2{
	padding-right:5px;
	font-weight: normal;
	right:0px;
}

#header h3{top: 35px;}

#header h3 img {
	padding-left:75px;
}
	

/******************
/* ヘッダーナビゲーション
******************/
#header ul{
	
	top: 53px;
	right: 7px;
	border-right: 1px solid #fff;
	border-left: 0px solid #fff;
}

#header ul li{
list-style: none;
float:left;
padding: 0 20px;
font-size:12px;
border-right: 0px solid #fff;
border-left: 1px solid #fff;
}

#header a{color:#e1e1e1;text-decoration:none;}

#header a:hover{color:#cc0000;}




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

#footerLower,#footerUpper {
	width:960px;
	margin-left:auto;
    margin-right:auto;
}

#footerUpper{
clear:both;
padding: 20px 0;
overflow: hidden;
background:#000;
border-bottom: 1px solid #fff;
}

#footerUpper .box{
float: left;
width: 225px;
margin-right: 7px;
margin-left:7px;
padding-bottom: 5px;
line-height: 1.2;
font-size:12px;
}


#footerUpper a{color:#e1e1e1;text-decoration:none;}

#footerUpper a:hover{color:#cc0000;}

#footerUpper .inner{
overflow: hidden;
background:#000;
}

#footerLower{
border-top: 1px solid #333;
overflow: hidden;
background:#000;
}

#footerLower .inner{
position:relative;
min-height: 60px;
color:#fff;
font-size:11px;
}

* html #footerLower .inner{height:60px;}

#footerLower .inner p {
position:absolute;
top: 10px;
padding-bottom: 5px;
padding-right:5px;
}

#footerLower .inner p#contact{right:0;}

#copy {
	padding-top:15px;
	padding-left:5px;
}


#footerUpper .inner .box {
	padding-top:-5px;
	padding-bottom:-5px;
}
