@charset "utf-8";

/**************************************************************

base

***************************************************************/

body,div,pre,p,blockquote, 
form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 100.01%;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

html,body{
    height:100%;
	background: #eee;
	color: #333333;
	font: 16px/1.7 Arial, Helvetica, sans-serif;;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
	 background-image: url("../images/common/cont_bkg.jpg") ;
	 background-repeat:repeat;

}

h1 {
	font-size: 13px;
	text-align:right;
	color:#FFF;
	margin: 20px 0px 14px 0px ;
}

#header {
	background: #2a3f5c;
}

#logo {
	width: 156px;
	float:left;
}

.contact li {
	float: right;
	margin: 0px 0px 14px 20px ;
}

.header_inner {
	background: #2a3f5c;
	margin: 0 auto ;
	width: 940px;
	padding: 0px 20px 20px 20px;
}

#header_right {
	width: 735px;
	float:right;
}

#globalnav {
	width: 735px;
	}
	
#globalnav li {
	float: left;
}

/* top ======================================== */

#contents {
	padding-bottom:58px;
}

body#top #contents {
	background-image: url("../images/common/contents_bkg.jpg") ;
	background-repeat:repeat-x;
}

#contents_inner {
	margin: 0 auto ;
	width: 980px;
}

.keyimg {
	margin: 0 auto ;
	width: 940px;
}

body#top .keyimg {
	margin: 0 auto ;
	width: 980px;
}

.title {
	background-image: url("../images/top/keyimg2.jpg") ;
	height:58px;
}

.title p {
	padding: 20px 0px 0px 225px ;
}

.btn li.left {
	float:left;
	padding: 13px 0px 25px 134px;
}

.btn li.right {
	float:right;
	padding: 13px 134px 25px 0px;
}

/* ======================================== */

.section {
	margin: 0px 20px 40px 20px;
	padding: 10px 0px 5px 0px;
	width: 940px;
	background-image: url("../images/common/line.png") ;
	background-position: bottom;
	background-repeat: repeat-x;
}


/* パンクズ======================================== */

.pankuzu {
	width:960px;
}

.pankuzu p {
	text-align:right;
	font-size:90%;
	padding: 15px 0px 2px 0px;

	}

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

#footer {
	background-image: url("../images/common/footer_bkg.jpg") ;
	background-repeat:repeat;
	height:58px;
    position:absolute;
    bottom:0;
	width:100%;
}

#footer p {
	text-align:center;
	width:980px;
	padding-top:16px;
	margin: 0 auto;
	font-size:90%;
}


h1 a {
	color: #444;
	text-decoration: none;
}

h1 a:hover {
	color: #888;
	text-decoration: underline;
}
h2 {
	font-size: 200%;
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

#article {
	background: #fff;
	padding: 60px;
	height: 2000px;
	margin: 0 auto 60px;
	width: 680px;
}

/* ページトップ ======================================== */

#page-top {
	text-align: right;
	margin: 0px 20px 40px 20px;
	padding: 10px 0px 5px 0px;
	font-size: 90%;
	width: 940px;
	background-image: url("../images/common/line.png") ;
	background-position: bottom;
	background-repeat: repeat-x;
}

#page-top a {
	color:#666;
	text-decoration: none;
}

#page-top a:hover {
	text-decoration: underline;
}

body#top .banner {
	background-image: url("../images/common/line.png");
	background-position: top;
	background-repeat: repeat-x;
	margin:0 auto;
	width:710px;
	padding-top:15px;
}
