@charset "utf-8";
/*
THEME NAME: template01
THEME URI: http://web-technoservice.com
DESCRIPTION: Technoserive.com
VERSION: 1.0
AUTHOR: <a href="http://web-technoservice.com">Technoservice.com</a>
AUTHOR URI: http://web-technoservice.com
*/

@import "reset.css";

body {
	font-family: "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: #faf8ed url(images/bg_body.gif) repeat-x left top;
}

a {
	color: #3399cc;
}

a:hover {
	color: #0099ff;
}

strong {
	font-weight: bold;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

/* 汎用
------------------------------------------*/
.flo_r { float: right;}
.flo_l { float: left;}

/* ---------- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {	display: inline-block;}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* 構造
-----------------------------------------*/
#wrap {
	width: 850px;
	margin: 38px auto 0;
	padding: 0 10px 10px;
}
#logo {
	width: 850px;
	height: 50px;
}
#header {
	width: 850px;
	height: 307px;
	margin: 5px 0 10px;
	text-indent: -9998px;
	background: url(images/main.jpg) no-repeat;
	overflow: hideen;
}
#content {
	width: 840px;
	margin-left: 5px;
	overflow: hidden;
}
#footer {
	width: 100%;
	margin: 0;
	padding: 5px 0 2px;
	text-align: center;
	background: #e6e3d2 url(images/bg_footer.gif) left top repeat-x;
}
#footInner {
	width: 850px;
	margin: 20px auto;
	text-align: left;
	
	background: url(images/bg_footInner.gif) left top repeat-y;
}
#footInfo {
	width: 850px;
	padding-bottom: 10px;
}
#footInfo dt {
	float: left;
	width: 230px;
}
#footInfo dd {
	padding-left: 260px;
}
#footer p {
	width: 850px;
	margin: 10px auto;
	padding-top: 10px;
	border-top: 3px solid #c1bfb0;
	color: #666;
}
/* index
-----------------------------------------*/
#ttl_system {
	width: 850px;
	height: 37px;
	margin-bottom: 10px;
	text-indent: -9998px;
	background: url(images/ttl_system.gif) no-repeat;
}
#sysArea {
	width: 870px;
	margin-right: -20px;
	overflow: hidden;	
}
.box_sys {
	float: left;
	width: 252px;
	height: 222px;
	margin: 0 13px 0 0;
	padding: 10px;
	background: url(images/box_sys.gif) no-repeat;
}
.box_sys {
	left: 10px;
	top: 10px;
}
.ttl_box_sys {
	margin-top: 15px;
}
.txt_box_sys {
	margin-top: 5px;
}