@charset "UTF-8";


/* -------------------------------------------------------- レイアウト */
#wrapper {
	margin: 0 auto;
	padding: 0 24px;
	width: 950px;
	height: auto;
	border: 1px solid #bbb;
	position: relative;
}


/* -------------------------------------------------------- ヘッダ */
#header {
	background: url('../images/bg_header.png') no-repeat left center #fff;
	position: relative;
}
#header p#description {
	margin: 0;
	position: absolute;
	top: 16px;
	left: 20px;
}
#header p#tel {
	margin: 0;
	position: absolute;
	top: 14px;
	right: 20px;
}
#header h1#logo {
	position: absolute;
	top: 56px;
	left: 112px;
}

#menu {
	text-align: center;
	letter-spacing:0.2em;
	margin:0 0 10px 0;
	padding-bottom:10px;
	border-bottom:#999 thin solid;
}

#menu a {
	color: #666;
}


/* -------------------------------------------------------- パンくずリスト */
#breadcrumbs {
	margin-top: 0;
	font-weight: bold;
}

/* -------------------------------------------------------- コンテンツ */


#contents {
	width: 950px;
	position: relative;
}
/*
.columns {
	overflow: hidden;
}
*/
.col3 .column {
	float: left;
	width: 33.3333%;
}

.col2 .column {
	float: left;
	width: 50%;
}

#contents h2,
#contents h3{
	text-indent: -9999px;
}


#sagyou dt {
	color: #ff1500;
	font-weight: bold;
	margin: 0 0 5px 15px;
}
#sagyou dd {
	margin-bottom: 1.5em;
	padding: 1em;
	border-radius: 12px;
	background: #ffe0c2;
	font-size: 1.2em;
}



#bpn {
	width: 950px;
	height: 880px;
	background: url(../images/bpn.png) no-repeat top center;
	position: relative;
}
#bpn a.buy04 {
	position: absolute;
	top: 780px;
	left: 224px;
}
#bpn p {
	text-indent: -9999px;
}

#trial {
	width: 950px;
	height: 1000px;
	background: url(../images/trial.png) no-repeat top center;
	position: relative;
}
#trial a.buy04 {
	position: absolute;
	top: 880px;
	left: 224px;
}
#trial p {
	text-indent: -9999px;
}


#goshop {
	margin: 2em auto;
	width: 950px;
	height: 88px;
	background: url(../images/goshop.png) no-repeat top center;
	position: relative;
}
#goshop a.buy06 {
	position: absolute;
	top: 44px;
	right: 80px;
}

/* -------------------------------------------------------- footer */
#footer {
	clear: both;
	font-size: small;
}

#footer .copyright {
}

#footer ul.links {
	margin-left: 56px;
	list-style-type: none;
	color: #432918;
	font-size: 12px;
}
#footer ul.links li {
	margin: 0;
	margin-right: 2em;
	padding: 0;
	display: inline;
}
#footer ul.links li a {
	color: #432918;
	text-decoration: none;
}
#footer ul.links li a:hover {
	color: #f39800;
	text-decoration: underline;
}




/* -------------------------------------------------------- 装飾・配置 */

.notes {
	color: #666;
	font-size:x-small;
}

.gotop {
	clear: both;
	text-align: right;
	font-size: smaller;
}
.gotop a {
	color: #aaa;
}

.monospace {
	font-family: "ＭＳ ゴシック", "MS Gothic", 'Osaka-等幅', Osaka-mono, monospace, serif;
}


/* -------------------------------------------------------- 画像ホバー */
#contents a:hover img {
	opacity: 0.7;
}
