﻿/*
@font-face
	{
	font-family: 'Share Tech';
	font-style: normal;
	font-weight: 400;
	src: url(http://themes.googleusercontent.com/static/fonts/sharetech/v1/riJWcvd3sYdxJpiCWZvUGBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
	}
/*=========*/

body
	{
	color:#222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:100%;
	background:url("../img/bg.png");
	}
p a
	{
	color:#1e9ae1;
	}
p a:hover
	{
	color:#99c9e5;
	}


#wrapper
	{
	width:980px;
	margin:0 auto;
	padding:100px 0 0 0;
	position:relative;
	}
#header
	{
	background:#111;
	background: -webkit-gradient(linear,left top,left bottom,from(#333),to(#111));/* Webkit */
	background: -o-linear-gradient(top,#333,#111);/*opera*/
	background: -moz-linear-gradient(top,#333,#111);/*FF*/
/*	background:url("../img/header.png");*/
	height:100px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	box-shadow:3px 0px 0px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow:0px 3px 15px rgba(0,0,0,0.6);
/*	behavior: url("../js/PIE.htc");
*/	}
#header h1
	{
	float:left;
	margin:10px 0 0 60px;
	}
#header #nav
	{
	position:absolute;
	right:40px;
	top:60px;
	margin:0px 20px 0 0;
	}
#header #nav li
	{
	float:left;
	margin-left:30px;
	}
#header #nav li a
	{
	color:#999;
	font-size:1.0em;
	font-family:"Share Tech",sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}
#header #nav li a:hover
	{
	text-decoration:none;
	color:#99c9e5;
	}
#home,#service,#flow,#kiyaku,#form,#juuyou
	{
	text-align:center;
/*	height:800px;
*/	padding-top:70px;
	background:url("../img/w_line.png") no-repeat;
	background-position:50% bottom;
	text-shadow: 1px 1px 1px rgba(250,250,250,1);
	}
#contact
	{
	background:none;
	height:100%;
	}
h3
	{
	text-align:center;
	font-family:"Share Tech",sans-serif;
	color:#777;
	font-size:250%;
	padding:80px 0 0px;
/*	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
*/	}


h2
	{
	font-family:"Share Tech",sans-serif;
	color:#777;
	font-size:200%;
	padding:80px 0 40px;
/*	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
*/	}
#home
	{
	padding-top:40px;
	}
#home img
	{
	box-shadow:3px 0px 0px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow:0px 3px 15px rgba(0,0,0,0.6);
	}
#scrollUp
	{
	bottom: 50px;
	right: 30px;
	height: 22px;
	width: 56px;
	background: url(../img/top.png) no-repeat;
	cursor:pointer;
	}
#scrollUp:hover
	{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
	
	
#text
	{
	text-align:left;
	width:540px;
	margin:0 auto;
	}

.text2
	{
	text-align:left;
	width:710px;
	margin:0 auto;
	}
	.text2 a:hover
		{
		text-decoration:none;
		color:#018fe1;
		}

#table_area
	{
	margin: 30px auto 10px;
	width: 700px;
	border-top: 1px solid #333;
	border-right: 1px solid #666;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	}
	
	
.table1 td
	{
	font-size:0.7em;
	text-align: left;
	padding: 10px 10px 10px 10px;
	background: #f0f0f0;
	text-shadow: 2px 2px 2px #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	}
.table1 .td1
	{
	font-size:1em;
	background: #b8cbe0;
	text-shadow: 1px 1px 1px #fefefe;
	font-weight: bold;
	border-right: 1px solid #333;
	}
	
/*
#scroolUp a
	{
	width:38px;
	display:block;
	}
#scrollUp span
	{
	position:absolute;
	position:fixed;
	right:20px;
	bottom:30px;
	}

/*
#scrollUp
	{
	text-align:right;
	padding-bottom:2px;
	}
#scrollUp a
	{
	font-family:"Share Tech",sans-serif;
	font-weight:bold;
	}
#scrollUp a:hover
	{
	color:#99c9e5;
	text-shadow: 1px 1px 1px rgba(100,100,100,1);
	}
*/
	
#footer
	{
	color:#999;
	background:#111;
	background: -webkit-gradient(linear,left top,left bottom,from(#111),to(#333));/* Webkit */
	background: -o-linear-gradient(top,#111,#333);/*opera*/
	background: -moz-linear-gradient(top,#111,#333);/*FF*/
/*	background:url("../img/footer.png");*/
	height:40px;
	width:100%;
	text-align:right;
	}
#footer p
	{
	font-family:"Share Tech",sans-serif;
	padding-right:40px;
	line-height:40px;
	}

#contact_area
	{
	width:160px;
	position:absolute;
	top:0px;
	right:60px;
	text-align:rigth;
	}
.contact a
	{
	display:block;
	line-height:30px;
	height:30px;
	color:#fff;
	font-family:"Share Tech",sans-serif;
	font-size:1.2em;
	}
.contact a:hover
	{
	color:#fff;
	text-decoration:none;
	}
.contact
	{
	font-size: 1em;
/*	font-weight: bold;
	border: 1px solid #777;
	border: 1px solid #666\9;
*/	padding:5px 0px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: -webkit-gradient(linear,left top,left bottom,from(#99c9e5),to(#428ec9));/* Webkit */
	background: -o-linear-gradient(top,#99c9e5,#428ec9);/*opera*/
-o-box-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top,#99c9e5,#428ec9);/*FF*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
	position: relative;
	behavior: url("../js/PIE.htc");
	}
.contact:hover
	{
	font-size: 1em;
/*	font-weight: bold;
	border: 1px solid #777;
	border: 1px solid #666\9;
*/	padding:5px 0px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: -webkit-gradient(linear,left top,left bottom,from(#c7dae5),to(#6cb1e7));/* Webkit */
	background: -o-linear-gradient(top,#c7dae5,#6cb1e7);/*opera*/
	-o-box-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top,#c7dae5,#6cb1e7);/*FF*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc7dae5,endColorstr=#ff6cb1e7);
	zoom: 1;
	position: relative;
	behavior: url("../js/PIE.htc");
	}

#text_area
	{
	width: 620px;
	margin: 10px auto 0px;
	text-align:left;
	}
	#text_area p
		{
		font-size: 12px;
		line-height: 1.4;
		margin-left: 10px;
		}
	#text_area ul
		{
		font-size: 12px;
		line-height: 1.4;
		text-align:left;
		margin-bottom: 20px;
		margin-left: 40px;
		}



