@charset "utf-8";

/* ------------------------------------------------------------------------ デフォルト */

* {
	margin: 0;
	padding: 0;
	font-size: 15px;
	_font-size: 14px;
	line-height: 1.5;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*:first-child+html * {  } /* IE7 */
html>body * {  } /* Firefox */

html {
	width: 100%; overflow-y: scroll;
	-webkit-text-size-adjust:103%;
}
body {
	color: #333;
	background: #fff;
}

a { overflow: hidden; _cursor: pointer; }
a:link { text-decoration: underline; }
a:visited {  text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

img { border: none; vertical-align: bottom; }

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset { border: none; }
input.text, select {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

button { cursor: pointer; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.left { display: inline; float: left; }
.right { display: inline; float: right; }
.center { display: block; margin: 0 auto 0 auto; clear: both; }



#wrapper {
	position: relative;
	margin: 0 auto 0px auto;
	padding: 0px 0px 0 0px;
	width: 840px;
}



/* ------------------------------------------------------------------------------------ header */

#header {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0px 0 0px 0;
	width: 840px;
}

/* タイトル */
#title {
	position: relative;
	margin: 0 0 25px 0;
	padding: 5px 0 0px 0;
	width: 450px;
}

#title h1 {
	margin: 0px 0 20px 0px;
	padding: 0px 0px 0 0;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.1;
	width: 450px;
}

#title a {
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0 0;
	text-indent: -9999em;
	width: 356px;
	height: 55px;
	background: url(../img/header-logo.gif) 0 0 no-repeat;
}

/* TEL */
#header dl#order {
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	width: 250px;
}

#header dl#order dt {
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 0 3px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	width: 250px;
	background: #93AF3C;
}

#header dl#order dd p {
	margin: 0 0 5px 0;
	padding: 0px 0 0px 0;
	font-size: 85%;
	line-height: 1.1;
	width: 250px;
}
#header dl#order dd p strong {
	margin: 0 5px 0 0;
	font-size: 115%;
	line-height: 1.1;
}

#header dl#order dd span {
	display: block;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0px;
	text-indent: -9999em;
	width: 250px;
	height: 24px;
	background: url(../img/header-order-span.gif) 0 0 no-repeat;
}

/* ナビ */
#header ul#nav {
	margin: 0 0 20px 0;
	padding: 0px 0 0 0;
	list-style: none;
	width: 840px;
	clear: both;
}

#header ul#nav li {
	display: inline;
	list-style: none;
	float: left;
}

#header ul#nav a {
	display: block;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	height: 40px;
	background: url(../img/header-nav.gif) 0 0 no-repeat;
}
#header ul#nav a.home { width: 140px; background-position: 0px 0; }
#header ul#nav a.detail { width: 170px; background-position: -140px 0; }
#header ul#nav a.voice { width: 175px; background-position: -310px 0; }
#header ul#nav a.faq { width: 180px; background-position: -485px 0; }
#header ul#nav a.trial { width: 175px; background-position: -665px 0; }

#header ul#nav a.home:hover { background-position: 0px -40px; }
#header ul#nav a.detail:hover { background-position: -140px -40px; }
#header ul#nav a.voice:hover { background-position: -310px -40px; }
#header ul#nav a.faq:hover { background-position: -485px -40px; }
#header ul#nav a.trial:hover { background-position: -665px -40px; }

/* トップイメージ */
#header dl#topBanner {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	text-indent: -9999em;
	width: 840px;
	clear: both;
}



/* ------------------------------------------------------------------------------------ container */

#container {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px 0 0px 0px;
	width: 840px;
	clear: both;
}


/* --------------------------------------- sidebar */
#sidebar {
	position: relative;
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	width: 200px;
}

#sidebar ul.nav {
	margin: 0 0 20px 0;
	padding: 0px 0 0 0;
	list-style: none;
	width: 200px;
	clear: both;
}

#sidebar ul.nav li { list-style: none; width: 200px; }

#sidebar ul.nav a {
	display: block;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	width: 200px;
	height: 35px;
	background: url(../img/sidebar-nav.gif) 0 0 no-repeat;
}
#sidebar ul.nav a.detail { height: 60px; background-position: 0px 0; }
#sidebar ul.nav a.faq { background-position: 0px -60px; }
#sidebar ul.nav a.about { background-position: 0px -95px; }
#sidebar ul.nav a.law { background-position: 0px -130px; }
#sidebar ul.nav a.privacy { background-position: 0px -165px; }
#sidebar ul.nav a.inquiry { background-position: 0px -200px; }

#sidebar ul.nav a.detail:hover { background-position: -200px 0; }
#sidebar ul.nav a.faq:hover { background-position: -200px -60px; }
#sidebar ul.nav a.about:hover { background-position: -200px -95px; }
#sidebar ul.nav a.law:hover { background-position: -200px -130px; }
#sidebar ul.nav a.privacy:hover { background-position: -200px -165px; }
#sidebar ul.nav a.inquiry:hover { background-position: -200px -200px; }

#sidebar a.banner01 {
	display: block;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	width: 200px;
	height: 56px;
	background: url(../img/sidebar-banner01.gif) 0 0 no-repeat;
}

/* guide */
#container a.application {
	display: block;
	margin: 0 auto 60px auto;
	padding: 0 0 0 0;
	text-indent: -9999em;
	width: 450px;
	height: 92px;
	background: url(../img/container-bt-application.gif) 0 0 no-repeat;
}
#container a.application:hover { background-position: 0px -92px; }



/* ------------------------------------------------------------------------------------ footer */


div#footermenu{
	margin-bottom:7px;
	text-align:center;
}

div#footermenu ul{
	margin:0px;
	padding:0px;
}

div#footermenu li{
	display: inline;
	font-size: 13px ;
	line-height: 130%;
}





#footer {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px 0 50px 0px;
	width: 840px;
	clear: both;
}

#footer address {
	margin: 0 0 0px 0px;
	padding: 5px 0 0px 0px;
	font-size: 85%;
	font-style: normal;
	text-align: center;
	width: 840px;
	height: 25px;
	background: url(../img/footer-address.gif) 0 0 no-repeat;
}


/*------------------------------------------------------------
■文字装飾設定
-------------------------------------------------------------*/

/*------------------------------------------------------------
●2．font-weight・・・フォント太字の設定
-------------------------------------------------------------*/

.normal{ font-weight: normal!important; }
.b{ font-weight: bold!important; }

.b-black{ color: #000!important; font-weight: bold!important; }/*黒色*/
.b-red{ color: #e3320c!important; font-weight: bold!important; }/*赤色*/
.b-blue{ color: #0000dd!important; font-weight: bold!important; }/*青色*/
.b-green{ color: #008000!important; font-weight: bold!important; }/*緑色*/
.b-yellow{ color: #ffff00!important; font-weight: bold!important; }/*黄色*/
.b-navy{ color: #1F26A9!important; font-weight: bold!important; }/*紺色*/
.b-gray{ color: #ccc!important; font-weight: bold!important; }/*灰色*/
.b-orange{ color: #ff6600!important; font-weight: bold!important; }/*橙色*/
.b-pink{ color: #cc6699!important; font-weight: bold!important; }/*ピンク色*/
.b-purple{ color: #660099!important; font-weight: bold!important; }/*紫色*/
.b-olive{ color: #808000!important; font-weight: bold!important; }/*黄土色*/
.b-lime{ color: #00ff00!important; font-weight: bold!important; }/*黄緑*/
.b-aqua{ color: #167FA6!important; font-weight: bold!important; }/*水色*/


/*------------------------------------------------------------
●3．font-size・・・フォントサイズの設定

	※「em」と「pt」の違い
	　IEで、ブロウザの文字サイズ変更が反映されるのが「em」です
	　「pt」は文字サイズ変更が効きません。
-------------------------------------------------------------*/

.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }

.small{ font-size: 80%!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f16em{ font-size: 1.6em; }
.f18em{ font-size: 1.8em; }
.f20em{ font-size: 2.0em; }
.f22em{ font-size: 2.2em; }
.f24em{ font-size: 2.4em; }

.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f16pt{ font-size: 16pt!important; }
.f18pt{ font-size: 18pt!important; }
.f20pt{ font-size: 20pt!important; }
.f22pt{ font-size: 22pt!important; }
.f24pt{ font-size: 24pt!important; }

.f8px{ font-size: 8px!important; }
.f9px{ font-size: 9px!important; }
.f10px{ font-size: 10px!important; }
.f11px{ font-size: 11px!important; }
.f12px{ font-size: 12px!important; }
.f13px{ font-size: 13px!important; }
.f14px{ font-size: 14px!important; }
.f16px{ font-size: 16px!important; }
.f18px{ font-size: 18px!important; }
.f20px{ font-size: 20px!important; }
.f22px{ font-size: 22px!important; }
.f24px{ font-size: 24px!important; }


/*------------------------------------------------------------
●4．underline・・・アンダーライン（下線）の設定
-------------------------------------------------------------*/

.underline{ text-decoration: underline!important; }


/*------------------------------------------------------------
●5．取り消し線の設定
-------------------------------------------------------------*/

.del{ text-decoration:line-through;}
