@charset "UTF-8";

/*----------------------------------------------------
    コンテンツ、ヘッダー、フッター の
	横幅指定とセンタリング
----------------------------------------------------*/
header#globalHeader,
footer#globalFooter,
#wrap-contents,
.sub_wrap{
	width:100%;
	min-width:990px;
}
.inner {
	width: 980px;
	margin: 0 auto;
	padding:0 5px;
}


/*
ベースカラーメモ
*/


/*----------------------------------------------------
    コンテンツ、ヘッダー、フッター の
	配色とマージン
	background:url(../images/) repeat center 0;
----------------------------------------------------*/
body{
	background: url(../images/backPTN_gr.jpg) repeat center 0;
}

header#globalHeader{
	background: url(../images/backPTN_head.jpg) repeat-x center 0;
}
footer#globalFooter{
	background: url(../images/backPTN_ftr.jpg) repeat-x center 0;
}

header#globalHeader .inner{
}
footer#globalFooter .inner{
	padding: 30px 5px;
}

#wrap-contents{
	background: url(../images/backPTN.jpg) repeat center 0;
}
#wrap-contents .inner{
	padding-bottom: 30px;
	position: relative;
}
.sub_wrap{
	background: url(../images/contentsMain/back_img_bird.gif) no-repeat center 380px;
}


/*----------------------------------------------------
    grid 12col w67 gut16
----------------------------------------------------*/
.gr1of12,
.gr2of12,
.gr3of12,
.gr4of12,
.gr5of12,
.gr6of12,
.gr7of12,
.gr8of12,
.gr9of12,
.gr10of12,
.gr11of12,
.gr12of12{
	float:left;
	margin:16px 8px;
	/*background:#ccc;*/
}

.gr1of12{	width:67px;  }
.gr2of12{	width:150px;  }
.gr3of12{	width:233px;  }
.gr4of12{	width:316px;  }
.gr5of12{	width:399px;  }
.gr6of12{	width:482px;  }
.gr7of12{	width:565px;  }
.gr8of12{	width:648px;  }
.gr9of12{	width:731px;  }
.gr10of12{	width:814px;  }
.gr11of12{	width:897px;  }
.gr12of12{	width:980px;  }

.gr_fst{	margin-left:0;}
.gr_lst{	margin-right:0;}

.ie6 .gr1of12,
.ie6 .gr2of12,
.ie6 .gr3of12,
.ie6 .gr4of12,
.ie6 .gr5of12,
.ie6 .gr6of12,
.ie6 .gr7of12,
.ie6 .gr8of12,
.ie6 .gr9of12,
.ie6 .gr10of12,
.ie6 .gr11of12,
.ie6 .gr12of12{
	margin:16px 8px;
	display: inline;
}