@charset "utf-8";

/*
==================================================
index.html
キャッチイメージ・メインコンテンツスタイルシート
製作者：OptCube
更新日：2010/04/20
==================================================
*/

/*トップページ
--------------------------------------------------*/
/*--キャッチイメージ--*/
#catchwrap{
	background:url("../images/top/catch-top.jpg") no-repeat;
	width:920px;
	margin:0px auto;
	height:200px;
	}
/*--メインコンテンツ--*/
#main{
	margin-top:10px;
	}
/*--システム開発・ホスティング紹介--*/
#main #service .service-wrap{
	width:340px;
	float:left;
	text-align:left;
	margin-right:10px;
	}
#main #service .service-wrap #title-system{
	background:url("../images/top/title-system.gif") no-repeat;
	text-indent:-5000px;
	}
#main #service .service-wrap #title-hosting{
	background:url("../images/top/title-hosting.gif") no-repeat;
	text-indent:-5000px;
	}
#main #service .service-wrap h3{
	margin-top:5px;
	padding-left:10px;
	font-size:90%;
	}
#main #service .service-wrap p{
	padding-left:20px;
	}
#main #service .service-wrap .other{
	display:block;
	margin-top:10px;
	text-align:right;
	font-weight:bolder;
	}
/*--OurMission--*/
#main #mission h2{
	background:url("../images/top/title-mission.gif") no-repeat;
	margin-top:20px;
	margin-left:10px;
	text-indent:-5000px;
	width:690px;
	height:44px;
	}
#main #mission #missionimg1{
	float:left;
	margin:10px;
	width:221px;
	height:169px;
	}
#main #mission p{
	margin:10px 20px;
	text-align:left;
	line-height:18px;
	}
#main #mission #missionimg2{
	margin:10px auto;
	width:527px;
	height:396px;
	}
