@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
基本設定
-------------------------------------------*/

body {
margin:0;
padding:0;
background-image:url(../img/common/body_bg.gif);
background-repeat:repeat-x;
background-color:#333333;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
font-size:12px;
line-height:1.8em;
color:#cbcbcb;
}

h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
}

img {
border:0;
}

p {
margin:0 0 10px 0;
padding:0;
}

#wrap {
width:980px;
margin:0 auto;
padding:0 0 15px 0;
background-image:url(../img/common/content_bg.gif);
background-repeat:repeat-y;
}

.pR30 {
	padding-right:30px;
}
/*-------------------------------------------
ヘッダ
-------------------------------------------*/
#header {
background-image:url(../img/common/head_bg.jpg);
background-repeat:no-repeat;
width:980px;
height:66px;
margin:0;
padding:0;
}
.headLeft {
float:left;
padding:14px 0 0 27px;
margin:0;
}
.headRight {
float:right;
padding:10px 22px 0 0;
margin:0;
}

/*-------------------------------------------
フッタ共通
-------------------------------------------*/
#footer {
background-image:url(../img/common/foot_bg.gif);
width:874px;
height:215px;
margin:20px auto;
padding:18px 20px 0 20px;
}
.footLeft {
float:left;
}
.footRight {
float:right;
width:665px;
}
.copy {
float:right;
padding:0 30px 20px 0;
}
/*----------------------------------------------------
リンク
----------------------------------------------------*/
/*---デフォルト---*/
a:link {
border:none;
color:#e4cc7a;
text-decoration: underline;
}
a:visited {
border:none;
color:#e4cc7a;
text-decoration: underline;	
}
a:active {
border:none;
color:#e4cc7a;
text-decoration: underline;
}
a:hover {
border:none;
color:#ff9900;
text-decoration: underline;
}