@charset "Shift_JIS";

/*--------------------------------------
  tags
--------------------------------------*/
body {
	line-height: normal;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-x left top;
	color: #333333;
/*	font:14px/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; */
	font:14px/1.5 Meiryo,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1 {
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
/*	background: linear-gradient(to bottom, #006633, #ffffff 42.5%, #ffffff 57.5%, #006633); */
	background: linear-gradient(to bottom, #006633, #ffffff 50%, #006633);
	text-shadow: -2px -2px 4px #ffffff,
				  0px -2px 4px #ffffff,
				  2px -2px 4px #ffffff,
				 -2px  0px 4px #ffffff,
				  2px  0px 4px #ffffff,
				 -2px  2px 4px #ffffff,
				  0px  2px 4px #ffffff,
				  2px  2px 4px #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

h2 {
	padding: 0 0 0 10px;
	background: linear-gradient(to bottom, #ffffff, #ffffff 70%, #ff3300);
	width: 320px;
}

h3 {
	border-bottom: solid 1px #ff3300;
}

/*--------------------------------------
  common_style
--------------------------------------*/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 1px;
	visibility: hidden;
}

.font_bold {font-weight: bold;}

.text_left   {text-align: left;}
.text_center {text-align: center;}
.text_right  {text-align: right;}

.display_none {display: none;}

/*--------------------------------------
  header
--------------------------------------*/
#header {
/*	background: #ffffff; */
}
#header-inner {
	width: 960px;
	margin: 0 auto;
}

.header_box {
	width: 960px;
	margin: 0;
}
.header_title {
	float: left;
	margin-top: 4px;
}
.header_title img {
	width: 440px;
}
.header_title a:link ,
.header_title a:visited {
	color: #000000;
	text-decoration: none;
}

.header_privacy {
	float: right;
	width:190px;
	margin: 50px 0 0 10px;
	text-align: right;
}
.header_privacy a:link ,
.header_privacy a:visited {
	color: #288cfc;
	text-decoration: underline;
}

/*--------------------------------------
  footer
--------------------------------------*/
#footer {
/*	background: #ffffff; */
}
#footer-inner {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

.footer_box {
	color: gray;
	width: 960px;
	text-align: center;
	vertical-align: middle;
	margin: 20px 0 0 0;
	padding:5px 0 30px 0;
}

/*--------------------------------------
  container
--------------------------------------*/
#contents {
	background: #ffffff;
}
#contents-inner {
	width: 960px;
	margin: 0 auto;
}

#area_main {
}

#area_left {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
}

#area_right {
	float: left;
	width: 800px;
	margin: 0;
}

#area_right a img {
 float: right;
}

/*--------------------------------------
  コンテンツ共通
--------------------------------------*/
.line_normal {
	width: 960px;
	margin: -4px auto 0 auto;
}
.line_normal img {
	width: 960px;
	height: 8px;
}

.content {
	padding: 10px 10px 20px 20px;
	border: solid 1px #ff3300; /* debug */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.content a:link ,
.content a:visited {
	color: #288cfc;
	text-decoration: underline;
}

.sample_img {
	width: 400px;
	margin: 10px auto 0 auto;
}
.sample_img img {
	width: 400px;
}

/*--------------------------------------
  メニュー
--------------------------------------*/
.menu_box {
	margin: 0 auto 0 auto;
}
.menu_item {
	width: 140px;
	margin: 10px auto 0 auto;
	padding: 5px 5px 5px 5px;
	border-top: 2px solid #006633;
	border-bottom: 2px solid #006633;
	background: #ffffff;
	text-align: center;
}
.menu_item:hover {
	background-color: #fffff0;
}
.menu_item a:link ,
.menu_item a:visited {
	color: #006633;
	text-decoration: none;
	display: block;
}

.menu_current {
	background: #ffe4c4;
}

.menu_company_box {
	width: 136px;
	margin: 20px auto 0 auto;
	padding: 5px 5px 5px 5px;
	border: 2px solid #006633;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: left;
}

/*--------------------------------------
  トップページ
--------------------------------------*/

/*--------------------------------------
  会社情報ページ
--------------------------------------*/

/*--------------------------------------
  開発事例ページ
--------------------------------------*/
.example_img {
	width: 640px;
	margin: 10px auto 0 auto;
}
.example_img img {
	width: 640px;
}

.example_request {
	width: 40px;
	margin: 20px 0 10px 0;
	padding-left: 10px;
	background: linear-gradient(to bottom, #ffffff, #ffffff 70%, #006633);
	font-weight: bold;
}

.example_solution {
	width: 40px;
	margin: 20px 0 10px 0;
	padding-left: 10px;
	background: linear-gradient(to bottom, #ffffff, #ffffff 70%, #006633);
	font-weight: bold;
}

.example_table {
	margin: 20px auto 20px auto;
	table-layout : auto;
	border-collapse : collapse;
	border: solid 2px #006633;
}

.example_table th {
	padding: 10px 40px 10px 40px;
	color: #ffffff;
	background: #006633;
	border-bottom: solid 2px #ffffff;
}
.example_table .th_last {
	border-bottom: solid 2px #006633;
}

.example_table td {
	border-bottom: solid 2px #006633;
	padding: 10px 10px 10px 10px;
}


/*--------------------------------------
  お問い合わせページ
--------------------------------------*/
.contact_memo {
	margin: 0 auto 20px auto;
}
.contact_memo .required {
	color: #ff0000;
}

.contact_err {
	width: 736px;
	margin: 0 0 20px 0;
	border: solid 1px #ff0000;
	padding: 10px 10px 10px 10px;
	color: #ff0000;
}

.item_box {
}
.item_box .name {
	font-weight: bold;
}
.item_box .item {
	padding: 0 0 10px 10px;
}
.item_box .required {
	color: #ff0000;
	font-weight: bold;
}
.item_box .input_name_kanji {
	width: 270px;
}
.item_box .input_name_kana {
	width: 270px;
}
.item_box .input_yubinbango {
	width: 60px;
}
.item_box .input_address {
	width: 730px;
}
.item_box .input_tel {
	width: 100px;
}
.item_box .input_mail_address {
	width: 730px;
}
.item_box .input_mail_address2{
	width: 730px;
}
.item_box .input_content {
	width: 730px;
	height: 80px;
}

.btn_box {
	width: 758px;
}
.btn_box .confirm {
	width: 124px;
	margin: 0 auto 0 auto;
}
.btn_box .send {
	width: 124px;
	margin-left: 200px;
	float: left;
}
.btn_box .back {
	width: 124px;
	margin-left: 110px;
	float: left;
}
.btn_box .btn_contact {
	width: 120px;
	margin: 0 auto 0 auto;
	border-radius: 10px;			/* CSS3 */
	-moz-border-radius: 10px;		/* Firefox */
	-webkit-border-radius: 10px;	/* Safari,Chrome */
	border: 2px solid #ff3300;
	background: #006633;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.btn_box .btn_contact a:link ,
.btn_box .btn_contact a:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.btn_box .btn_contact:hover {
	border: 2px solid #006633;
	background-color: #ff3300;
}


/*--------------------------------------
  プライバシーポリシーページ
--------------------------------------*/

/*--------------------------------------
  slideshow
--------------------------------------*/
#slideshow {
	width: auto;
}

#slideshow #slideshow_inner ul {
	position: relative;
	width: 960px;
	height: 320px;
	line-height: normal;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#slideshow #slideshow_inner ul li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	list-style: none;
	width: 640px;
	height: 480px;
	margin: 0;
	padding: 0;
}

#slideshow #slideshow_inner ul li.active {
	z-index:10;
}

#slideshow #slideshow_inner ul li.last-active {
	z-index:9;
}

#slideshow #slideshow_inner ul li img {
	vertical-align: top;
}

