@charset "utf-8";

/*--------------------------------------
  Default Reset & Base Style Sheet
  Last Update 2007-01-16

  1-1.Universal selector
  1-2.Structure Module
  1-3.Text Module
  1-4.Hypertext Module
  1-5.List Module
  1-6.Edit Module
  1-7.Forms Module
  1-8.Tables Module
  1-9.Image Module
  1-10.Object Module
  1-11.Clear
---------------------------------------*/

/*--------------------------------------
	1-1.Universal selector
---------------------------------------*/

* {
	margin: 0; 
	padding: 0;
	line-height: 150%; 
	color: #666666;
}

/*--------------------------------------
	1-2.Structure Module
---------------------------------------*/

body {
	background-color: #fff;
	font-family: MS UI GOTHIC, Osaka;

	/*
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 0.10.0
	*/

	font-size: normal;
}

/*--------------------------------------
	1-3.Text Module
---------------------------------------*/

p,
pre,
address,
cite {
	margin: 0.5em 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0; 
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

pre {
	padding: 0.5em 10px; 
	border: 3px solid #eee;
	width: auto;
	_width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka|", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eee;
}

blockquote * {
	color: #888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	color: #ff4500;
	font-weight:bold;
}

code {
	font-family: "Osaka|", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka|", monospace;
	text-transform: uppercase;
}

.bold {
	font-weight:bold;
	}

/*--------------------------------------
	1-4.Hypertext Module
---------------------------------------*/

a:link {
	color: #0000FF;
	line-height: 150%; 
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #0000FF;
}

/*--------------------------------------
	1-5.List Module
---------------------------------------*/

ul,
ol,
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li,
dt,
dd {
	font-size: 100%;
	line-height:150%;
}

dt {

}

dd {
	color: #666666;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}

/*--------------------------------------
	1-6.Edit Module
---------------------------------------*/

del {
	color: #666666;
	text-decoration:	line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}
hr {
	margin: 0;
	padding: 0;
	border: none;
	display: none;
}


/*--------------------------------------
	1-7.Forms Module
---------------------------------------*/

form {
	margin: 0;
	padding: 0; 
}

input,
textarea {
	padding: 0.1em 0.5em;
	font-size:14px;
}
select {
	font-size:12px;
	margin: 0;
	padding: 0; 
}

input {
	line-height: 1.2;
}

input:focus,
textarea:focus {
	background-color:#FFFFCC;
}

textarea {
	font-size: 100%;
	padding: 0.4em 8px;
	width: 360px;
}

textarea.policy{
	padding: 0;
	margin-top: 15px;
	width: 552px;
	height: 100px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

/*--------------------------------------
	1-8.Tables Module
---------------------------------------*/
/*
table {
	margin: 0 20px 0.5em 20px;
	border: 1px solid #aaa;
	background-color: #eee;
	font-size: 90%;
}
*/

caption {

}

th,
td {
	padding: 5px;
}

/*--------------------------------------
	1-9.Image Module
---------------------------------------*/

img {

}

a img {
	text-decoration:none;
	border:none;
}

a:hover img {
	text-decoration:none;
	border:none;
}

.mrb10 {
	margin-bottom:10px;
}

.mtop10 {
	margin-top:10px;
}

.mr10{
	margin-right:10px;
}

.mrb20 {
	margin-bottom:20px;
}

/*--------------------------------------
	1-10.Object Module
---------------------------------------*/

object,
embed {
	margin: 1em 20px;
}

/*--------------------------------------
	1-11.Clear
---------------------------------------*/
.pause {
 clear: both;
}

/*containertop*/

.containertop ul{
	padding: 34px 0 0 34px;
}

.containertop li{
	float: left;
	margin-right: 1px;
}

.containertop li.btn-tensyoku a:link,
.containertop li.btn-tensyoku a:visited {
	display:block;
	width:230px;
	height:200px;
	background:url(../image/tensyoku.jpg) no-repeat left top;
	text-indent:-9999px;
}

.containertop li.btn-tensyoku a:hover,
.containertop li.btn-tensyoku a:active {
	display:block;
	width:230px;
	height:200px;
	background:url(../image/tensyoku-pink.jpg) no-repeat left top;
	text-indent:-9999px;
}

.containertop li.btn-kekkon a:link,
.containertop li.btn-kekkon a:visited {
	display:block;
	width:230px;
	height:200px;
	background:url(../image/kekkon.jpg) no-repeat left top;
	text-indent:-9999px;
}

.containertop li.btn-kekkon a:hover,
.containertop li.btn-kekkon a:active {
	display:block;
	width:230px;
	height:200px;
	background:url(../image/kekkon-pink.jpg) no-repeat left top;
	text-indent:-9999px;
}

.containertop li.btn-ecprice a:link,
.containertop li.btn-ecprice a:visited {
	display:block;
	width:230px;
	height:200px;
	background:url(../image/ecprice.jpg) no-repeat left top;
	text-indent:-9999px;
}

.containertop li.btn-ecprice a:hover,
.containertop li.btn-ecprice a:active {
	display:block;
	width:230px;
	height:200px;
	background:url(../image/ecprice-pink.jpg) no-repeat left top;
	text-indent:-9999px;
}

.clear{
	clear: both;
}