@charset "UTF-8";

/***********************************************/
/* FileName: container.css                     */
/* data:2012/00/00                             */
/***********************************************/

/*
1.container
2.header
3.contents
4.main
5.nav
6.pagetop
7.footer
*/

/*1.container
***************************************/
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	position: relative;
	text-align:left;
}

/*2.contents
***************************************/
#contents{
	overflow:hidden;
	zoom:1;
	min-width:100%;
    position: relative;
    z-index: 1;
	}

/*3.header
***************************************/
#header{
	width:100%;
	height:70px;
	border-bottom:#D80003 solid 3px;
	}

#header #headerInner{
	max-width:1180px;
	margin:0 auto;
	padding:0 10px;
	}
#header h1{
	padding:40px 0 50px 20px;
	}
#header h1 img{
	width:200px;
	height:auto;
	}

/* global-navi */
#header ul.global-navi{
	padding: 0;
	margin:0 0 15px;
	}
#header ul.global-navi li{
	margin:0;
	}
#header ul.global-navi li a{
	display:block;
	padding:8px 0 8px 19px;
	}
#header ul.global-navi li a:hover{
	background:#EDA53D;
	}
#header ul.global-navi li a.on{
	background:#EDA53D;
	}

/* Contact */
#header dl.contact{
	background:#FFF;
	border-radius:5px;
	text-align:center;
	padding:10px 0 5px;
	margin:0 0 10px 20px;
	width:200px;
	}
#header dl.contact dt{
	padding:0 0 0 5px;
	margin:0 0 10px;
	}
#header dl.contact dd{
	}
#header dl.contact ul{
	text-align:center;
	}
#header dl.contact li{
	margin:0 0 5px;
	}

/* SNS */
dl.sns{
	display:block;
	overflow:hidden;
	margin:0 0 10px 20px;
	}
dl.sns dt{
	float:left;
	padding:7px 0 0;
	margin:0 10px 0 0;
	font-weight:bold;
	}
dl.sns dt img{
	vertical-align:top;
	}
dl.sns dd{
	overflow:hidden;
	}
dl.sns ul{
	overflow:hidden;
	}
dl.sns li{
	float:left;
	margin:0 5px 0 0;
	}
dl.sns li img{
	width:22px;
	}

/*4.main
***************************************/
#main{
	margin:0 auto;
	/*
	padding: 0 0 10px 10px;
	width:720px;
	*/
	vertical-align:top;
	}
#main h1{
	}
#main h2{
	background:#D98F27;
	padding:4px 20px;
	border-radius:5px 5px 0 0;
	margin:0 0 20px;
	}
#main h3{
	border-bottom:solid 1px #EDA53D;
	padding:0 0 10px 3px;
	margin:0 0 20px;
	}
#main h3.first{
	margin-top: 15px;
}
#main div.titleArea{
	position:relative;
	width:720px;
	height:240px;
	margin:0 0 20px;
	}
#main div.titleArea h2{
	position: absolute;
	left: 0;
	top: 122px;
	z-index: 3;
	background: url(../_img/price/bg_title.jpg) repeat-x left top;
	width: 680px;
	border-radius: 0;
	background-image: url(../_img/price/bg_title.jpg);
	}
#main div.titleArea p{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	}
#main div.titleArea p.image{
	z-index:1;
	}
#main div.titleArea p.image img{
	border-radius:5px 5px 0 0;
	}
#main div.titleArea p.catch{
	z-index:2;
	top:auto;
	bottom:0;
	}

#main div.section{
	margin:10px auto 0 ;
	width: 720px;
	background: #FFF;
	border-radius:5px;
	text-align:left;
	}
div.section div.inner{
	padding:0 20px 20px;
	}
div.section p{
	padding:0 0 20px;
	}
div.section dl.contact{
	background:url(../_img/common/bg_peomo_contact.gif) no-repeat left top;
	padding:10px 0;
	margin:20px 0 0;
	}
div.section dl.contact dt{
	padding:0 14px 10px;
	}
div.section dl.contact dd{
	padding:0 0 0 14px;
	}
div.section dl.contact ul{
	overflow:hidden;
	zoom:1;
	}
div.section dl.contact li{
	float:left;
	margin:0 8px 0 0;
	}



/*5.footer
***************************************/
#footer{
	width: 240px;
	height:60px;
	position:absolute;
	bottom:0;
	left:0;
	}
/* Contact */
#footer dl.contact{
	display:none;
	}
/* Footer Link */
#footer ul.footer-link{
	display:none;
	}
/* SNS */
#footer dl.sns{
	display:none;
	}

#footer p.copyright{
	font-size:75%;
	line-height:1.6;
	padding:0 10px 10px;
	letter-spacing:-0.05em;
	}
#footer p.terms{

	padding:0 10px 10px;
	letter-spacing:-0.05em;
	}
#footer p.copyright strong{
	font-size:100%;
	display:block;
	}
