@charset "utf-8";

body
{
	margin:0;
	background-color:#D5E3B9;
	background-image:url(/images/body_back.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:80%;
	color:#555;
	line-height:170%;
}

p
{
	margin:10px 20px 10px 10px;
}

img
{
	border:none;
}

strong
{
	color:#F60;
}
#contents
{
	width:800px;
	margin:0 auto;
	text-align:left;
	background-image:url(/images/contents_back.jpg);
	padding-bottom:5px;
}

#header
{
	height:325px;
	background-image:url(/images/sub_header.jpg);
	line-height:50px;
}
#header.top
{
	background-image:url(/images/header.jpg);
}
h1
{
	color:#FFF;
	font-size:12px;
	margin:0;
	text-align:right;
}
#header img
{
	margin:110px 0 0 236px;
	font-size:20px;
}

#main
{
	float:right;
	width:562px;
}

#main h2
{
	clear:both;
	margin:20px 0;
	height:30px;
	line-height:26px;
	font-size:12px;
	color:#fff;
	background-image:url(/images/other_title.jpg);
}
#main h2 .english
{
	float:left;
	margin-left:25px;
}
#main h2 .japanese
{
	float:right;
	margin-right:20px;
}
#main h2.homepage_produce
{
	background-image:url(/images/homepage_produce.jpg);
}

#main h2.web_system_application
{
	background-image:url(/images/system_development.jpg);
}

#main h2.mobile_web_site_produce
{
	background-image:url(/images/mobile_homepage_produce.jpg);
}

#main h2.windows_system_application_header
{
	background-image:url(/images/software_development.jpg);
}

#main h2.technique
{
	background-image:url(/images/technique_title.jpg);
}

#main h3
{
	clear:both;
	font-size:120%;
	margin:20px 15px 20px 5px;
	padding-bottom:5px;
	border-bottom:2px dotted #aaa; 
}

#main h4
{
	clear:both;
	font-size:100%;
	margin:20px 10px;
}

#main h4 a
{
	text-decoration:none;
}

#main h5
{
	clear:both;
	font-size:90%;
	margin:10px;
}

#main img
{
	margin-right:10px;
}

#produce_results
{
	height:455px;
	background-image:url(/images/produce_results.jpg);
}
#produce_results_1, #produce_results_2, #produce_results_3
{
	float:left;
	width:179px;
	height:230px;
	margin-right:7px;
	_margin-right:0px;
	display: inline;
	color:#FFF;
}
#produce_results_1
{
	margin-top:140px;
}
#produce_results_2
{
	margin-top:180px;
}
#produce_results_3
{
	margin-top:220px;
}
#produce_results_1 img, #produce_results_2 img, #produce_results_3 img
{
	margin-left:4px;
	_margin-left:0;
}
#produce_results p
{
	line-height:100%;
}
#scroll-news
{
	height:500px;
	overflow:auto;
	padding:5px;
	border:1px dashed #CCCCCC;
	margin-right:12px;
	margin-bottom:20px;
}

#side
{
	float:left;
	width:228px;
	color:#394717;
}

#side_info
{
	height:360px;
	background-image:url(/images/side.jpg);
}

#side_info h2
{
	margin:0px 10px;
	font-size:14px;
	padding-top:5px;
}

#side_info p
{
	margin:5px 10px;
	font-size:12px;
	line-height:18px;
}

#side_info #side_main
{
	margin:15px 10px 10px 20px;
	font-size:12px;
	color:#030;
}

#side h3
{
	
	height:35px;
	line-height:31px;
	background-image:url(/images/menu.jpg);
	font-size:13px;
}

#side h3 a
{
	color:#FFF;
	margin-left:30px;
	text-decoration:none;
}

#side h4
{
	font-size:14px;
	margin:10px 5px;
}

#side h5
{
	font-size:13px;
	margin:10px 5px;
}
#side h5 a
{
	color:#394717;
}

.entry
{
	text-align:center;
	margin:30px auto;
}
#footer
{
	clear:both;
	text-align:center;
	margin-left:228px;
}

/******************************
■ テーブル
******************************/
#main table{
	margin:0px 5px;
	width:540px;
	color:#555;
}
#main td{
	border-bottom:1px dashed #999;
}
#main th{
	background-color:#D5E3B9;
	color:#690;
}

.table_right td, .table_right th
{
	text-align:right;
	width:50%;
}

.table_center td
{
	text-align:center;
	width:50%;
}
.table_center td img
{
	margin:0;
}

.prerequisite{
	background-color:#fff;
	padding:10px;
	color:#F60;
}

.pagetop
{
	text-align:right;
}
