@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/



/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}

#contents .childBox {
	overflow: hidden;
}



/*---------------------------------------------------------------------

アプリケーション開発の設定
////////////////////////////////////////////////////*/



/*主な開発実績
////////////////////////////////////////////////////*/

.results {
	overflow: hidden;
}

.results img {
	float: left;
}

.results p {
	width: 460px;
	float: right;
}

.gotoCompass {
	position: relative;
}

.gotoCompass a {
	position: absolute;
	left: 0px;
	top: 40px;
}


/*その他の開発環境と実績の設定
////////////////////////////////////////////////////*/

.others li {
	list-style: inside disc;
}

/*---------------------------------------------------------------------

WEBアプリケーション開発の設定
////////////////////////////////////////////////////*/


/*共通の設定
////////////////////////////////////////////////////*/

.innerBox li {
	list-style: inside disc;
}

/*tableの設定
////////////////////////////////////////////////////*/

.site table th {
	width: 140px;
	height: 45px;
	text-align: center;
}

.site table td {
	width: 515px;
	letter-spacing: 0;
}

.site table td span{
	display: block;
	letter-spacing: 0;
	padding: 0 10px 0 20px;
}

.site caption{
	text-align: left;
}


.development-language {
	width: 250px;
}

.development-language li {
	width: 120px;
	float: left;
}