﻿@charset "utf-8";

/*
Theme Name: KEFY Inc.
Theme URI: http://www.kefy.co.jp/
Description: KEFY Inc.
Version: 1.0 2009/08/15
Author: Takuya Kobuchi
Author URI: http://www.kefy.co.jp/
*/

/* common ******************************** */

html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}

body {
	padding: 0;
	margin: 0;
	width : 100%;

	color: #666666;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;

	background-color: #f4f2ed;
	background-image: URL("images/header_background.gif");
	background-repeat: repeat-x;
	background-position: left top;

	scrollbar-arrow-color: #a0a0a0;
	scrollbar-face-color: #cecece;
	scrollbar-3dlight-color: #a0a0a0;
	scrollbar-darkshadow-color: #909090;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #c0c0c0;
}

h1,h2,h3,h4,h5,h6,div,span,p,form,storng,em,a,hr {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

table {
	font-size: 100%;
}

a {
	color: #666666;
	text-decoration: none;
}

a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover {

}

a:active {

}

.right  {
	text-align: right;
}

.center  {
	text-align: center;
}

.left  {
	text-align: left;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

input[type="text"], input[type="password"], textarea {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #333333;
}

/* clearfix ******************************** */

.clearfix {
	zoom:1;
}

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

* html .clearfix {
	/*\*/height:1%;/*for WinIE*/
	display:inline-table;/*for MacIE*/
}

/* header ******************************** */

div#header {
	width: 950px;
	height: 112px;
	margin: 0 auto 16px;
	text-align: left;
}

div#header h1 {
	padding: 44px 0 0 20px;
	float: left;
}

div#header ul {
	padding: 72px 0 0 0;
	margin: 0;
	list-style-type: none;
	float: right;
}

div#header ul li.page_item {
	padding: 0;
	border-bottom: medium solid #66ccff;
	background-image: url("images/header_page.gif");
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	float: left;
}

div#header ul li.page_item:hover,
div#header ul li.current_page_item {
	border-bottom: medium solid #ff9900;
}

div#header ul li.page_item a {
	padding: 8px 16px;
	display: block;
}

/* container ******************************** */

div#container {
	width: 950px;
	margin: 0 auto 20px;
	text-align: left;
}

div#content {
	width: 950px;
	text-align: left;
	float: left;
}

/* lower ******************************** */

div#lower {
	width: 950px;
	margin: 0 auto;
	font-size: 0.9em;
	text-align: right;
	clear: both;
}

div#lower ul {
	height: 20px;
	padding: 4px 0 0 0;
	margin: 0;
	list-style-type: none;
	background-image: url("images/footer_tab.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

div#lower li {
	display: inline;
	padding-right: 40px;
}

div#lower ul li a {
	color: #cccccc;
}

/* footer ******************************** */

div#footer {
	margin: 0 auto;
	text-align: left;
	clear: both;
}

div#footer address {
	color: #cccccc;
	font-style: normal;
	font-size: 0.9em;
	text-align: center;
	background-color: #333333;
	clear: both;
}

/* home ******************************** */

div#flash {
	width: 950px;
	margin: 0 auto 20px;
	text-align: center;
}

div#service {
	width: 950px;
	margin: 0 auto 20px;
	text-align: left;
}

div#service h2 img {
	float: left;
}

div#service p {
	padding: 4px 0 0 0;
	float: right;
}

div#service ul {
	clear: both;
	height: 136px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image: url("images/service_background.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

div#service ul li {
	padding: 8px 0 8px 10px;
	margin: 0;
	float: left;
}

div#information {
	width: 640px;
	padding-bottom: 18px;
	background: url("images/information_footer.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: left;
}

div#information dl {
	padding: 0;
	margin: 0;
}

div#information dl dt {
	padding: 6px 20px 0;
	margin: 0;
	color: #ffa143;
	background-image: url("images/information_background.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

div#information dl dt.gray {
	background-color: #f9f9f9;
}

div#information dl dt.white {
	background-color: #ffffff;
}

div#information dl dd {
	padding: 0 20px 6px;
	margin: 0;
	background-image: url("images/information_background.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

div#information dl dd.gray {
	background-color: #f9f9f9;
}

div#information dl dd.white {
	background-color: #ffffff;
}

div#information img {
	padding: 0;
	margin: 0;
}

div#topics {
	width: 290px;
	padding-bottom: 18px;
	background-color: #ffffff;
	background: url("images/topics_footer.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: right;
}

div#topics dl {
	padding: 8px 0 0;
	margin: 0;
	background-image: url("images/topics_background.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

div#topics dl dt {
	margin: 0;
	color: #ffa143;
	text-align: center;
}

div#topics dl dd {
	width: 250px;
	padding-left: 24px;
	margin: 0;
	margin-bottom: 12px;
}

div#topics dl dd img {
	padding-left: 172px;
	margin: 0;
}

div#address {
	width: 950px;
	margin: 0 auto -100px;
	text-align: left;
	clear: both;
}

div#address dl {
	height: 120px;
	padding: 0;
	margin: 0;
	background-image: url("images/address_background.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

div#address dl dt {
	padding: 10px 10px 0 10px;
	margin: 0;
	float: left;
}

div#address dl dd {
	padding: 10px 0 0 230px;
	margin: 0;
	color: #ffffff;
}

div#lower ul.home {
	height: 20px;
	padding-top: 262px;
	margin: 0;
	list-style-type: none;
	background-image: url("images/footer_tab_home.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

/* common ******************************** */

div#breadcrumb {
	width: 500px;
	margin: 8px auto;
	padding: 4px 0 4px 10px;
	background-image: URL("images/breadcrumb_background.gif");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}

div#content h2 {
	padding: 36px 24px 0;
	width: 950px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: left top;
}

div#content h2.service {
	background-image: URL("images/page_service.gif");
}

div#content h2.profile {
	background-image: URL("images/page_profile.gif");
}

div#content h2.policy {
	background-image: URL("images/page_policy.gif");
}

div#content h2.access {
	background-image: URL("images/page_access.gif");
}

div#content h2.contact {
	background-image: URL("images/page_contact.gif");
}

div#content h2.e404 {
	background-image: URL("images/page_404.gif");
}

div#content h3 {
	font-size: 1.0em;
}

div#content div.article {
	padding: 12px 24px;
	border-style: solid solid solid solid;
	border-color: #cbcac9;
	border-width: 1px;
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
}

div#content {
	padding-bottom: 12px;
	background: url("images/article_footer.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* myForm ******************************** */

form.wpcf7-form {
	padding: 0;
	margin: 1.0em 0 0;
	border-style: none;
}

form.wpcf7-form h4 {
	margin: 8px 0 0;
	padding: 0.5em 1.0em;
	color: #222;
	background-color: #e5e4dc;
	border: solid 1px #cdcdcd;
}

form.wpcf7-form dl {
	padding: 0;
	margin: 0;
	background-image: url("images/form_dl.gif");
	background-color: #fff;
	background-repeat: repeat-y;

	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #cdcdcd;
}

form.wpcf7-form dl.required {
	background-image: url("images/form_dl_required.gif");
}

form.wpcf7-form dt {
	padding: 1.0em 0 1.0em 1.0em;
	width: 180px;
	float: left;
	clear: both;
}

form.wpcf7-form dt {
	background-image: url("images/form_arbitrary.gif");
	background-repeat: no-repeat;
	background-position: right 18px;
}

form.wpcf7-form dt.required {
	background-image: url("images/form_required.gif");
}

form.wpcf7-form dd {
	padding: 1.0em 0;
	padding-left: 200px;
}

form.wpcf7-form dd p {
	margin: 0;
}

form.wpcf7-form p.submit {
	margin: 1.0em 0;
	text-align: center;
}

form.wpcf7-form span.wpcf7-form-control-wrap {
	background-color: #fff;
}

form.wpcf7-form span.error {
	color: #ff0000;
}

form.wpcf7-form span.label2 {
	color: #666666;
}